Skip to content

Releases: Outer-Wilds-New-Horizons/new-horizons

Version 1.17.3

20 Oct 00:00
ff01dad
Compare
Choose a tag to compare

Bug fixes:

  • Fix the map grid marker under the player/probe/ship being messed up in other star systems

Generated From PR: #745

Version 1.17.2

18 Oct 17:13
03af516
Compare
Choose a tag to compare

Bug fixes

  • Fix error spam from supernova handling (Fixes #737)
  • Fix stock system not being deleted if the user has no DLC

Generated From PR: #742

Version 1.17.1

04 Oct 20:02
69c050e
Compare
Choose a tag to compare

Bug fixes

  • In new systems, banish the sun to the shadow zone to prevent it eating vision torches. Yummy. Fixes #736

Generated From PR: #739

Version 1.17.0

27 Sep 22:14
63b7cd8
Compare
Choose a tag to compare

Major features

  • Updated to Outer Wilds patch 14

Improvements

  • Added Japanese localization. Thanks @TRSasasusu!
  • Ghost animator components don't always get removed now (except when they need to be)

Bug fixes

  • Fixed a bug where ParticleFields assumes you have an Atmosphere and fails to build your planet if you don't
  • Reload Configs button always reloads bundles/textures/audio now
  • Fixed a bug where fog preview lights were being affected too much by node scaling (cause of #574)
  • Fixed an issue where fog of bramble nodes was being double scaled (maybe caused by c9ee5ec)
  • When loading into a custom star system on the first loop, the time loop will actually start now.

Thanks @coderCleric for the Bramble bug fixes

Generated From PR: #735

Version 1.16.4

08 Sep 03:33
939d427
Compare
Choose a tag to compare

Bug fixes

  • Log an error when trying to orbit a body that doesn't have a gravity volume.
  • QuantumGroups of type "states" no longer ignore probe snapshots taken of them (resolves #598)
  • Unnamed Mystery is now playable again (oops sorry cigtu)

Generated From PR: #724

Version 1.16.3

28 Aug 16:20
5cf8867
Compare
Choose a tag to compare

Bug fixes

  • Fixed custom signals being broken by enum caching, for some reason

Generated From PR: #722

Version 1.16.2

28 Aug 05:10
5cf8867
Compare
Choose a tag to compare

Bug fixes

  • Stop Tower of Quantum Knowledge proxy from appearing near the end of the loop.

Generated From PR: #720

Version 1.16.1

27 Aug 04:19
fdc9672
Compare
Choose a tag to compare

Bug fixes

  • Fixed systems being added to the shiplog multiple times
  • Fixed stars without remnants not exploding
  • Fixed proxy exploding independently of the main star
  • Fixed proxy explosion showing if it started while in the map screen. Resolves #718

Generated From PR: #719

Version 1.16.0

26 Aug 22:11
db9d47f
Compare
Choose a tag to compare

Major features

  • API now allows you to register a custom builder method. This method takes the planet game object and the json string of its extras module, allowing you to alter your planet accordingly.

Improvements

  • Can now update the orbits of the HGT. Implements #225

Generated From PR: #716

Version 1.15.1

26 Aug 16:31
064eefe
Compare
Choose a tag to compare

Bug fixes

  • Fix blackholes not being properly initialized when using conditional object activation.

Generated From PR: #714