Help
Wrath
Join Date: 2002-12-14 Member: 10815Members
<div class="IPBDescription">I need help running a server</div> <!--emo&::asrifle::--><img src='http://www.unknownworlds.com/forums/html/emoticons/asrifle.gif' border='0' valign='absmiddle' alt='asrifle.gif'><!--endemo-->
Lo all, i need help running a server for NS, the problem being is that i have never run a server before. I want to be able to run a server and play on the same machine is this possible.
System spec - P4 2.4 Ghz, 768 RAM, Windows xp.
Please help if you can ........Thx
Lo all, i need help running a server for NS, the problem being is that i have never run a server before. I want to be able to run a server and play on the same machine is this possible.
System spec - P4 2.4 Ghz, 768 RAM, Windows xp.
Please help if you can ........Thx
Comments
One of the most important things is finding out how much bandwidth you have, specifically upload. To host a 12 player server I use around 220kbps (22KB) a sec upload, most cable and DSL accounts nowadays have only 128 kbits (12.8KB) upload/upstream. You can find out how much you have by going to a bandwidth testing site like DSLreports.com which will test both your incoming and outgoing bandwidth amounts.
Other then that, you have a plenty powerful system and it would make for an excellent server.
465 / 362
Your download speed : 465308 bps, or 465 kbps.
A 56.8 KB/sec transfer rate.
Your upload speed : 362450 bps, or 362 kbps.
<a href='http://www.dslreports.com/speedtests/465308;362450;3b82144604e85da5da2455df8a36cf8c;2.0;nyc.speakeasy.net/1039924197' target='_blank'>http://www.dslreports.com/speedtests/46530....net/1039924197</a>
<!--emo&::siege::--><img src='http://www.unknownworlds.com/forums/html/emoticons/siege.gif' border='0' valign='absmiddle' alt='siege.gif'><!--endemo-->
So now what, where do i get software from, how do i use it <!--emo&???--><img src='http://www.unknownworlds.com/forums/html/emoticons/confused.gif' border='0' valign='absmiddle' alt='confused.gif'><!--endemo-->
Thx
Here is another -
<a href='http://www.dslreports.com/speedtests/527647;241196;487493338e16504a46ba7324a1949656;2.0;nyc.speakeasy.net/1039970338' target='_blank'>http://www.dslreports.com/speedtests/52764....net/1039970338</a>
Down is better but Up isn't
Your speeds are wrong, your supposed to divide the bps(BITS per second) by 8 not 10 (8 bits in a byte), so 220kbps is 27.5KBytes/sec not 22.0KBytes/sec, and 128kbps is 16KBytes/s
Thx Vadakill
lol some ppl are just more anal than others. hahaha...just its all gravy...or so i'm told.
sry bout off topic, but i couldn't resist
Yes. I also hate when you buy a bottle of hand lotion or soap or something, and the stem doesn't go all the way down, so you are left with 1/2 inch of stuff you can't use so you have to go out and buy another bottle sooner.
Here are some links to help you out...
<a href='http://planethalflife.com/commands/howto.shtml' target='_blank'>http://planethalflife.com/commands/howto.shtml</a>
<a href='http://planethalflife.com/commands/howto.shtml#serverclient' target='_blank'>http://planethalflife.com/commands/howto.s...ml#serverclient</a>
That whole site is dedicated to just such things. Search around and you should find exactly what u need.
Hope this helps.
C:\SIERRA\Half-Life\hlds.exe -game ns -noipx -port 27016 +maxplayers 16 +map ns_bast -nojoy +servercfgfile server.cfg +mapcyclefile mapcycle.txt
most of the command line commands are pretty self explanatory:
hlds.exe : HL ded server file
-game ns : declares the mod (NS)
-noipx : disables IPX lookup and stuffs
-port 27016 : declares port that HLDS will listen on (<b>make this anything BUT 27015 if you want to play on same machine</b>)
+maxplayers 16 : max players you want on server
+map ns_bast : starting map for server
-nojoy : no joystick use
+servercfgfile server.cfg : server's config file
+mapcyclefile mapcycle.txt : server's map list file