Tutorial 3
Controlling faded lights |
RTS Online: Tutorial 4
Triggering multiple line types |
Start
RTS Online Start |
This trigger function can take special events to a whole new level. In DOOM, you can only trigger one line type function with a line trigger, like opening a door.Note that you cannot use activate_linetype for sectors that have no trigger number. You will have to use sectorv for these. So in the tutorial below, we will use a combination of both sectorv and activate_linetype, since we are using a normal DOOM2 map.
Using RTS to trigger a line type, you can use literally dozens of different line types with a single event.
The best example of this is QDOOM's E3M1, near the exit. There is a super detailed 3D elevator that controlled by a radiustrigger which activates 7 custom line types to move all the different parts of the elevator in sync. Once QDOOM is released, you can dig into it and see how it all works for yourself. :)
In the meantime, let's tear up DOOM2 MAP01 once more:-open the door to the blue computer room
-lower the platforms in the blue room
-open the secret door to the green armor
-open the secret door to the rocket launcher
-open the door that leads to the outside area
-open the exit room door
-open the secret door South of the Imp cage
-lower the large, square lights West of the Imp cage
Your code output should look like this:
|