Creating A Server
Smoke_Nova
Join Date: 2002-11-15 Member: 8697Members
<div class="IPBDescription">Idle time</div> Since i'm in college now and I can leave my computer running all the time, (during classes and @ Night) what do I need to turn it into a server?
Right now i've got the NS 2.0 DS files, HLDS 4.1.1.1D. Is that all?
How do I customize the settings and stuff?
Right now i've got the NS 2.0 DS files, HLDS 4.1.1.1D. Is that all?
How do I customize the settings and stuff?
Comments
server.cfg - hostname, game settings etc.
motd.txt - message of the day, appears when you join a NS server
If you'd like to learn how to add nice features such as admin tools, timed messages in your server and plugins like medkit on the ammo station you will need admin mod. You can find Admin Mod at adminmod.org. Check the documentation there on how to install/configure.
C:\Zero\Half-Life\Server
and
C:\Zero\Half-Life\Server\NS
once 4.1.1.1 finishes DL'in i'm gonna try a quick test
And not to sound like a total newb but are these okay Server.cfg commands?
// disable autoaim and mad gibs
sv_aim 0
violence_hgibs 0
violence_agibs 0
// player bounding boxes (collisions, not clipping)
sv_clienttrace 3.5
// disable clients' ability to pause the server
pausable 0
// default server name. Change to "Bob's Server", etc.
hostname "Natural Selection v2.0"
// to disable HLTV from connecting to your server
//sv_proxies 0
//Playerlimit
mp_playerlimit 12
// maximum client movement speed (needed for commander mode)
sv_maxspeed 4000
sv_maxspectatorspeed 1000
sv_cheats 0
sv_allowdownloads 1
sv_lan 0
mp_consistency 0
mp_countdowntime .2
mp_latejointime 1.5
mp_logdetail 0
mp_assert 0
mp_tournamentmode 0
mp_falldamage 1
mp_autoconcede 4
mp_limitteams 2
mp_drawdamage 0
mp_killdelay 3
// 60 minute timelimit
mp_timelimit 60
// Commander voting
mp_votedowntime 180
mp_votecasttime 2
mp_votepercentneeded .75
mp_minvotesneeded 3
mp_flashlight 1
mp_footsteps 1
// List server op WON ids here, delimited by semi-colons (eg, "12345;23223;123123"). mp_uplink must be 1 for this to work.
mp_serverops ""
mp_uplink 1
//Misc Stuff from NS
mp_networkmeterrate 7500
sv_maxupdaterate 100
sv_minrate 0
sv_maxrate 10000
mp_lowlag 1
is there anything I should add?
Next thing after the basic server works ok is add metamod, adminmod (or amx if you want) and some sort of consgreeting so you can specify the rules of play.