Jump to content

Home

How to enable bots on my server?


CM Warlock

Recommended Posts

How the heck do I enable bots on my dedicated server?

 

I have the server up and running just fine, but I can't get bots going. ;(

 

What I'm trying to do is have bots fill in when theres less then 4 human players.

 

I have managed to get most of my config info from here & there. (God it would be nice if somone had a list of server commands and what they do.) :)

 

 

Here is my config file:

 

//I-LAN Dedicated Server Config

 

//Server Name

seta sv_hostname "^1Flux Gateway "

seta g_motd "^1Welcome - ^3For Stats & Info visit http://WWW.FluxGateway.com^7"

 

// public info - Not Sure Yet if this works under JK2 or not

seta "Administrator" "Warlock, Parabola"

seta "Email" "warlock@fluxgateway.com"

seta "URL" "www.fluxgateway.com"

seta "Location" "Boston, MA [East Coast]"

seta "CPU" "Dual 1.6GHz, AMD Athlon XP w/1.5GB Ram"

seta "ICQ" ""

seta "Clan" "Cajun Mafia"

seta "Connection" "Dual OC-192 + Quad OC48"

 

//Gametype

//Gametype is 0 for FFA, 1 for Holocron FFA, 2 for Jedi Master, 3 for Duel, 5 for Team FFA, 7 for CTF, 8 for Capture the Ysalimari

seta g_gametype "7"

 

//Passwords

seta rconpassword "*****"

seta g_password "" //setting a password here would make your server private

seta sv_privatePassword ""

 

//Voting

seta g_allowVote "1"

 

//Team Play Settings

seta g_teamForceBalance "0"

seta g_teamAutoJoin "0"

seta g_redTeam "Empire"

seta g_blueTeam "Rebellion"

seta g_timeouttospec "70"

seta g_friendlyFire "0"

seta g_friendlySaber "0"

seta g_forceBasedTeams "0"

 

// Time & Frag Limits

seta fraglimit "20"

seta timelimit "30"

seta duel_fraglimit "10"

seta capturelimit "10"

 

// Max Players and Saved Private Posistions

seta sv_maxclients "14"

seta g_maxGameClients "14"

seta sv_privateClients "0"

 

//MISC Settings

seta g_spawnInvulnerability "3000" //3 second spawn invulerability

seta sv_timeout "60" // Time (in seconds) server waits for packet before disconnecting clients

set g_forcerespawn "0"

set g_weaponrespawn "15"

seta g_warmup "10"

seta g_knockback "500"

 

 

// Weapon Settings

seta g_weaponDisable "0" // 65531 = saber only

seta g_duelWeaponDisable "1" // Same as g_weaponDisable, but for duels

 

// Force Settings

seta g_forcePowerDisable "0" // Selectively disable force powers. 32767 = no force

seta g_maxForceRank "7" // Sets number of points players receive for force powers 0-7?

seta g_forceBasedTeams "0" // If on Rebellion must use light force powers while Empire must use dark force powers

seta g_forceRegenTime "100" // Time to regen full force power. Default 200 = 20 seconds

 

// Saber Settings

seta g_privateDuel "1" // Allow players to enter private duel (FFA/Holocron Only)

seta g_saberLocking "1" // Allow saber locks to occur

seta g_friendlySaber "0" // Can hurt teammates with idle saber 0=No/1=Yes

seta g_saberInterpolate "1"

seta g_saberdamagescale "2.0"

seta g_saberDmgVelocityScale "1"

 

//Realistic Saber

seta g_dismember "80" //Enables Dismember on the Server. 0=off 50=occasionally 100=almost always

seta g_dismemberment "80" //Enables Dismember on the Server. 0=off 50=occasionally 100=almost always

 

 

// Team Info. Dont comment out even if not using Team GameType

seta g_teamAutoJoin "1" // Force players to join a team when entering

seta g_teamForceBalance "1" // Force players to join team with fewer players

seta g_redteam "Empire" // Can customize the name of the red team

seta g_blueteam "Rebellion" // Can customize the name of the blue team

 

//Logging

seta g_log "games.log"

seta g_logSync "0"

seta g_statLog "0"

seta g_statLogFile "statlog.log"

 

//Banning

seta g_banIPs ""

seta g_filterBan "1"

 

// AntiFlooding Setttings

seta sv_floodProtect "1"

 

// Downloads and ping/rate settings

seta sv_allowDownload "1"

seta sv_maxPing "500"

seta sv_minPing "0"

seta sv_maxRate "8000"

 

//Master Servers

seta sv_master1 "masterjk2.ravensoft.com"

seta sv_master2 "master0.ilangame.com:28060"

seta sv_master3 ""

seta sv_master4 ""

seta sv_master5 ""

 

//Memory Settings & FPS - Leave set as is

seta com_hunkMegs "64"

seta com_maxfps "85"

 

 

//////////////////////////

// BOT Settings //

//////////////////////////

seta bot_nochat "0"

seta bot_fastchat "0"

seta bot_grapple "0"

seta bot_minplayers "3" // 4 BOTS added because you selected add bots but no minimum players!

seta bot_thinktime "100"

seta g_spSkill "2"

 

 

//Allow MapCycling

seta g_autoMapCycle "1"

 

// FFA Map Cycle

seta d1 "set g_gametype 0 ; map ffa_raven ; set nextmap vstr d2"

seta d2 "set g_gametype 0 ; map ffa_deathstar ; set nextmap vstr d3"

seta d3 "set g_gametype 0 ; map ffa_bespin ; set nextmap vstr d4"

seta d4 "set g_gametype 0 ; map ffa_yavin ; set nextmap vstr d5"

seta d5 "set g_gametype 0 ; map ffa_imperial ; set nextmap vstr d1"

 

 

// CTF Map Cycle

seta d1 "set g_gametype 7 ; map ctf_bespin ; set nextmap vstr d2"

seta d2 "set g_gametype 7 ; map ctf_bespinfort ; set nextmap vstr d3"

seta d3 "set g_gametype 7 ; map ctf_yavin ; set nextmap vstr d4"

seta d4 "set g_gametype 7 ; map ctf_ns_streets ; set nextmap vstr d5"

seta d5 "set g_gametype 7 ; map ctf_gorge ; set nextmap vstr d6"

seta d6 "set g_gametype 7 ; map map_ctf_orbital_garden ; set nextmap vstr d7"

seta d7 "set g_gametype 7 ; map ctf_tanzin ; set nextmap vstr d8"

seta d8 "set g_gametype 7 ; map ctf_vendetta ; set nextmap vstr d9"

seta d9 "set g_gametype 7 ; map ctf_EchoBaseCTF ; set nextmap vstr d10"

seta d10 "set g_gametype 7 ; map ctf_reactorv11 ; set nextmap vstr d1"

 

 

vstr d1

 

 

// not sure if this will work. (Trying to prevent folks from abusing sucide)

seta g_allowSuicide "0"

 

// not sure what this does?

seta g_fraglimitVoteCorrection "1"

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...