Skip to content

Fixing false positives with anti virus programs.

Ben requested to merge fix/AV into dev

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

Merge request reports