项目作者: SubnauticaModding

项目描述 :
Config based patch management for Subnautica and Subnautica: Below Zero
高级语言: C#
项目地址: git://github.com/SubnauticaModding/QModManager.git
创建时间: 2018-02-10T18:56:03Z
项目社区:https://github.com/SubnauticaModding/QModManager

开源协议:Other

下载


QModManager

The Subnautica Modding Discord has the most up-to-date information and is the best place to ask for help.

What is this?

Config based patch management for Subnautica and Subnautica: Below Zero

How do I install it?

Manual - Mod-Hosting Websites

QMods is available for several mod-hosting websites. Typically they will install QMods for you as a dependency of whichever mod you download.

Subnautica

Below Zero

Manual - GitHub

Extract the relevant zip file into the Subnautica directory. There are several zip files, one for each version of the game.

  • Subnautica - SN.STABLE
  • Below Zero - BZ.STABLE

You will end up with a folder like this:

  1. Subnautica
  2. - QMods/
  3. - BepinEx/
  4. - doorstop_config.ini
  5. - winhttp.dll
  6. - Subnautica.exe

Each mod should have one folder in the QMods directory.

Does it work with Nitrox?

Each mod needs to specify that it’s compatible with Nitrox in their “mod.json” file.

  1. {
  2. "Id": "MyMod",
  3. "NitroxCompat": true
  4. }

How do I create a mod?

Mroshaw created an excellent guide to get started.

For more links check the #modding-resources channel on discord.

Where should I publish my mod?

There are a few places to publish mods.

For more questions, please consult the wiki or ask a question on the Discord.