ARK · CREATURE

Aberrant Dimorphodon Creature
- Creature
- Aberration
The Aberrant Dimorphodon is an Aberration-variant flyer creature, useful to know when spawning or managing wildlife on Aberration maps.
Questions about the Aberrant Dimorphodon Creature (creature ID Dimorph_Character_BP_Aberrant_C)? Ask the GameServersHub Discord for answers from real server owners. Updated .
Creature ID
Entity / blueprint class
Dimorph_Character_BP_Aberrant_CBlueprint path
"Blueprint'/Game/PrimalEarth/Dinos/Dimorphodon/Dimorph_Character_BP_Aberrant.Dimorph_Character_BP_Aberrant'"Summon Commands
Wild (Summon)
admincheat Summon Dimorph_Character_BP_Aberrant_CTamed (GMSummon, level 150)
cheat GMSummon "Dimorph_Character_BP_Aberrant_C" 150Exact placement (SpawnDino)
admincheat SpawnDino "Blueprint'/Game/PrimalEarth/Dinos/Dimorphodon/Dimorph_Character_BP_Aberrant.Dimorph_Character_BP_Aberrant'" 0 0 0 0About
The Aberrant Dimorphodon is the Aberration DLC variant of the standard Dimorphodon, classified as a Dinosaur type creature. Like other Aberrant variants, it is tied specifically to the Aberration environment and will not appear naturally on base-game maps.
Admins can spawn this creature using its entity ID Dimorph_Character_BP_Aberrant_C with the SpawnDino or summon commands. The name tag Dimorph is shared with other Dimorphodon variants, so using the full entity ID is the reliable way to target this specific aberrant form when scripting spawns or population overrides.
When configuring custom spawn entries or NPC replacements on an Aberration server, reference the entity ID directly to avoid accidentally spawning the non-aberrant variant. This distinction matters for servers that enforce lore-accurate creature pools or restrict certain variants to specific maps.
Frequently Asked Questions
- What is the Aberrant Dimorphodon Creature name tag for Game.ini?
- The Aberrant Dimorphodon Creature uses the name tag
Dimorph. That is the value per-dino server settings expect, such as spawn multipliers, taming overrides and stat multipliers inGame.ini. - What's the Aberrant Dimorphodon Creature entity ID?
- The creature ID for the Aberrant Dimorphodon Creature is
Dimorph_Character_BP_Aberrant_C. This is the blueprint class the game uses to identify it, and it's what admin summon commands take. - What is the Aberrant Dimorphodon Creature used for?
- The Aberrant Dimorphodon is the Aberration DLC variant of the standard Dimorphodon, classified as a Dinosaur type creature. Like other Aberrant variants, it is tied specifically to the Aberration environment and will not appear naturally on base-game maps.
- How do I spawn a tamed Aberrant Dimorphodon Creature?
- Open the admin console and run
cheat GMSummon "Dimorph_Character_BP_Aberrant_C" 150. GMSummon spawns a tamed Aberrant Dimorphodon 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 Aberrant Dimorphodon Creature at an exact level and position?
- Run
admincheat SpawnDino "Blueprint'/Game/PrimalEarth/Dinos/Dimorphodon/Dimorph_Character_BP_Aberrant.Dimorph_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 Dimorphodon Creature precisely instead of dropping it on top of your character. - What type of creature is the Aberrant Dimorphodon Creature?
- The Aberrant Dimorphodon Creature is classified as a dinosaur in ARK: Survival Ascended. The classification affects which spawn containers and taming rules apply to it.
- What's the Aberrant Dimorphodon Creature blueprint path?
- The Aberrant Dimorphodon Creature blueprint path is
"Blueprint'/Game/PrimalEarth/Dinos/Dimorphodon/Dimorph_Character_BP_Aberrant.Dimorph_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. - Which game is the Aberrant Dimorphodon Creature from?
- The Aberrant Dimorphodon 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.
- When was the Aberrant Dimorphodon Creature data last updated?
- The Aberrant Dimorphodon 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 Dimorphodon Creature a DLC creature or part of the base game?
- The Aberrant Dimorphodon 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.
- How do I spawn a wild Aberrant Dimorphodon Creature?
- Run
cheat Summon Dimorph_Character_BP_Aberrant_Cin the admin console. Summon spawns a wild, untamed Aberrant Dimorphodon Creature at your location. Use GMSummon instead if you want it pre-tamed. - What is Aberrant Dimorphodon Creature in ARK: Survival Ascended?
- The Aberrant Dimorphodon is an Aberration-variant flyer creature, useful to know when spawning or managing wildlife on Aberration maps.
- How do I spawn the Aberrant Dimorphodon Creature over RCON or on a dedicated server?
- Send the same command through RCON or your control panel:
admincheat Summon Dimorph_Character_BP_Aberrant_C. Log in as admin first (enablecheats <AdminPassword>); if your tool already runs with admin context, drop the leading "cheat".