ARK · CREATURE

Carbonemys (Escort) Creature
- Creature
- Genesis
A Genesis-exclusive escort variant of the Carbonemys used in mission scenarios, identified by entity ID Turtle_Character_BP_Escort_C.
Want to go deeper on the Carbonemys (Escort) Creature (creature ID Turtle_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
Turtle_Character_BP_Escort_CBlueprint path
"Blueprint'/Game/Genesis/Dinos/MissionVariants/Escort/Ocean/Turtle_Character_BP_Escort.Turtle_Character_BP_Escort'"Summon Commands
Wild (Summon)
admincheat Summon Turtle_Character_BP_Escort_CTamed (GMSummon, level 150)
cheat GMSummon "Turtle_Character_BP_Escort_C" 150Exact placement (SpawnDino)
admincheat SpawnDino "Blueprint'/Game/Genesis/Dinos/MissionVariants/Escort/Ocean/Turtle_Character_BP_Escort.Turtle_Character_BP_Escort'" 0 0 0 0About
The Carbonemys (Escort) is a mission-specific variant of the standard Carbonemys reptile, exclusive to the Genesis DLC. It shares the Carbonemys name tag with the base creature but serves a distinct role within Genesis escort missions rather than appearing as a regular wild spawn.
Admins working with Genesis mission content may encounter this entity when debugging mission sequences or spawning creatures for event testing. Use the entity ID Turtle_Character_BP_Escort_C when targeting this specific variant with spawn or destroy commands, since the shared name tag means generic Carbonemys references may resolve to the standard creature instead.
Because this creature is tied to scripted mission logic, spawning it outside its intended Genesis context may produce unpredictable behavior. Test any manual spawns in a controlled environment before deploying changes to a live server.
Frequently Asked Questions
- What's the Carbonemys (Escort) Creature blueprint path?
- The Carbonemys (Escort) Creature blueprint path is
"Blueprint'/Game/Genesis/Dinos/MissionVariants/Escort/Ocean/Turtle_Character_BP_Escort.Turtle_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 Carbonemys (Escort) Creature at an exact level and position?
- Run
admincheat SpawnDino "Blueprint'/Game/Genesis/Dinos/MissionVariants/Escort/Ocean/Turtle_Character_BP_Escort.Turtle_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 Carbonemys (Escort) Creature precisely instead of dropping it on top of your character. - When was the Carbonemys (Escort) Creature data last updated?
- The Carbonemys (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.
- Which game is the Carbonemys (Escort) Creature from?
- The Carbonemys (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.
- Is the Carbonemys (Escort) Creature a DLC creature or part of the base game?
- The Carbonemys (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 Carbonemys (Escort) Creature class name?
- The creature ID for the Carbonemys (Escort) Creature is
Turtle_Character_BP_Escort_C. This is the blueprint class the game uses to identify it, and it's what admin summon commands take. - What is the Carbonemys (Escort) Creature?
- A Genesis-exclusive escort variant of the Carbonemys used in mission scenarios, identified by entity ID Turtle_Character_BP_Escort_C.
- What is the Carbonemys (Escort) Creature name tag for Game.ini?
- The Carbonemys (Escort) Creature uses the name tag
Carbonemys. That is the value per-dino server settings expect, such as spawn multipliers, taming overrides and stat multipliers inGame.ini. - What is the Carbonemys (Escort) Creature used for?
- The Carbonemys (Escort) is a mission-specific variant of the standard Carbonemys reptile, exclusive to the Genesis DLC. It shares the
Carbonemysname tag with the base creature but serves a distinct role within Genesis escort missions rather than appearing as a regular wild spawn. - What type of creature is the Carbonemys (Escort) Creature?
- The Carbonemys (Escort) Creature is classified as a reptile in ARK: Survival Ascended. The classification affects which spawn containers and taming rules apply to it.
- How do I spawn a tamed Carbonemys (Escort) Creature?
- Open the admin console and run
cheat GMSummon "Turtle_Character_BP_Escort_C" 150. GMSummon spawns a tamed Carbonemys (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 Carbonemys (Escort) Creature over RCON or on a dedicated server?
- Send the same command through RCON or your control panel:
admincheat Summon Turtle_Character_BP_Escort_C. Log in as admin first (enablecheats <AdminPassword>); if your tool already runs with admin context, drop the leading "cheat". - How do I spawn a wild Carbonemys (Escort) Creature?
- Run
cheat Summon Turtle_Character_BP_Escort_Cin the admin console. Summon spawns a wild, untamed Carbonemys (Escort) Creature at your location. Use GMSummon instead if you want it pre-tamed.