ARK · CREATURE

Summoner Gamma Creature
- Creature
- Genesis
The Gamma-tier Summoner boss from the Genesis DLC, identified by entity ID Summoner_Character_BP_FinalFight_Gamma_C for admin spawning and event scripting.
Questions about the Summoner Gamma Creature (creature ID Summoner_Character_BP_FinalFight_Gamma_C)? Ask the GameServersHub Discord for answers from real server owners. Updated .
Creature ID
Entity / blueprint class
Summoner_Character_BP_FinalFight_Gamma_CBlueprint path
"Blueprint'/Game/Genesis2/Missions/ModularMission/FinalBattleAlt/Difficulties/Gamma/Summoner_Character_BP_FinalFight_Gamma.Summoner_Character_BP_FinalFight_Gamma'"Summon Commands
Wild (Summon)
admincheat Summon Summoner_Character_BP_FinalFight_Gamma_CTamed (GMSummon, level 150)
cheat GMSummon "Summoner_Character_BP_FinalFight_Gamma_C" 150Exact placement (SpawnDino)
admincheat SpawnDino "Blueprint'/Game/Genesis2/Missions/ModularMission/FinalBattleAlt/Difficulties/Gamma/Summoner_Character_BP_FinalFight_Gamma.Summoner_Character_BP_FinalFight_Gamma'" 0 0 0 0About
The Summoner Gamma Creature is the Gamma difficulty variant of the Summoner, a Fantasy-type boss encounter introduced in the Genesis DLC. It functions as a final-fight entity, meaning it appears in a structured boss arena rather than roaming the open world.
Admins reference this creature primarily when scripting boss events, testing arena triggers, or force-spawning the encounter for server testing. Use the entity ID Summoner_Character_BP_FinalFight_Gamma_C with SpawnDino or related admin commands to place it directly.
Because this is a boss-tier creature tied to a specific fight sequence, spawning it outside its intended arena may produce unpredictable behavior. Test in a controlled environment before using it in a live event.
Frequently Asked Questions
- How do I spawn a wild Summoner Gamma Creature?
- Run
cheat Summon Summoner_Character_BP_FinalFight_Gamma_Cin the admin console. Summon spawns a wild, untamed Summoner Gamma Creature at your location. Use GMSummon instead if you want it pre-tamed. - Is the Summoner Gamma Creature a DLC creature or part of the base game?
- The Summoner Gamma Creature is tied to the Genesis 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 Summoner Gamma Creature?
- Open the admin console and run
cheat GMSummon "Summoner_Character_BP_FinalFight_Gamma_C" 150. GMSummon spawns a tamed Summoner 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 is Summoner Gamma Creature in ARK: Survival Ascended?
- The Gamma-tier Summoner boss from the Genesis DLC, identified by entity ID Summoner_Character_BP_FinalFight_Gamma_C for admin spawning and event scripting.
- What is the creature ID for the Summoner Gamma Creature?
- The creature ID for the Summoner Gamma Creature is
Summoner_Character_BP_FinalFight_Gamma_C. This is the blueprint class the game uses to identify it, and it's what admin summon commands take. - How do I spawn the Summoner Gamma Creature over RCON or on a dedicated server?
- Send the same command through RCON or your control panel:
admincheat Summon Summoner_Character_BP_FinalFight_Gamma_C. Log in as admin first (enablecheats <AdminPassword>); if your tool already runs with admin context, drop the leading "cheat". - What type of creature is the Summoner Gamma Creature?
- The Summoner Gamma Creature is classified as a fantasy in ARK: Survival Ascended. The classification affects which spawn containers and taming rules apply to it.
- What is the Summoner Gamma Creature name tag for Game.ini?
- The Summoner Gamma Creature uses the name tag
Summoner (Gamma). That is the value per-dino server settings expect, such as spawn multipliers, taming overrides and stat multipliers inGame.ini. - When was the Summoner Gamma Creature data last updated?
- The Summoner 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.
- What is the blueprint path for the Summoner Gamma Creature?
- The Summoner Gamma Creature blueprint path is
"Blueprint'/Game/Genesis2/Missions/ModularMission/FinalBattleAlt/Difficulties/Gamma/Summoner_Character_BP_FinalFight_Gamma.Summoner_Character_BP_FinalFight_Gamma'". 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. - What is the Summoner Gamma Creature used for?
- The Summoner Gamma Creature is the Gamma difficulty variant of the Summoner, a Fantasy-type boss encounter introduced in the Genesis DLC. It functions as a final-fight entity, meaning it appears in a structured boss arena rather than roaming the open world.
- Which game is the Summoner Gamma Creature from?
- The Summoner 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 Summoner Gamma Creature at an exact level and position?
- Run
admincheat SpawnDino "Blueprint'/Game/Genesis2/Missions/ModularMission/FinalBattleAlt/Difficulties/Gamma/Summoner_Character_BP_FinalFight_Gamma.Summoner_Character_BP_FinalFight_Gamma'" 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 Summoner Gamma Creature precisely instead of dropping it on top of your character.