What problem does it solve? Subnautica 2 is a single-player game by default, and players who want to explore, build bases, and survive together need a reliable way to install, configure, and troubleshoot a multiplayer mod built on the BepInEx framework. ## Core Features & Use Cases - Session Hosting and Joining: Start a co-op server with /start_server, share a session code, and let friends join with /join_session. - Synchronized World State: Deterministic Session Synchronization keeps inventory, base building, and time of day consistent across players using Merkle tree verification. - Configurable Difficulty and Recovery: Adjust resource multipliers, oxygen consumption, and creature spawns via synergy_profile.json, with automatic host migration and session backups on disconnect. - Use Case: A group of four friends installs BepInEx 6.0.x, drops the Deep Synergy DLLs into the plugins folder, configures adaptive difficulty, and plays a shared survival playthrough with collaborative base building. ## Quick Start Install BepInEx 6.0.x into the Subnautica 2 game directory, place the Deep Synergy mod files in BepInEx/plugins, then launch the game and use the /start_server console command to host a co-op session.