//This file has been generated by http://mvm.tf //Copy this file in your tf/scripts/population folder #base robot_giant.pop #base robot_standard.pop #base robot_gatebot.pop population { StartingCurrency 400 RespawnWaveTime 6 CanBotsAttackWhileInSpawnRoom no Templates { } Wave { WaitWhenDone 65 Checkpoint Yes StartWaveOutput { Target wave_start_relay Action Trigger } DoneOutput { Target wave_finished_relay Action Trigger } WaveSpawn { TotalCurrency 400 TotalCount 3 MaxActive 3 SpawnCount 3 WaitBeforeStarting 0 WaitBetweenSpawns 10 Where spawnbot_giants RandomChoice { Squad { TFBot { Template T_TFBot_Giant_Soldier } } Squad { TFBot { Template T_TFBot_Giant_Heavyweapons_Natascha } } Squad { TFBot { Template T_TFBot_Giant_Demoman } } } } WaveSpawn { TotalCurrency 400 TotalCount 1 MaxActive 1 SpawnCount 1 WaitBeforeStarting 0 WaitBetweenSpawns 10 Where boss Squad { TFBot { ClassIcon scout Health 125 Name Scout Class Scout Skill Normal Attributes "UseBossHealthBar" } } } } } //This file has been generated by http://mvm.tf