Releases: SubnauticaModding/QModManager
Releases · SubnauticaModding/QModManager
QModManager 3.3
QModManager v3.1
QModManager v3.1
QModManager 3.0.1
- Fixed a bug where Version Dependencies weren't being checked
- For full details, visit the GitHub repo #128
If you already have QModManager installed, you can extract the update package into your Subnautica folder to update to 3.0.1.
QModManager 3.0
- For full details, visit the GitHub repo #117
- Mods no longer required to include EntryMethod in their mod.json manifest - Mods can now identify their patching methods via custom attributes
- PrePatching and PostPatching is now possible - available exclusively via custom attributes
- Debug Logging no longer tied to registry - If you need to enable Debug logs, simply create a file named "QModDebug.txt" in the Subnautica folder
- VersionDependencies are now simplified - all versions in version dependencies are now treated as the "minimum version required"
QModManager 2.3
- Ready for the Unity2019 update
- This version of the installer is NOT compatible with Below Zero
QModManager 2.1
- Fixed prefab debugger not being disabled properly
- Added a public API
- Your game can no longer work with both QModManager and Nitrox. Sorry, but it's better this way
- You can now specify version dependencies in the mod.json file (see README.md)
- Added a LateStart hook in the
QModHooks
class - Installer now says when .NET 3.5 is missing, instead of throwing an unhelpful error message
QModManager 2.0.2
- Removed the piracy checker. This is a mod manager, not a DRM
QModManager 2.0.1
- QModManager now checks for mods with duplicate IDs!
- Unity Audio is now enabled during the installation process using AssetsTools.NET
- Installer updates! Dark theme looks nice!
- Modders can now mark their mods as errored!
- Added a piracy checking system
QModManager 2.0
- You can no longer install QModManager in wrong folders!
- Added version 1.2.0.1 of Harmony alongside the old one. Both use the "Harmony" namespace.
- Added a LoadAfter/LoadBefore system.
- Added a Dependency system.
- If an error occurs, it is now shown on screen
- There are now hooks in the QModManager.Hooks class for the following methods: Start, FixedUpdate, Update, LateUpdate, OnApplicationQuit, SceneLoaded, OnLoadEnd (OnLoadEnd is invoked after all of the mods have loaded)
- QModManager is now uninstalled by removing the IL code for the patch - the backup file is no longer used
- QModManager is now compatible with Below Zero!
- Added a Prefab Debugger to ease the creation of mods. You can open it by clicking the F9 key. If you don't like it, you can disable it from the options menu
QModManager 1.2.1
- Post build events were broken. Bug fix to include updated DLLs
- Implemented a basic priority system