Skip to content

Releases: Esper89/Subnautica-TerrainPatcher

v1.2.2

10 Feb 12:02
v1.2.2
fcd9e10
Compare
Choose a tag to compare
  • Deprecated TerrainRegistry.PatchTerrain in anticipation of possible changes to the patching system.
    • Removed documentation explaining how to use this method. If you need that, check an older version of the repository.
  • Fixed Terrain Patcher accidentally loading an example mod with small terrain changes.

v1.2.1

06 Feb 23:27
v1.2.1
b5ec4bc
Compare
Choose a tag to compare
  • Terrain Patcher now correctly satisfies other mods' dependencies on Terrain Extender.
  • Terrain Extender is no longer loaded when Terrain Patcher is installed, preventing it from causing bugs.
  • Removed the warning telling users to uninstall Terrain Extender.

v1.2.0

03 Feb 04:06
v1.2.0
189db63
Compare
Choose a tag to compare
  • Added the features of Terrain Extender. Specifically,
    • The edge of the world is now extended to allow for more terrain.
    • The edge of the world where entities can spawn and save is now extended.
  • Improved logging and error handling.

v1.1.0

15 Mar 04:38
v1.1.0
1ac7478
Compare
Choose a tag to compare
  • 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

16 Jun 07:59
v1.0.2
9b81fb1
Compare
Choose a tag to compare
  • Added support for loading .optoctreepatc (sic) files.
  • Made error handling slightly better.

v1.0.1

15 Jun 03:26
v1.0.1
ba8b3d6
Compare
Choose a tag to compare
  • 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

06 Feb 06:46
v1.0.0
6574331
Compare
Choose a tag to compare
  • 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

03 Mar 08:32
v0.4
b379c34
Compare
Choose a tag to compare
v0.4 Pre-release
Pre-release
  • Removed connections to the Nexus pages.
  • Better debug messages.

v0.3

23 Aug 20:03
v0.3
30f29f8
Compare
Choose a tag to compare
v0.3 Pre-release
Pre-release
  • Better patch file loading.
  • Custom load order specified in file.
  • Error messages when loading a broken batch.
  • Overall better error handling.

v0.2

18 Aug 01:27
v0.2
263362f
Compare
Choose a tag to compare
v0.2 Pre-release
Pre-release
  • Added support for Below Zero.
  • Fixed a bug that prevented new batches from being created.