ARK · CREATURE

Aberrant Otter Creature
- Creature
- Aberration
The Aberrant Otter is an Aberration DLC mammal whose entity ID admins use to spawn or manage it on Aberration-themed servers.
Running the Aberrant Otter Creature on your server? Hop into our Discord and get a hand from admins who use it every day. Live as of .
Creature ID
Entity / blueprint class
Otter_Character_BP_Aberrant_CBlueprint path
"Blueprint'/Game/PrimalEarth/Dinos/Otter/Otter_Character_BP_Aberrant.Otter_Character_BP_Aberrant'"Summon Commands
Wild (Summon)
admincheat Summon Otter_Character_BP_Aberrant_CTamed (GMSummon, level 150)
cheat GMSummon "Otter_Character_BP_Aberrant_C" 150Exact placement (SpawnDino)
admincheat SpawnDino "Blueprint'/Game/PrimalEarth/Dinos/Otter/Otter_Character_BP_Aberrant.Otter_Character_BP_Aberrant'" 0 0 0 0About
The Aberrant Otter is the Aberration variant of the standard Otter, classified as a mammal and exclusive to the Aberration DLC. It shares the Otter name tag with its base counterpart, which is relevant when writing scripts or configs that filter creatures by tag.
Admins working with spawn containers, NPC replacements, or forced tame commands should reference the entity ID Otter_Character_BP_Aberrant_C to target this variant specifically rather than the default Otter. Using the base Otter entity ID on an Aberration map may produce the non-aberrant version, so the distinction matters when populating custom spawn entries or testing creature spawns in that environment.
Frequently Asked Questions
- What is the Aberrant Otter Creature name tag for Game.ini?
- The Aberrant Otter Creature uses the name tag
Otter. That is the value per-dino server settings expect, such as spawn multipliers, taming overrides and stat multipliers inGame.ini. - What is the Aberrant Otter Creature used for?
- The Aberrant Otter is the Aberration variant of the standard Otter, classified as a mammal and exclusive to the Aberration DLC. It shares the
Ottername tag with its base counterpart, which is relevant when writing scripts or configs that filter creatures by tag. - How do I spawn a Aberrant Otter Creature at an exact level and position?
- Run
admincheat SpawnDino "Blueprint'/Game/PrimalEarth/Dinos/Otter/Otter_Character_BP_Aberrant.Otter_Character_BP_Aberrant'" 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 Aberrant Otter Creature precisely instead of dropping it on top of your character. - When was the Aberrant Otter Creature data last updated?
- The Aberrant Otter 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.
- Which game is the Aberrant Otter Creature from?
- The Aberrant Otter 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 tamed Aberrant Otter Creature?
- Open the admin console and run
cheat GMSummon "Otter_Character_BP_Aberrant_C" 150. GMSummon spawns a tamed Aberrant Otter 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. - How do I spawn a wild Aberrant Otter Creature?
- Run
cheat Summon Otter_Character_BP_Aberrant_Cin the admin console. Summon spawns a wild, untamed Aberrant Otter Creature at your location. Use GMSummon instead if you want it pre-tamed. - What type of creature is the Aberrant Otter Creature?
- The Aberrant Otter Creature is classified as a mammal in ARK: Survival Ascended. The classification affects which spawn containers and taming rules apply to it.
- How do I spawn the Aberrant Otter Creature over RCON or on a dedicated server?
- Send the same command through RCON or your control panel:
admincheat Summon Otter_Character_BP_Aberrant_C. Log in as admin first (enablecheats <AdminPassword>); if your tool already runs with admin context, drop the leading "cheat". - What's the Aberrant Otter Creature entity ID?
- The creature ID for the Aberrant Otter Creature is
Otter_Character_BP_Aberrant_C. This is the blueprint class the game uses to identify it, and it's what admin summon commands take. - What is the Aberrant Otter Creature?
- The Aberrant Otter is an Aberration DLC mammal whose entity ID admins use to spawn or manage it on Aberration-themed servers.
- Is the Aberrant Otter Creature a DLC creature or part of the base game?
- The Aberrant Otter 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 is the blueprint path for the Aberrant Otter Creature?
- The Aberrant Otter Creature blueprint path is
"Blueprint'/Game/PrimalEarth/Dinos/Otter/Otter_Character_BP_Aberrant.Otter_Character_BP_Aberrant'". 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.