Settings ini file location

UnoidUnoid Join Date: 2010-07-26 Member: 72884Members
Most games have a settings ini file that you can edit to change video sound etc settings.

I changed my monitor with diff resolution and NS2 won't initialize when loading now. I want to find the file containing the res so I can change it.

Location?

Comments

  • SN.WolfSN.Wolf Join Date: 2010-03-29 Member: 71115Members
    i don't know the location of the ini file but you may be able to add "-window" without quotes to the target line in the shortcut properties or advanced launch options to at least get it to start then you can adjust accordingly providing it shows menus, worth a try anyways.
  • PrivatePrivate Join Date: 2007-06-10 Member: 61204Members, Constellation
    The file you are looking for is: "%appdata%\Natural Selection 2\options.xml"
  • Kouji_SanKouji_San Sr. Hινε Uρкεερεг - EUPT Deputy The Netherlands Join Date: 2003-05-13 Member: 16271Members, NS2 Playtester, Squad Five Blue
    <!--quoteo(post=1800310:date=Sep 29 2010, 09:53 PM:name=Private)--><div class='quotetop'>QUOTE (Private @ Sep 29 2010, 09:53 PM) <a href="index.php?act=findpost&pid=1800310"><{POST_SNAPBACK}></a></div><div class='quotemain'><!--quotec-->The file you are looking for is: "%appdata%\Natural Selection 2\options.xml"<!--QuoteEnd--></div><!--QuoteEEnd-->
    Indeed, specifically

    <!--c1--><div class='codetop'>CODE</div><div class='codemain'><!--ec1-->    <graphics>
            <display>
                <x-resolution>1440</x-resolution>
                <quality>0</quality>
                <y-resolution>900</y-resolution>
                <fullscreen>false</fullscreen>
                <invertedmouse>false</invertedmouse>
            </display>
        </graphics><!--c2--></div><!--ec2-->
  • EzekielEzekiel Join Date: 2002-11-01 Member: 3006Members
    or you just use launch options -w -h
Sign In or Register to comment.