Super Mario Galaxy Object Database

Objects | Configs | Occurrences

Config: SimpleBreakableCollisionObj

A basic object that can be destroyed through various means. Unlike other variants, it comes with an additional collision mesh named Break that will be used after destroying it. The supported methods to destroy a certain object are hard-coded. It needs the animation Break.bck that will be used when the object gets destroyed. In addition, it also supports an optional visibility animation called Break.bva. Finally, it may use sound or particle effects when it gets destroyed. These go by the names MapObjActorBreak and Break, respectively.

Arguments

NameTypeGamesRequired?DescriptionValues
Obj_arg0IntegerSMG2False

Color Frame: If ColorChange.brk exists, this will define the color frame to be used.

    Obj_arg1IntegerSMG2False

    Texture Frame: If TexChange.btp/.btk exists, this will define the texture frame to be used.

      Obj_arg2FloatSMG2False

      Shadow Length: If Shadow.bcsv exists, this defines the shadow's drop length.

        Obj_arg3IntegerSMG2False

        Item Type: The kind of item to spawn when destroyed.

        • -1: Coins
        • 0: Nothing
        • 1: 1-Up Mushroom
        • 2: Power Star
        • 3: Star Bits
        Obj_arg4IntegerSMG2False

        Riddle SFX Type: Specifies what sound effect to play after destroying the object. Although the game reads this value, the jingle functionality has been removed in SMG2.

        • -1: No special sound effect
        • 1: SE_SY_READ_RIDDLE_S
        Obj_arg5IntegerSMG2False

        Cutscene Breaking Delay: The time in frames that has to elapse before the object gets destroyed when its cutscene is playing. Default is 60.

          Obj_arg6IntegerSMG2False

          Item Count: The number of items to spawn when destroyed. Default is 1 for Coins and 5 for Star Bits.

            Obj_arg7IntegerSMG2False

            SW_DEAD Activation Delay: The time in frames that has to elapse before SW_DEAD gets activated. Default is -1.

              Switches

              NameGamesRequired?Description
              SW_APPEARSMG2False

              Appears when this switch is activated.

              SW_DEADSMG2False

              Gets activated when destroyed.

              SW_ASMG2False

              If used, the object cannot be destroyed while this switch is not activated.

              SW_BSMG2False

              Destroys the object once triggered.

              SW_AWAKESMG2False

              Enables rendering and resumes updates when this switch is active.

              Setup

              NameGamesRequired?DescriptionValues
              AppearPowerStarSMG2True

              If Obj_arg3 is set to 3, this object will spawn a Power Star when destroyed.

                CameraSMG2False

                Used when destroying the object.

                  DemoCastSMG2False

                  Can take part in a cutscene. Its special cutscene functor action destroys it once triggered.