ARK · CREATURE

Kaprosuchus (Race) Creature
- Creature
- Genesis
A race-variant Kaprosuchus used in Genesis race events, identified by entity ID Kapro_Character_BP_Race_C for admin spawning and event management.
The Kaprosuchus (Race) Creature is just the start. Join the GameServersHub Discord for the full playbook on running your server. As of .
Creature ID
Entity / blueprint class
Kapro_Character_BP_Race_CBlueprint path
"Blueprint'/Game/Genesis/Dinos/MissionVariants/Race/Kapro_Character_BP_Race.Kapro_Character_BP_Race'"Summon Commands
Wild (Summon)
admincheat Summon Kapro_Character_BP_Race_CTamed (GMSummon, level 150)
cheat GMSummon "Kapro_Character_BP_Race_C" 150Exact placement (SpawnDino)
admincheat SpawnDino "Blueprint'/Game/Genesis/Dinos/MissionVariants/Race/Kapro_Character_BP_Race.Kapro_Character_BP_Race'" 0 0 0 0About
The Kaprosuchus (Race) is a specialized variant of the standard Kaprosuchus reptile, introduced as part of the Genesis DLC. It exists specifically to support scripted race events on Genesis maps, distinct from the standard tameable version found elsewhere.
Admins working with Genesis event content will encounter this entity when managing or troubleshooting race sequences. Use the entity ID Kapro_Character_BP_Race_C when spawning or targeting this creature via admin commands. Its name tag is Kaprosuchus, which it shares with the base creature, so relying on the full entity ID is the reliable way to distinguish it.
Because this is a race-event creature rather than a standard spawn, it is not typically something players interact with outside of the intended Genesis race scenarios. Admins should avoid replacing standard Kaprosuchus populations with this variant unintentionally.
Frequently Asked Questions
- How do I spawn a tamed Kaprosuchus (Race) Creature?
- Open the admin console and run
cheat GMSummon "Kapro_Character_BP_Race_C" 150. GMSummon spawns a tamed Kaprosuchus (Race) 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. - What is the blueprint path for the Kaprosuchus (Race) Creature?
- The Kaprosuchus (Race) Creature blueprint path is
"Blueprint'/Game/Genesis/Dinos/MissionVariants/Race/Kapro_Character_BP_Race.Kapro_Character_BP_Race'". 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 Kaprosuchus (Race) Creature?
- Run
cheat Summon Kapro_Character_BP_Race_Cin the admin console. Summon spawns a wild, untamed Kaprosuchus (Race) Creature at your location. Use GMSummon instead if you want it pre-tamed. - What type of creature is the Kaprosuchus (Race) Creature?
- The Kaprosuchus (Race) Creature is classified as a reptile in ARK: Survival Ascended. The classification affects which spawn containers and taming rules apply to it.
- Is the Kaprosuchus (Race) Creature a DLC creature or part of the base game?
- The Kaprosuchus (Race) 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.
- Which game is the Kaprosuchus (Race) Creature from?
- The Kaprosuchus (Race) 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 Kaprosuchus (Race) Creature class name?
- The creature ID for the Kaprosuchus (Race) Creature is
Kapro_Character_BP_Race_C. This is the blueprint class the game uses to identify it, and it's what admin summon commands take. - What is the Kaprosuchus (Race) Creature name tag for Game.ini?
- The Kaprosuchus (Race) Creature uses the name tag
Kaprosuchus. That is the value per-dino server settings expect, such as spawn multipliers, taming overrides and stat multipliers inGame.ini. - How do I spawn the Kaprosuchus (Race) Creature over RCON or on a dedicated server?
- Send the same command through RCON or your control panel:
admincheat Summon Kapro_Character_BP_Race_C. Log in as admin first (enablecheats <AdminPassword>); if your tool already runs with admin context, drop the leading "cheat". - What is the Kaprosuchus (Race) Creature used for?
- The Kaprosuchus (Race) is a specialized variant of the standard Kaprosuchus reptile, introduced as part of the Genesis DLC. It exists specifically to support scripted race events on Genesis maps, distinct from the standard tameable version found elsewhere.
- What is Kaprosuchus (Race) Creature in ARK: Survival Ascended?
- A race-variant Kaprosuchus used in Genesis race events, identified by entity ID Kapro_Character_BP_Race_C for admin spawning and event management.
- When was the Kaprosuchus (Race) Creature data last updated?
- The Kaprosuchus (Race) 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 Kaprosuchus (Race) Creature at an exact level and position?
- Run
admincheat SpawnDino "Blueprint'/Game/Genesis/Dinos/MissionVariants/Race/Kapro_Character_BP_Race.Kapro_Character_BP_Race'" 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 Kaprosuchus (Race) Creature precisely instead of dropping it on top of your character.