02-13-2005, 02:34 AM
Since my default srcds installation didn't had a server.cfg file, I went searching for a default one. After some searching I found this:
The orange part was added by me since I'm running Mani Admin Plugin. The comments at the 'Bots' part also don't seem correct to me (although I only know a little bit of the German language), but that ain't important I guess.
With this server.cfg file my srcds box successfully created a bot when I joined a game. Now I wanted to use a server.cfg file which was created using the cfgmaker on this website: http://www.cstrike-planet.com/cfgmaker?cfg=srcds.
This server.cfg won't create any bots, although everything about the bots is configured. If I replace this 'bot-part' with the one from the first server.cfg that did work, it still won't work. Creating a seperate bot.cfg and executing it in server.cfg won't work either.
Does anybody has any tips concerning this issue? Not a single server.cfg file I found would make the bots work, except for the first. I didn't found any further information about this either.
Code:
// Use this file to configure your DEDICATED server.
// This config file is executed on server start.
[color=orange]// Execute Mani Admin Plugin
exec mani_server.cfg[/color]
// RCON-Passwort:
rcon_password password
// default server name. Change to "Bob's Server", etc.
hostname "hostname"
// maximum client movement speed
sv_maxspeed 320
// 20 minute timelimit
mp_timelimit 20
sv_cheats 0
log on
//Bots
//bot_quota 0 // Bots aus
bot_quota 1 // Bots an, Slots werden aber für "reale" User freigegeben
//bot_quota 3 // Bots an, es werden keine Slots freigegeben
bot_difficulty 1 // Skill der Bots (0=easy, 1=normal, 2=hard, 3=expert)
bot_chatter off // toggelt ob die Bots chatten oder nicht (on / off)
The orange part was added by me since I'm running Mani Admin Plugin. The comments at the 'Bots' part also don't seem correct to me (although I only know a little bit of the German language), but that ain't important I guess.
With this server.cfg file my srcds box successfully created a bot when I joined a game. Now I wanted to use a server.cfg file which was created using the cfgmaker on this website: http://www.cstrike-planet.com/cfgmaker?cfg=srcds.
Code:
// server name
hostname "[i]hostname[/i]"
[color=orange]// Execute Mani Admin Plugin
exec mani_server.cfg[/color]
// rcon passsword
rcon_password "[i]password[/i]"
// Server password
sv_password "[i]password[/i]"
// server cvars
mp_friendlyfire 0
mp_footsteps 1
mp_autoteambalance 1
mp_autokick 0
mp_flashlight 1
mp_tkpunish 1
mp_forcecamera 0
sv_alltalk 0
sv_pausable 0
sv_cheats 0
sv_consistency 1
sv_allowupload 1
sv_allowdownload 1
sv_maxspeed 320
mp_limitteams 2
mp_hostagepenalty 5
sv_voiceenable 1
mp_allowspectators 1
mp_chattime 10
sv_timeout 120
// round specific cvars
mp_freezetime 6
mp_roundtime 5
mp_startmoney 800
mp_c4timer 45
mp_fraglimit 0
mp_maxrounds 0
mp_winlimit 0
mp_playerid 0
mp_spawnprotectiontime 5
mp_timelimit 20
// bandwidth rates/settings
sv_minrate 4000
sv_maxrate 8000
decalfrequency 60
sv_maxupdaterate 60
sv_minupdaterate 10
// server logging
log off
sv_logbans 0
sv_logecho 1
sv_logfile 1
sv_log_onefile 0
// bots
bot_add
bot_quota 6
bot_quota_mode fill
bot_difficulty 1
bot_chatter radio
bot_auto_follow 1
bot_auto_vacate 1
bot_join_after_player 1
bot_defer_to_human 0
bot_allow_rogues 0
bot_walk 0
bot_join_team any
bot_eco_limit 2000
bot_allow_grenades 1
bot_all_weapons
bot_allow_grenades 1
bot_allow_pistols 1
bot_allow_sub_machine_guns 1
bot_allow_shotguns 1
bot_allow_rifles 1
bot_allow_snipers 1
bot_allow_machine_guns 1
// operation
sv_lan 0
sv_region 3
sv_contact [i]email[/i]
// execute ban files
exec banned_user.cfg
exec banned_ip.cfg
This server.cfg won't create any bots, although everything about the bots is configured. If I replace this 'bot-part' with the one from the first server.cfg that did work, it still won't work. Creating a seperate bot.cfg and executing it in server.cfg won't work either.
Does anybody has any tips concerning this issue? Not a single server.cfg file I found would make the bots work, except for the first. I didn't found any further information about this either.
May the Source be with you...
Want to know which ports to forward on your router for a Source DS? Click here!
Want to know which ports to forward on your router for a Source DS? Click here!