ARK · CREATURE

Rock Golem Boss Minion Creature
- Creature
- Scorched Earth
A Scorched Earth event creature variant of the Rock Golem that serves as a boss minion, identifiable by entity ID RockGolem_Character_Minion_BP_C.
The Rock Golem Boss Minion Creature is just the start. Join the GameServersHub Discord for the full playbook on running your server. As of .
Creature ID
Entity / blueprint class
RockGolem_Character_Minion_BP_CBlueprint path
"Blueprint'/Game/ScorchedEarth/Dinos/Manticore/RockGolem_Character_Minion_BP.RockGolem_Character_Minion_BP'"Summon Commands
Wild (Summon)
admincheat Summon RockGolem_Character_Minion_BP_CTamed (GMSummon, level 150)
cheat GMSummon "RockGolem_Character_Minion_BP_C" 150Exact placement (SpawnDino)
admincheat SpawnDino "Blueprint'/Game/ScorchedEarth/Dinos/Manticore/RockGolem_Character_Minion_BP.RockGolem_Character_Minion_BP'" 0 0 0 0About
The Rock Golem Boss Minion is a special event creature variant tied to the Scorched Earth DLC. Unlike the standard Rock Golem, this version is spawned as a minion during boss encounters rather than appearing in the open world, making it a controlled threat that admins need to account for when configuring boss arena difficulty or event scripting.
When referencing this creature in server commands or configuration files, use the entity ID RockGolem_Character_Minion_BP_C. Its name tag displays in-game as Rock Golem (Boss Minion), which distinguishes it from the standard variant if you are monitoring active creatures or reviewing logs.
Because this is classified as an event creature, it may not behave identically to wild Rock Golems, taming, damage, and spawn rules may differ. Test any admin spawns in a controlled environment before deploying changes to a live boss event.
Frequently Asked Questions
- How do I spawn a wild Rock Golem Boss Minion Creature?
- Run
cheat Summon RockGolem_Character_Minion_BP_Cin the admin console. Summon spawns a wild, untamed Rock Golem Boss Minion Creature at your location. Use GMSummon instead if you want it pre-tamed. - Is the Rock Golem Boss Minion Creature a DLC creature or part of the base game?
- The Rock Golem Boss Minion Creature is tied to the Scorched Earth content, so that map or pack must be installed for it to appear naturally. Admins can still force-spawn it on any map with summon commands.
- How current is the Rock Golem Boss Minion Creature info?
- The Rock Golem Boss Minion Creature entry was last verified on GameServersCodex on June 28, 2026. We track the live ARK: ASA build, so the details here reflect the current patch.
- What's the Rock Golem Boss Minion Creature blueprint path?
- The Rock Golem Boss Minion Creature blueprint path is
"Blueprint'/Game/ScorchedEarth/Dinos/Manticore/RockGolem_Character_Minion_BP.RockGolem_Character_Minion_BP'". Keep the wrapping quotes: SpawnDino and the other path-based admin commands need them to read the path as one argument. Verified against the current ARK: ASA build as of June 28, 2026. - What is the Rock Golem Boss Minion Creature name tag for Game.ini?
- The Rock Golem Boss Minion Creature uses the name tag
Rock Golem (Boss Minion). That is the value per-dino server settings expect, such as spawn multipliers, taming overrides and stat multipliers inGame.ini. - What is the Rock Golem Boss Minion Creature class name?
- The creature ID for the Rock Golem Boss Minion Creature is
RockGolem_Character_Minion_BP_C. This is the blueprint class the game uses to identify it, and it's what admin summon commands take. - What type of creature is the Rock Golem Boss Minion Creature?
- The Rock Golem Boss Minion Creature is classified as a event creature in ARK: Survival Ascended. The classification affects which spawn containers and taming rules apply to it.
- Which game is the Rock Golem Boss Minion Creature from?
- The Rock Golem Boss Minion Creature is from ARK: Survival Ascended. Every ID, code, and command on this page is specific to ARK: Survival Ascended and its current live build.
- How do I spawn the Rock Golem Boss Minion Creature over RCON or on a dedicated server?
- Send the same command through RCON or your control panel:
admincheat Summon RockGolem_Character_Minion_BP_C. Log in as admin first (enablecheats <AdminPassword>); if your tool already runs with admin context, drop the leading "cheat". - What is Rock Golem Boss Minion Creature in ARK: Survival Ascended?
- A Scorched Earth event creature variant of the Rock Golem that serves as a boss minion, identifiable by entity ID RockGolem_Character_Minion_BP_C.
- How do I spawn a tamed Rock Golem Boss Minion Creature?
- Open the admin console and run
cheat GMSummon "RockGolem_Character_Minion_BP_C" 150. GMSummon spawns a tamed Rock Golem Boss Minion Creature at the given level (150 here); change the number to set the level. Verified against the current ARK: ASA build as of June 28, 2026. - What is the Rock Golem Boss Minion Creature used for?
- The Rock Golem Boss Minion is a special event creature variant tied to the Scorched Earth DLC. Unlike the standard Rock Golem, this version is spawned as a minion during boss encounters rather than appearing in the open world, making it a controlled threat that admins need to account for when configuring boss arena difficulty or event scripting.
- How do I spawn a Rock Golem Boss Minion Creature at an exact level and position?
- Run
admincheat SpawnDino "Blueprint'/Game/ScorchedEarth/Dinos/Manticore/RockGolem_Character_Minion_BP.RockGolem_Character_Minion_BP'" 0 0 0 0. SpawnDino takes the full blueprint path followed by spawn distance, Y offset, Z offset and level, so you can place the Rock Golem Boss Minion Creature precisely instead of dropping it on top of your character.