Mods

Subnautica 2 Mods

Nothing playable on day one. The engine change from Unity to Unreal Engine 5 means the entire Subnautica modding stack has to be rebuilt, and Unknown Worlds has not committed to supporting the rebuild. Expect a few weeks before useful mods appear, longer for anything ambitious.

In short. Subnautica 2 is UE5, so Subnautica 1 mods do not transfer. A new mod loader (likely UE4SS-based) needs to be built first. Nitrox is no longer needed because the game ships with native 4-player co-op. Wait at least until the first content patch before installing anything, and never mid-Early-Access if you play co-op.

Pre-launch reference, last verified 2026-05-13. State of the mod scene re-checked after launch and after each major patch.

Underwater machine bay with robotic arms and a parked submersible

Where things stand

Nexus Mods category
Open but essentially empty

As of 2026-05-13, nexusmods.com/games/subnautica2 exists but contains only a handful of preview images. No playable mods yet, which is expected this far before EA launch. Real uploads will start in the weeks after May 14, and most uploads in the first few days are usually placeholders or reposts that are not worth installing.

Official modding statement
No commitment from Unknown Worlds

Unknown Worlds has not published a Subnautica 2 modding policy. Their stance for Subnautica 1 was permissive but unsupported — they did not break mods on purpose, but did not promise compatibility either. Expect similar for Subnautica 2.

Mod loader for UE5 Subnautica 2
Will need community development

Subnautica 1 had QMod Manager (later forked into multiple successors) because the game was on Unity. UE5 modding goes through different tooling (UE4SS, pak replacement, Lua hooks) and the loader for Subnautica 2 specifically does not exist yet.

Nitrox-style co-op mod
No longer needed

The original Subnautica had Nitrox for unofficial multiplayer. Subnautica 2 ships with native 4-player co-op, so the demand for a Nitrox equivalent is far smaller this time.

UE5 modding, in practice

Pak file replacement is the common path

Most UE5 mods today work by dropping a .pak file into the game's ~mods folder, which the engine loads alongside the base content. Simple asset swaps (textures, models) are easy. Behavior changes are harder because UE5 logic is compiled C++ and Blueprint, not plain script.

UE4SS is the closest thing to a runtime hook

UE4SS injects into UE games at runtime and exposes a Lua scripting layer. It works for many UE5 titles and is the most likely foundation for a Subnautica 2 mod loader. Adoption usually takes a few weeks after launch.

Save format changes hit mods first

During Early Access, the save format will change at least once. Mods that touch save data — inventory, base layouts, custom items — break when this happens. Plan for re-installs after each major patch.

Online co-op narrows what mods can safely do

A mod that changes core gameplay can desync co-op sessions. Even cosmetic mods need to be installed on every player's machine, or the host sees one thing and guests see another. Most early Subnautica 2 mods will be solo-safe only.

What the Subnautica 1 scene looked like

When mods make sense

Not in the first month

No mod loader for Subnautica 2 will be stable yet. Anything you install will break on the next patch. The risk of a bad save load far outweighs the convenience.

After the first content patch

By that point a working mod loader is usually available, QoL mods (better inventory, map overlays, scanner tweaks) will be the first to land. These are low-risk and easy to remove.

After 1.0

When the save format stops changing every patch, larger mods (new vehicles, custom biomes, total conversions) become worth the install effort. This is also when the modding community matures around stable APIs.

Probably never if you play co-op only

Co-op sessions amplify mod risk. Every player needs the same mods, save desync is a real possibility, and host-side modifications can corrupt guest progress. Stay vanilla for shared sessions.

Questions people ask

Are there any Subnautica 2 mods available right now?

No. As of 2026-05-13, the Nexus Mods page at nexusmods.com/games/subnautica2 is open but contains only a few preview images, no playable mods. That is expected this close to launch. A working mod loader (UE4SS-based or similar) usually takes a few weeks of community work after EA opens. If you see "Subnautica 2 mods" listed on a download site within hours of launch, treat them with caution — they are more likely to be scams or repackaged Subnautica 1 mods than real Subnautica 2 content.

Will my Subnautica 1 mods work on Subnautica 2?

No. Subnautica 1 ran on Unity and used Unity-specific mod loaders (QMod Manager, BepInEx variants). Subnautica 2 runs on Unreal Engine 5, which uses completely different mod tooling. The two ecosystems are not portable in either direction. Even the file format for textures and models is different.

Does Unknown Worlds support modding for Subnautica 2?

There has been no official statement. Based on how they treated Subnautica 1 — permissive but unsupported — expect the same: they will not actively block mods, will not promise compatibility, and will not break them on purpose. Modders should assume any patch can break their mods and adjust.

Will Nitrox come back for Subnautica 2?

Almost certainly not. Nitrox existed because Subnautica 1 had no native multiplayer. Subnautica 2 ships with 4-player co-op out of the box. The audience for an unofficial multiplayer mod shrinks from "everyone who wants to play with friends" to "people who want more than 4 players together", which is a tiny fraction. Some modder might attempt it, but the development effort will dwarf the demand.

Can I use mods in co-op sessions?

Risky. Every player needs identical mods, host-side mods can corrupt guest progress, and any save-touching mod can desync mid-session. The safest pattern is to keep one save vanilla for co-op nights and keep a separate solo save for modded play. Do not assume a mod is co-op-safe unless the mod page says so explicitly and you have tested it on a throwaway save first.

How do I install Subnautica 2 mods safely?

Wait for a real mod loader (UE4SS or successor) to appear, back up your entire SaveGames folder before installing anything, install one mod at a time and play for an hour before adding the next, and disable Steam Cloud or Xbox cloud sync during testing so a corrupted save does not propagate. If a mod breaks something, remove it and verify game files through Steam before trying another.

Related

Before installing anything, the rest of this matters more.