Mods

Subnautica 2 Mods: What Works Now

Subnautica 2 mod listings now exist, mostly around UE5 / UE4SS-style tooling, pak tweaks, and small quality-of-life or visual changes. That is good news for tinkerers, but not a green light for normal co-op saves or long-term worlds.

In short. Subnautica 2 is UE5, so Subnautica 1 mods do not transfer. Early UE4SS-style and pak-based mods exist, but the ecosystem is young. Nitrox is no longer needed because the game ships with native 4-player co-op. Keep co-op saves vanilla unless every player can match the same tested setup.

Current modding status, last verified 2026-06-06. Re-check after each major patch before installing.

Underwater machine bay with robotic arms and a parked submersible

Where things stand

Nexus Mods category
Early listings are visible

Public search results and mod-site pages now surface Subnautica 2 mod listings instead of an empty pre-launch category. Treat this as a real early scene, but still check every mod for supported game version, loader requirement, install path, uninstall steps, and co-op safety before using it.

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
UE4SS / pak path is the practical route

Subnautica 1 had QMod Manager and BepInEx because it was Unity-based. Subnautica 2 is UE5, so the early path is UE4SS-style runtime hooks, pak replacement, and small quality-of-life or visual tweaks. That is usable for tinkerers, but not the same as a mature, stable mod loader ecosystem.

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.

Where to check first

Use these as discovery routes only. The safety decision still happens on the individual mod page.

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

Only on a backup save for now

The first UE4SS-style uploads and pak tweaks are useful for tinkerers, not normal shared saves. Anything you install can break on the next patch, and the risk of a bad save load still outweighs the convenience for most players.

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?

Yes, early listings now exist on mod sites such as Nexus Mods and CurseForge, including UE4SS-style work and small quality-of-life or visual tweaks. That does not mean the scene is stable. Before installing, check whether the mod page names the supported game version, required loader, install path, uninstall steps, and whether it is safe for co-op.

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?

Back up your entire SaveGames folder before installing anything, install one mod at a time, test on a throwaway save before touching your main world, and avoid cloud-syncing a test save until you know it still loads. If a mod breaks something, remove it and verify game files through Steam before trying another.

Is UE4SS required for Subnautica 2 mods?

Sometimes. Some Unreal Engine mods use UE4SS-style runtime hooks, while simpler tweaks may use pak replacement. The mod page should name the loader and exact install path. If it does not, skip that mod until the author documents it clearly.

Related

Before installing anything, the rest of this matters more.