A large star-shaped ring that launches the player from one point to another when using the Spin Attack nearby. If the object is SuperSpinDriverGreen, the model SuperSpinDriverEmpty will be loaded and the Launch Star cannot be used until the player has collected all three special Green Stars.
Name | Type | Games | Required? | Description | Values |
---|---|---|---|---|---|
Obj_arg0 | Integer | Both | False | Flight Time: How long it takes to complete the flight. Default 300. | |
Obj_arg1 | Float | Both | False | Shadow Length: Sets the shadow drop length. Default is 1000. | |
Obj_arg2 | Integer | Both | False | Player Pull Type: Specifies how the player gets pulled into the Launch Star when nearby. |
|
Obj_arg3 | Integer | Both | False | Camera Count: The number of event cameras to be used during the flight. | |
Obj_arg4 | Integer | Both | False | Appearance Jingle: Specifies how the appearance jingle will be played. |
|
Obj_arg5 | Float | Both | False | Player Rotation: The initial rotation of the player used before the player gets launched. This also affects the angle at which the player lands. | |
Obj_arg6 | Integer | Both | False | Respawn Type: Specifies whether the object should reappear after dying or not. |
|
Obj_arg7 | Integer | Both | False | Draw Path Range Index: The index of this Launch Star's path that is used for updating the segment of the flight path that should be rendered. Useless in SMG2 since this feature is dummied-out in that game. | |
Path_arg1 | Float | Both | False | Visible Path Cut Length: How much to cut off from the visible path's end. Default is 0. |
Name | Games | Required? | Description |
---|---|---|---|
SW_APPEAR | Both | False | Appears when this switch is activated. |
SW_A | Both | False | If used, the Launch Star will be shrunken an unusable until the switch is activated. |
SW_B | Both | False | Once activated, the Launch Star will disappear. If the switch gets deactivated again, it will reappear. |
SW_AWAKE | Both | False | Enables rendering and resumes updates when this switch is active. |
Name | Games | Required? | Description | Values |
---|---|---|---|---|
Message | SMG2 | False | Optional text to be displayed on its center. The text dialogue's label format is SuperSpinDriver%03d, where %03d is the text message ID. |
Name | Games | Required? | Description | Values |
---|---|---|---|---|
Rail | Both | True | The path that the player will fly along. | |
Group | Both | False | Used to group the Launch Star with a TicoFat-like object. The objects in this group will appear once the TicoFat-like object disappears. | |
Camera | Both | False | Used when flying. Multiple camera configurations can be used, the count needs to be specified by Obj_arg3, though. Furthermore, 出現イベント用 is used for appearance. | |
DemoCast | Both | False | Can take part in a cutscene. | |
BaseMtxFollowTarget | SMG2 | False | Can be followed by another BaseMtxFollower object. |