ARK · CREATURE

Alpha Manticore Creature
- Creature
- Scorched Earth
The Alpha Manticore is the hardest-difficulty boss variant in Scorched Earth, identified by entity ID Manticore_Character_BP_Hard_C.
The Alpha Manticore Creature is just the start. Join the GameServersHub Discord for the full playbook on running your server. As of .
Creature ID
Entity / blueprint class
Manticore_Character_BP_Hard_CBlueprint path
"Blueprint'/Game/ScorchedEarth/Dinos/Manticore/Manticore_Character_BP_Hard.Manticore_Character_BP_Hard'"Summon Commands
Wild (Summon)
admincheat Summon Manticore_Character_BP_Hard_CTamed (GMSummon, level 150)
cheat GMSummon "Manticore_Character_BP_Hard_C" 150Exact placement (SpawnDino)
admincheat SpawnDino "Blueprint'/Game/ScorchedEarth/Dinos/Manticore/Manticore_Character_BP_Hard.Manticore_Character_BP_Hard'" 0 0 0 0About
The Alpha Manticore is the top-tier difficulty version of the Manticore boss encounter, exclusive to the Scorched Earth DLC. It appears under the name tag Manticore (Alpha) and represents the most demanding version of the fight that players can trigger through the relevant obelisk or terminal.
For server admins, the entity ID Manticore_Character_BP_Hard_C is what you need when spawning or scripting encounters with this boss directly, such as using SpawnDino for testing or event purposes. Knowing the exact entity ID helps avoid accidentally spawning a lower-difficulty variant.
Because this is a boss-type creature, standard taming mechanics do not apply. Admins should account for that when configuring difficulty scaling, loot tables, or custom challenge events that reference this entity.
Frequently Asked Questions
- What type of creature is the Alpha Manticore Creature?
- The Alpha Manticore Creature is classified as a boss in ARK: Survival Ascended. The classification affects which spawn containers and taming rules apply to it.
- How do I spawn the Alpha Manticore Creature over RCON or on a dedicated server?
- Send the same command through RCON or your control panel:
admincheat Summon Manticore_Character_BP_Hard_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 wild Alpha Manticore Creature?
- Run
cheat Summon Manticore_Character_BP_Hard_Cin the admin console. Summon spawns a wild, untamed Alpha Manticore Creature at your location. Use GMSummon instead if you want it pre-tamed. - What is the Alpha Manticore Creature?
- The Alpha Manticore is the hardest-difficulty boss variant in Scorched Earth, identified by entity ID Manticore_Character_BP_Hard_C.
- How do I spawn a Alpha Manticore Creature at an exact level and position?
- Run
admincheat SpawnDino "Blueprint'/Game/ScorchedEarth/Dinos/Manticore/Manticore_Character_BP_Hard.Manticore_Character_BP_Hard'" 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 Manticore Creature precisely instead of dropping it on top of your character. - When was the Alpha Manticore Creature data last updated?
- The Alpha Manticore 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 Manticore Creature used for?
- The Alpha Manticore is the top-tier difficulty version of the Manticore boss encounter, exclusive to the Scorched Earth DLC. It appears under the name tag
Manticore (Alpha)and represents the most demanding version of the fight that players can trigger through the relevant obelisk or terminal. - What is the Alpha Manticore Creature class name?
- The creature ID for the Alpha Manticore Creature is
Manticore_Character_BP_Hard_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 Alpha Manticore Creature?
- Open the admin console and run
cheat GMSummon "Manticore_Character_BP_Hard_C" 150. GMSummon spawns a tamed Alpha Manticore 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. - Which game is the Alpha Manticore Creature from?
- The Alpha Manticore 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 Alpha Manticore Creature name tag for Game.ini?
- The Alpha Manticore Creature uses the name tag
Manticore (Alpha). That is the value per-dino server settings expect, such as spawn multipliers, taming overrides and stat multipliers inGame.ini. - What's the Alpha Manticore Creature blueprint path?
- The Alpha Manticore Creature blueprint path is
"Blueprint'/Game/ScorchedEarth/Dinos/Manticore/Manticore_Character_BP_Hard.Manticore_Character_BP_Hard'". 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 Alpha Manticore Creature a DLC creature or part of the base game?
- The Alpha Manticore Creature is tied to the Scorched Earth 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.