Modular Gatebots: Difference between revisions

From SigMod
Jump to navigation Jump to search
(Created page with "Gatebot templates that can be used alongside other templates == Example == thumb|Gatebot template used alongside demoknight template <syntaxhighli...")
 
m (Fixed link to popfile.)
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Gatebot templates that can be used alongside other templates
Gatebot templates that can be used alongside other templates
== Templates ==
* GatebotScout
* GatebotPyro
* GatebotSoldier
* GatebotHeavy
* GatebotDemoman
* GatebotEngineer
* GatebotMedic
* GatebotSniper
* GatebotSpy


== Example ==
== Example ==
[[File:Modulargatebot.png|thumb|Gatebot template used alongside demoknight template]]
[[File:Modulargatebot.png|thumb|Gatebot template used alongside demoknight template]]
<syntaxhighlight>
<syntaxhighlight lang="php">
#base robot_giant.pop
#base robot_giant.pop
#base robot_standard.pop
#base robot_standard.pop
Line 29: Line 41:


== Download ==
== Download ==
Popfile: https://testing.potatomvm.tf/tf/scripts/population/robot_gatebot_modular.pop
Popfile: https://testing.potato.tf/tf/scripts/population/robot_gatebot_modular.pop
 
[[Category:Templates]]

Latest revision as of 17:47, 19 June 2023

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