Team Fortress 2

Team Fortress 2

Shiver Peak
 此主题已被置顶,因此可能具有重要性
Sntr  [开发者] 2018 年 8 月 15 日 上午 6:56
Mission making information
Like with other maps, here's some stuff in case you want to make your own missions for Shiver Peak.

Robot Spawnnames
  • spawnbot
  • spawnbot_mission_sniper
  • spawnbot_flank

Relay for Endurance missions (adds a return timer on the bomb)
  • wave_start_relay_endurance

Relays to force the wave to use either Straight or Zigzag bombpaths
  • bombpath_straight_relay
  • bombpath_zz_relay
InitWaveOutput
{
Target bombpath_zz_relay
Action Trigger
}
As an example on how to use these relays (don't use wave_finished_relay with these, they can screw up things)

Does the map support Engineerbots?
  • Yes.

Tank path
  • tank_path_1

Adding a second bomb
FirstSpawnOutput
{
Target "bomb_relay"
Action Trigger
}
LastSpawnOutput
{
Target "bomb_relay"
Action Trigger
}
Either one of those works, bomb gets disabled once the wave ends.

Nav_prefer routes
  • flank_left
  • flank_right
  • flank_upperleft
As for what the routes are, here's a picture.[i.imgur.com]
最后由 Sntr 编辑于; 2018 年 10 月 8 日 下午 1:42