Modular Gatebots

From SigMod
Revision as of 06:50, 12 November 2021 by 192.168.1.218 (talk) (Fixed page having no category (added Templates); Fixed the "syntax highlighting" error category appearing)
Jump to navigation Jump to search

Gatebot templates that can be used alongside other templates

Templates

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

Example

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

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