ARK · CREATURE

Summoned Ravager Creature
- Creature
- Genesis
A Genesis DLC fantasy-type Ravager variant summoned during specific encounters, identified by its unique entity ID for admin spawning.
Questions about the Summoned Ravager Creature (creature ID CaveWolf_Character_BP_Summoned_C)? Ask the GameServersHub Discord for answers from real server owners. Updated .
Creature ID
Entity / blueprint class
CaveWolf_Character_BP_Summoned_CBlueprint path
"Blueprint'/Game/Genesis2/Dinos/Summoner/SummonedDinos/CaveWolf_Character_BP_Summoned.CaveWolf_Character_BP_Summoned'"Summon Commands
Wild (Summon)
admincheat Summon CaveWolf_Character_BP_Summoned_CTamed (GMSummon, level 150)
cheat GMSummon "CaveWolf_Character_BP_Summoned_C" 150Exact placement (SpawnDino)
admincheat SpawnDino "Blueprint'/Game/Genesis2/Dinos/Summoner/SummonedDinos/CaveWolf_Character_BP_Summoned.CaveWolf_Character_BP_Summoned'" 0 0 0 0About
The Summoned Ravager is a fantasy-type creature introduced in the Genesis DLC. It functions as a summoned variant of the standard Ravager, appearing during particular scripted encounters rather than roaming the world as a wild spawn. Its distinct entity ID, CaveWolf_Character_BP_Summoned_C, separates it from the base Ravager in the game's creature registry.
Admins targeting this specific variant for spawning or event testing should use the entity ID CaveWolf_Character_BP_Summoned_C with the SpawnDino command. Using the standard Ravager entity ID will produce the regular variant, not this summoned form.
Because this creature is tied to summoned encounter logic, its behavior and stats may differ from those of a wild or tamed Ravager. Keep that in mind when using it outside its intended scripted context, such as in custom event testing or population debugging on a Genesis map.
Frequently Asked Questions
- What is the Summoned Ravager Creature?
- A Genesis DLC fantasy-type Ravager variant summoned during specific encounters, identified by its unique entity ID for admin spawning.
- What's the Summoned Ravager Creature entity ID?
- The creature ID for the Summoned Ravager Creature is
CaveWolf_Character_BP_Summoned_C. This is the blueprint class the game uses to identify it, and it's what admin summon commands take. - What is the Summoned Ravager Creature name tag for Game.ini?
- The Summoned Ravager Creature uses the name tag
Summoned Ravager. That is the value per-dino server settings expect, such as spawn multipliers, taming overrides and stat multipliers inGame.ini. - What type of creature is the Summoned Ravager Creature?
- The Summoned Ravager Creature is classified as a fantasy in ARK: Survival Ascended. The classification affects which spawn containers and taming rules apply to it.
- How current is the Summoned Ravager Creature info?
- The Summoned Ravager 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 Summoned Ravager Creature from?
- The Summoned Ravager 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 Summoned Ravager Creature?
- Open the admin console and run
cheat GMSummon "CaveWolf_Character_BP_Summoned_C" 150. GMSummon spawns a tamed Summoned Ravager 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 wild Summoned Ravager Creature?
- Run
cheat Summon CaveWolf_Character_BP_Summoned_Cin the admin console. Summon spawns a wild, untamed Summoned Ravager Creature at your location. Use GMSummon instead if you want it pre-tamed. - What is the blueprint path for the Summoned Ravager Creature?
- The Summoned Ravager Creature blueprint path is
"Blueprint'/Game/Genesis2/Dinos/Summoner/SummonedDinos/CaveWolf_Character_BP_Summoned.CaveWolf_Character_BP_Summoned'". 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 the Summoned Ravager Creature over RCON or on a dedicated server?
- Send the same command through RCON or your control panel:
admincheat Summon CaveWolf_Character_BP_Summoned_C. Log in as admin first (enablecheats <AdminPassword>); if your tool already runs with admin context, drop the leading "cheat". - What is the Summoned Ravager Creature used for?
- The Summoned Ravager is a fantasy-type creature introduced in the Genesis DLC. It functions as a summoned variant of the standard Ravager, appearing during particular scripted encounters rather than roaming the world as a wild spawn. Its distinct entity ID,
CaveWolf_Character_BP_Summoned_C, separates it from the base Ravager in the game's creature registry. - Is the Summoned Ravager Creature a DLC creature or part of the base game?
- The Summoned Ravager 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.
- How do I spawn a Summoned Ravager Creature at an exact level and position?
- Run
admincheat SpawnDino "Blueprint'/Game/Genesis2/Dinos/Summoner/SummonedDinos/CaveWolf_Character_BP_Summoned.CaveWolf_Character_BP_Summoned'" 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 Summoned Ravager Creature precisely instead of dropping it on top of your character.