KaxyotiK Posted April 10, 2002 Posted April 10, 2002 i have thd bandwidth to host 6 player comfortably, and i would like to add 2 bots, and have 2 reserved ports. ok. the problem is when i try to set a min # of bots it adds ONE bot and then when ANYONE joins, it kicks that ONE bot (this is a radomly selected bot.) Now, when i use the command "addbot kyle", kyle will join and be kicked immediately. I am running a dedicated server with the line: D:\jedi2\GameData\jk2mp.exe +set dedicated 2 +exec dedicated.cfg . ive tried various different combinations with the "seta bot_minplayers" and "seta sv_minclients" but they have all yielded the same results. Here is my config: (bits and pieces of many configs, and editted) ////////////////////////// // Server Information // ////////////////////////// seta sv_hostname "server" seta g_motd "w00t" seta Administrator "admin" //seta Email "" //seta url "" seta Location "US" ////////////////////////// // Server Configuration // ////////////////////////// seta g_needpass "0" seta sv_privatePassword "no" seta rconpassword "no" seta sv_maxclients "10" //seta sv_minclients "0" seta sv_privateClients "2" seta sv_privatePassword "no" seta sv_maxRate "10000" //previous was 6000 //seta sv_maxping "700" seta g_ghostRespawn "3" seta g_forcerespawn "1" //seta g_inactivity "0" //seta g_warmup "20" seta sv_pure "1" seta sv_master5 "" seta sv_master4 "" seta sv_master3 "" seta sv_master2 "master.gamespy.com:27900" seta sv_master1 "masterjk2.ravensoft.com" seta g_allowvote "1" //seta cl_allowDownload "1" seta g_friendlyfire "0" seta g_teamForceBalance "1" seta g_teamAutoJoin "1" seta sv_floodProtect "1" //Enable IP banning set g_filterban 1 //seta g_gravity 800 ////////////////////////// // Game Settings // ////////////////////////// seta g_syncronousClients 0 seta g_privateDuel 1 seta g_weaponDisable 0 seta g_maxForceRank 7 //7 jedi master, 6 jedi knight seta g_forcePowerDisable 0 seta fraglimit "30" seta timelimit "20" seta capturelimit "6" //seta g_quadfactor "4" //seta g_knockback "500" //seta g_weaponrespawn "0" seta g_adaptrespawn "1" //respawn away from enemies is 1? //seta cg_forceModel "0" //seta cl_run "1" //seta cg_autoswitch "0" //auto switch teams? //seta cl_noprint "0" seta cg_drawCrosshairNames "1" //seta cg_footsteps "0" //seta cg_drawFPS "0" //seta cg_drawTimer "0" //seta cg_thirdPerson "0" seta sv_cheats "0" seta g_logSync 0 "1" seta g_log "logs\games.log" ////////////////////////// // BOT Settings // ////////////////////////// seta bot_nochat "1" //seta bot_fastchat "0" //seta bot_grapple "0" seta bot_minplayers "1" //seta bot_thinktime "100" seta g_spSkill "4" //default 2 //addbot "jedi" //addbot "skywalker" ////////////////////////// // MODE Settings // ////////////////////////// // seta g_gametype 0 //Maplist set d1 "map ffa_bespin ; set nextmap vstr d2" set d2 "map ctf_yavin ; set nextmap vstr d3" set d3 "map ffa_ns_hideout ; set nextmap vstr d4" set d4 "map ffa_ns_streets ; set nextmap vstr d5" set d5 "map ctf_bespin ; set nextmap vstr d6" set d6 "map ffa_yavin ; set nextmap vstr d7" set d7 "map ctf_ns_streets ; set nextmap vstr d1" vstr d1
kleaver Posted April 10, 2002 Posted April 10, 2002 modify seta bot_minplayers "1" so it is equal to the minimun number of players you want on the server. ie seta bot_minplayers "4" will add bots to keep at least 4 players on the server or adjust them as players join and leave the server.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.