Post tutorial RSS Infinite Looping

How to make Inifinite a inifinite loop in the CS2D Editor... Many of you have problems with making loops. So i decided to help you out a bit with your maps

Posted by on - Basic Level Design/Theory

Some of you are interested of how to make a inifinite looping of triggers so im gonna explain how :

Loop it from start : (What you need & example)

trigger_start
trigger_delay
trigger_delay
trigger_delay
env_hurt
env_hurt
env_hurt

Trigger_start - (Triggers : A)

trigger_delay - (Named : A - Triggers : B) 3 Seconds Delay
env_hurt - (Named : B)
trigger_delay - (Named : B - Triggers : C & B) 6 Seconds Delay
env_hurt - (Named : C)
trigger_delay - (Named : C - Triggers : D & C & A) 9 Seconds Delay
env_hurt (Named : D)

So there you go! A loop is made from the start of the round in the map... it will trigger the env_hurt in the places you want the env_hurt to be...

You can also do it with other triggers like : Trigger_Hit/Move/Use

I hope this helps you with the looping problems...

Next Planning Tutorials : How to make an Elevator,Easy NPC spawning system...


Note : If this tutorial did not help you - I will add screenshots on how to do it...

By : Roster312

Post a comment
Sign in or join with:

Only registered members can share their thoughts. So come on! Join the community today (totally free - or sign in with your social account on the right) and join in the conversation.