A player being switched into reverse gravity after pressing a button.
Linedef type 433, Enable/Disable Gravity Flip, is a type of linedef executor which, when triggered by a player, flips the player's gravity.
Setup
The tag given to this linedef is irrelevant. Normally the player will be switched into reverse gravity. However, if Flag [6] / Not Climbable is checked, the player will be switched back into normal gravity again.
Linedef special info
|
|
Linedef flags
|
[6] Not Climbable: Switches player back into normal gravity
|
|
Sample
- Example file: ex_ld433_enabledisablegravityflip.wad (MAP01)
How to use |
---|
- You may load this file into your favorite map editor, such as Zone Builder. Select
MAP01 as the map to load.
- You may also load this file in the game:
- Save
ex_ld433_enabledisablegravityflip.wad into the addons folder of your SRB2 directory.
- Start SRB2, go to the Addons menu, and then select
ex_ld433_enabledisablegravityflip.wad .
- Start the game in Single Player mode.
- Press the Console button (
~ ), and type in the command MAP MAP01 to access the example map.
- When you load this file in the game, it replaces Greenflower Zone Act 1.
|