- last post: 01.01.0001 12:00 AM PDT
Posted by: JinxASO
I have a problem with my server. When i make a dedicated server, it won't show when i go to join it it isn't there.
I got the 1.07 update, and i set it up right.
sv_name
sv_password
sv_public 1
sv_mapcycle_add
sv_timelimit 0
sv_maxplayers 7
sv_mapcycle_begin
it wont make the game so people can see it or join it. Anyone wanna help me?
Some of the commands in your init.txt are incomplete. Try something more like this:
sv_name JinxLand
//sv_password mypassword
sv_public 1
sv_mapcycle_add bloodgulch "classic ctf pro"
sv_mapcycle_add dangercanyon ctf
sv_timelimit 0
sv_maxplayers 7
sv_mapcycle_begin
If you want the server passworded, remove the // at the beginning of line 2. Note that you need to put quotes around any gametype which has spaces in its name.
Raptor
[Edited on 1/17/2007]