Skip to content

v0.3.0

Compare
Choose a tag to compare
@th3w1zard1 th3w1zard1 released this 29 May 03:38
· 380 commits to master since this release

What's Changed

  • Introduce a GUI editor as an alternative to the raw file editor #4
  • Fixed the issue with the Output Window bogging down the application when the log becomes too large.
  • Better project/build settings #3
  • With #3 we now provide Linux support. Instructions can be found on the main page.
  • QOL/performance improvements, additional error handling, etc.

Minor Change

  • KOTORModSync supports x64 and x86 explicitly instead of a single application for both. Linux users need to use the x64 version of .net6.0

Instructions:

Download the .net version you need for your platform. This is usually:

  • Linux: Release_x64_net6.0.zip
  • Windows 10 and higher: Either Release_x86_net6.0.zip or Release_x64_net6.0.zip
  • Older 64-bit Windows OS's: Release_x64_net462.zip
  • Older 32-bit Windows OS's: Release_x86_net462.zip (experimental - see #6)

Full Changelog: v0.2.1...v0.3.0