Skip to content

WeiDU Install Tool 0.10.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@Argent77 Argent77 released this 27 Oct 14:50
· 18 commits to master since this release

WeiDU Install Tool is a graphical front end for WeiDU mods.

The following files are provided by this release:

Windows:

  • WeiduInstallTool-{version}.exe: Installer
  • WeiduInstallTool-{version}-portable-windows.zip: Portable zip archive

Linux:

  • weiduinstalltool_{version}_amd64.deb: Installer (DEB format)
  • weiduinstalltool-{version}.x86_64.rpm: Installer (RPM format)
  • WeiduInstallTool-{version}-portable-linux.tar.gz: Portable tarball

macOS:

  • WeiduInstallTool-{version}.pkg: Installer
  • WeiduInstallTool-{version}-portable-macos.tar.gz: Portable tarball

Changelog:

  • Added option to create debug files of mod installations in a user-defined folder instead of the game directory.
  • Added option to auto-apply performance or diagnostic parameters to mod installations:
    • Performance: --quick-log
    • Performance: --safe-exit
    • Diagnostic: --print-backtrace
    • Diagnostic: --debug-ocaml
    • Diagnostic: --debug-boiic
    • Diagnostic: --debug-change
    • Apply user-defined set of parameters
  • Fixed issues with mixed-case paths on Linux which resulted in failures to retrieve mod components info.
  • Improved parsing of Project Infinity metadata:
    • added support for C-style comments (//) and Windows-style comments (;)