ARK · CREATURE

Brute Mammoth Creature
- Creature
- Genesis
A tougher Genesis-exclusive variant of the Mammoth encountered in hunt missions, identified by entity ID Mammoth_Character_BP_Hunt_C.
The Brute Mammoth Creature is just the start. Join the GameServersHub Discord for the full playbook on running your server. As of .
Creature ID
Entity / blueprint class
Mammoth_Character_BP_Hunt_CBlueprint path
"Blueprint'/Game/Genesis/Dinos/MissionVariants/Hunt/Arctic/Mammoth_Character_BP_Hunt.Mammoth_Character_BP_Hunt'"Summon Commands
Wild (Summon)
admincheat Summon Mammoth_Character_BP_Hunt_CTamed (GMSummon, level 150)
cheat GMSummon "Mammoth_Character_BP_Hunt_C" 150Exact placement (SpawnDino)
admincheat SpawnDino "Blueprint'/Game/Genesis/Dinos/MissionVariants/Hunt/Arctic/Mammoth_Character_BP_Hunt.Mammoth_Character_BP_Hunt'" 0 0 0 0About
The Brute Mammoth is a heightened-difficulty version of the standard Mammoth, classified as a Fantasy-type creature exclusive to the Genesis DLC. It appears as part of hunt mission encounters rather than roaming the open world, making it a scripted threat that players face during specific mission objectives.
Admins running Genesis maps should be aware that this creature is tied to mission spawning logic. If you need to force-spawn or reference it outside of a mission context, use the entity ID Mammoth_Character_BP_Hunt_C. Its name tag is Mammoth, shared with the base creature, so target by entity ID when precision matters.
Because it is a Brute variant, expect significantly increased health and damage output compared to a wild standard Mammoth. Factor this in when balancing difficulty settings or designing custom mission scenarios on your server.
Frequently Asked Questions
- How do I spawn the Brute Mammoth Creature over RCON or on a dedicated server?
- Send the same command through RCON or your control panel:
admincheat Summon Mammoth_Character_BP_Hunt_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 tamed Brute Mammoth Creature?
- Open the admin console and run
cheat GMSummon "Mammoth_Character_BP_Hunt_C" 150. GMSummon spawns a tamed Brute Mammoth 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 Brute Mammoth Creature?
- The Brute Mammoth Creature is classified as a fantasy in ARK: Survival Ascended. The classification affects which spawn containers and taming rules apply to it.
- How do I spawn a wild Brute Mammoth Creature?
- Run
cheat Summon Mammoth_Character_BP_Hunt_Cin the admin console. Summon spawns a wild, untamed Brute Mammoth Creature at your location. Use GMSummon instead if you want it pre-tamed. - What is the blueprint path for the Brute Mammoth Creature?
- The Brute Mammoth Creature blueprint path is
"Blueprint'/Game/Genesis/Dinos/MissionVariants/Hunt/Arctic/Mammoth_Character_BP_Hunt.Mammoth_Character_BP_Hunt'". 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 Brute Mammoth Creature class name?
- The creature ID for the Brute Mammoth Creature is
Mammoth_Character_BP_Hunt_C. This is the blueprint class the game uses to identify it, and it's what admin summon commands take. - How do I spawn a Brute Mammoth Creature at an exact level and position?
- Run
admincheat SpawnDino "Blueprint'/Game/Genesis/Dinos/MissionVariants/Hunt/Arctic/Mammoth_Character_BP_Hunt.Mammoth_Character_BP_Hunt'" 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 Brute Mammoth Creature precisely instead of dropping it on top of your character. - Is the Brute Mammoth Creature a DLC creature or part of the base game?
- The Brute Mammoth 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.
- Which game is the Brute Mammoth Creature from?
- The Brute Mammoth 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.
- What is the Brute Mammoth Creature used for?
- The Brute Mammoth is a heightened-difficulty version of the standard Mammoth, classified as a Fantasy-type creature exclusive to the Genesis DLC. It appears as part of hunt mission encounters rather than roaming the open world, making it a scripted threat that players face during specific mission objectives.
- When was the Brute Mammoth Creature data last updated?
- The Brute Mammoth 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 Brute Mammoth Creature name tag for Game.ini?
- The Brute Mammoth Creature uses the name tag
Mammoth. That is the value per-dino server settings expect, such as spawn multipliers, taming overrides and stat multipliers inGame.ini. - What is the Brute Mammoth Creature?
- A tougher Genesis-exclusive variant of the Mammoth encountered in hunt missions, identified by entity ID Mammoth_Character_BP_Hunt_C.