ARK · CREATURE

Corrupted Survivor, Alt Creature
- Creature
- Genesis
An alternate-animation variant of the Corrupted Survivor enemy from the Genesis DLC, identified by entity ID RockwellSpawn_Character_BP_AltAnim_C.
Master the Corrupted Survivor, Alt Creature faster. Join our Discord and swap configs, IDs and commands with the community. As of .
Creature ID
Entity / blueprint class
RockwellSpawn_Character_BP_AltAnim_CBlueprint path
"Blueprint'/Game/Genesis2/Dinos/CorruptHumans/RockwellSpawn/RockwellSpawn_Character_BP_AltAnim.RockwellSpawn_Character_BP_AltAnim'"Summon Commands
Wild (Summon)
admincheat Summon RockwellSpawn_Character_BP_AltAnim_CTamed (GMSummon, level 150)
cheat GMSummon "RockwellSpawn_Character_BP_AltAnim_C" 150Exact placement (SpawnDino)
admincheat SpawnDino "Blueprint'/Game/Genesis2/Dinos/CorruptHumans/RockwellSpawn/RockwellSpawn_Character_BP_AltAnim.RockwellSpawn_Character_BP_AltAnim'" 0 0 0 0About
The Corrupted Survivor, Alt is a Fantasy-type creature exclusive to the Genesis DLC. It functions as an alternate-animation form of the standard Corrupted Survivor, sharing the same general enemy role but using a distinct character class, which can matter when scripting spawns or troubleshooting encounter behavior on Genesis maps.
Admins targeting this specific variant should use the entity ID RockwellSpawn_Character_BP_AltAnim_C in spawn commands or population overrides rather than the base Corrupted Survivor class, since the two are separate entries in the game's creature registry. This distinction is most relevant when configuring custom spawn containers, adjusting difficulty settings per creature class, or verifying which variant is appearing in server logs.
Frequently Asked Questions
- How do I spawn a tamed Corrupted Survivor, Alt Creature?
- Open the admin console and run
cheat GMSummon "RockwellSpawn_Character_BP_AltAnim_C" 150. GMSummon spawns a tamed Corrupted Survivor, Alt 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. - When was the Corrupted Survivor, Alt Creature data last updated?
- The Corrupted Survivor, Alt 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 Corrupted Survivor, Alt Creature used for?
- The Corrupted Survivor, Alt is a Fantasy-type creature exclusive to the Genesis DLC. It functions as an alternate-animation form of the standard Corrupted Survivor, sharing the same general enemy role but using a distinct character class, which can matter when scripting spawns or troubleshooting encounter behavior on Genesis maps.
- What is Corrupted Survivor, Alt Creature in ARK: Survival Ascended?
- An alternate-animation variant of the Corrupted Survivor enemy from the Genesis DLC, identified by entity ID RockwellSpawn_Character_BP_AltAnim_C.
- What is the blueprint path for the Corrupted Survivor, Alt Creature?
- The Corrupted Survivor, Alt Creature blueprint path is
"Blueprint'/Game/Genesis2/Dinos/CorruptHumans/RockwellSpawn/RockwellSpawn_Character_BP_AltAnim.RockwellSpawn_Character_BP_AltAnim'". 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. - Is the Corrupted Survivor, Alt Creature a DLC creature or part of the base game?
- The Corrupted Survivor, Alt 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 Corrupted Survivor, Alt Creature from?
- The Corrupted Survivor, Alt 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 the Corrupted Survivor, Alt Creature over RCON or on a dedicated server?
- Send the same command through RCON or your control panel:
admincheat Summon RockwellSpawn_Character_BP_AltAnim_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 Corrupted Survivor, Alt Creature at an exact level and position?
- Run
admincheat SpawnDino "Blueprint'/Game/Genesis2/Dinos/CorruptHumans/RockwellSpawn/RockwellSpawn_Character_BP_AltAnim.RockwellSpawn_Character_BP_AltAnim'" 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 Corrupted Survivor, Alt Creature precisely instead of dropping it on top of your character. - What is the creature ID for the Corrupted Survivor, Alt Creature?
- The creature ID for the Corrupted Survivor, Alt Creature is
RockwellSpawn_Character_BP_AltAnim_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 Corrupted Survivor, Alt Creature?
- The Corrupted Survivor, Alt Creature is classified as a fantasy in ARK: Survival Ascended. The classification affects which spawn containers and taming rules apply to it.
- What is the Corrupted Survivor, Alt Creature name tag for Game.ini?
- The Corrupted Survivor, Alt Creature uses the name tag
Corrupted Survivor, Alt. That is the value per-dino server settings expect, such as spawn multipliers, taming overrides and stat multipliers inGame.ini. - How do I spawn a wild Corrupted Survivor, Alt Creature?
- Run
cheat Summon RockwellSpawn_Character_BP_AltAnim_Cin the admin console. Summon spawns a wild, untamed Corrupted Survivor, Alt Creature at your location. Use GMSummon instead if you want it pre-tamed.