ARK · CREATURE

Any Insect Creature
- Creature
- Base Game
A base-class entry representing any insect creature in ARK: Survival Ascended, useful for admin commands targeting the invertebrate category.
Questions about the Any Insect Creature (creature ID Insect_Character_Base_C)? Ask the GameServersHub Discord for answers from real server owners. Updated .
Creature ID
Entity / blueprint class
Insect_Character_Base_CBlueprint path
"Blueprint'/Game/PrimalEarth/Dinos/Ant/Insect_Character_Base.Insect_Character_Base'"Summon Commands
Wild (Summon)
admincheat Summon Insect_Character_Base_CTamed (GMSummon, level 150)
cheat GMSummon "Insect_Character_Base_C" 150Exact placement (SpawnDino)
admincheat SpawnDino "Blueprint'/Game/PrimalEarth/Dinos/Ant/Insect_Character_Base.Insect_Character_Base'" 0 0 0 0About
"Any Insect Creature" is a generic base classification rather than a single spawnable species. It represents the shared base class (Insect_Character_Base_C) from which specific insect creatures in the game derive. As an invertebrate type, it groups the various insect species under one parent entity for targeting purposes.
Admins may encounter this entry when using commands or server tools that reference creature base classes rather than specific species. If a command or config option accepts Insect_Character_Base_C as the entity ID or Any Insect as the name tag, it will apply broadly to creatures that inherit from this base class rather than to one particular insect.
This entry carries no DLC requirement, meaning it is part of the base game's creature hierarchy. When troubleshooting creature-related configs or spawn rules, keep in mind that changes tied to the base class may affect multiple insect species at once.
Frequently Asked Questions
- What is the Any Insect Creature?
- A base-class entry representing any insect creature in ARK: Survival Ascended, useful for admin commands targeting the invertebrate category.
- Which game is the Any Insect Creature from?
- The Any Insect 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 a Any Insect Creature at an exact level and position?
- Run
admincheat SpawnDino "Blueprint'/Game/PrimalEarth/Dinos/Ant/Insect_Character_Base.Insect_Character_Base'" 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 Any Insect Creature precisely instead of dropping it on top of your character. - When was the Any Insect Creature data last updated?
- The Any Insect 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.
- What type of creature is the Any Insect Creature?
- The Any Insect Creature is classified as a invertebrate in ARK: Survival Ascended. The classification affects which spawn containers and taming rules apply to it.
- How do I spawn the Any Insect Creature over RCON or on a dedicated server?
- Send the same command through RCON or your control panel:
admincheat Summon Insect_Character_Base_C. Log in as admin first (enablecheats <AdminPassword>); if your tool already runs with admin context, drop the leading "cheat". - What is the Any Insect Creature used for?
- "Any Insect Creature" is a generic base classification rather than a single spawnable species. It represents the shared base class (
Insect_Character_Base_C) from which specific insect creatures in the game derive. As an invertebrate type, it groups the various insect species under one parent entity for targeting purposes. - How do I spawn a wild Any Insect Creature?
- Run
cheat Summon Insect_Character_Base_Cin the admin console. Summon spawns a wild, untamed Any Insect Creature at your location. Use GMSummon instead if you want it pre-tamed. - What's the Any Insect Creature blueprint path?
- The Any Insect Creature blueprint path is
"Blueprint'/Game/PrimalEarth/Dinos/Ant/Insect_Character_Base.Insect_Character_Base'". 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 Any Insect Creature name tag for Game.ini?
- The Any Insect Creature uses the name tag
Any Insect. That is the value per-dino server settings expect, such as spawn multipliers, taming overrides and stat multipliers inGame.ini. - How do I spawn a tamed Any Insect Creature?
- Open the admin console and run
cheat GMSummon "Insect_Character_Base_C" 150. GMSummon spawns a tamed Any Insect 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 Any Insect Creature a DLC creature or part of the base game?
- The Any Insect Creature is part of the base ARK: Survival Ascended game, so no DLC or map pack is required to spawn it.
- What is the Any Insect Creature class name?
- The creature ID for the Any Insect Creature is
Insect_Character_Base_C. This is the blueprint class the game uses to identify it, and it's what admin summon commands take.