Super Mario Galaxy Object Database

Objects | Configs | Occurrences

Config: TubeSliderCoinCreator

A generator that creates Coins (TubeSliderCoinCreator) or Purple Coins (TubeSliderCoinCreatorPurple) and lays them out on a tube slide. The line can be straight, twisted or a sine wave. It needs to be linked to a proper TubeSlider instance.

Arguments

NameTypeGamesRequired?DescriptionValues
Obj_arg0IntegerSMG2False

Number of Coins: The number of Coins to be spawned. Default is 1.

    Obj_arg1FloatSMG2False

    Edge Offset: The offset from the tube's edge at which the Coins should be placed. Default is 0.

      Obj_arg2FloatSMG2False

      Coin Spacing: The distance between each Coin. Default is 500.

        Obj_arg3FloatSMG2False

        Starting Angle: The angle around the tube slide from which the Coins will be placed.

          Obj_arg4FloatSMG2False

          Twist Angle / Sine Amplitude: The amount of degrees it twists around counterclockwise. However, if Obj_arg5 is set, this specifies the sine wave's amplitude. Default is 0.

            Obj_arg5FloatSMG2False

            Enable Sine Wave: If set to 1, Obj_arg4 specifies the amplitude for sine wave placement. Default is 0.

              Obj_arg6FloatSMG2False

              Sine Phase Shift: The sine wave's phase shift in degrees. Default is 0. Requires Obj_arg5 to be set to 1.

                Obj_arg7FloatSMG2False

                Sine Cycle Degrees: The number of periods multiplied by 360. Default is 360, which corresponds to one full sine period. Requires Obj_arg5 to be set to 1.