ARK · CREATURE

Dimetrodon (Hunt) Creature
- Creature
- Genesis
A Genesis-exclusive Hunt variant of the Dimetrodon, identified by entity ID Dimetro_Character_BP_Hunt_C for targeted spawning or mission management.
The Dimetrodon (Hunt) Creature is just the start. Join the GameServersHub Discord for the full playbook on running your server. As of .
Creature ID
Entity / blueprint class
Dimetro_Character_BP_Hunt_CBlueprint path
"Blueprint'/Game/Genesis/Dinos/MissionVariants/Hunt/Bog/Dimetro_Character_BP_Hunt.Dimetro_Character_BP_Hunt'"Summon Commands
Wild (Summon)
admincheat Summon Dimetro_Character_BP_Hunt_CTamed (GMSummon, level 150)
cheat GMSummon "Dimetro_Character_BP_Hunt_C" 150Exact placement (SpawnDino)
admincheat SpawnDino "Blueprint'/Game/Genesis/Dinos/MissionVariants/Hunt/Bog/Dimetro_Character_BP_Hunt.Dimetro_Character_BP_Hunt'" 0 0 0 0About
The Dimetrodon (Hunt) is a Synapsid creature that appears exclusively in the Genesis DLC as part of a Hunt mission. It shares the Dimetrodon name tag with standard Dimetrodon variants but uses its own distinct entity ID, making it important to target the correct one when scripting spawns or diagnosing mission behavior.
Admins working with Genesis Hunt missions should use the entity ID Dimetro_Character_BP_Hunt_C when spawning or referencing this creature via console commands. Using a generic Dimetrodon spawn command will not produce this Hunt variant. If you need to force-spawn it for testing a mission scenario, use SpawnDino or summon with the specific entity ID provided.
Frequently Asked Questions
- What type of creature is the Dimetrodon (Hunt) Creature?
- The Dimetrodon (Hunt) Creature is classified as a synapsid in ARK: Survival Ascended. The classification affects which spawn containers and taming rules apply to it.
- How do I spawn a Dimetrodon (Hunt) Creature at an exact level and position?
- Run
admincheat SpawnDino "Blueprint'/Game/Genesis/Dinos/MissionVariants/Hunt/Bog/Dimetro_Character_BP_Hunt.Dimetro_Character_BP_Hunt'" 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 Dimetrodon (Hunt) Creature precisely instead of dropping it on top of your character. - How do I spawn a tamed Dimetrodon (Hunt) Creature?
- Open the admin console and run
cheat GMSummon "Dimetro_Character_BP_Hunt_C" 150. GMSummon spawns a tamed Dimetrodon (Hunt) 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's the Dimetrodon (Hunt) Creature blueprint path?
- The Dimetrodon (Hunt) Creature blueprint path is
"Blueprint'/Game/Genesis/Dinos/MissionVariants/Hunt/Bog/Dimetro_Character_BP_Hunt.Dimetro_Character_BP_Hunt'". 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 Dimetrodon (Hunt) Creature name tag for Game.ini?
- The Dimetrodon (Hunt) Creature uses the name tag
Dimetrodon. That is the value per-dino server settings expect, such as spawn multipliers, taming overrides and stat multipliers inGame.ini. - What is the Dimetrodon (Hunt) Creature?
- A Genesis-exclusive Hunt variant of the Dimetrodon, identified by entity ID Dimetro_Character_BP_Hunt_C for targeted spawning or mission management.
- Is the Dimetrodon (Hunt) Creature a DLC creature or part of the base game?
- The Dimetrodon (Hunt) Creature is tied to the Genesis 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.
- Which game is the Dimetrodon (Hunt) Creature from?
- The Dimetrodon (Hunt) 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 Dimetrodon (Hunt) Creature over RCON or on a dedicated server?
- Send the same command through RCON or your control panel:
admincheat Summon Dimetro_Character_BP_Hunt_C. Log in as admin first (enablecheats <AdminPassword>); if your tool already runs with admin context, drop the leading "cheat". - What's the Dimetrodon (Hunt) Creature entity ID?
- The creature ID for the Dimetrodon (Hunt) Creature is
Dimetro_Character_BP_Hunt_C. This is the blueprint class the game uses to identify it, and it's what admin summon commands take. - How do I spawn a wild Dimetrodon (Hunt) Creature?
- Run
cheat Summon Dimetro_Character_BP_Hunt_Cin the admin console. Summon spawns a wild, untamed Dimetrodon (Hunt) Creature at your location. Use GMSummon instead if you want it pre-tamed. - How current is the Dimetrodon (Hunt) Creature info?
- The Dimetrodon (Hunt) 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 is the Dimetrodon (Hunt) Creature used for?
- The Dimetrodon (Hunt) is a Synapsid creature that appears exclusively in the Genesis DLC as part of a Hunt mission. It shares the
Dimetrodonname tag with standard Dimetrodon variants but uses its own distinct entity ID, making it important to target the correct one when scripting spawns or diagnosing mission behavior.