ARK · CREATURE

Summoned Stegosaurus Creature
- Creature
- Genesis
A Genesis-specific summoned variant of the Stegosaurus, identified by its own entity ID for use in admin spawn and mission contexts.
Running the Summoned Stegosaurus 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
Stego_Character_BP_Summoned_CBlueprint path
"Blueprint'/Game/Genesis2/Dinos/Summoner/SummonedDinos/Stego_Character_BP_Summoned.Stego_Character_BP_Summoned'"Summon Commands
Wild (Summon)
admincheat Summon Stego_Character_BP_Summoned_CTamed (GMSummon, level 150)
cheat GMSummon "Stego_Character_BP_Summoned_C" 150Exact placement (SpawnDino)
admincheat SpawnDino "Blueprint'/Game/Genesis2/Dinos/Summoner/SummonedDinos/Stego_Character_BP_Summoned.Stego_Character_BP_Summoned'" 0 0 0 0About
The Summoned Stegosaurus is a Dinosaur-type creature exclusive to the Genesis DLC. It functions as a mission-spawned variant of the standard Stegosaurus, distinguished from the base creature by its separate entity ID Stego_Character_BP_Summoned_C.
Admins targeting this specific variant, for example when debugging Genesis missions or scripting encounter setups, should use that entity ID rather than the regular Stegosaurus entity ID, since the two are treated as distinct creatures by the game. Using the wrong ID will spawn the base version instead of the summoned one.
Because this creature is tied to Genesis mission logic, it may behave differently from a wild or tamed standard Stegosaurus. Keep that in mind if you are testing custom mission scenarios or adjusting spawner settings on a Genesis map.
Frequently Asked Questions
- How do I spawn the Summoned Stegosaurus Creature over RCON or on a dedicated server?
- Send the same command through RCON or your control panel:
admincheat Summon Stego_Character_BP_Summoned_C. Log in as admin first (enablecheats <AdminPassword>); if your tool already runs with admin context, drop the leading "cheat". - Is the Summoned Stegosaurus Creature a DLC creature or part of the base game?
- The Summoned Stegosaurus 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.
- How do I spawn a wild Summoned Stegosaurus Creature?
- Run
cheat Summon Stego_Character_BP_Summoned_Cin the admin console. Summon spawns a wild, untamed Summoned Stegosaurus Creature at your location. Use GMSummon instead if you want it pre-tamed. - How do I spawn a Summoned Stegosaurus Creature at an exact level and position?
- Run
admincheat SpawnDino "Blueprint'/Game/Genesis2/Dinos/Summoner/SummonedDinos/Stego_Character_BP_Summoned.Stego_Character_BP_Summoned'" 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 Summoned Stegosaurus Creature precisely instead of dropping it on top of your character. - What is the Summoned Stegosaurus Creature used for?
- The Summoned Stegosaurus is a Dinosaur-type creature exclusive to the Genesis DLC. It functions as a mission-spawned variant of the standard Stegosaurus, distinguished from the base creature by its separate entity ID
Stego_Character_BP_Summoned_C. - What is the Summoned Stegosaurus Creature name tag for Game.ini?
- The Summoned Stegosaurus Creature uses the name tag
Summoned Stegosaurus. That is the value per-dino server settings expect, such as spawn multipliers, taming overrides and stat multipliers inGame.ini. - What is Summoned Stegosaurus Creature in ARK: Survival Ascended?
- A Genesis-specific summoned variant of the Stegosaurus, identified by its own entity ID for use in admin spawn and mission contexts.
- How do I spawn a tamed Summoned Stegosaurus Creature?
- Open the admin console and run
cheat GMSummon "Stego_Character_BP_Summoned_C" 150. GMSummon spawns a tamed Summoned Stegosaurus 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 Summoned Stegosaurus Creature from?
- The Summoned Stegosaurus 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 Summoned Stegosaurus Creature?
- The Summoned Stegosaurus Creature is classified as a dinosaur in ARK: Survival Ascended. The classification affects which spawn containers and taming rules apply to it.
- What is the Summoned Stegosaurus Creature class name?
- The creature ID for the Summoned Stegosaurus Creature is
Stego_Character_BP_Summoned_C. This is the blueprint class the game uses to identify it, and it's what admin summon commands take. - What's the Summoned Stegosaurus Creature blueprint path?
- The Summoned Stegosaurus Creature blueprint path is
"Blueprint'/Game/Genesis2/Dinos/Summoner/SummonedDinos/Stego_Character_BP_Summoned.Stego_Character_BP_Summoned'". 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. - When was the Summoned Stegosaurus Creature data last updated?
- The Summoned Stegosaurus 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.