View Single Post
Old
  (#2)
Bazooka_Joe is Offline
Senior Member
 
Posts: 12,585
Join Date: Jan 2002
Location: Staten Island, NY, USA
 Send a message via ICQ to Bazooka_Joe Send a message via AIM to Bazooka_Joe Send a message via MSN to Bazooka_Joe Send a message via Yahoo to Bazooka_Joe  
Default 12-29-2002, 06:42 PM

Make a new .CFG to test out, and put this in it.

[code:cbb47]
sv_hostname "test server no slots passworded"
set g_gametype 5
set rconpassword "password"

set g_healthdrop 1
set g_realismmode 1
set sv_runspeed 250
set sv_dmspeedmult 1.000000
set g_teamdamage 1
set g_healrate 10

set sv_maxclients 16
timelimit 10
fraglimit 100
maprotationtime 3
set sv_team_spawn_interval 3
roundlimit 0
set g_inactivespectate 60
set g_inactivekick 900

set ui_dedicated 1
set sv_gamespy 1
set sv_pure 0
set g_allowvote 1
set sv_floodprotect 1
set g_forceteamspectate 1
set dmflags 0
set sv_invulnerabletime 3
set g_teamkillwarn 3
set g_teamkillkick 5
set g_teamswitchdelay 15
set g_allowjointime 30

set sv_privateclients 16
set sv_privatepassword "rudedog"
set sv_keywords ""
set net_port 12203

set sv_minping 0
set sv_maxping 0
set sv_maxrate 0

map "obj/MP_Druckkammern_TOW"

sv_maplist "obj/MP_Druckkammern_TOW obj/MP_Flughafen_TOW obj/MP_Ardennes_TOW obj/MP_Berlin_TOW"[/code:cbb47]

If that works, just change whatever properties you want to change (maps, timelimits, passwords, etc)
  
Reply With Quote