ARK · CREATURE

Oasisaur Creature
- Creature
- Scorched Earth
A Fantasy-type creature from Scorched Earth, spawnable and manageable via its entity ID Oasisaur_Character_BP_C.
Questions about the Oasisaur Creature (creature ID Oasisaur_Character_BP_C)? Ask the GameServersHub Discord for answers from real server owners. Updated .
Creature ID
Entity / blueprint class
Oasisaur_Character_BP_CBlueprint path
"Blueprint'/Game/Packs/Frontier/Dinos/Oasisaur/Oasisaur_Character_BP.Oasisaur_Character_BP'"Summon Commands
Wild (Summon)
admincheat Summon Oasisaur_Character_BP_CTamed (GMSummon, level 150)
cheat GMSummon "Oasisaur_Character_BP_C" 150Exact placement (SpawnDino)
admincheat SpawnDino "Blueprint'/Game/Packs/Frontier/Dinos/Oasisaur/Oasisaur_Character_BP.Oasisaur_Character_BP'" 0 0 0 0About
The Oasisaur is a Fantasy-type creature native to the Scorched Earth DLC. As a non-standard creature type, it occupies a distinct ecological niche on that map and may require the Scorched Earth content to be active before it spawns or can be summoned reliably.
Admins working with spawn commands should reference the entity ID Oasisaur_Character_BP_C when using summon or SpawnDino to place one in the world. The name tag Oasisaur can also be useful when scripting or filtering creature lists server-side.
Because this creature is tied to Scorched Earth, it will not appear on maps that do not include that DLC's content unless cross-map spawning is explicitly configured. Keep that in mind when building spawn container overrides or population manager entries.
Frequently Asked Questions
- How current is the Oasisaur Creature info?
- The Oasisaur 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 tamed Oasisaur Creature?
- Open the admin console and run
cheat GMSummon "Oasisaur_Character_BP_C" 150. GMSummon spawns a tamed Oasisaur 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. - Is the Oasisaur Creature a DLC creature or part of the base game?
- The Oasisaur Creature is tied to the Scorched Earth 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 Oasisaur Creature?
- The Oasisaur Creature blueprint path is
"Blueprint'/Game/Packs/Frontier/Dinos/Oasisaur/Oasisaur_Character_BP.Oasisaur_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. - What is the Oasisaur Creature class name?
- The creature ID for the Oasisaur Creature is
Oasisaur_Character_BP_C. This is the blueprint class the game uses to identify it, and it's what admin summon commands take. - Which game is the Oasisaur Creature from?
- The Oasisaur 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 the Oasisaur Creature over RCON or on a dedicated server?
- Send the same command through RCON or your control panel:
admincheat Summon Oasisaur_Character_BP_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 Oasisaur Creature at an exact level and position?
- Run
admincheat SpawnDino "Blueprint'/Game/Packs/Frontier/Dinos/Oasisaur/Oasisaur_Character_BP.Oasisaur_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 Oasisaur Creature precisely instead of dropping it on top of your character. - What is the Oasisaur Creature name tag for Game.ini?
- The Oasisaur Creature uses the name tag
Oasisaur. That is the value per-dino server settings expect, such as spawn multipliers, taming overrides and stat multipliers inGame.ini. - What is the Oasisaur Creature used for?
- The Oasisaur is a Fantasy-type creature native to the Scorched Earth DLC. As a non-standard creature type, it occupies a distinct ecological niche on that map and may require the Scorched Earth content to be active before it spawns or can be summoned reliably.
- What type of creature is the Oasisaur Creature?
- The Oasisaur 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 Oasisaur Creature?
- A Fantasy-type creature from Scorched Earth, spawnable and manageable via its entity ID Oasisaur_Character_BP_C.
- How do I spawn a wild Oasisaur Creature?
- Run
cheat Summon Oasisaur_Character_BP_Cin the admin console. Summon spawns a wild, untamed Oasisaur Creature at your location. Use GMSummon instead if you want it pre-tamed.