css
Map
Efficent Non-Linear Multi-Stage Map Completion
robotics
18 Jan 2026
Efficent Non-Linear Multi-Stage Map Completion
3D Preview
Controls: WASD to move, Mouse to look. Depending on map size, loading may take time.
Description
An efficent system that allows players to complete a multi-stage map in any order. After seeing how over-complicated this tends to be, I made my own.- You can have as many checkpoints as you desire.
- The amount of players is irrelevant.
- Will not glitch.USAGE
The left side in the .vmf contains the prefab, while the right is an example of how it can be used. 1. Select the triggers called "resettrigger", "checkingtrigger" and the amount of 'checkpoints' you intend to use (all along with the filters next to them). Make sure you include the math_counter (called counter) and copy these into your map. 2. Place the "reset_triggers" where the timer starts or where players spawn.3. Place the "checking_trigger" where you want to check for how many checkpoints the player has reached.
4. Place the smaller (checkpoints) triggers you want the player to reach before advancing.
5. Specify the amount of checkpoints you require the player to reach under "Maximum Legal Value" in the math_counter.6. Make an "OnHitMax" output for what you want to happen when the player reaches this amount of visited checkpoints. If you want them to pass a teleport, push or any other trigger, set their targetname to "ng0pass" and put "antiglitchfilter0_passed" as that triggers filter.
I pre-made 20 checkpoints. If you need any more, copy, paste and rename accordingly.
Here is a video demonstrating how this is used:
Original source: https://gamebanana.com/mods/2153
Note: This map was automatically uploaded by a bot.
css
File Details
Filename
multi_system.bsp
MD5 Hash
5bef8f350b...
Path
/css/map/...
Comments (0)
Login to comment.