User Tools

Site Tools


proton:win_setup2

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Last revisionBoth sides next revision
proton:win_setup2 [2012/12/13 06:11] sethproton:win_setup2 [2018/07/28 08:29] seth
Line 35: Line 35:
 ==== Choosing an audio system ==== ==== Choosing an audio system ====
  
-The default audio system for Windows is Audiere (thanks to rzuf).  It compiles "out of the box" as its lib/dll files are included in Proton.+The default audio system for Windows is Audiere (thanks to rzuf).  It compiles "out of the box" as its 32 and 64 bit lib/dll/h files are included in Proton.
  
 Don't want audio at all?  If you look near the top of App.cpp you'll see where you could comment out AudioManagerAudiere g_audioManager and uncomment AudioManager g_audioManager.  This is the dummy audio manager that doesn't actually play anything. Don't want audio at all?  If you look near the top of App.cpp you'll see where you could comment out AudioManagerAudiere g_audioManager and uncomment AudioManager g_audioManager.  This is the dummy audio manager that doesn't actually play anything.
Line 52: Line 52:
  
 Use file explorer to navigate to <proton dir>/RTSimpleApp/media and double click update_media.bat. Use file explorer to navigate to <proton dir>/RTSimpleApp/media and double click update_media.bat.
 +
 +**Note:** Linux people can do this by moving into RTSimpleApp/media and running "sh update_media.sh".
  
 A command prompt will open processing all the files in the RTSimpleApp/media/interface tree and copy the 'final' versions to bin/interface.  (audio and game dirs as well, although game will be empty) A command prompt will open processing all the files in the RTSimpleApp/media/interface tree and copy the 'final' versions to bin/interface.  (audio and game dirs as well, although game will be empty)
Line 59: Line 61:
 You don't have to. But it's flexible.  Would you like to see what the game looks like using 4 bit .pvr textures for your iPhone build?  Easy, change a setting in update_media.bat and you can know.  .oggs instead of .mp3s?  16 bit raw textures on Android except for a few important images that should be 32 bit?  A .bat file makes it easy to specify things without ever really modifying your master resource files. You don't have to. But it's flexible.  Would you like to see what the game looks like using 4 bit .pvr textures for your iPhone build?  Easy, change a setting in update_media.bat and you can know.  .oggs instead of .mp3s?  16 bit raw textures on Android except for a few important images that should be 32 bit?  A .bat file makes it easy to specify things without ever really modifying your master resource files.
  
-Or you may need non-square textures to be uncompressed, but square textures to be PVRTC compressed for speed for only a certain platform. (iPhone, cough)  RTPack.exe is very powerful and can do this kind of thing with ease.+Or you may need non-square textures to be uncompressed, but square textures to be PVRTC compressed for speed for only a certain platform. (iPhone, cough)  RTPack is very powerful and can do this kind of thing with ease. 
 + 
 +Remember, when you change a .png, you change it in media/*, and then must run update_media.bat to update the bin versions before you will see it in game.  
  
-Remember, when you change a .png, you change it in media/*, and then must run update_media.bat to update the bin versions before you will see it in game.  Android/iPhone/WebOS scripts will grab the media from the bin directory. (If you really hate that, yeah, you can just write bmps/jpgs directly into the bin directory yourself, but you lose the advantages of RTPack.exe being able to convert from nearly any filetype to .rttex and other advantages like padding images to be power of two)+Android/iPhone/WebOS scripts will grab the media from the bin directory. (If you really hate that, yeah, you can just write bmps/jpgs directly into the bin directory yourself, but you lose the advantages of RTPack being able to convert from nearly any filetype to .rttex and other advantages like padding images to be power of two)
  
-Processing is fast because the RTPack.exe processor can detect changes and only convert changed/new files.+Processing is fast because the RTPack processor can detect changes and only convert changed/new files. <-- (Is this actually on?  I don't know)
  
 RTPack.exe is included in shared/win/utils btw.  If you run RTPack.exe from the dos prompt, it will spit out the possible options: RTPack.exe is included in shared/win/utils btw.  If you run RTPack.exe from the dos prompt, it will spit out the possible options:
Line 97: Line 101:
  
 {{:proton:win_setup_4.png?|}} {{:proton:win_setup_4.png?|}}
-(Um, actually this pic is out of date, the latest version shows a pic of Seth's kids' face, to illustrate loading a raw .jpg.+(Um, actually this pic is out of date, the latest version shows a pic of Seth's kids' face, to illustrate loading a raw .jpg)
  
 Assuming you built your resources right, and you're using the profile "iPhone", you'll see this.  Uh oh, it's sideways because in App::Init() it has: Assuming you built your resources right, and you're using the profile "iPhone", you'll see this.  Uh oh, it's sideways because in App::Init() it has:
Line 123: Line 127:
  
 ==== Jpg support ==== ==== Jpg support ====
-It has the jpg files included and RT_JPG_SUPPORT defined, which allows Proton to load native .jpg files.  I haven't bothered doing something similar for .png'because .rttex files basically compress the same as .png files.+It has the jpg files included and RT_JPG_SUPPORT defined, which allows Proton to load native .jpg files. RT_PNG_SUPPORT is used for png file support (it'not enabled here)
  
 ==== Automatic scaling to fit the screen ==== ==== Automatic scaling to fit the screen ====
proton/win_setup2.txt · Last modified: 2018/07/28 08:32 by seth