Team Fortress 2

Team Fortress 2

Iron Gauntlet - Maps, Cosmetics, Weapons, Taunts, Unusuals
RandumbCrits 31 Mar, 2016 @ 12:07pm
Custom MvM Robots
I'm currently working on a mvm map and I've noticed some of the Iron Gauntlet maps utilizing vaccinator, shield medics, and other custom robots, etc etc. Forgive me if this is a stupid question, but where would one obtain the files to use these bots in my own custom waves?
Thx
< >
Showing 1-3 of 3 comments
Lamiiku 4 Apr, 2016 @ 7:54pm 
I would advise creating your own robot templates. Learning how to program them will give you a good understand of the gamemode and open up much more possibilites for you. If you want to make a bot template for your main mission popfile to refer to, I recommend making your own template file. Check out the robot_standard and robot_giant files in your tf/scripts/population folder.

Vaccinators are particularly tricky as the template for them included in your default bot template files is broken. Here's the template I use for bullet vaccinators.

T_TFBot_Medic_VacBullet
{
Class Medic
Name "Vaccinator Medic"
ClassIcon medic
Skill Normal
Item "The Vaccinator"
Attributes SpawnWithFullCharge
Attributes VaccinatorBullets
ItemAttributes
{
ItemName "The Vaccinator"
"ubercharge rate bonus" 10
"bot medic uber health threshold" 151
}
}
RandumbCrits 10 Apr, 2016 @ 12:37pm 
Originally posted by Lamiiku:
I would advise creating your own robot templates. Learning how to program them will give you a good understand of the gamemode and open up much more possibilites for you. If you want to make a bot template for your main mission popfile to refer to, I recommend making your own template file. Check out the robot_standard and robot_giant files in your tf/scripts/population folder.

Vaccinators are particularly tricky as the template for them included in your default bot template files is broken. Here's the template I use for bullet vaccinators.

T_TFBot_Medic_VacBullet
{
Class Medic
Name "Vaccinator Medic"
ClassIcon medic
Skill Normal
Item "The Vaccinator"
Attributes SpawnWithFullCharge
Attributes VaccinatorBullets
ItemAttributes
{
ItemName "The Vaccinator"
"ubercharge rate bonus" 10
"bot medic uber health threshold" 151
}
}
Thanks for this, it really helped out. :D
Lamiiku 10 Apr, 2016 @ 1:01pm 
:D Huzzah! Glad it worked out for you :)
< >
Showing 1-3 of 3 comments
Per page: 1530 50