proton:win_setup2
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| proton:win_setup2 [2012/12/13 06:11] – seth | proton:win_setup2 [2018/07/28 08:32] (current) – seth | ||
|---|---|---|---|
| Line 28: | Line 28: | ||
| </ | </ | ||
| </ | </ | ||
| + | |||
| + | ([[https:// | ||
| It illustrates how to use entities and components and is a good sample to " | It illustrates how to use entities and components and is a good sample to " | ||
| Line 35: | Line 37: | ||
| ==== Choosing an audio system ==== | ==== Choosing an audio system ==== | ||
| - | The default audio system for Windows is Audiere (thanks to rzuf). | + | The default audio system for Windows is Audiere (thanks to rzuf). |
| 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. | 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. | ||
| Line 52: | Line 54: | ||
| Use file explorer to navigate to <proton dir>/ | Use file explorer to navigate to <proton dir>/ | ||
| + | |||
| + | **Note:** Linux people can do this by moving into RTSimpleApp/ | ||
| A command prompt will open processing all the files in the RTSimpleApp/ | A command prompt will open processing all the files in the RTSimpleApp/ | ||
| Line 59: | Line 63: | ||
| You don't have to. But it's flexible. | You don't have to. But it's flexible. | ||
| - | Or you may need non-square textures to be uncompressed, | + | Or you may need non-square textures to be uncompressed, |
| + | |||
| + | 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/ |
| - | 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. |
| RTPack.exe is included in shared/ | RTPack.exe is included in shared/ | ||
| Line 97: | Line 103: | ||
| {{: | {{: | ||
| - | (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 " | Assuming you built your resources right, and you're using the profile " | ||
| Line 123: | Line 129: | ||
| ==== Jpg support ==== | ==== Jpg support ==== | ||
| - | It has the jpg files included and RT_JPG_SUPPORT defined, which allows Proton to load native .jpg files. | + | It has the jpg files included and RT_JPG_SUPPORT defined, which allows Proton to load native .jpg files. |
| ==== Automatic scaling to fit the screen ==== | ==== Automatic scaling to fit the screen ==== | ||
proton/win_setup2.1355379116.txt.gz · Last modified: by seth
