Linedef type 319
Jump to navigation
Jump to search
Linedef type 319, Unlockable – Continuous, is a type of linedef executor trigger which activates any linedef executor in the control sector if a certain unlockable has been unlocked beforehand. Note that this linedef has no effect in netgames, or if gamedata is no longer being saved due to the use of a protected console command (such as god
or devmode
). The linedef executor will keep being triggered over and over again as long as a player is there.
Setup
The front texture X offset determines the number of the unlockable to check for, ranging from 0 to 31. Note: Unlockable 0 is an invalid unlockable number. Unlockable 32 is also unusable with this trigger.
|
Sample
- Example file: ex_ld319_trigger_unlockablecontinuous.wad (MAP01)
- Stepping on the red button will unlock the Sound Test unlockable. Afterwards, stepping on the blue button will cause the player's score to increase continuously. Note that the gamedata is saved, so once you have pressed the red button in one game session, in every following game session the Sound Test unlockable will already be unlocked and the blue button will work immediately. To reset the unlockable, delete the file
ld319_test.dat
in your SRB2 folder.
How to use |
---|
|