ARK · CREATURE

Alpha King Titan Creature
- Creature
- Extinction
The Alpha King Titan is Extinction's hardest boss creature, identified by entity ID KingKaiju_Character_BP_Alpha_C for admin spawning and event scripting.
Questions about the Alpha King Titan Creature (creature ID KingKaiju_Character_BP_Alpha_C)? Ask the GameServersHub Discord for answers from real server owners. Updated .
Creature ID
Entity / blueprint class
KingKaiju_Character_BP_Alpha_CBlueprint path
"Blueprint'/Game/Extinction/Dinos/KingKaiju/KingKaiju_Character_BP_Alpha.KingKaiju_Character_BP_Alpha'"Summon Commands
Wild (Summon)
admincheat Summon KingKaiju_Character_BP_Alpha_CTamed (GMSummon, level 150)
cheat GMSummon "KingKaiju_Character_BP_Alpha_C" 150Exact placement (SpawnDino)
admincheat SpawnDino "Blueprint'/Game/Extinction/Dinos/KingKaiju/KingKaiju_Character_BP_Alpha.KingKaiju_Character_BP_Alpha'" 0 0 0 0About
The Alpha King Titan is the most demanding variant of the King Titan encounter, available exclusively on the Extinction DLC map. It falls under the Fantasy creature type, placing it alongside other endgame boss entities rather than standard tameable wildlife.
Admins reference this creature primarily when scripting encounter events, testing boss arenas, or forcefully spawning it for server events using the entity ID KingKaiju_Character_BP_Alpha_C. Its name tag KingTitanAlpha is useful when working with game rules or kill-event triggers that reference creature tags.
Because this is a boss-tier creature, spawn it in a controlled environment, preferably a dedicated test server, before deploying any encounter on a live server. Standard taming mechanics do not apply to boss creatures of this class.
Frequently Asked Questions
- What is the Alpha King Titan Creature class name?
- The creature ID for the Alpha King Titan Creature is
KingKaiju_Character_BP_Alpha_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 Alpha King Titan Creature at an exact level and position?
- Run
admincheat SpawnDino "Blueprint'/Game/Extinction/Dinos/KingKaiju/KingKaiju_Character_BP_Alpha.KingKaiju_Character_BP_Alpha'" 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 Alpha King Titan Creature precisely instead of dropping it on top of your character. - What is the Alpha King Titan Creature name tag for Game.ini?
- The Alpha King Titan Creature uses the name tag
KingTitanAlpha. That is the value per-dino server settings expect, such as spawn multipliers, taming overrides and stat multipliers inGame.ini. - What is Alpha King Titan Creature in ARK: Survival Ascended?
- The Alpha King Titan is Extinction's hardest boss creature, identified by entity ID KingKaiju_Character_BP_Alpha_C for admin spawning and event scripting.
- What type of creature is the Alpha King Titan Creature?
- The Alpha King Titan 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 Alpha King Titan Creature info?
- The Alpha King Titan 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 Alpha King Titan Creature used for?
- The Alpha King Titan is the most demanding variant of the King Titan encounter, available exclusively on the Extinction DLC map. It falls under the Fantasy creature type, placing it alongside other endgame boss entities rather than standard tameable wildlife.
- Which game is the Alpha King Titan Creature from?
- The Alpha King Titan 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 wild Alpha King Titan Creature?
- Run
cheat Summon KingKaiju_Character_BP_Alpha_Cin the admin console. Summon spawns a wild, untamed Alpha King Titan Creature at your location. Use GMSummon instead if you want it pre-tamed. - Is the Alpha King Titan Creature a DLC creature or part of the base game?
- The Alpha King Titan 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 Alpha King Titan Creature over RCON or on a dedicated server?
- Send the same command through RCON or your control panel:
admincheat Summon KingKaiju_Character_BP_Alpha_C. Log in as admin first (enablecheats <AdminPassword>); if your tool already runs with admin context, drop the leading "cheat". - What is the blueprint path for the Alpha King Titan Creature?
- The Alpha King Titan Creature blueprint path is
"Blueprint'/Game/Extinction/Dinos/KingKaiju/KingKaiju_Character_BP_Alpha.KingKaiju_Character_BP_Alpha'". 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 Alpha King Titan Creature?
- Open the admin console and run
cheat GMSummon "KingKaiju_Character_BP_Alpha_C" 150. GMSummon spawns a tamed Alpha King Titan 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.