<div class="IPBDescription">Need help to set it up</div> ok i really need help
does anyone know how i can setup an NS dedicated server off my comp cuz i need to make one for my computer and i dont have the money to rent one i appriciate your support
Read vadakill tutorial, this guy rock <!--emo&:D--><img src='http://www.unknownworlds.com/forums/html/emoticons/biggrin-fix.gif' border='0' style='vertical-align:middle' alt='biggrin-fix.gif' /><!--endemo-->
No problem. If you have any questions after following Vadakill's guides, just post them here, and someone should be able to help you resolve all your issues. <!--emo&::nerdy::--><img src='http://www.unknownworlds.com/forums/html/emoticons/nerd-fix.gif' border='0' style='vertical-align:middle' alt='nerd-fix.gif' /><!--endemo-->
im having a prob with the server i got it working but i dont know how to get it off lan i know the thing to put in is sv_lan 0 but still doesnt work i might have to check out some more of the configs but if anyone knows anything more i appriate you help
<!--QuoteBegin--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> </td></tr><tr><td id='QUOTE'><!--QuoteEBegin-->// Use this file to configure your DEDICATED server. // This config file is executed everytime the server changes levels (disable by removing mapchangecfgfile at end) // // Please visit the server ops forum on www.natural-selection.org, or check out the manual if you have any questions about any of these settings. //
//////////////////////////////////////////////////// // Common between listenserver.cfg and server.cfg // ////////////////////////////////////////////////////
// Default server name. Change to "Bob's Server", etc. hostname "Natural Selection v3.0"
// Must specify sv_region, or it won't show up in Steam server browser // 0: US East coast // 1: US West coast // 2: South America // 3: Europe // 4: Asia // 5: Australia // 6: Middle East // 7: Africa <span style='color:red'>sv_region 0</span>
// general gameplay mp_autoconcede 4 mp_limitteams 2 mp_combattime 10
// player bounding boxes (collisions, not clipping) sv_clienttrace 3.5
///////////////////////////////////////// // Server options (in listenserver UI) // ///////////////////////////////////////// mp_tournamentmode 0 mp_friendlyfire 0 sv_cheats 0 mp_drawdamage 0
// Handicap one side (0-100) mp_team1damagepercent 100 mp_team2damagepercent 100
// 60 minute timelimit (never ends match in progress) mp_timelimit 60
/////////////////////////////// // Dedicated server specific // /////////////////////////////// <span style='color:red'>sv_lan 0</span>
// disable clients' ability to pause the server pausable 0
// List server op WON or Steam ids here, delimited by semi-colons (eg, "STEAM_0:1:12345;STEAM_0:0:56736"), to display server op icon next to these players on this server. mp_serverops ""
// Allows display of special authentication icons next to people's names (including developers, Constellation members, etc.) mp_uplink 1
// Needed so this file is executed on map change, like pre-NS v2.1 mapchangecfgfile server.cfg <!--QuoteEnd--></td></tr></table><div class='postcolor'><!--QuoteEEnd--> That's the default server.cfg that comes with the NS v3.0 Beta5 Zip
It should already be setup for an Internet server sv_lan 0 - set already sv_region 0 - set as well
Just get someone to test it...if you are using a router, make sure you have the correct ports forwarded. If you do not know how to do this, Vadakill has a guide for that as well.
You host it in your house or on a server out of your house ?
IP ?
If you host it at your house and if you have a router, you need to forward the port <!--emo&;)--><img src='http://www.unknownworlds.com/forums/html/emoticons/wink-fix.gif' border='0' style='vertical-align:middle' alt='wink-fix.gif' /><!--endemo-->
Comments
( <3 Vadakill ^^ ) <!--emo&::nerdy::--><img src='http://www.unknownworlds.com/forums/html/emoticons/nerd-fix.gif' border='0' style='vertical-align:middle' alt='nerd-fix.gif' /><!--endemo-->
In case you didn't find the link...
In the server.cfg file you will see a list of region numbers. 0 is for Eastern US I believe
Other than that, try getting a friend to connect to the server over the Internet, and see if it blocks them.
// This config file is executed everytime the server changes levels (disable by removing mapchangecfgfile at end)
//
// Please visit the server ops forum on www.natural-selection.org, or check out the manual if you have any questions about any of these settings.
//
////////////////////////////////////////////////////
// Common between listenserver.cfg and server.cfg //
////////////////////////////////////////////////////
// Default server name. Change to "Bob's Server", etc.
hostname "Natural Selection v3.0"
// Must specify sv_region, or it won't show up in Steam server browser
// 0: US East coast
// 1: US West coast
// 2: South America
// 3: Europe
// 4: Asia
// 5: Australia
// 6: Middle East
// 7: Africa
<span style='color:red'>sv_region 0</span>
// general gameplay
mp_autoconcede 4
mp_limitteams 2
mp_combattime 10
// block abusive console scripts (wait, special, etc.)?
mp_blockscripts 0
// Set to -1 to disallow voting (looks in mapcycle.txt for entries)
mp_mapvoteratio .6
// Enable HLTV proxies to connect
sv_proxies 1
// maximum client movement speed (needed for commander mode)
sv_maxspeed 4000
sv_maxspectatorspeed 1000
sv_allowdownload 1
mp_consistency 0
// Commander voting
mp_votedowntime 180
mp_votecasttime 2
mp_votepercentneeded .4
mp_minvotesneeded 3
// More obscure settings
mp_countdowntime .2
mp_latejointime 1.5
mp_logdetail 0
mp_falldamage 1
mp_killdelay 3
mp_flashlight 1
mp_footsteps 1
// disable autoaim and mad gibs
sv_aim 0
violence_hgibs 0
violence_agibs 0
// player bounding boxes (collisions, not clipping)
sv_clienttrace 3.5
/////////////////////////////////////////
// Server options (in listenserver UI) //
/////////////////////////////////////////
mp_tournamentmode 0
mp_friendlyfire 0
sv_cheats 0
mp_drawdamage 0
// Handicap one side (0-100)
mp_team1damagepercent 100
mp_team2damagepercent 100
// 60 minute timelimit (never ends match in progress)
mp_timelimit 60
///////////////////////////////
// Dedicated server specific //
///////////////////////////////
<span style='color:red'>sv_lan 0</span>
// disable clients' ability to pause the server
pausable 0
// List server op WON or Steam ids here, delimited by semi-colons (eg, "STEAM_0:1:12345;STEAM_0:0:56736"), to display server op icon next to these players on this server.
mp_serverops ""
// Allows display of special authentication icons next to people's names (including developers, Constellation members, etc.)
mp_uplink 1
// Needed so this file is executed on map change, like pre-NS v2.1
mapchangecfgfile server.cfg
<!--QuoteEnd--></td></tr></table><div class='postcolor'><!--QuoteEEnd-->
That's the default server.cfg that comes with the NS v3.0 Beta5 Zip
It should already be setup for an Internet server
sv_lan 0 - set already
sv_region 0 - set as well
Just get someone to test it...if you are using a router, make sure you have the correct ports forwarded. If you do not know how to do this, Vadakill has a guide for that as well.
IP ?
If you host it at your house and if you have a router, you need to forward the port <!--emo&;)--><img src='http://www.unknownworlds.com/forums/html/emoticons/wink-fix.gif' border='0' style='vertical-align:middle' alt='wink-fix.gif' /><!--endemo-->