tf2 bot mod
- HitmanTJ03
- Posts: 477
- Joined: Thu Mar 05, 2009 5:53 pm
- Location: UK
Re: tf2 bot mod
May cause game instability when loading but joining a server takes less time as most of the resources are already initialsied.

The Game.
THIS ISN'T STRAWBERRY, IT'S RAWBERRY
- Haroshi
- Posts: 9
- Joined: Wed Aug 26, 2009 7:01 am
- What is 3hirty p1us 4orty?: 4
- Location: Leicester UK
Re: tf2 bot mod
Oh yeah I set my background as every class of bot playing on Badlands last night,
Rather than all soldiers on Turbine like the code given in the article.
Here's the code of the autoexec file if anyone wants to use it
I can't seem to get arena maps working on this though, they just stay in setup mode.
Does anyone have any Idea of a command I could use to get round this?
Rather than all soldiers on Turbine like the code given in the article.
Here's the code of the autoexec file if anyone wants to use it
Code: Select all
//FOR AWESOME BACKGROUND FIGHTING
plugin_load ../bin/HPB_Bot2
sv_cheats 1
map_background cp_badlands
alias "bluscout" "rcbot addbot 1 3"
alias "blusoldier" "rcbot addbot 3 3"
alias "blupyro" "rcbot addbot 7 3"
alias "bludemo" "rcbot addbot 4 3"
alias "bluheavy" "rcbot addbot 6 3"
alias "bluengy" "rcbot addbot 9 3"
alias "blumedic" "rcbot addbot 5 3"
alias "blusniper" "rcbot addbot 2 3"
alias "bluspy" "rcbot addbot 8 3"
alias "redscout" "rcbot addbot 1 2"
alias "redsoldier" "rcbot addbot 3 2"
alias "redpyro" "rcbot addbot 7 2"
alias "reddemo" "rcbot addbot 4 2"
alias "redheavy" "rcbot addbot 6 2"
alias "redengy" "rcbot addbot 9 2"
alias "redmedic" "rcbot addbot 5 2"
alias "redsniper" "rcbot addbot 2 2"
alias "redspy" "rcbot addbot 8 2"
alias "botloadscript" "wait 1000; redheavy; wait 10; bluheavy; wait 10; redsoldier; wait 10; blusoldier; wait 10; reddemo; wait 10; bludemo; wait 10; redsniper; wait 10; blusniper; wait 10; redengy; wait 10; bluengy; wait 10; redmedic; wait 10; blumedic; wait 10; redpyro; wait 10; blupyro; wait 10; redspy; wait 10; bluspy; wait 10; redscout; wait 10; bluscout; wait 10;
botloadscript
Does anyone have any Idea of a command I could use to get round this?