Releases: Esper89/Subnautica-TerrainPatcher
Releases · Esper89/Subnautica-TerrainPatcher
v1.1.0
- Added an optional
forceOriginal
parameter to TerrainRegistry.PatchTerrain
.
- Added warnings to the log output when a patch overrides another patch.
Breaks compatibility with Terrain Extender, because it relied on a private field that was changed in this release. For compatibility with that mod, use v1.0.2 instead until Terrain Extender is updated or integrated into Terrain Patcher.
v1.0.2
- Added support for loading
.optoctreepatc
(sic) files.
- Made error handling slightly better.
v1.0.1
- Changed license from
GPL-3.0-or-later
to AGPL-3.0-only
.
- Added an in-game config option to disable patch loading.
- Now has a (soft) dependency on Nautilus.
- Patched batches are now placed in a stable location,
CompiledOctreesCache/patches
.
v1.0.0
- Switched modloader from QMM to BepInEx.
- Added support for the Living Large Update and What the Dock Update.
- Way more debug logging.
- Rewrote and restructured a lot of the code.
v0.4
- Removed connections to the Nexus pages.
- Better debug messages.
v0.3
- Better patch file loading.
- Custom load order specified in file.
- Error messages when loading a broken batch.
- Overall better error handling.
v0.2
- Added support for Below Zero.
- Fixed a bug that prevented new batches from being created.