ARK · CREATURE

Corrupt Tumor Creature
- Creature
- Extinction
A Fantasy-type creature from the Extinction DLC, used in server contexts where corrupt organism spawns need to be managed or tested.
The Corrupt Tumor Creature is just the start. Join the GameServersHub Discord for the full playbook on running your server. As of .
Creature ID
Entity / blueprint class
CorruptTumor_Character_BP_CBlueprint path
"Blueprint'/Game/Extinction/Dinos/KingKaiju/CorruptTumor_Character_BP.CorruptTumor_Character_BP'"Summon Commands
Wild (Summon)
admincheat Summon CorruptTumor_Character_BP_CTamed (GMSummon, level 150)
cheat GMSummon "CorruptTumor_Character_BP_C" 150Exact placement (SpawnDino)
admincheat SpawnDino "Blueprint'/Game/Extinction/Dinos/KingKaiju/CorruptTumor_Character_BP.CorruptTumor_Character_BP'" 0 0 0 0About
The Corrupt Tumor is a Fantasy-type creature native to the Extinction DLC. It represents the corrupted organic growths tied to Extinction's element-corrupted environment, functioning as a creature entity within the game's spawn and damage systems.
Admins working with Extinction maps may encounter this entity when managing corrupt creature spawns, scripting events, or debugging spawn container behavior. Its entity ID CorruptTumor_Character_BP_C is the reliable handle for targeting it in server commands such as summon or GMSummon.
Note that this creature has no name tag defined, which can affect how it appears in certain admin tools or kill logs. Keep that in mind when filtering server output or writing spawn overrides that rely on tag matching.
Frequently Asked Questions
- What is the Corrupt Tumor Creature used for?
- The Corrupt Tumor is a Fantasy-type creature native to the Extinction DLC. It represents the corrupted organic growths tied to Extinction's element-corrupted environment, functioning as a creature entity within the game's spawn and damage systems.
- When was the Corrupt Tumor Creature data last updated?
- The Corrupt Tumor 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 Corrupt Tumor Creature from?
- The Corrupt Tumor 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 Corrupt Tumor Creature in ARK: Survival Ascended?
- A Fantasy-type creature from the Extinction DLC, used in server contexts where corrupt organism spawns need to be managed or tested.
- What's the Corrupt Tumor Creature entity ID?
- The creature ID for the Corrupt Tumor Creature is
CorruptTumor_Character_BP_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 Corrupt Tumor Creature?
- The Corrupt Tumor Creature is classified as a fantasy in ARK: Survival Ascended. The classification affects which spawn containers and taming rules apply to it.
- What's the Corrupt Tumor Creature blueprint path?
- The Corrupt Tumor Creature blueprint path is
"Blueprint'/Game/Extinction/Dinos/KingKaiju/CorruptTumor_Character_BP.CorruptTumor_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 Corrupt Tumor Creature?
- Open the admin console and run
cheat GMSummon "CorruptTumor_Character_BP_C" 150. GMSummon spawns a tamed Corrupt Tumor 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 Corrupt Tumor Creature?
- Run
cheat Summon CorruptTumor_Character_BP_Cin the admin console. Summon spawns a wild, untamed Corrupt Tumor Creature at your location. Use GMSummon instead if you want it pre-tamed. - How do I spawn a Corrupt Tumor Creature at an exact level and position?
- Run
admincheat SpawnDino "Blueprint'/Game/Extinction/Dinos/KingKaiju/CorruptTumor_Character_BP.CorruptTumor_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 Corrupt Tumor Creature precisely instead of dropping it on top of your character. - Is the Corrupt Tumor Creature a DLC creature or part of the base game?
- The Corrupt Tumor Creature is tied to the Extinction 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 the Corrupt Tumor Creature over RCON or on a dedicated server?
- Send the same command through RCON or your control panel:
admincheat Summon CorruptTumor_Character_BP_C. Log in as admin first (enablecheats <AdminPassword>); if your tool already runs with admin context, drop the leading "cheat".