Skip to content

5.0.0

Ben requested to merge dev into release

Changelog:

  • Ported Launcher to .NET 5 to make use of a single exe instead of using Fody.
  • Using Doorstep to run VTPatcher before Unity loads.
  • We now patch using Mono.Cecil.dll the games dll files to make every method/variable public and virtual.
  • We now patch using Mono.Cecil.dll the games camera class to load in the mod loader instead of using an injector
  • Launcher can now be run from anywhere, It uses a json inside the appdata to store the location of VTOL
  • Created a uninstall button inside of the settings page
  • Removed Installer
  • Removed Updater.exe
  • Coding Signing
  • Displaying Error on items which get fail to get version number

Merge request reports