Super Mario Galaxy Object Database

Objects | Configs | Occurrences

Config: Gorogoro

A rolling stone obstacle that crushes the player when touched. It moves along a path in a rotating motion. It will turn invisible if the camera passes it. For this, it loads a separate model with the suffix Alpha. The Alpha model uses two animations. Wait, which is used for the visible state, and Disappear, which is used to make the model fade out of existence.

Arguments

NameTypeGamesRequired?DescriptionValues
Path_arg4IntegerSMG2False

Initial Position Type: The object's initial position.

  • -1: Start at nearest position on path
  • 1: Start at nearest path point
  • 2: Start at first path point
Path_arg5IntegerSMG2False

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_arg0IntegerSMG2False

    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_arg1IntegerSMG2False

      Acceleration Time: The time in frames it takes for the object to reach the movement speed set at this point.

        Point_arg5IntegerSMG2False

        Stop Time: The time in frames the object waits at this point before it continues moving again.

          Point_arg7IntegerSMG2False

          Speed Type: Decides whether Point_arg0 specifies the movement speed or the time it takes to reach the next point.

          • -1: Point_arg0 specifies movement speed
          • 1: Point_arg0 specifies time until next point

          MapParts arguments

          NameGamesRequired?DescriptionValues
          RotateSpeedSMG2False

          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.

            RotateAngleSMG2False

            Rotation Angle: How many degrees it rotates. If RotateAccelType is not 2, 0 equals 360 which means it will rotate indefinitely.

              RotateAxisSMG2False

              Rotation Axis: The object's axis to rotate around.

              • 0: X-axis
              • 1: Y-axis
              • 2: Z-axis
              RotateAccelTypeSMG2False

              Rotation Speed Type: Decides whether RotateSpeed specifies the rotation speed, acceleration, or the time it takes to rotate to the specified angle.

              • -1: RotateSpeed specifies fixed rotation speed
              • 1: RotateSpeed specifies maximum rotation speed
              • 2: RotateSpeed specifies time until desired angle
              RotateStopTimeSMG2False

              Restart Delay: The time in frames it takes to restart rotation after stopping.

                RotateTypeSMG2False

                Rotation Type: Specifies how the object should continue rotating after reaching the targeted angle.

                • 0: Stop rotating completely
                • 1: Rotates again in opposite direction
                • 2: Rotates again in same direction
                SignMotionTypeSMG2False

                Shake Start Type: Specifies whether the object will shake before it starts moving or not.

                • 0: Don't shake
                • 1: Shakes before moving
                • 2: Shakes before moving
                • 3: Don't shake
                • 4: Shakes before moving
                • 5: Shakes before moving

                Switches

                NameGamesRequired?Description
                SW_APPEARSMG2False

                Appears when this switch is activated.

                Setup

                NameGamesRequired?DescriptionValues
                RailSMG2True

                The path that it moves on.