Skip to content

Bristn/tf2-mvm-ascent

Repository files navigation

Workshop Header

Checkout the map on the Steam Workshop.

Main path Main path

Sequence Header

The layout of the map can be changed using the InitWaveOutput in the .pop files. The table shows the different relays and their actions.

Relay Description
relay_advance_sequence_n Advances the sequence by n steps
relay_advance_sequence_n_abort Advances the sequence by n steps and aborts it right after
relay_abort_sequence Aborts the sequence without advancing
relay_idle_sequence Does not alter the sequence.

⚠️ If any relay_advance_ or relay_abort_ are used, all waves must define a InitWaveOutput action. If the sequence should not change use relay_idle_sequence.

The actions are always executed before the wave. Defining relay_advance_sequence_1 in the first wave will result in the first step being executed immediately after the map loads. Advancing the sequence triggers the steps one after another. The sequence consists of the following steps.

Step 1 Header

The second outlet of the upper dam is closed. The entire water channel is drained. Bots may chose the channel as a secondary path jumping down from the bridge. The channel path has a higher chance to be chosen compared to the regular path, as it is shorter and harder to defend.

Step 2 Header

All water is drained from the lake. The death pit remains, but bots are no longer sucked into the death pit. Bots and tanks can chose the channel path. Like before, the channel path has a higher chance to be chosen compared to the regular path.

Step 3 Header

The outlet of the lower dam is closed. This removed the death pit completely.

Aborting Header

Aborting the sequence stops further steps from executing, locking the current state for the remainder of the game. Additionally a new bot spawn point is enabled, making the starter area harder to defend.

Gatebots Header

Gatebots can capture a control point near the lift. Once captured, the lift is lowered enabling a shortcut for bots and tanks. After a tank uses the lift, the shortcut is closed and the control point is reset.

If the shortcut is enabled, bots and tanks are going to prioritize the shortcut path. If the shortcut is disabled during a wave, the remaining bots will fallback to the path marked with white projectors.

Demo Files Header

As of now there is only a modified version of the advanced Mannhattan mission to show the different gimmicks of the map. Apart from this mission there are several demo files

File Description
gate Contains gatebots that enable the shortcut & tanks that use/close it
gate_flank Same as gate but uses the flank spawns
sequence Advances the sequence every wave starting after the first wave
sequence_abort Advances the sequence and aborts it after draining the lake
sequence_completed Starts the map with the entire sequence already completed

Screenshots Header

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors