ARK · CREATURE

Gamma Dimorphodon Boss Minion Creature
- Creature
- Base Game
A fantasy-typed Dimorphodon variant summoned as a minion during the Dragon boss encounter on Gamma difficulty.
Questions about the Gamma Dimorphodon Boss Minion Creature (creature ID Dimorph_Character_BP_Aggressive_DragonBoss_C)? Ask the GameServersHub Discord for answers from real server owners. Updated .
Creature ID
Entity / blueprint class
Dimorph_Character_BP_Aggressive_DragonBoss_CBlueprint path
"Blueprint'/Game/PrimalEarth/Dinos/Dimorphodon/Dimorph_Character_BP_Aggressive_DragonBoss.Dimorph_Character_BP_Aggressive_DragonBoss'"Summon Commands
Wild (Summon)
admincheat Summon Dimorph_Character_BP_Aggressive_DragonBoss_CTamed (GMSummon, level 150)
cheat GMSummon "Dimorph_Character_BP_Aggressive_DragonBoss_C" 150Exact placement (SpawnDino)
admincheat SpawnDino "Blueprint'/Game/PrimalEarth/Dinos/Dimorphodon/Dimorph_Character_BP_Aggressive_DragonBoss.Dimorph_Character_BP_Aggressive_DragonBoss'" 0 0 0 0About
The Gamma Dimorphodon Boss Minion is a combat creature that spawns during the Dragon boss fight at Gamma difficulty. It behaves aggressively and exists solely within that encounter, not appearing in the open world. Its entity ID is Dimorph_Character_BP_Aggressive_DragonBoss_C, which admins can use when scripting spawn conditions or testing boss arena behavior in a controlled environment.
Because it is classified as a Fantasy-type creature, it shares that category with other boss-context entities rather than standard wildlife. It carries no DLC requirement, so it is accessible regardless of which expansion content a server has enabled.
Admins setting up custom boss arenas or stress-testing encounter logic should be aware that this minion is tied to the Dragon boss context. Spawning it outside that environment may produce unpredictable behavior, since its aggression and targeting are tuned specifically for that fight.
Frequently Asked Questions
- How do I spawn a Gamma Dimorphodon Boss Minion Creature at an exact level and position?
- Run
admincheat SpawnDino "Blueprint'/Game/PrimalEarth/Dinos/Dimorphodon/Dimorph_Character_BP_Aggressive_DragonBoss.Dimorph_Character_BP_Aggressive_DragonBoss'" 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 Gamma Dimorphodon Boss Minion Creature precisely instead of dropping it on top of your character. - What is the Gamma Dimorphodon Boss Minion Creature used for?
- The Gamma Dimorphodon Boss Minion is a combat creature that spawns during the Dragon boss fight at Gamma difficulty. It behaves aggressively and exists solely within that encounter, not appearing in the open world. Its entity ID is
Dimorph_Character_BP_Aggressive_DragonBoss_C, which admins can use when scripting spawn conditions or testing boss arena behavior in a controlled environment. - How do I spawn the Gamma Dimorphodon Boss Minion Creature over RCON or on a dedicated server?
- Send the same command through RCON or your control panel:
admincheat Summon Dimorph_Character_BP_Aggressive_DragonBoss_C. Log in as admin first (enablecheats <AdminPassword>); if your tool already runs with admin context, drop the leading "cheat". - Which game is the Gamma Dimorphodon Boss Minion Creature from?
- The Gamma Dimorphodon 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.
- What type of creature is the Gamma Dimorphodon Boss Minion Creature?
- The Gamma Dimorphodon Boss Minion Creature is classified as a fantasy in ARK: Survival Ascended. The classification affects which spawn containers and taming rules apply to it.
- Is the Gamma Dimorphodon Boss Minion Creature a DLC creature or part of the base game?
- The Gamma Dimorphodon Boss Minion Creature is part of the base ARK: Survival Ascended game, so no DLC or map pack is required to spawn it.
- How do I spawn a tamed Gamma Dimorphodon Boss Minion Creature?
- Open the admin console and run
cheat GMSummon "Dimorph_Character_BP_Aggressive_DragonBoss_C" 150. GMSummon spawns a tamed Gamma Dimorphodon 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 creature ID for the Gamma Dimorphodon Boss Minion Creature?
- The creature ID for the Gamma Dimorphodon Boss Minion Creature is
Dimorph_Character_BP_Aggressive_DragonBoss_C. This is the blueprint class the game uses to identify it, and it's what admin summon commands take. - What is the Gamma Dimorphodon Boss Minion Creature?
- A fantasy-typed Dimorphodon variant summoned as a minion during the Dragon boss encounter on Gamma difficulty.
- What is the blueprint path for the Gamma Dimorphodon Boss Minion Creature?
- The Gamma Dimorphodon Boss Minion Creature blueprint path is
"Blueprint'/Game/PrimalEarth/Dinos/Dimorphodon/Dimorph_Character_BP_Aggressive_DragonBoss.Dimorph_Character_BP_Aggressive_DragonBoss'". 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 Gamma Dimorphodon Boss Minion Creature name tag for Game.ini?
- The Gamma Dimorphodon Boss Minion Creature uses the name tag
Dimorphodon (Boss Minion) (Gamma). That is the value per-dino server settings expect, such as spawn multipliers, taming overrides and stat multipliers inGame.ini. - How do I spawn a wild Gamma Dimorphodon Boss Minion Creature?
- Run
cheat Summon Dimorph_Character_BP_Aggressive_DragonBoss_Cin the admin console. Summon spawns a wild, untamed Gamma Dimorphodon Boss Minion Creature at your location. Use GMSummon instead if you want it pre-tamed. - How current is the Gamma Dimorphodon Boss Minion Creature info?
- The Gamma Dimorphodon 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.