Skip to main content

ARK · CREATURE

ARK: Survival Ascended Reaper Prince Creature creature

Reaper Prince Creature

  • Creature
  • Aberration

The adolescent Reaper Prince from Aberration, a buried spawn variant used in server-side creature management and testing.

The Reaper Prince Creature is just the start. Join the GameServersHub Discord for the full playbook on running your server. As of .

Creature ID

Entity / blueprint class

Xenomorph_Character_BP_Male_InitialBuryOnly_Adolescent_C

Blueprint path

"Blueprint'/Game/Aberration/Dinos/Nameless/Xenomorph_Character_BP_Male_InitialBuryOnly_Adolescent.Xenomorph_Character_BP_Male_InitialBuryOnly_Adolescent'"

Summon Commands

Wild (Summon)

admincheat Summon Xenomorph_Character_BP_Male_InitialBuryOnly_Adolescent_C

Tamed (GMSummon, level 150)

cheat GMSummon "Xenomorph_Character_BP_Male_InitialBuryOnly_Adolescent_C" 150

Exact placement (SpawnDino)

admincheat SpawnDino "Blueprint'/Game/Aberration/Dinos/Nameless/Xenomorph_Character_BP_Male_InitialBuryOnly_Adolescent.Xenomorph_Character_BP_Male_InitialBuryOnly_Adolescent'" 0 0 0 0

About

The Reaper Prince is the adolescent form of the Reaper, a subterranean predator native to the Aberration DLC. This particular variant uses the Xenomorph_Character_BP_Male_InitialBuryOnly_Adolescent_C entity ID, which indicates it spawns in a buried state, relevant when scripting or testing spawn behavior that mirrors the creature's natural emergence mechanics.

Admins working with Aberration maps may encounter this entity ID when reviewing spawn container entries or diagnosing unexpected creature behavior underground. Because this is the adolescent stage, it represents an intermediate point in the Reaper lifecycle rather than the fully grown form.

When targeting this creature with admin commands, use the entity ID exactly as given. The name tag Xenomorph is shared across Reaper variants, so relying on the full entity ID is the safest way to target this specific adolescent, buried-spawn form.

Frequently Asked Questions

How current is the Reaper Prince Creature info?
The Reaper Prince 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's the Reaper Prince Creature entity ID?
The creature ID for the Reaper Prince Creature is Xenomorph_Character_BP_Male_InitialBuryOnly_Adolescent_C. This is the blueprint class the game uses to identify it, and it's what admin summon commands take.
What is Reaper Prince Creature in ARK: Survival Ascended?
The adolescent Reaper Prince from Aberration, a buried spawn variant used in server-side creature management and testing.
How do I spawn a wild Reaper Prince Creature?
Run cheat Summon Xenomorph_Character_BP_Male_InitialBuryOnly_Adolescent_C in the admin console. Summon spawns a wild, untamed Reaper Prince Creature at your location. Use GMSummon instead if you want it pre-tamed.
Is the Reaper Prince Creature a DLC creature or part of the base game?
The Reaper Prince Creature is tied to the Aberration 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.
What type of creature is the Reaper Prince Creature?
The Reaper Prince Creature is classified as a dinosaur in ARK: Survival Ascended. The classification affects which spawn containers and taming rules apply to it.
Which game is the Reaper Prince Creature from?
The Reaper Prince 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 Reaper Prince Creature over RCON or on a dedicated server?
Send the same command through RCON or your control panel: admincheat Summon Xenomorph_Character_BP_Male_InitialBuryOnly_Adolescent_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 Reaper Prince Creature at an exact level and position?
Run admincheat SpawnDino "Blueprint'/Game/Aberration/Dinos/Nameless/Xenomorph_Character_BP_Male_InitialBuryOnly_Adolescent.Xenomorph_Character_BP_Male_InitialBuryOnly_Adolescent'" 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 Reaper Prince Creature precisely instead of dropping it on top of your character.
What is the Reaper Prince Creature name tag for Game.ini?
The Reaper Prince Creature uses the name tag Xenomorph. That is the value per-dino server settings expect, such as spawn multipliers, taming overrides and stat multipliers in Game.ini.
What is the Reaper Prince Creature used for?
The Reaper Prince is the adolescent form of the Reaper, a subterranean predator native to the Aberration DLC. This particular variant uses the Xenomorph_Character_BP_Male_InitialBuryOnly_Adolescent_C entity ID, which indicates it spawns in a buried state, relevant when scripting or testing spawn behavior that mirrors the creature's natural emergence mechanics.
What's the Reaper Prince Creature blueprint path?
The Reaper Prince Creature blueprint path is "Blueprint'/Game/Aberration/Dinos/Nameless/Xenomorph_Character_BP_Male_InitialBuryOnly_Adolescent.Xenomorph_Character_BP_Male_InitialBuryOnly_Adolescent'". 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 Reaper Prince Creature?
Open the admin console and run cheat GMSummon "Xenomorph_Character_BP_Male_InitialBuryOnly_Adolescent_C" 150. GMSummon spawns a tamed Reaper Prince 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.