Thing type 1807, Axe, is a type of Thing used in Mario mode. In previous versions of SRB2, it was used at the end of Mario Koopa Blast Zone Act 3 to lower the bridge that King Bowser stands on. It can also be used in custom levels, where it will cause a FOF to be lowered to a specific height after it is touched, and then destroy itself.
Setup
Set up a normal FOF and give the control sector a tag of 649. The tag of the FOF control linedef can be chosen freely. Next, create another sector adjacent to the first control sector so that they share one linedef. The floor and ceiling height of the second sector determine the height that the FOF will sink to. You cannot use the Axe to raise the FOF. Now place the Axe on the map.
Object type info – MT_AXE
|
|
Thing type number
|
1807
|
MAXEA0
|
|
Object type
|
MT_AXE
|
|
Sprite name prefix
|
MAXE
|
|
SpawnState
|
S_AXE1
|
|
SeeState
|
S_NULL
|
|
SeeSound
|
sfx_None
|
|
AttackSound
|
sfx_None
|
|
PainState
|
S_NULL
|
|
PainSound
|
sfx_None
|
|
MeleeState
|
S_NULL
|
|
MissileState
|
S_NULL
|
|
DeathState
|
S_NULL
|
|
XDeathState
|
S_NULL
|
|
DeathSound
|
sfx_None
|
|
ActiveSound
|
sfx_None
|
|
RaiseState
|
S_NULL
|
|
SpawnHealth
|
1000
|
|
ReactionTime
|
8
|
|
PainChance
|
0
|
|
Speed
|
0
|
|
Radius
|
8*FRACUNIT
|
|
Height
|
16*FRACUNIT
|
|
Display offset
|
0
|
|
Mass
|
100
|
|
Damage
|
0
|
|
Flags
|
MF_SPECIAL
|
|
States – MT_AXE
|
State
|
Sprite prefix
|
Frame
|
Duration (tics)
|
Action
|
Var 1
|
Var 2
|
Next state
|
Full brightness?
|
Translucency
|
S_AXE1
|
MAXE
|
A
|
3
|
none
|
0
|
0
|
S_AXE2
|
No
|
0%
|
S_AXE2
|
MAXE
|
B
|
3
|
none
|
0
|
0
|
S_AXE3
|
No
|
0%
|
S_AXE3
|
MAXE
|
C
|
3
|
none
|
0
|
0
|
S_AXE1
|
No
|
0%
|
Sample
- Example file: ex_t1806_bowser_axe.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_t1806_bowser_axe.wad into the addons folder of your SRB2 directory.
- Start SRB2, go to the Addons menu, and then select
ex_t1806_bowser_axe.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.
|