NS2 Server Help

DrakennzDrakennz Join Date: 2012-03-11 Member: 148620Members
Hey all,

Trying to setup a NS2 server on a machine i have but it only shows as a LAN game - i have set LAN to false but still no joy.
Seems very simple to setup but its proving difficult for me. Any suggestions?

Comments

  • oldassgamersoldassgamers Join Date: 2011-02-02 Member: 80033Members, Squad Five Blue, Reinforced - Shadow
    edited March 2012
    I've been working for 1 day now trying to host my own server. Check out here how i manage to do it.
    <a href="http://www.unknownworlds.com/ns2/forums/index.php?showtopic=116882" target="_blank">http://www.unknownworlds.com/ns2/forums/in...howtopic=116882</a>

    the only thing i havent manage to do is the ns2update.exe mod, seems to be bugged :/ I've tried all solution and asked a pro with no solution :(
  • DrakennzDrakennz Join Date: 2012-03-11 Member: 148620Members
    Thanks man will have a read - at this stage i just wanna setup a basic server that cycles maps but the main problem is having it show as a ACTUAL server not just LAN im at the "hitting the keyboard" point now.
  • oldassgamersoldassgamers Join Date: 2011-02-02 Member: 80033Members, Squad Five Blue, Reinforced - Shadow
    <!--quoteo(post=1912228:date=Mar 12 2012, 04:33 AM:name=Drakennz)--><div class='quotetop'>QUOTE (Drakennz @ Mar 12 2012, 04:33 AM) <a href="index.php?act=findpost&pid=1912228"><{POST_SNAPBACK}></a></div><div class='quotemain'><!--quotec-->Thanks man will have a read - at this stage i just wanna setup a basic server that cycles maps but the main problem is having it show as a ACTUAL server not just LAN im at the "hitting the keyboard" point now.<!--QuoteEnd--></div><!--QuoteEEnd-->

    Usually when staring up your first server using server.exe file a filename called "server.xml" file will appear in #APPDATA#\Roaming\Natural Selection 2\
    If it doesnt appear there you you can create your own with the following code.

    <options>
    <lanGame>false</lanGame>
    <mapName>ns2_summit</mapName>
    <port>27015</port>
    <serverName>Yourservernamehere</serverName>
    <playerLimit>18</playerLimit>
    </options>
  • DrakennzDrakennz Join Date: 2012-03-11 Member: 148620Members
    <!--quoteo(post=1912277:date=Mar 12 2012, 11:43 PM:name=oldassgamers)--><div class='quotetop'>QUOTE (oldassgamers @ Mar 12 2012, 11:43 PM) <a href="index.php?act=findpost&pid=1912277"><{POST_SNAPBACK}></a></div><div class='quotemain'><!--quotec-->Usually when staring up your first server using server.exe file a filename called "server.xml" file will appear in #APPDATA#\Roaming\Natural Selection 2\
    If it doesnt appear there you you can create your own with the following code.

    <options>
    <lanGame>false</lanGame>
    <mapName>ns2_summit</mapName>
    <port>27015</port>
    <serverName>Yourservernamehere</serverName>
    <playerLimit>18</playerLimit>
    </options><!--QuoteEnd--></div><!--QuoteEEnd-->

    Yeah im running it on my Debian Linux server so no matter where i look i cant find APPDATA so cant edit that file - i do however have it running now just need to test it with people and map cycling e.t.c
Sign In or Register to comment.