ARK · CREATURE

Summoned Rex Creature
- Creature
- Genesis
A Genesis-exclusive summoned variant of the Rex used in scripted encounters, identified by its unique entity ID for admin spawning.
The Summoned Rex Creature is just the start. Join the GameServersHub Discord for the full playbook on running your server. As of .
Creature ID
Entity / blueprint class
Rex_Character_BP_Summoned_CBlueprint path
"Blueprint'/Game/Genesis2/Dinos/Summoner/SummonedDinos/Rex_Character_BP_Summoned.Rex_Character_BP_Summoned'"Summon Commands
Wild (Summon)
admincheat Summon Rex_Character_BP_Summoned_CTamed (GMSummon, level 150)
cheat GMSummon "Rex_Character_BP_Summoned_C" 150Exact placement (SpawnDino)
admincheat SpawnDino "Blueprint'/Game/Genesis2/Dinos/Summoner/SummonedDinos/Rex_Character_BP_Summoned.Rex_Character_BP_Summoned'" 0 0 0 0About
The Summoned Rex is a dinosaur variant tied to the Genesis DLC, distinct from the standard Rex by its separate entity ID Rex_Character_BP_Summoned_C. It appears as part of scripted or mission-driven encounters rather than as a free-roaming wild spawn, which is why it carries its own class rather than sharing the base Rex blueprint.
Admins working on Genesis servers may encounter this entity ID in logs or need to reference it when debugging mission sequences, adjusting encounter difficulty, or force-spawning the creature for testing purposes. Use the entity ID directly with SpawnDino or equivalent admin commands rather than relying on the standard Rex spawn entry.
Because this creature is tied to Genesis mission logic, spawning it outside of its intended context may produce unexpected behavior, treat it as a mission asset rather than a standard tameable creature.
Frequently Asked Questions
- What is the creature ID for the Summoned Rex Creature?
- The creature ID for the Summoned Rex Creature is
Rex_Character_BP_Summoned_C. This is the blueprint class the game uses to identify it, and it's what admin summon commands take. - Which game is the Summoned Rex Creature from?
- The Summoned Rex 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 Summoned Rex Creature data last updated?
- The Summoned Rex 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.
- What is the Summoned Rex Creature name tag for Game.ini?
- The Summoned Rex Creature uses the name tag
Summoned Rex. 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 Summoned Rex Creature at an exact level and position?
- Run
admincheat SpawnDino "Blueprint'/Game/Genesis2/Dinos/Summoner/SummonedDinos/Rex_Character_BP_Summoned.Rex_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 Rex Creature precisely instead of dropping it on top of your character. - How do I spawn a tamed Summoned Rex Creature?
- Open the admin console and run
cheat GMSummon "Rex_Character_BP_Summoned_C" 150. GMSummon spawns a tamed Summoned Rex 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 wild Summoned Rex Creature?
- Run
cheat Summon Rex_Character_BP_Summoned_Cin the admin console. Summon spawns a wild, untamed Summoned Rex Creature at your location. Use GMSummon instead if you want it pre-tamed. - How do I spawn the Summoned Rex Creature over RCON or on a dedicated server?
- Send the same command through RCON or your control panel:
admincheat Summon Rex_Character_BP_Summoned_C. Log in as admin first (enablecheats <AdminPassword>); if your tool already runs with admin context, drop the leading "cheat". - What is the Summoned Rex Creature?
- A Genesis-exclusive summoned variant of the Rex used in scripted encounters, identified by its unique entity ID for admin spawning.
- What is the Summoned Rex Creature used for?
- The Summoned Rex is a dinosaur variant tied to the Genesis DLC, distinct from the standard Rex by its separate entity ID
Rex_Character_BP_Summoned_C. It appears as part of scripted or mission-driven encounters rather than as a free-roaming wild spawn, which is why it carries its own class rather than sharing the base Rex blueprint. - Is the Summoned Rex Creature a DLC creature or part of the base game?
- The Summoned Rex 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.
- What's the Summoned Rex Creature blueprint path?
- The Summoned Rex Creature blueprint path is
"Blueprint'/Game/Genesis2/Dinos/Summoner/SummonedDinos/Rex_Character_BP_Summoned.Rex_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. - What type of creature is the Summoned Rex Creature?
- The Summoned Rex Creature is classified as a dinosaur in ARK: Survival Ascended. The classification affects which spawn containers and taming rules apply to it.