ARK · CREATURE
Corrupted Avatar Creature
- Creature
- Genesis
A Fantasy-type creature from the Genesis DLC, identified by entity ID Bot_Character_BP_C, relevant for spawning and mission scripting.
Master the Corrupted Avatar Creature faster. Join our Discord and swap configs, IDs and commands with the community. As of .
Creature ID
Entity / blueprint class
Bot_Character_BP_CBlueprint path
"Blueprint'/Game/Genesis/Dinos/Bots/Bot_Character_BP.Bot_Character_BP'"Summon Commands
Wild (Summon)
admincheat Summon Bot_Character_BP_CTamed (GMSummon, level 150)
cheat GMSummon "Bot_Character_BP_C" 150Exact placement (SpawnDino)
admincheat SpawnDino "Blueprint'/Game/Genesis/Dinos/Bots/Bot_Character_BP.Bot_Character_BP'" 0 0 0 0About
The Corrupted Avatar is a Fantasy-type creature introduced in the Genesis DLC. It represents one of the avatar-form enemies tied to the Genesis simulation environment, distinct from standard corrupted wildlife found on other maps.
Admins working with Genesis servers may encounter this entity when managing spawns, debugging mission encounters, or configuring spawn suppression. Use the entity ID Bot_Character_BP_C when targeting it in spawn commands or NPCReplacements entries in your game configuration.
Because it is tied to Genesis-specific content, it will only appear in contexts where that DLC content is active. Keep this in mind when transferring configurations between maps or troubleshooting missing spawns.
Frequently Asked Questions
- What is the creature ID for the Corrupted Avatar Creature?
- The creature ID for the Corrupted Avatar Creature is
Bot_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 tamed Corrupted Avatar Creature?
- Open the admin console and run
cheat GMSummon "Bot_Character_BP_C" 150. GMSummon spawns a tamed Corrupted Avatar 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 type of creature is the Corrupted Avatar Creature?
- The Corrupted Avatar Creature is classified as a fantasy in ARK: Survival Ascended. The classification affects which spawn containers and taming rules apply to it.
- How do I spawn a Corrupted Avatar Creature at an exact level and position?
- Run
admincheat SpawnDino "Blueprint'/Game/Genesis/Dinos/Bots/Bot_Character_BP.Bot_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 Corrupted Avatar Creature precisely instead of dropping it on top of your character. - Which game is the Corrupted Avatar Creature from?
- The Corrupted Avatar 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 blueprint path for the Corrupted Avatar Creature?
- The Corrupted Avatar Creature blueprint path is
"Blueprint'/Game/Genesis/Dinos/Bots/Bot_Character_BP.Bot_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. - What is the Corrupted Avatar Creature used for?
- The Corrupted Avatar is a Fantasy-type creature introduced in the Genesis DLC. It represents one of the avatar-form enemies tied to the Genesis simulation environment, distinct from standard corrupted wildlife found on other maps.
- What is the Corrupted Avatar Creature?
- A Fantasy-type creature from the Genesis DLC, identified by entity ID Bot_Character_BP_C, relevant for spawning and mission scripting.
- What is the Corrupted Avatar Creature name tag for Game.ini?
- The Corrupted Avatar Creature uses the name tag
Corrupted Avatar. 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 Avatar Creature?
- Run
cheat Summon Bot_Character_BP_Cin the admin console. Summon spawns a wild, untamed Corrupted Avatar Creature at your location. Use GMSummon instead if you want it pre-tamed. - How do I spawn the Corrupted Avatar Creature over RCON or on a dedicated server?
- Send the same command through RCON or your control panel:
admincheat Summon Bot_Character_BP_C. Log in as admin first (enablecheats <AdminPassword>); if your tool already runs with admin context, drop the leading "cheat". - Is the Corrupted Avatar Creature a DLC creature or part of the base game?
- The Corrupted Avatar 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 current is the Corrupted Avatar Creature info?
- The Corrupted Avatar 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.