Modular Gatebots

From SigMod
Jump to navigation Jump to search

Gatebot templates that can be used alongside other templates

Templates[edit | edit source]

  • GatebotScout
  • GatebotPyro
  • GatebotSoldier
  • GatebotHeavy
  • GatebotDemoman
  • GatebotEngineer
  • GatebotMedic
  • GatebotSniper
  • GatebotSpy

Example[edit | edit source]

Gatebot template used alongside demoknight template
#base robot_giant.pop
#base robot_standard.pop
#base robot_gatebot_modular.pop
WaveSchedule
{
	Wave
	{
		WaveSpawn
		{
			Name "wave01a"
			Where spawnbot
			TotalCount 1
			WaitBeforeStarting 0
			
			TFBot
			{
				Template T_TFBot_Demoman_Knight
				AddTemplate GatebotDemoman [$SIGSEGV]
			}
		}
	}
}

Download[edit | edit source]

Popfile: https://testing.potato.tf/tf/scripts/population/robot_gatebot_modular.pop