ARK · CREATURE

Homarus Creature
- Creature
- Aquatica
Homarus is an invertebrate creature from the Aquatica DLC, useful for admins managing aquatic ecosystem spawns or testing DLC content.
Running the Homarus Creature on your server? Hop into our Discord and get a hand from admins who use it every day. Live as of .
Creature ID
Entity / blueprint class
Homarus_Character_BP_CBlueprint path
"Blueprint'/Game/Abyss/Dinos/Homarus/Homarus_Character_BP.Homarus_Character_BP'"Summon Commands
Wild (Summon)
admincheat Summon Homarus_Character_BP_CTamed (GMSummon, level 150)
cheat GMSummon "Homarus_Character_BP_C" 150Exact placement (SpawnDino)
admincheat SpawnDino "Blueprint'/Game/Abyss/Dinos/Homarus/Homarus_Character_BP.Homarus_Character_BP'" 0 0 0 0About
The Homarus is an aquatic invertebrate introduced in the Aquatica DLC. Its entity ID is Homarus_Character_BP_C, which admins use when writing spawn commands, configuring NPC spawner overrides, or adjusting creature population settings in GameUserSettings.ini or Game.ini.
When testing Aquatica content, confirm the DLC is active on your server before attempting to spawn this creature, missing DLC content can cause the entity to fail to load or appear as an error mesh. Use the name tag Homarus as a reference when searching spawn container entries or creature lists in the dev kit.
Because Homarus is an invertebrate, it may follow invertebrate-specific taming and stat scaling rules. Keep that in mind if you are adjusting per-class taming multipliers or configuring custom loot drops tied to creature type.
Frequently Asked Questions
- What's the Homarus Creature blueprint path?
- The Homarus Creature blueprint path is
"Blueprint'/Game/Abyss/Dinos/Homarus/Homarus_Character_BP.Homarus_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. - How do I spawn a wild Homarus Creature?
- Run
cheat Summon Homarus_Character_BP_Cin the admin console. Summon spawns a wild, untamed Homarus Creature at your location. Use GMSummon instead if you want it pre-tamed. - What is the Homarus Creature name tag for Game.ini?
- The Homarus Creature uses the name tag
Homarus. That is the value per-dino server settings expect, such as spawn multipliers, taming overrides and stat multipliers inGame.ini. - How do I spawn the Homarus Creature over RCON or on a dedicated server?
- Send the same command through RCON or your control panel:
admincheat Summon Homarus_Character_BP_C. Log in as admin first (enablecheats <AdminPassword>); if your tool already runs with admin context, drop the leading "cheat". - Is the Homarus Creature a DLC creature or part of the base game?
- The Homarus Creature is tied to the Aquatica 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.
- Which game is the Homarus Creature from?
- The Homarus 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 type of creature is the Homarus Creature?
- The Homarus 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 a tamed Homarus Creature?
- Open the admin console and run
cheat GMSummon "Homarus_Character_BP_C" 150. GMSummon spawns a tamed Homarus 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 is Homarus Creature in ARK: Survival Ascended?
- Homarus is an invertebrate creature from the Aquatica DLC, useful for admins managing aquatic ecosystem spawns or testing DLC content.
- What's the Homarus Creature entity ID?
- The creature ID for the Homarus Creature is
Homarus_Character_BP_C. This is the blueprint class the game uses to identify it, and it's what admin summon commands take. - When was the Homarus Creature data last updated?
- The Homarus 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 is the Homarus Creature used for?
- The Homarus is an aquatic invertebrate introduced in the Aquatica DLC. Its entity ID is
Homarus_Character_BP_C, which admins use when writing spawn commands, configuring NPC spawner overrides, or adjusting creature population settings inGameUserSettings.iniorGame.ini. - How do I spawn a Homarus Creature at an exact level and position?
- Run
admincheat SpawnDino "Blueprint'/Game/Abyss/Dinos/Homarus/Homarus_Character_BP.Homarus_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 Homarus Creature precisely instead of dropping it on top of your character.