Super Mario Galaxy Object Database

Objects | Configs | Occurrences

Config: CareTakerHunter

A robotic NPC who quests the player to show him a specific enemy. An instance of BringEnemy has to be linked to it. See BringEnemy to see what enemies are supported and how it's set up. After showing him the requested enemy, he will spawn a Power Star.

Arguments

NameTypeGamesRequired?DescriptionValues
Obj_arg0BooleanSMG2False

Power Star Type: Enables it to spawn a Power Star if set to 0.

  • -1: Don't spawn Power Star
  • 0: Spawn Power Star
Obj_arg3IntegerSMG2False

Color Frame: The color frame to be used. Default is 0.

  • 0: Gold
  • 1: Silver
Obj_arg4IntegerSMG2False

Talk Animation: The talk animation to use. Default is 0.

  • 0: Move arms quickly
  • 1: Move arms slowly

Switches

NameGamesRequired?Description
SW_APPEARSMG2False

Appears when this switch is activated.

SW_ASMG2False

Activated or deactivated depending on the used event flow node.

SW_BSMG2False

Activated or deactivated depending on the used event flow node.

SW_AWAKESMG2False

Enables rendering and resumes updates when this switch is active.

Talking

NameGamesRequired?DescriptionValues
MessageSMG2False

The text dialogue's label format is CareTakerHunter%03d, where %03d is the text message ID.

    EventFuncSMG2False

    Object-specific behavior for EventFunc event flow nodes.

    • 0: Spawn Power Star
    • 1: Begin request
    • 2: Enemy received?
    • 10: Give 1-Up (only if not registered Power Star)
    BranchFuncSMG2False

    Object-specific behavior for BranchFunc branch flow nodes.

    • 0: Requested enemy nearby?

    Setup

    NameGamesRequired?DescriptionValues
    RailSMG2False

    The optional path that it can move on.

      AppearPowerStarSMG2False

      Spawned after showing the requested enemy.

        CameraSMG2False

        Uses multiple cameras for different actions. 敵集め開始 is used when he requests the player to show him the enemy, 敵集め終了 is used when he holds the enemy above his head, 敵集めスター登場 is used before he spawns the Power Star. The game also registers a camera action under the name スター登場 but this is never used.

          MarioFaceShipNpcRegisterSMG2False

          Can be registered to a Starship Mario object appearance event.

            Properties

            NameGamesDescription
            YoshiTargetableSMG2

            Can be targeted by Yoshi.