ARK · CREATURE

Pygocentrus (Gamma) Creature
- Creature
- Aquatica
The Gamma-difficulty Pygocentrus is a fish creature from the Aquatica DLC, identifiable by its entity ID for spawning and event scripting.
Running the Pygocentrus (Gamma) 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
Pygocentrus_Character_BP_Easy_CBlueprint path
"Blueprint'/Game/Abyss/Dinos/Pygocentrus/Pygocentrus_Character_BP_Easy.Pygocentrus_Character_BP_Easy'"Summon Commands
Wild (Summon)
admincheat Summon Pygocentrus_Character_BP_Easy_CTamed (GMSummon, level 150)
cheat GMSummon "Pygocentrus_Character_BP_Easy_C" 150Exact placement (SpawnDino)
admincheat SpawnDino "Blueprint'/Game/Abyss/Dinos/Pygocentrus/Pygocentrus_Character_BP_Easy.Pygocentrus_Character_BP_Easy'" 0 0 0 0About
The Pygocentrus (Gamma) is the lower-difficulty variant of the Pygocentrus fish, introduced with the Aquatica DLC. As a fish-type creature, it inhabits aquatic environments and represents the easiest tier of this creature's difficulty scaling.
Admins working with spawn commands or server-side event scripts should use the entity ID Pygocentrus_Character_BP_Easy_C to target this specific variant. The _Easy_C suffix distinguishes it from harder-tier versions, so using the correct entity ID is important when populating a specific difficulty tier in custom spawners or loot tables.
Because this creature belongs to the Aquatica DLC, it will only appear or be spawneable on servers running that content. Confirm the DLC is active before referencing this entity ID in spawn scripts or configuration files.
Frequently Asked Questions
- How do I spawn a tamed Pygocentrus (Gamma) Creature?
- Open the admin console and run
cheat GMSummon "Pygocentrus_Character_BP_Easy_C" 150. GMSummon spawns a tamed Pygocentrus (Gamma) 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 Pygocentrus (Gamma) Creature?
- The Pygocentrus (Gamma) Creature is classified as a fish in ARK: Survival Ascended. The classification affects which spawn containers and taming rules apply to it.
- What is the Pygocentrus (Gamma) Creature?
- The Gamma-difficulty Pygocentrus is a fish creature from the Aquatica DLC, identifiable by its entity ID for spawning and event scripting.
- How do I spawn the Pygocentrus (Gamma) Creature over RCON or on a dedicated server?
- Send the same command through RCON or your control panel:
admincheat Summon Pygocentrus_Character_BP_Easy_C. Log in as admin first (enablecheats <AdminPassword>); if your tool already runs with admin context, drop the leading "cheat". - What is the Pygocentrus (Gamma) Creature name tag for Game.ini?
- The Pygocentrus (Gamma) Creature uses the name tag
Pygocentrus. That is the value per-dino server settings expect, such as spawn multipliers, taming overrides and stat multipliers inGame.ini. - What's the Pygocentrus (Gamma) Creature blueprint path?
- The Pygocentrus (Gamma) Creature blueprint path is
"Blueprint'/Game/Abyss/Dinos/Pygocentrus/Pygocentrus_Character_BP_Easy.Pygocentrus_Character_BP_Easy'". 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. - When was the Pygocentrus (Gamma) Creature data last updated?
- The Pygocentrus (Gamma) 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 Pygocentrus (Gamma) Creature from?
- The Pygocentrus (Gamma) 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 Pygocentrus (Gamma) Creature?
- Run
cheat Summon Pygocentrus_Character_BP_Easy_Cin the admin console. Summon spawns a wild, untamed Pygocentrus (Gamma) Creature at your location. Use GMSummon instead if you want it pre-tamed. - What is the Pygocentrus (Gamma) Creature used for?
- The Pygocentrus (Gamma) is the lower-difficulty variant of the Pygocentrus fish, introduced with the Aquatica DLC. As a fish-type creature, it inhabits aquatic environments and represents the easiest tier of this creature's difficulty scaling.
- What is the creature ID for the Pygocentrus (Gamma) Creature?
- The creature ID for the Pygocentrus (Gamma) Creature is
Pygocentrus_Character_BP_Easy_C. This is the blueprint class the game uses to identify it, and it's what admin summon commands take. - Is the Pygocentrus (Gamma) Creature a DLC creature or part of the base game?
- The Pygocentrus (Gamma) 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 Pygocentrus (Gamma) Creature at an exact level and position?
- Run
admincheat SpawnDino "Blueprint'/Game/Abyss/Dinos/Pygocentrus/Pygocentrus_Character_BP_Easy.Pygocentrus_Character_BP_Easy'" 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 Pygocentrus (Gamma) Creature precisely instead of dropping it on top of your character.