-Kosh- Posted April 11, 2002 Share Posted April 11, 2002 I've set this to 2, so that when a human joins the game, a bot is spawned, so the human doesn't run around the level all bored, and then leave. I want ti to spawn a bot when one human joins, and then leave when a second human joins.... However, even though it's set in the .cfg file, the server still doesn't spawn a bot when a human joins. Any suggestions? Thank you. __________________ Want a JK2 forum without pop-up ads? We've got it. Link to comment Share on other sites More sharing options...
MatrixCPA Posted April 11, 2002 Share Posted April 11, 2002 What settings are you using, exactly? A copy of your server.cfg would be helpful. Link to comment Share on other sites More sharing options...
-Kosh- Posted April 11, 2002 Author Share Posted April 11, 2002 *smacks forehead a'la V-8* D'oh! I'll post that bit when I get home. Thanks for the reminder. Link to comment Share on other sites More sharing options...
-Kosh- Posted April 13, 2002 Author Share Posted April 13, 2002 Here's the ffa.cfg file: //////////////////////// // Server Information // //////////////////////// seta g_motd "May the t.com be with you" seta sv_hostname "tournament.com's JK2 Server" seta Administrator "Kosh" seta Email "Kosh@nope.com" seta url "http://www.tournament.com" seta Location "US" ////////////////////////// // Server Configuration // ////////////////////////// seta g_needpass "0" seta sv_privatePassword "" seta rconpassword "" seta sv_maxclients "8" seta sv_minclients "2" seta sv_privateClients "0" seta sv_maxRate "7500" seta sv_maxping "500" seta g_ghostRespawn "3" seta g_forcerespawn "0" seta g_inactivity "0" seta g_warmup "10" seta sv_pure "1" seta sv_master5 "" seta sv_master4 "" seta sv_master3 "" seta sv_master2 "" seta sv_master1 "masterjk2.ravensoft.com" seta g_allowvote "0" 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_banIPs "" //seta g_gravity 800 /////////////////// // Game Settings // /////////////////// //Free For All is gametype 0 //Holocron FFA is gametype 1 //Jedi Master is gametype 2 //Duel is gametype 3 //Team FFA is gametype 5 //CTF is gametype 6 //CT Ysalamiri is gametype 7 seta g_gametype "0" seta fraglimit "0" seta timelimit "15" seta g_weaponrespawn "1" seta g_adaptrespawn "1" seta sv_cheats "0" seta g_logSync "0" seta g_log "games.log" seta g_timeouttospec "70" seta g_statLog "0" seta g_teamForceBalance "0" seta g_teamAutoJoin "1" seta g_friendlySaber "0" seta g_friendlyFire "0" seta g_saberInterpolate "1" seta g_weaponDisable "65531" seta g_forcePowerDisable "0" seta g_spawnInvulnerability "3000" seta g_forceRegenTime "300" seta g_autoMapCycle "0" seta g_maxGameClients "0" seta sv_minPing "0" seta sv_maxRate "30000" seta g_duelWeaponDisable "65531" seta g_maxForceRank "7" seta g_saberLocking "1" seta g_privateDuel "1" /////////////////// // MODE Settings // /////////////////// // FFA - Duel Maps rotationcycle set d9 "map ffa_deathstar ; set nextmap vstr d1" set d1 "map ffa_yavin ; set nextmap vstr d2" set d2 "map duel_bay ; set nextmap vstr d3" set d3 "map ffa_bespin ; set nextmap vstr d4" set d4 "map duel_pit ; set nextmap vstr d5" set d5 "map ffa_raven ; set nextmap vstr d6" set d6 "map duel_carbon ; set nextmap vstr d7" set d7 "map ffa_imperial ; set nextmap vstr d8" set d8 "map duel_jedi ; set nextmap vstr d9" vstr d1 Thanks for any help! Link to comment Share on other sites More sharing options...
MatrixCPA Posted April 13, 2002 Share Posted April 13, 2002 Instead of sv_minclients "2", try this: seta bot_enable "1" seta bot_minplayers "2" That should accomplish what you're looking for. Link to comment Share on other sites More sharing options...
-Kosh- Posted April 13, 2002 Author Share Posted April 13, 2002 Off to try it. Thanks for fast reply! You perch over these forums likea vulture? LOL Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.