ARK · CREATURE

Raptor Creature
- Creature
- Base Game
The Raptor is a base-game dinosaur creature; admins use its entity ID to spawn, force-tame, or manage it via server commands.
The Raptor Creature is just the start. Join the GameServersHub Discord for the full playbook on running your server. As of .
Creature ID
Entity / blueprint class
Raptor_Character_BP_CBlueprint path
"Blueprint'/Game/PrimalEarth/Dinos/Raptor/Raptor_Character_BP.Raptor_Character_BP'"Summon Commands
Wild (Summon)
admincheat Summon Raptor_Character_BP_CTamed (GMSummon, level 150)
cheat GMSummon "Raptor_Character_BP_C" 150Exact placement (SpawnDino)
admincheat SpawnDino "Blueprint'/Game/PrimalEarth/Dinos/Raptor/Raptor_Character_BP.Raptor_Character_BP'" 0 0 0 0About
The Raptor is a dinosaur available in the base game without any DLC requirement. It is one of the earliest predators players encounter and is commonly found across a range of maps, making it a frequent subject of admin intervention for testing, event setups, or population management.
Admins can target the Raptor using its entity ID Raptor_Character_BP_C with commands such as SpawnDino or ForceTame. Its name tag Raptor can also be used in certain console commands to filter or reference the creature directly.
Because the Raptor requires no DLC, it is universally available on any standard server configuration. Keep that in mind when designing spawn tables or creature-specific events intended for all players.
Frequently Asked Questions
- What's the Raptor Creature blueprint path?
- The Raptor Creature blueprint path is
"Blueprint'/Game/PrimalEarth/Dinos/Raptor/Raptor_Character_BP.Raptor_Character_BP'". 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 tamed Raptor Creature?
- Open the admin console and run
cheat GMSummon "Raptor_Character_BP_C" 150. GMSummon spawns a tamed Raptor 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 Raptor Creature at an exact level and position?
- Run
admincheat SpawnDino "Blueprint'/Game/PrimalEarth/Dinos/Raptor/Raptor_Character_BP.Raptor_Character_BP'" 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 Raptor Creature precisely instead of dropping it on top of your character. - What type of creature is the Raptor Creature?
- The Raptor Creature is classified as a dinosaur in ARK: Survival Ascended. The classification affects which spawn containers and taming rules apply to it.
- What is the Raptor Creature used for?
- The Raptor is a dinosaur available in the base game without any DLC requirement. It is one of the earliest predators players encounter and is commonly found across a range of maps, making it a frequent subject of admin intervention for testing, event setups, or population management.
- What is the Raptor Creature?
- The Raptor is a base-game dinosaur creature; admins use its entity ID to spawn, force-tame, or manage it via server commands.
- Is the Raptor Creature a DLC creature or part of the base game?
- The Raptor Creature is part of the base ARK: Survival Ascended game, so no DLC or map pack is required to spawn it.
- How do I spawn the Raptor Creature over RCON or on a dedicated server?
- Send the same command through RCON or your control panel:
admincheat Summon Raptor_Character_BP_C. Log in as admin first (enablecheats <AdminPassword>); if your tool already runs with admin context, drop the leading "cheat". - What is the creature ID for the Raptor Creature?
- The creature ID for the Raptor Creature is
Raptor_Character_BP_C. This is the blueprint class the game uses to identify it, and it's what admin summon commands take. - How do I spawn a wild Raptor Creature?
- Run
cheat Summon Raptor_Character_BP_Cin the admin console. Summon spawns a wild, untamed Raptor Creature at your location. Use GMSummon instead if you want it pre-tamed. - Which game is the Raptor Creature from?
- The Raptor 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 Raptor Creature data last updated?
- The Raptor 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 Raptor Creature name tag for Game.ini?
- The Raptor Creature uses the name tag
Raptor. That is the value per-dino server settings expect, such as spawn multipliers, taming overrides and stat multipliers inGame.ini.