A mushroom-shaped spaceship that acts as a platform. It can rotate and move on a path as well, although the latter needs to be enabled through specific means.
Name | Type | Games | Required? | Description | Values |
---|---|---|---|---|---|
Obj_arg0 | Integer | Both | False | Color Frame: The color frame to be used |
|
Obj_arg7 | Boolean | Both | False | Disable LOD Control?: If set, the LOD controller will be disabled. | |
Path_arg1 | Integer | Both | False | Movement Type: How the object behaves once it reaches the last path point. |
|
Path_arg2 | Integer | Both | False | Indicator Dots Type: Specifies whether the orange indicator dots should be used and how they are displayed. However, this also requires ShadowType to be set to 1. |
|
Path_arg4 | Integer | Both | False | Initial Position Type: The object's initial position. |
|
Path_arg5 | Integer | SMG2 | False | Snapping Speed: If used, the object stays at its original position and moves to its actual position on the path. This setting specifies how fast the object snaps back into its original position. The higher the value is, the slower it moves. | |
Point_arg0 | Integer | Both | False | Movement Speed / Time: The movement speed the object has starting from this point. If Point_arg7 is set to 1, this specifies the time in frames it takes to reach the next point. | |
Point_arg1 | Integer | Both | False | Acceleration Time: The time in frames it takes for the object to reach the movement speed set at this point. | |
Point_arg5 | Integer | Both | False | Stop Time: The time in frames the object waits at this point before it continues moving again. | |
Point_arg7 | Integer | Both | False | Speed Type: Decides whether Point_arg0 specifies the movement speed or the time it takes to reach the next point. |
|
Name | Games | Required? | Description | Values |
---|---|---|---|---|
MoveConditionType | Both | False | Move Start Type: How the platform starts moving. |
|
RotateSpeed | Both | False | Rotation Speed / Time: How fast the object rotates. If RotateAccelType is set to 2, this specifies the time in frames it takes to rotate to the specified angle. | |
RotateAngle | Both | False | Rotation Angle: How many degrees it rotates. If RotateAccelType is not 2, 0 equals 360 which means it will rotate indefinitely. | |
RotateAxis | Both | False | Rotation Axis: The object's axis to rotate around. |
|
RotateAccelType | Both | False | Rotation Speed Type: Decides whether RotateSpeed specifies the rotation speed, acceleration, or the time it takes to rotate to the specified angle. |
|
RotateStopTime | Both | False | Restart Delay: The time in frames it takes to restart rotation after stopping. | |
RotateType | Both | False | Rotation Type: Specifies how the object should continue rotating after reaching the targeted angle. |
|
ShadowType | Both | False | Enable Indicator Dots: Due to some strange logic, this needs to be set to 1 in order to activate the indicator dots. |
|
SignMotionType | Both | False | Shake Start Type: Specifies whether the object will shake before it starts moving or not. |
|
Name | Games | Required? | Description |
---|---|---|---|
SW_APPEAR | Both | False | Appears when this switch is activated. |
SW_DEAD | Both | False | Can be activated when the object is killed through a cutscene action. |
SW_B | Both | False | Causes the platform to start moving on the path once activated. |
SW_PARAM | SMG2 | False | The path movement speed is adjusted with ParamScale while this switch is activated. |
SW_AWAKE | Both | False | Enables rendering and resumes updates when this switch is active. |
Name | Games | Required? | Description | Values |
---|---|---|---|---|
Rail | Both | False | The path that it moves on when SW_B or its cutscene functor action gets activated. | |
ClippingGroup | Both | False | Objects in this group are always clipped together. | |
DemoCast | Both | False | Can take part in a cutscene. It can use a special cutscene functor action under the name UFOキノコ登場 that will cause it to start moving on its path. | |
BaseMtxFollowTarget | Both | False | Can be followed by another BaseMtxFollower object. |