ARK · CREATURE

Raft Creature
- Creature
- Base Game
The Raft is a vehicle creature entity in ARK: Survival Ascended, relevant to admins managing water transport and base-building on rafts.
Running the Raft 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
Raft_BP_CBlueprint path
"Blueprint'/Game/PrimalEarth/Items/Raft/Raft_BP.Raft_BP'"Summon Commands
Wild (Summon)
admincheat Summon Raft_BP_CTamed (GMSummon, level 150)
cheat GMSummon "Raft_BP_C" 150Exact placement (SpawnDino)
admincheat SpawnDino "Blueprint'/Game/PrimalEarth/Items/Raft/Raft_BP.Raft_BP'" 0 0 0 0About
The Raft is classified as a vehicle creature in the game's entity system, sharing the creature framework rather than the standard item or structure framework. Its entity ID Raft_BP_C and name tag Raft are what server admins need when targeting it with commands such as DestroyAll or when writing server-side scripts that filter by entity type.
Because the Raft uses the vehicle creature type, it can appear in creature-related admin queries and logs alongside tamed animals. Admins should be aware of this when running broad commands like DestroyAllEnemies or scanning server populations, as rafts will be counted and affected if the vehicle type falls within the targeted category.
The Raft is available on the base game without any DLC requirement.
Frequently Asked Questions
- Which game is the Raft Creature from?
- The Raft 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 Raft Creature class name?
- The creature ID for the Raft Creature is
Raft_BP_C. This is the blueprint class the game uses to identify it, and it's what admin summon commands take. - When was the Raft Creature data last updated?
- The Raft 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 Raft Creature?
- The Raft is a vehicle creature entity in ARK: Survival Ascended, relevant to admins managing water transport and base-building on rafts.
- What type of creature is the Raft Creature?
- The Raft Creature is classified as a vehicles in ARK: Survival Ascended. The classification affects which spawn containers and taming rules apply to it.
- How do I spawn a wild Raft Creature?
- Run
cheat Summon Raft_BP_Cin the admin console. Summon spawns a wild, untamed Raft Creature at your location. Use GMSummon instead if you want it pre-tamed. - What is the Raft Creature used for?
- The Raft is classified as a vehicle creature in the game's entity system, sharing the creature framework rather than the standard item or structure framework. Its entity ID
Raft_BP_Cand name tagRaftare what server admins need when targeting it with commands such asDestroyAllor when writing server-side scripts that filter by entity type. - How do I spawn a Raft Creature at an exact level and position?
- Run
admincheat SpawnDino "Blueprint'/Game/PrimalEarth/Items/Raft/Raft_BP.Raft_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 Raft Creature precisely instead of dropping it on top of your character. - How do I spawn a tamed Raft Creature?
- Open the admin console and run
cheat GMSummon "Raft_BP_C" 150. GMSummon spawns a tamed Raft 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 the Raft Creature over RCON or on a dedicated server?
- Send the same command through RCON or your control panel:
admincheat Summon Raft_BP_C. Log in as admin first (enablecheats <AdminPassword>); if your tool already runs with admin context, drop the leading "cheat". - What is the blueprint path for the Raft Creature?
- The Raft Creature blueprint path is
"Blueprint'/Game/PrimalEarth/Items/Raft/Raft_BP.Raft_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. - Is the Raft Creature a DLC creature or part of the base game?
- The Raft Creature is part of the base ARK: Survival Ascended game, so no DLC or map pack is required to spawn it.
- What is the Raft Creature name tag for Game.ini?
- The Raft Creature uses the name tag
Raft. That is the value per-dino server settings expect, such as spawn multipliers, taming overrides and stat multipliers inGame.ini.