ARK · CREATURE

VR Lymantria Creature
- Creature
- Genesis
A Genesis DLC fantasy-type variant of the Lymantria found in VR simulations, identified by entity ID Moth_Character_BP_TameSTA_C.
The VR Lymantria Creature is just the start. Join the GameServersHub Discord for the full playbook on running your server. As of .
Creature ID
Entity / blueprint class
Moth_Character_BP_TameSTA_CBlueprint path
"Blueprint'/Game/Genesis2/Missions/ModularMission/Gauntlet2/STA/Endless/Tames/Moth_Character_BP_TameSTA.Moth_Character_BP_TameSTA'"Summon Commands
Wild (Summon)
admincheat Summon Moth_Character_BP_TameSTA_CTamed (GMSummon, level 150)
cheat GMSummon "Moth_Character_BP_TameSTA_C" 150Exact placement (SpawnDino)
admincheat SpawnDino "Blueprint'/Game/Genesis2/Missions/ModularMission/Gauntlet2/STA/Endless/Tames/Moth_Character_BP_TameSTA.Moth_Character_BP_TameSTA'" 0 0 0 0About
The VR Lymantria is a simulation-environment variant of the standard Lymantria, classified as a Fantasy-type creature introduced in the Genesis DLC. It shares the Moth name tag with its base counterpart but exists as a distinct entity within VR mission spaces.
Admins working with Genesis servers may encounter this creature when managing or scripting VR simulation content. When targeting it directly, for spawning, stat overrides, or kill commands, use the entity ID Moth_Character_BP_TameSTA_C rather than the standard Lymantria entity, since the two are treated separately by the game engine.
Because this is a VR-context creature, its behavior and availability are tied to Genesis simulation triggers rather than open-world spawns. Keep that in mind if testing spawn commands outside of a Genesis map or mission context.
Frequently Asked Questions
- How do I spawn a tamed VR Lymantria Creature?
- Open the admin console and run
cheat GMSummon "Moth_Character_BP_TameSTA_C" 150. GMSummon spawns a tamed VR Lymantria 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 VR Lymantria Creature?
- The VR Lymantria 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 VR Lymantria Creature?
- Run
cheat Summon Moth_Character_BP_TameSTA_Cin the admin console. Summon spawns a wild, untamed VR Lymantria Creature at your location. Use GMSummon instead if you want it pre-tamed. - How do I spawn a VR Lymantria Creature at an exact level and position?
- Run
admincheat SpawnDino "Blueprint'/Game/Genesis2/Missions/ModularMission/Gauntlet2/STA/Endless/Tames/Moth_Character_BP_TameSTA.Moth_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 Lymantria Creature precisely instead of dropping it on top of your character. - Which game is the VR Lymantria Creature from?
- The VR Lymantria 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 VR Lymantria Creature?
- A Genesis DLC fantasy-type variant of the Lymantria found in VR simulations, identified by entity ID Moth_Character_BP_TameSTA_C.
- What is the VR Lymantria Creature name tag for Game.ini?
- The VR Lymantria Creature uses the name tag
Moth. That is the value per-dino server settings expect, such as spawn multipliers, taming overrides and stat multipliers inGame.ini. - What's the VR Lymantria Creature blueprint path?
- The VR Lymantria Creature blueprint path is
"Blueprint'/Game/Genesis2/Missions/ModularMission/Gauntlet2/STA/Endless/Tames/Moth_Character_BP_TameSTA.Moth_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 current is the VR Lymantria Creature info?
- The VR Lymantria 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 Lymantria Creature a DLC creature or part of the base game?
- The VR Lymantria 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.
- What is the creature ID for the VR Lymantria Creature?
- The creature ID for the VR Lymantria Creature is
Moth_Character_BP_TameSTA_C. This is the blueprint class the game uses to identify it, and it's what admin summon commands take. - What is the VR Lymantria Creature used for?
- The VR Lymantria is a simulation-environment variant of the standard Lymantria, classified as a Fantasy-type creature introduced in the Genesis DLC. It shares the
Mothname tag with its base counterpart but exists as a distinct entity within VR mission spaces. - How do I spawn the VR Lymantria Creature over RCON or on a dedicated server?
- Send the same command through RCON or your control panel:
admincheat Summon Moth_Character_BP_TameSTA_C. Log in as admin first (enablecheats <AdminPassword>); if your tool already runs with admin context, drop the leading "cheat".