ARK · CREATURE

Liopleurodon (Escort) Creature
- Creature
- Genesis
The Liopleurodon (Escort) variant used in Genesis missions, identifiable by its unique entity ID for admin spawning and event management.
Want to go deeper on the Liopleurodon (Escort) Creature (creature ID Liopleurodon_Character_BP_Escort_C)? Join the GameServersHub Discord to trade setups and spawn tips with other server admins. As of .
Creature ID
Entity / blueprint class
Liopleurodon_Character_BP_Escort_CBlueprint path
"Blueprint'/Game/Genesis/Dinos/MissionVariants/Escort/Ocean/Liopleurodon_Character_BP_Escort.Liopleurodon_Character_BP_Escort'"Summon Commands
Wild (Summon)
admincheat Summon Liopleurodon_Character_BP_Escort_CTamed (GMSummon, level 150)
cheat GMSummon "Liopleurodon_Character_BP_Escort_C" 150Exact placement (SpawnDino)
admincheat SpawnDino "Blueprint'/Game/Genesis/Dinos/MissionVariants/Escort/Ocean/Liopleurodon_Character_BP_Escort.Liopleurodon_Character_BP_Escort'" 0 0 0 0About
The Liopleurodon (Escort) is a Genesis-exclusive reptile creature that appears in escort-style missions on that map. It shares the Liopleurodon name tag with the standard variant but uses a distinct entity ID, Liopleurodon_Character_BP_Escort_C, which separates it from the base creature in server commands.
Admins working with Genesis mission scripting or troubleshooting escort sequences should target this specific entity ID rather than the generic Liopleurodon entry to avoid spawning the wrong variant. Use Liopleurodon_Character_BP_Escort_C with SpawnDino or similar commands when you need to place this creature directly.
Because this creature is tied to Genesis mission logic, it may behave unexpectedly outside its intended mission context. Test any manual spawns in a controlled environment before applying changes to a live server.
Frequently Asked Questions
- Is the Liopleurodon (Escort) Creature a DLC creature or part of the base game?
- The Liopleurodon (Escort) 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 is the Liopleurodon (Escort) Creature used for?
- The Liopleurodon (Escort) is a Genesis-exclusive reptile creature that appears in escort-style missions on that map. It shares the Liopleurodon name tag with the standard variant but uses a distinct entity ID,
Liopleurodon_Character_BP_Escort_C, which separates it from the base creature in server commands. - When was the Liopleurodon (Escort) Creature data last updated?
- The Liopleurodon (Escort) 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 Liopleurodon (Escort) Creature at an exact level and position?
- Run
admincheat SpawnDino "Blueprint'/Game/Genesis/Dinos/MissionVariants/Escort/Ocean/Liopleurodon_Character_BP_Escort.Liopleurodon_Character_BP_Escort'" 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 Liopleurodon (Escort) Creature precisely instead of dropping it on top of your character. - Which game is the Liopleurodon (Escort) Creature from?
- The Liopleurodon (Escort) 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 tamed Liopleurodon (Escort) Creature?
- Open the admin console and run
cheat GMSummon "Liopleurodon_Character_BP_Escort_C" 150. GMSummon spawns a tamed Liopleurodon (Escort) 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 the Liopleurodon (Escort) Creature over RCON or on a dedicated server?
- Send the same command through RCON or your control panel:
admincheat Summon Liopleurodon_Character_BP_Escort_C. Log in as admin first (enablecheats <AdminPassword>); if your tool already runs with admin context, drop the leading "cheat". - What is Liopleurodon (Escort) Creature in ARK: Survival Ascended?
- The Liopleurodon (Escort) variant used in Genesis missions, identifiable by its unique entity ID for admin spawning and event management.
- What's the Liopleurodon (Escort) Creature entity ID?
- The creature ID for the Liopleurodon (Escort) Creature is
Liopleurodon_Character_BP_Escort_C. This is the blueprint class the game uses to identify it, and it's what admin summon commands take. - What type of creature is the Liopleurodon (Escort) Creature?
- The Liopleurodon (Escort) Creature is classified as a reptile in ARK: Survival Ascended. The classification affects which spawn containers and taming rules apply to it.
- What is the Liopleurodon (Escort) Creature name tag for Game.ini?
- The Liopleurodon (Escort) Creature uses the name tag
Liopleurodon. That is the value per-dino server settings expect, such as spawn multipliers, taming overrides and stat multipliers inGame.ini. - What is the blueprint path for the Liopleurodon (Escort) Creature?
- The Liopleurodon (Escort) Creature blueprint path is
"Blueprint'/Game/Genesis/Dinos/MissionVariants/Escort/Ocean/Liopleurodon_Character_BP_Escort.Liopleurodon_Character_BP_Escort'". 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 do I spawn a wild Liopleurodon (Escort) Creature?
- Run
cheat Summon Liopleurodon_Character_BP_Escort_Cin the admin console. Summon spawns a wild, untamed Liopleurodon (Escort) Creature at your location. Use GMSummon instead if you want it pre-tamed.