github IgorTheLight/DoW-Mod-Manager 2.0.4
Dow Mod Manager v2.0.4

latest releases: DE_1.1.1.2, DE_1.1.1.1, DE_1.1.1.0...
5 years ago

Release v2.0.4

The latest version of the executable that is compatible with:

  • Dawn of War: Gold Edition™️
  • Dawn of War: Winter Assault™️
  • Dawn of War: Dark Crusade™️
  • Dawn of War: Soulstorm™️

CHANGES

Version 2.0.4:

  • Optimization: added ability to use AOT compiler - the fastest way to execute .NET application! 557 ms and 9788 Kb of RAM (default singlethreaded JIT compilation) vs 432 ms and 9876 Kb of RAM (Multithreaded JIT compilation) vs 363 ms and 6316 Kb of RAM (AOT compilation)
  • Added ability to disable Multithreaded JIT compilation in DoW Mod Manager.ini and in AboutForm
  • Added ability to disable autoupdates in DoW Mod Manager.ini and in AboutForm
  • "Active Videocard" option in SettingsManagerForm now shows user's videocard name instead of a number
  • Deleted all unused code and added descriptions to all methods in ModDownloaderForm
  • Added descriptions to all methods in SettingsManagerForm
  • Optimization: all checkboxes and trackbars are not triggered when initialized (in SettingsManagerForm) - it's x1.2 times faster! 42.7 ms vs 51.1 ms
  • Optimization: changed string to StringBuilder() in SaveButton_Click() method (in SettingsManagerForm) - it's x1.125 faster! 4.0 ms vs 4.5 ms
  • Optimization: changed string to StringBuilder() in ModManagerForm_Closing() method (in ModManagerForm) - it's x1.09 faster! 4.3 ms vs 4.7 ms
  • OPTIMIZATIONS string constant was renamed to DOW_OPTIMIZATIONS for less confusion
  • If AOT compilation is enabled - application will be re-optimized after an update!
  • Added an new method for getting a setting from settings Dictionary in ModManagerForm

INSTALLATION

In order to install the Mod Manager drop the "DoW Mod Manager v2.0.4.exe" into your primary game directory which is either:

  • "..\Dawn of War - Soulstorm"
    or
  • "..\Dawn of War - Dark Crusade"
    or
  • "..\Dawn of War - Winter Assault"
    or even
  • "..\Dawn of War - Gold"

DO NOT put executable file into a subfolder or it won't work!

Don't miss a new DoW-Mod-Manager release

NewReleases is sending notifications on new releases.