|
Tech Support Trouble running the game? Found a bug? Post here. |
|
Thread Tools | Display Modes |
#1
|
|||
|
|||
Change resolution out of game?
I accidentally set my resolution in options to a mode that's not supported. Now I get a black screen whenever I boot up altitude. I'd like to change it back, but I can't see anything. I tried uninstalling and reinstalling altitude but the settings are saved for good.
Is there anything I can do? Command line parameters? |
#2
|
|||
|
|||
Go to whatever folder you installed altitude in, then find the 'config' folder inside that. You should see options.xml inside there, open that up with a text editor like notepad. You should find a line like this:
<graphicsOptions fullscreen="false" gamma="0.5" textureQuality="HIGH" particleQuality="HIGH" resolution="1024,768" vsync="true" renderParallax="true" stretchToFillScreen="false" colorBlind="false" updateTimeBufferSize="3" vsyncCycleTimeBufferSize="3" /> Change the resolution= part to whatever resolution you want (alternatively, you could just copy and paste in the line above in place of whatever line you have, and readjust your graphics settings afterwards). |
|
|