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. |
Name | Games | Required? | Description |
---|---|---|---|
SW_APPEAR | Both | False | The object will appear 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 | The object will become visible and resume movement when this switch is activated. |
Name | Games | Required? | Description |
---|---|---|---|
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. |
Message | SMG2 | False | Optional text to be displayed on its center. Needs to be specified in the zone's text file. |
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 | The object takes part in the cutscene. |
BaseMtxFollowTarget | SMG2 | False | Objects of this class can be followed by another BaseMtxFollower object. |