ARK · CREATURE

Sarco (Gauntlet) Creature
- Creature
- Genesis
A Gauntlet-variant Sarco used in Genesis simulation missions, identified by its unique entity ID for admin spawning and mission management.
Questions about the Sarco (Gauntlet) Creature (creature ID Sarco_Character_BP_Gauntlet_C)? Ask the GameServersHub Discord for answers from real server owners. Updated .
Creature ID
Entity / blueprint class
Sarco_Character_BP_Gauntlet_CBlueprint path
"Blueprint'/Game/Genesis/Dinos/MissionVariants/Gauntlet/Bog/Sarco_Character_BP_Gauntlet.Sarco_Character_BP_Gauntlet'"Summon Commands
Wild (Summon)
admincheat Summon Sarco_Character_BP_Gauntlet_CTamed (GMSummon, level 150)
cheat GMSummon "Sarco_Character_BP_Gauntlet_C" 150Exact placement (SpawnDino)
admincheat SpawnDino "Blueprint'/Game/Genesis/Dinos/MissionVariants/Gauntlet/Bog/Sarco_Character_BP_Gauntlet.Sarco_Character_BP_Gauntlet'" 0 0 0 0About
The Sarco (Gauntlet) is a reptile creature that appears exclusively within the Genesis DLC's simulation gauntlet missions. It shares the Sarco name tag with the standard variant but uses a separate entity ID, Sarco_Character_BP_Gauntlet_C, which distinguishes it from wild or tamed Sarcos found in open-world play.
Admins working on Genesis servers may need this entity ID when debugging mission spawns, force-spawning creatures for testing, or adjusting gauntlet difficulty configurations. Because this variant is mission-scoped, spawning it outside of a gauntlet context may produce unexpected behavior.
When using spawn commands, reference Sarco_Character_BP_Gauntlet_C directly rather than the standard Sarco blueprint to ensure you are targeting the correct variant.
Frequently Asked Questions
- How do I spawn a tamed Sarco (Gauntlet) Creature?
- Open the admin console and run
cheat GMSummon "Sarco_Character_BP_Gauntlet_C" 150. GMSummon spawns a tamed Sarco (Gauntlet) 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 Sarco (Gauntlet) Creature from?
- The Sarco (Gauntlet) 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 is the Sarco (Gauntlet) Creature?
- A Gauntlet-variant Sarco used in Genesis simulation missions, identified by its unique entity ID for admin spawning and mission management.
- What is the Sarco (Gauntlet) Creature name tag for Game.ini?
- The Sarco (Gauntlet) Creature uses the name tag
Sarco. That is the value per-dino server settings expect, such as spawn multipliers, taming overrides and stat multipliers inGame.ini. - What is the creature ID for the Sarco (Gauntlet) Creature?
- The creature ID for the Sarco (Gauntlet) Creature is
Sarco_Character_BP_Gauntlet_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 Sarco (Gauntlet) Creature?
- The Sarco (Gauntlet) Creature is classified as a reptile in ARK: Survival Ascended. The classification affects which spawn containers and taming rules apply to it.
- Is the Sarco (Gauntlet) Creature a DLC creature or part of the base game?
- The Sarco (Gauntlet) 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 Sarco (Gauntlet) Creature used for?
- The Sarco (Gauntlet) is a reptile creature that appears exclusively within the Genesis DLC's simulation gauntlet missions. It shares the Sarco name tag with the standard variant but uses a separate entity ID,
Sarco_Character_BP_Gauntlet_C, which distinguishes it from wild or tamed Sarcos found in open-world play. - What's the Sarco (Gauntlet) Creature blueprint path?
- The Sarco (Gauntlet) Creature blueprint path is
"Blueprint'/Game/Genesis/Dinos/MissionVariants/Gauntlet/Bog/Sarco_Character_BP_Gauntlet.Sarco_Character_BP_Gauntlet'". 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 Sarco (Gauntlet) Creature?
- Run
cheat Summon Sarco_Character_BP_Gauntlet_Cin the admin console. Summon spawns a wild, untamed Sarco (Gauntlet) Creature at your location. Use GMSummon instead if you want it pre-tamed. - How do I spawn the Sarco (Gauntlet) Creature over RCON or on a dedicated server?
- Send the same command through RCON or your control panel:
admincheat Summon Sarco_Character_BP_Gauntlet_C. Log in as admin first (enablecheats <AdminPassword>); if your tool already runs with admin context, drop the leading "cheat". - How current is the Sarco (Gauntlet) Creature info?
- The Sarco (Gauntlet) 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 Sarco (Gauntlet) Creature at an exact level and position?
- Run
admincheat SpawnDino "Blueprint'/Game/Genesis/Dinos/MissionVariants/Gauntlet/Bog/Sarco_Character_BP_Gauntlet.Sarco_Character_BP_Gauntlet'" 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 Sarco (Gauntlet) Creature precisely instead of dropping it on top of your character.