ARK · CREATURE

Mesopithecus Creature
- Creature
- Base Game
The Mesopithecus is a tameable mammal creature in ARK: Survival Ascended, useful for admins managing spawns or testing tame mechanics.
The Mesopithecus Creature is just the start. Join the GameServersHub Discord for the full playbook on running your server. As of .
Creature ID
Entity / blueprint class
Monkey_Character_BP_CBlueprint path
"Blueprint'/Game/PrimalEarth/Dinos/Monkey/Monkey_Character_BP.Monkey_Character_BP'"Summon Commands
Wild (Summon)
admincheat Summon Monkey_Character_BP_CTamed (GMSummon, level 150)
cheat GMSummon "Monkey_Character_BP_C" 150Exact placement (SpawnDino)
admincheat SpawnDino "Blueprint'/Game/PrimalEarth/Dinos/Monkey/Monkey_Character_BP.Monkey_Character_BP'" 0 0 0 0About
The Mesopithecus is a small primate classified as a mammal. It is a base-game creature requiring no DLC, so it is available on any standard server without additional content unlocks.
Admins can spawn or target this creature using the entity ID Monkey_Character_BP_C or the name tag Monkey in console commands such as SpawnDino or GMSummon. These identifiers are also useful when configuring spawn entries, adjusting spawn multipliers in game.ini, or writing creature management scripts.
Because the Mesopithecus can be equipped with items and placed on a survivor's shoulder, it sees occasional use in testing inventory and shoulder-pet interaction systems on custom servers.
Frequently Asked Questions
- What is Mesopithecus Creature in ARK: Survival Ascended?
- The Mesopithecus is a tameable mammal creature in ARK: Survival Ascended, useful for admins managing spawns or testing tame mechanics.
- How do I spawn a Mesopithecus Creature at an exact level and position?
- Run
admincheat SpawnDino "Blueprint'/Game/PrimalEarth/Dinos/Monkey/Monkey_Character_BP.Monkey_Character_BP'" 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 Mesopithecus Creature precisely instead of dropping it on top of your character. - How do I spawn a tamed Mesopithecus Creature?
- Open the admin console and run
cheat GMSummon "Monkey_Character_BP_C" 150. GMSummon spawns a tamed Mesopithecus 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 the Mesopithecus Creature used for?
- The Mesopithecus is a small primate classified as a mammal. It is a base-game creature requiring no DLC, so it is available on any standard server without additional content unlocks.
- What is the Mesopithecus Creature class name?
- The creature ID for the Mesopithecus Creature is
Monkey_Character_BP_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 Mesopithecus Creature over RCON or on a dedicated server?
- Send the same command through RCON or your control panel:
admincheat Summon Monkey_Character_BP_C. Log in as admin first (enablecheats <AdminPassword>); if your tool already runs with admin context, drop the leading "cheat". - Which game is the Mesopithecus Creature from?
- The Mesopithecus 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's the Mesopithecus Creature blueprint path?
- The Mesopithecus Creature blueprint path is
"Blueprint'/Game/PrimalEarth/Dinos/Monkey/Monkey_Character_BP.Monkey_Character_BP'". 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. - Is the Mesopithecus Creature a DLC creature or part of the base game?
- The Mesopithecus Creature is part of the base ARK: Survival Ascended game, so no DLC or map pack is required to spawn it.
- What is the Mesopithecus Creature name tag for Game.ini?
- The Mesopithecus Creature uses the name tag
Monkey. That is the value per-dino server settings expect, such as spawn multipliers, taming overrides and stat multipliers inGame.ini. - What type of creature is the Mesopithecus Creature?
- The Mesopithecus Creature is classified as a mammal in ARK: Survival Ascended. The classification affects which spawn containers and taming rules apply to it.
- How current is the Mesopithecus Creature info?
- The Mesopithecus 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 Mesopithecus Creature?
- Run
cheat Summon Monkey_Character_BP_Cin the admin console. Summon spawns a wild, untamed Mesopithecus Creature at your location. Use GMSummon instead if you want it pre-tamed.