dagz Posted April 11, 2002 Posted April 11, 2002 can somebody tell me how to run a dedicated server without going into the game?
Valdarious Posted April 11, 2002 Posted April 11, 2002 Go Here Down the one for you then just make a server.cfg and put this kind of stuff in it. //set Gametype to 0 for Free for All Mode set g_gametype 0 set g_weaponDisable 0 set g_maxForceRank 7 set g_forcePowerDisable 0 set g_saberLock 1 set g_autoMapCycle 1 set fraglimit 30 set timelimit 0 sv_maxclients 10 sv_hostname "JK2 Server" set g_autoMapCycle 1 rconpassword "" //turn on/off pak cheat check. 1=on, 0=off (Default: 1) sv_pure 1 //set max allowable rate for a client. 8000 to 10000 recommended. Max: 25000 sv_maxRate 10000 set g_allowvote 1 set g_privateDuel 1 //syncronous clients is necessary to allow client demo recording. Setting to 1 allows recording but play is not smooth and is not recommended for normal use. (Default: 0) set g_syncronousClients 0 map ffa_bespin
Recommended Posts
Archived
This topic is now archived and is closed to further replies.