Thread: Server Problems
View Single Post
Re: serverxx.cfg
Old
  (#6)
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 Re: serverxx.cfg - 04-14-2003, 08:49 PM

Quote:
Originally Posted by Solistio
sv_hostname "Xboarders Jedi Server"

fraglimit 69
timelimit 0
sv_maplist "dm/mohdm2 dm/mohdm3 dm/mohdm5 dm/mohdm7 dm/smallcity"

sv_allowDownload 0
sv_maxRate 9000
sv_maxPing 269
sv_fps 20 sv_floodProtect 1
set flood_waitdelay 10

set flood_persecond 4
set flood_msgs 4
sv_pure 0
sv_gamespy 1

set g_inactiveKick 269
set g_inactiveSpectate 69
set g_teamdamage 0

net_noipx 1
net_port 12203

rconPassword XXXX

this is my first one so mistakes are gonna happen
Your missing alot of stuff, you didn't even state the type of server it is, or its starting map. Use this, and change what you need to change:

[code:ca54e]seta sv_hostname "Xboarders Jedi Server"
net_noipx 1
net_port 12203


seta timelimit "0"
seta fraglimit "69"
seta flood_waitdelay "10"
seta flood_persecond "4"
seta flood_msgs "4"
[b]set g_gametype 2 [/b]
set g_teamdamage "0"
set g_inactiveSpectate "69"
set g_inactiveKick "269"
[b]set g_allowjointime "5"[/b]
[b]set rconpassword "XXXX"[/b]
set sv_pure "0"
[b]set sv_maxclients "16"[/b]
[b]seta sv_minping "0"
seta sv_maxping "600"[/b]
seta sv_gamespy "1"
seta sv_allowDownload "0"
[b]seta sv_maxRate "9000"[/b]
seta sv_fps "20"
seta sv_floodProtect "1"


seta sv_maplist "dm/mohdm2 dm/mohdm3 dm/mohdm5 dm/mohdm7 dm/smallcity"

map dm/mohdm2[/code:ca54e]
  
Reply With Quote