ARK · CREATURE

Rock Elemental Creature
- Creature
- Scorched Earth
The Rock Elemental is a Scorched Earth fantasy creature whose entity ID admins use for spawning and behavior targeting on the server.
The Rock Elemental 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_BP_CBlueprint path
"Blueprint'/Game/ScorchedEarth/Dinos/RockGolem/RockGolem_Character_BP.RockGolem_Character_BP'"Summon Commands
Wild (Summon)
admincheat Summon RockGolem_Character_BP_CTamed (GMSummon, level 150)
cheat GMSummon "RockGolem_Character_BP_C" 150Exact placement (SpawnDino)
admincheat SpawnDino "Blueprint'/Game/ScorchedEarth/Dinos/RockGolem/RockGolem_Character_BP.RockGolem_Character_BP'" 0 0 0 0About
The Rock Elemental is a large fantasy-type creature native to the Scorched Earth DLC. It presents a significant challenge in the wild and is a notable tame target on desert maps. Admins typically interact with it when configuring spawn multipliers, custom loot tables, or creature-specific settings in Game.ini.
When spawning or targeting this creature via console commands, use the entity ID RockGolem_Character_BP_C. The name tag RockElemental is the identifier to reference in NPCReplacements or similar config entries that accept tag-based creature references.
Because it belongs to the Scorched Earth DLC, it will only appear naturally on maps that include Scorched Earth content. On other maps, admins must manually configure spawns or use spawn commands to introduce it.
Frequently Asked Questions
- What is the blueprint path for the Rock Elemental Creature?
- The Rock Elemental Creature blueprint path is
"Blueprint'/Game/ScorchedEarth/Dinos/RockGolem/RockGolem_Character_BP.RockGolem_Character_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 Elemental Creature used for?
- The Rock Elemental is a large fantasy-type creature native to the Scorched Earth DLC. It presents a significant challenge in the wild and is a notable tame target on desert maps. Admins typically interact with it when configuring spawn multipliers, custom loot tables, or creature-specific settings in
Game.ini. - Is the Rock Elemental Creature a DLC creature or part of the base game?
- The Rock Elemental 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.
- What is the Rock Elemental Creature name tag for Game.ini?
- The Rock Elemental Creature uses the name tag
RockElemental. That is the value per-dino server settings expect, such as spawn multipliers, taming overrides and stat multipliers inGame.ini. - How do I spawn the Rock Elemental Creature over RCON or on a dedicated server?
- Send the same command through RCON or your control panel:
admincheat Summon RockGolem_Character_BP_C. Log in as admin first (enablecheats <AdminPassword>); if your tool already runs with admin context, drop the leading "cheat". - Which game is the Rock Elemental Creature from?
- The Rock Elemental 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.
- What is the creature ID for the Rock Elemental Creature?
- The creature ID for the Rock Elemental Creature is
RockGolem_Character_BP_C. This is the blueprint class the game uses to identify it, and it's what admin summon commands take. - What is Rock Elemental Creature in ARK: Survival Ascended?
- The Rock Elemental is a Scorched Earth fantasy creature whose entity ID admins use for spawning and behavior targeting on the server.
- When was the Rock Elemental Creature data last updated?
- The Rock Elemental 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 type of creature is the Rock Elemental Creature?
- The Rock Elemental Creature is classified as a fantasy in ARK: Survival Ascended. The classification affects which spawn containers and taming rules apply to it.
- How do I spawn a tamed Rock Elemental Creature?
- Open the admin console and run
cheat GMSummon "RockGolem_Character_BP_C" 150. GMSummon spawns a tamed Rock Elemental 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. - How do I spawn a Rock Elemental Creature at an exact level and position?
- Run
admincheat SpawnDino "Blueprint'/Game/ScorchedEarth/Dinos/RockGolem/RockGolem_Character_BP.RockGolem_Character_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 Elemental Creature precisely instead of dropping it on top of your character. - How do I spawn a wild Rock Elemental Creature?
- Run
cheat Summon RockGolem_Character_BP_Cin the admin console. Summon spawns a wild, untamed Rock Elemental Creature at your location. Use GMSummon instead if you want it pre-tamed.