ARK · CREATURE

Aberrant Diplocaulus Creature
- Creature
- Aberration
The Aberrant Diplocaulus is an Aberration-exclusive amphibian creature, useful to admins needing to spawn or manage it by entity ID.
The Aberrant Diplocaulus Creature is just the start. Join the GameServersHub Discord for the full playbook on running your server. As of .
Creature ID
Entity / blueprint class
Diplocaulus_Character_BP_Aberrant_CBlueprint path
"Blueprint'/Game/PrimalEarth/Dinos/Diplocaulus/Diplocaulus_Character_BP_Aberrant.Diplocaulus_Character_BP_Aberrant'"Summon Commands
Wild (Summon)
admincheat Summon Diplocaulus_Character_BP_Aberrant_CTamed (GMSummon, level 150)
cheat GMSummon "Diplocaulus_Character_BP_Aberrant_C" 150Exact placement (SpawnDino)
admincheat SpawnDino "Blueprint'/Game/PrimalEarth/Dinos/Diplocaulus/Diplocaulus_Character_BP_Aberrant.Diplocaulus_Character_BP_Aberrant'" 0 0 0 0About
The Aberrant Diplocaulus is the Aberration variant of the Diplocaulus, classified as an amphibian. It shares the Diplocaulus name tag with its standard counterpart but is a distinct entity native to the Aberration DLC map.
Admins working on Aberration servers can spawn this creature using the entity ID Diplocaulus_Character_BP_Aberrant_C with the SpawnDino or summon commands. Because it is DLC-specific, it will not appear naturally on non-Aberration maps, so manual spawning is the only way to introduce it to other environments.
When scripting spawn configs or overriding spawn entries, use the entity ID rather than the name tag to avoid accidentally targeting the standard Diplocaulus population as well.
Frequently Asked Questions
- How do I spawn a tamed Aberrant Diplocaulus Creature?
- Open the admin console and run
cheat GMSummon "Diplocaulus_Character_BP_Aberrant_C" 150. GMSummon spawns a tamed Aberrant Diplocaulus 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 the Aberrant Diplocaulus Creature over RCON or on a dedicated server?
- Send the same command through RCON or your control panel:
admincheat Summon Diplocaulus_Character_BP_Aberrant_C. Log in as admin first (enablecheats <AdminPassword>); if your tool already runs with admin context, drop the leading "cheat". - What type of creature is the Aberrant Diplocaulus Creature?
- The Aberrant Diplocaulus Creature is classified as a amphibian in ARK: Survival Ascended. The classification affects which spawn containers and taming rules apply to it.
- How current is the Aberrant Diplocaulus Creature info?
- The Aberrant Diplocaulus 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.
- Is the Aberrant Diplocaulus Creature a DLC creature or part of the base game?
- The Aberrant Diplocaulus Creature is tied to the Aberration 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 Aberrant Diplocaulus Creature used for?
- The Aberrant Diplocaulus is the Aberration variant of the Diplocaulus, classified as an amphibian. It shares the
Diplocaulusname tag with its standard counterpart but is a distinct entity native to the Aberration DLC map. - Which game is the Aberrant Diplocaulus Creature from?
- The Aberrant Diplocaulus 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 a Aberrant Diplocaulus Creature at an exact level and position?
- Run
admincheat SpawnDino "Blueprint'/Game/PrimalEarth/Dinos/Diplocaulus/Diplocaulus_Character_BP_Aberrant.Diplocaulus_Character_BP_Aberrant'" 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 Aberrant Diplocaulus Creature precisely instead of dropping it on top of your character. - What is the Aberrant Diplocaulus Creature class name?
- The creature ID for the Aberrant Diplocaulus Creature is
Diplocaulus_Character_BP_Aberrant_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 Aberrant Diplocaulus Creature?
- Run
cheat Summon Diplocaulus_Character_BP_Aberrant_Cin the admin console. Summon spawns a wild, untamed Aberrant Diplocaulus Creature at your location. Use GMSummon instead if you want it pre-tamed. - What's the Aberrant Diplocaulus Creature blueprint path?
- The Aberrant Diplocaulus Creature blueprint path is
"Blueprint'/Game/PrimalEarth/Dinos/Diplocaulus/Diplocaulus_Character_BP_Aberrant.Diplocaulus_Character_BP_Aberrant'". 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 Aberrant Diplocaulus Creature in ARK: Survival Ascended?
- The Aberrant Diplocaulus is an Aberration-exclusive amphibian creature, useful to admins needing to spawn or manage it by entity ID.
- What is the Aberrant Diplocaulus Creature name tag for Game.ini?
- The Aberrant Diplocaulus Creature uses the name tag
Diplocaulus. That is the value per-dino server settings expect, such as spawn multipliers, taming overrides and stat multipliers inGame.ini.