ARK · CREATURE

Diplodocus Creature
- Creature
- Base Game
The Diplodocus is a non-DLC dinosaur creature; admins use its entity ID to spawn, force-tame, or manage it via server commands.
Running the Diplodocus Creature on your server? Hop into our Discord and get a hand from admins who use it every day. Live as of .
Creature ID
Entity / blueprint class
Diplodocus_Character_BP_CBlueprint path
"Blueprint'/Game/PrimalEarth/Dinos/Diplodocus/Diplodocus_Character_BP.Diplodocus_Character_BP'"Summon Commands
Wild (Summon)
admincheat Summon Diplodocus_Character_BP_CTamed (GMSummon, level 150)
cheat GMSummon "Diplodocus_Character_BP_C" 150Exact placement (SpawnDino)
admincheat SpawnDino "Blueprint'/Game/PrimalEarth/Dinos/Diplodocus/Diplodocus_Character_BP.Diplodocus_Character_BP'" 0 0 0 0About
The Diplodocus is a base-game dinosaur, requiring no DLC to appear on a server. Its name tag is Diplo, which can be useful when filtering creature-related console output or working with certain mod frameworks.
Admins typically interact with it through its entity ID Diplodocus_Character_BP_C when using commands like SpawnDino or GMSummon. Pairing the entity ID with force-tame commands lets you quickly produce a tamed specimen for testing tribe dynamics or server event setups without going through a standard tame.
Because it is a core-game creature, it spawns on any map that includes standard dinosaur spawn containers, no additional content packs or map-specific configuration are needed to encounter it in the wild.
Frequently Asked Questions
- What is the Diplodocus Creature name tag for Game.ini?
- The Diplodocus Creature uses the name tag
Diplo. That is the value per-dino server settings expect, such as spawn multipliers, taming overrides and stat multipliers inGame.ini. - What's the Diplodocus Creature blueprint path?
- The Diplodocus Creature blueprint path is
"Blueprint'/Game/PrimalEarth/Dinos/Diplodocus/Diplodocus_Character_BP.Diplodocus_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. - How current is the Diplodocus Creature info?
- The Diplodocus 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.
- How do I spawn a wild Diplodocus Creature?
- Run
cheat Summon Diplodocus_Character_BP_Cin the admin console. Summon spawns a wild, untamed Diplodocus Creature at your location. Use GMSummon instead if you want it pre-tamed. - How do I spawn the Diplodocus Creature over RCON or on a dedicated server?
- Send the same command through RCON or your control panel:
admincheat Summon Diplodocus_Character_BP_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 Diplodocus Creature?
- The Diplodocus Creature is classified as a dinosaur in ARK: Survival Ascended. The classification affects which spawn containers and taming rules apply to it.
- How do I spawn a tamed Diplodocus Creature?
- Open the admin console and run
cheat GMSummon "Diplodocus_Character_BP_C" 150. GMSummon spawns a tamed Diplodocus 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. - Which game is the Diplodocus Creature from?
- The Diplodocus 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 Diplodocus Creature at an exact level and position?
- Run
admincheat SpawnDino "Blueprint'/Game/PrimalEarth/Dinos/Diplodocus/Diplodocus_Character_BP.Diplodocus_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 Diplodocus Creature precisely instead of dropping it on top of your character. - What is the Diplodocus Creature used for?
- The Diplodocus is a base-game dinosaur, requiring no DLC to appear on a server. Its name tag is
Diplo, which can be useful when filtering creature-related console output or working with certain mod frameworks. - Is the Diplodocus Creature a DLC creature or part of the base game?
- The Diplodocus Creature is part of the base ARK: Survival Ascended game, so no DLC or map pack is required to spawn it.
- What is the Diplodocus Creature?
- The Diplodocus is a non-DLC dinosaur creature; admins use its entity ID to spawn, force-tame, or manage it via server commands.
- What's the Diplodocus Creature entity ID?
- The creature ID for the Diplodocus Creature is
Diplodocus_Character_BP_C. This is the blueprint class the game uses to identify it, and it's what admin summon commands take.