stuck in window mode, cant see (help)
hotrain316
Join Date: 2010-07-27 Member: 73199Members
When I run NS2, the game comes up in a small window that cant be enlarged. I can't access any of the menus to return to full screen. I tryed to reinstall the game but have the same problem. Is there a command that i can use as a launch option to be in full window mode? Any help would be great. Thanks.
Comments
option<b><u>s</u></b>.xml
load up explorer (like my documents or mycomputer) type in the bar %appdata% go to natural selection 2, it should be in Roaming if it is not in the main %appdata% folder,
Then edit options.xml in notepad (open with > notepad)
find the line <fullscreen> change false to true
it should read
CODE
<fullscreen>true</fullscreen>
You can also change the resolution under
CODE
<y-resolution>1080</y-resolution>
<x-resolution>1920</x-resolution>
<?xml version="1.0" encoding="utf-8"?>
<options/>
Where is everything else, especially the line to do fullscreen
<?xml version="1.0" encoding="utf-8"?>
<options/>
Where is everything else, especially the line to do fullscreen<!--QuoteEnd--></div><!--QuoteEEnd-->
all i did was right clicked on options.xml clicked on edit and it had the line to do the fullscreen. It was on the top for me at least.
For me the file was in C:\Documents and Settings\<user>\Application Data\Natural Selection 2
Opening up options.xml was fine.
If you're missing it, you can copy mine.
<!--c1--><div class='codetop'>CODE</div><div class='codemain'><!--ec1--><options>
<graphics>
<display>
<fullscreen>false</fullscreen>
<invertedmouse>false</invertedmouse>
<quality>0</quality>
<y-resolution>768</y-resolution>
<x-resolution>1024</x-resolution>
</display>
</graphics>
<input>
<Crouch>LeftControl</Crouch>
<ScrollLeft>Left</ScrollLeft>
<ToggleFlashlight>F</ToggleFlashlight>
<ToggleSayings>X</ToggleSayings>
<Weapon4>4</Weapon4>
<PrimaryFire>MouseButton0</PrimaryFire>
<TeamChat>Y</TeamChat>
<ActivateSteamworksOverlay>F3</ActivateSteamworksOverlay>
<Use>E</Use>
<Jump>Space</Jump>
<Weapon1>1</Weapon1>
<mouse>
<sensitivity>0.340000</sensitivity>
</mouse>
<MoveRight>D</MoveRight>
<TextChat>Return</TextChat>
<ToggleSayings2>C</ToggleSayings2>
<NextWeapon>MouseZ</NextWeapon>
<Weapon3>3</Weapon3>
<SecondaryAttack>MouseButton1</SecondaryAttack>
<ToggleConsole>Grave</ToggleConsole>
<ToggleDebugging>F7</ToggleDebugging>
<Buy>B</Buy>
<Exit>Escape</Exit>
<MoveForward>W</MoveForward>
<ScrollBackward>Down</ScrollBackward>
<SecondaryFire>MouseButton1</SecondaryFire>
<VoiceChat>F9</VoiceChat>
<Weapon5>5</Weapon5>
<Reload>R</Reload>
<MoveBackward>S</MoveBackward>
<MovementModifier>LeftShift</MovementModifier>
<RotateYaw>MouseX</RotateYaw>
<PrimaryAttack>MouseButton0</PrimaryAttack>
<Taunt>Z</Taunt>
<Drop>G</Drop>
<MoveLeft>A</MoveLeft>
<RotatePitch>MouseY</RotatePitch>
<Scoreboard>Tab</Scoreboard>
<ScrollRight>Right</ScrollRight>
<ScrollForward>Up</ScrollForward>
<LockViewFrustum>F4</LockViewFrustum>
<ToggleSayings1>X</ToggleSayings1>
<LockViewPoint>F5</LockViewPoint>
<Weapon2>2</Weapon2>
</input>
<mapName>ns2_tram.level</mapName>
<lanGame>true</lanGame>
<gameMod>ns2</gameMod>
<soundVolume>75</soundVolume>
<serverPassword></serverPassword>
<playerLimit>16</playerLimit>
<musicVolume>65</musicVolume>
<nickname>spellman23</nickname>
<serverName>spellman server</serverName>
</options><!--c2--></div><!--ec2-->
my saved process for altering resolution if it breaks again is
1) open windows explorer
2) enter %APPDATA% into the navigation box
3) Go to Natural Selection 2 Folder
4) Opened "options" with notepad
5) Set <fullscreen>false</fullscreen>
6) Set <y-resolution>1050</y-resolution>
7) Set <x-resolution>1680</x-resolution>
8) Saved and closed
same thing just not so big :)
C:\Documents and Settings\<user>\Application Data\Natural Selection 2\Launch Pad
I noticed no one has mentioned the Launch Pad directory, is this normal?