ARK · CREATURE

VR Allosaurus Creature
- Creature
- Genesis
A Genesis-exclusive Fantasy-type variant of the Allosaurus found in VR simulations, identified by entity ID Allo_Character_BP_TameSTA_C.
The VR Allosaurus Creature is just the start. Join the GameServersHub Discord for the full playbook on running your server. As of .
Creature ID
Entity / blueprint class
Allo_Character_BP_TameSTA_CBlueprint path
"Blueprint'/Game/Genesis2/Missions/ModularMission/Gauntlet2/STA/Endless/Tames/Allo_Character_BP_TameSTA.Allo_Character_BP_TameSTA'"Summon Commands
Wild (Summon)
admincheat Summon Allo_Character_BP_TameSTA_CTamed (GMSummon, level 150)
cheat GMSummon "Allo_Character_BP_TameSTA_C" 150Exact placement (SpawnDino)
admincheat SpawnDino "Blueprint'/Game/Genesis2/Missions/ModularMission/Gauntlet2/STA/Endless/Tames/Allo_Character_BP_TameSTA.Allo_Character_BP_TameSTA'" 0 0 0 0About
The VR Allosaurus is a Fantasy-type creature exclusive to the Genesis DLC, appearing within the simulation environments that define that content pack. It shares the Allo name tag with standard Allosaurus variants but is a distinct entity under the ID Allo_Character_BP_TameSTA_C.
Admins managing Genesis maps should use the entity ID when spawning or targeting this creature specifically, since using a generic Allo reference may resolve to a different variant. This distinction matters when writing spawn scripts, setting up creature loot tables, or configuring taming rules that target specific entity classes.
Because this is a VR simulation creature, its behavior and spawn conditions are tied to Genesis mission contexts. On non-Genesis maps it will not appear naturally, and forced spawns outside the intended environment may produce unexpected results.
Frequently Asked Questions
- What is the blueprint path for the VR Allosaurus Creature?
- The VR Allosaurus Creature blueprint path is
"Blueprint'/Game/Genesis2/Missions/ModularMission/Gauntlet2/STA/Endless/Tames/Allo_Character_BP_TameSTA.Allo_Character_BP_TameSTA'". 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. - How do I spawn a wild VR Allosaurus Creature?
- Run
cheat Summon Allo_Character_BP_TameSTA_Cin the admin console. Summon spawns a wild, untamed VR Allosaurus Creature at your location. Use GMSummon instead if you want it pre-tamed. - What type of creature is the VR Allosaurus Creature?
- The VR Allosaurus 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 VR Allosaurus Creature name tag for Game.ini?
- The VR Allosaurus Creature uses the name tag
Allo. That is the value per-dino server settings expect, such as spawn multipliers, taming overrides and stat multipliers inGame.ini. - What is the VR Allosaurus Creature class name?
- The creature ID for the VR Allosaurus Creature is
Allo_Character_BP_TameSTA_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 VR Allosaurus Creature over RCON or on a dedicated server?
- Send the same command through RCON or your control panel:
admincheat Summon Allo_Character_BP_TameSTA_C. Log in as admin first (enablecheats <AdminPassword>); if your tool already runs with admin context, drop the leading "cheat". - What is the VR Allosaurus Creature?
- A Genesis-exclusive Fantasy-type variant of the Allosaurus found in VR simulations, identified by entity ID Allo_Character_BP_TameSTA_C.
- How current is the VR Allosaurus Creature info?
- The VR Allosaurus 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.
- Is the VR Allosaurus Creature a DLC creature or part of the base game?
- The VR Allosaurus 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 VR Allosaurus Creature?
- Open the admin console and run
cheat GMSummon "Allo_Character_BP_TameSTA_C" 150. GMSummon spawns a tamed VR Allosaurus 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. - How do I spawn a VR Allosaurus Creature at an exact level and position?
- Run
admincheat SpawnDino "Blueprint'/Game/Genesis2/Missions/ModularMission/Gauntlet2/STA/Endless/Tames/Allo_Character_BP_TameSTA.Allo_Character_BP_TameSTA'" 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 VR Allosaurus Creature precisely instead of dropping it on top of your character. - What is the VR Allosaurus Creature used for?
- The VR Allosaurus is a Fantasy-type creature exclusive to the Genesis DLC, appearing within the simulation environments that define that content pack. It shares the Allo name tag with standard Allosaurus variants but is a distinct entity under the ID
Allo_Character_BP_TameSTA_C. - Which game is the VR Allosaurus Creature from?
- The VR Allosaurus 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.