diff --git a/Build/InstallerExtensions.dll b/Build/InstallerExtensions.dll index 1eeb8abe..6c0d6fa5 100644 Binary files a/Build/InstallerExtensions.dll and b/Build/InstallerExtensions.dll differ diff --git a/Build/QModInstaller.dll b/Build/QModInstaller.dll index bc719d6a..25a60828 100644 Binary files a/Build/QModInstaller.dll and b/Build/QModInstaller.dll differ diff --git a/Build/QModInstaller.xml b/Build/QModInstaller.xml index 19db1a8b..b9b789df 100644 --- a/Build/QModInstaller.xml +++ b/Build/QModInstaller.xml @@ -443,43 +443,6 @@ The ID type. - - - Will fix the signs loading bug (see https://youtu.be/8eGj40Xzkag). - This bug happens in vanilla version of the game (no mods installed). - Note that the initial exceptions will still be raised upon loading (and logged in Player.log file). - That's because this fix is applied as a postfix method (in other words, signs are fixed after their initial loading failure). - A benefit from this is that it does not prevent modders from applying further modifications to the method. - Also note that if something crash in there that probably means Unknown World fixed the issue (because it has been reported to them). If that's the case this entire file can be safely removed from QModManager project. - - - - - This function is patched into the game using Harmony. - - The instance that owns the method. - - - - Only apply this patch if game is any CS version for Below Zero or below version 65271 for Subnautica. - - Returns true if this patch needs to be applied, false otherwise. - - - - MonoBehaviour component attached to sign objects to fix their loading problem (see https://youtu.be/8eGj40Xzkag). - - - - - This function gets called by method. - - - - - This function gets called once the MonoBehaviour wakes up. - - Allows to add critical messages to the main menu. diff --git a/Build/QModManager.exe b/Build/QModManager.exe index ddd9ad17..5189fa30 100644 Binary files a/Build/QModManager.exe and b/Build/QModManager.exe differ diff --git a/Build/QModManager_Setup.exe b/Build/QModManager_Setup.exe index 7d208ca7..cb4d5763 100644 Binary files a/Build/QModManager_Setup.exe and b/Build/QModManager_Setup.exe differ