A controller that sets up a tubular slide section. Its path lays out the shape and ground of the slide. There is no visual representation of it, so a separate model has to be created. Various specific tube slider objects can be linked to it. The compatible objects will be placed around the tube's path as configured by the many arguments. If placed in BigTree2Galaxy, short jingles will be played when the player reaches the end of the slide.
Name | Type | Games | Required? | Description | Values |
---|---|---|---|---|---|
Obj_arg0 | Float | SMG2 | False | Default Tube Radius: The tube's radius to be used when the radius at a specific point hasn't been specified. Default is 500. | |
Obj_arg1 | Integer | SMG2 | False | Default Ground Type: The ground type to be used when the ground type at a specific point hasn't been specified. Default is 0. |
|
Obj_arg6 | Integer | SMG2 | False | Camera Constraints: Specifies what camera constraints to use. |
|
Point_arg0 | Integer | SMG2 | False | Tube Radius: The tube's radius at this point. Default is 500. | |
Point_arg1 | Integer | SMG2 | False | Primary Ground Type: The ground type to be used between this and the next path point. Default corresponds to setting this to 0. |
|
Point_arg2 | Float | SMG2 | False | Primary Valid Starting Angle: The angle at which the primary ground begins. Default is 0. | |
Point_arg3 | Float | SMG2 | False | Primary Valid Degrees: The angle of primary valid ground that the player can slide on. Goes counter-clockwise. Default is 360. | |
Point_arg4 | Boolean | SMG2 | False | Interpolate Arguments?: If set, the values corresponding to Point_arg2, Point_arg3, Point_arg6, and Point_arg7 will be interpolated at this path segment (the line between this and the next point). This is done by interpolating the respective arguments of this and the next point using the length of the path segment. | |
Point_arg5 | Integer | SMG2 | False | Edge / Ground Type: If Point_arg6 and Point_arg7 are used, this specifies the ground type of the secondary tube chunk. Otherwise, this specifies whether the player falls off the left and right edges. |
|
Point_arg6 | Float | SMG2 | False | Secondary Valid Starting Angle: The angle at which the secondary ground begins. Default is 0. | |
Point_arg7 | Float | SMG2 | False | Secondary Valid Degrees: The angle of secondary valid ground that the player can slide on. Goes clockwise. Default is 0. |
Name | Games | Required? | Description |
---|---|---|---|
SW_A | SMG2 | False | Gets activated when the player is on the slide; gets deactivated when the player leaves the slide again. |
Name | Games | Required? | Description | Values |
---|---|---|---|---|
Rail | SMG2 | True | Defines the tube's shape. | |
Camera | SMG2 | False | Used when the player is sliding on this slide. |