ARK · CREATURE

Virtual Drone Creature
- Creature
- Genesis
A Fantasy-type creature from the Genesis DLC, used as a server reference target by its entity ID VREndDrone_Character_BP_C.
Master the Virtual Drone Creature faster. Join our Discord and swap configs, IDs and commands with the community. As of .
Creature ID
Entity / blueprint class
VREndDrone_Character_BP_CBlueprint path
"Blueprint'/Game/Genesis/Dinos/BiomeVariants/VR/VREndDrone_Character_BP.VREndDrone_Character_BP'"Summon Commands
Wild (Summon)
admincheat Summon VREndDrone_Character_BP_CTamed (GMSummon, level 150)
cheat GMSummon "VREndDrone_Character_BP_C" 150Exact placement (SpawnDino)
admincheat SpawnDino "Blueprint'/Game/Genesis/Dinos/BiomeVariants/VR/VREndDrone_Character_BP.VREndDrone_Character_BP'" 0 0 0 0About
The Virtual Drone is a Fantasy-type creature introduced in the Genesis DLC. It exists within the virtual simulation environments of that expansion, functioning as an enemy encounter players face in those scripted scenarios.
Admins working with Genesis content may reference this creature by its entity ID VREndDrone_Character_BP_C when using spawn or kill commands, configuring creature population overrides, or adjusting difficulty settings for the VR-themed sections of the map.
Because this creature is tied to Genesis-specific content, it is only relevant on servers running that DLC. Spawning it outside its intended context may produce unexpected behavior, so test any admin commands involving it in a controlled environment first.
Frequently Asked Questions
- What type of creature is the Virtual Drone Creature?
- The Virtual Drone Creature is classified as a fantasy in ARK: Survival Ascended. The classification affects which spawn containers and taming rules apply to it.
- What's the Virtual Drone Creature entity ID?
- The creature ID for the Virtual Drone Creature is
VREndDrone_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 Virtual Drone Creature from?
- The Virtual Drone 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 Virtual Drone Creature name tag for Game.ini?
- The Virtual Drone Creature uses the name tag
Virtual Drone. That is the value per-dino server settings expect, such as spawn multipliers, taming overrides and stat multipliers inGame.ini. - Is the Virtual Drone Creature a DLC creature or part of the base game?
- The Virtual Drone 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's the Virtual Drone Creature blueprint path?
- The Virtual Drone Creature blueprint path is
"Blueprint'/Game/Genesis/Dinos/BiomeVariants/VR/VREndDrone_Character_BP.VREndDrone_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. - When was the Virtual Drone Creature data last updated?
- The Virtual Drone 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 the Virtual Drone Creature over RCON or on a dedicated server?
- Send the same command through RCON or your control panel:
admincheat Summon VREndDrone_Character_BP_C. Log in as admin first (enablecheats <AdminPassword>); if your tool already runs with admin context, drop the leading "cheat". - What is Virtual Drone Creature in ARK: Survival Ascended?
- A Fantasy-type creature from the Genesis DLC, used as a server reference target by its entity ID VREndDrone_Character_BP_C.
- What is the Virtual Drone Creature used for?
- The Virtual Drone is a Fantasy-type creature introduced in the Genesis DLC. It exists within the virtual simulation environments of that expansion, functioning as an enemy encounter players face in those scripted scenarios.
- How do I spawn a tamed Virtual Drone Creature?
- Open the admin console and run
cheat GMSummon "VREndDrone_Character_BP_C" 150. GMSummon spawns a tamed Virtual Drone 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 wild Virtual Drone Creature?
- Run
cheat Summon VREndDrone_Character_BP_Cin the admin console. Summon spawns a wild, untamed Virtual Drone Creature at your location. Use GMSummon instead if you want it pre-tamed. - How do I spawn a Virtual Drone Creature at an exact level and position?
- Run
admincheat SpawnDino "Blueprint'/Game/Genesis/Dinos/BiomeVariants/VR/VREndDrone_Character_BP.VREndDrone_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 Virtual Drone Creature precisely instead of dropping it on top of your character.