Skip to main content

ARK · CREATURE

ARK: Survival Ascended Abyssal Rex (Rift) Creature creature

Abyssal Rex (Rift) Creature

  • Creature
  • Aquatica

A Dinosaur-type creature from the Aquatica DLC, used by admins to spawn or manage the Rift variant of the Abyssal Rex.

The Abyssal Rex (Rift) Creature is just the start. Join the GameServersHub Discord for the full playbook on running your server. As of .

Creature ID

Entity / blueprint class

Rex_Character_BP_Abyssal_Rift_C

Blueprint path

"Blueprint'/Game/Abyss/Dinos/Rift/Rex_Character_BP_Abyssal_Rift.Rex_Character_BP_Abyssal_Rift'"

Summon Commands

Wild (Summon)

admincheat Summon Rex_Character_BP_Abyssal_Rift_C

Tamed (GMSummon, level 150)

cheat GMSummon "Rex_Character_BP_Abyssal_Rift_C" 150

Exact placement (SpawnDino)

admincheat SpawnDino "Blueprint'/Game/Abyss/Dinos/Rift/Rex_Character_BP_Abyssal_Rift.Rex_Character_BP_Abyssal_Rift'" 0 0 0 0

About

The Abyssal Rex (Rift) is a Dinosaur-type creature tied to the Aquatica DLC, distinct from the standard Abyssal Rex by its Rift variant designation. Its entity ID is Rex_Character_BP_Abyssal_Rift_C, which is the value to use when spawning or targeting it through admin commands.

Admins working with custom spawners, NPC replacements, or spawn configuration overrides should use the entity ID rather than the name tag, since name tags can be shared across variants. The name tag Abyssal Rex may match other Rex variants depending on context, so specificity matters when scripting encounters or population configs.

Because this creature belongs to the Aquatica DLC, it will only be available on servers running that content. Attempting to spawn it without the relevant DLC active will typically result in no creature appearing.

Frequently Asked Questions

What is the Abyssal Rex (Rift) Creature?
A Dinosaur-type creature from the Aquatica DLC, used by admins to spawn or manage the Rift variant of the Abyssal Rex.
What's the Abyssal Rex (Rift) Creature entity ID?
The creature ID for the Abyssal Rex (Rift) Creature is Rex_Character_BP_Abyssal_Rift_C. This is the blueprint class the game uses to identify it, and it's what admin summon commands take.
What is the Abyssal Rex (Rift) Creature used for?
The Abyssal Rex (Rift) is a Dinosaur-type creature tied to the Aquatica DLC, distinct from the standard Abyssal Rex by its Rift variant designation. Its entity ID is Rex_Character_BP_Abyssal_Rift_C, which is the value to use when spawning or targeting it through admin commands.
When was the Abyssal Rex (Rift) Creature data last updated?
The Abyssal Rex (Rift) 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.
How do I spawn a wild Abyssal Rex (Rift) Creature?
Run cheat Summon Rex_Character_BP_Abyssal_Rift_C in the admin console. Summon spawns a wild, untamed Abyssal Rex (Rift) Creature at your location. Use GMSummon instead if you want it pre-tamed.
What is the blueprint path for the Abyssal Rex (Rift) Creature?
The Abyssal Rex (Rift) Creature blueprint path is "Blueprint'/Game/Abyss/Dinos/Rift/Rex_Character_BP_Abyssal_Rift.Rex_Character_BP_Abyssal_Rift'". 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 Abyssal Rex (Rift) Creature at an exact level and position?
Run admincheat SpawnDino "Blueprint'/Game/Abyss/Dinos/Rift/Rex_Character_BP_Abyssal_Rift.Rex_Character_BP_Abyssal_Rift'" 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 Abyssal Rex (Rift) Creature precisely instead of dropping it on top of your character.
What is the Abyssal Rex (Rift) Creature name tag for Game.ini?
The Abyssal Rex (Rift) Creature uses the name tag Abyssal Rex. That is the value per-dino server settings expect, such as spawn multipliers, taming overrides and stat multipliers in Game.ini.
Which game is the Abyssal Rex (Rift) Creature from?
The Abyssal Rex (Rift) 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.
Is the Abyssal Rex (Rift) Creature a DLC creature or part of the base game?
The Abyssal Rex (Rift) Creature is tied to the Aquatica 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 a tamed Abyssal Rex (Rift) Creature?
Open the admin console and run cheat GMSummon "Rex_Character_BP_Abyssal_Rift_C" 150. GMSummon spawns a tamed Abyssal Rex (Rift) 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 Abyssal Rex (Rift) Creature?
The Abyssal Rex (Rift) Creature is classified as a dinosaur in ARK: Survival Ascended. The classification affects which spawn containers and taming rules apply to it.
How do I spawn the Abyssal Rex (Rift) Creature over RCON or on a dedicated server?
Send the same command through RCON or your control panel: admincheat Summon Rex_Character_BP_Abyssal_Rift_C. Log in as admin first (enablecheats <AdminPassword>); if your tool already runs with admin context, drop the leading "cheat".