Release v2.0.2
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
- If there is a missing mod - it will be selected so user could easily find it
- All code has been refactored (where needed)
- Optimization: refactored GetLoadedMods() method in ModMergerForm - it's x1.15 times faster! 0.86 ms vs 0.99 ms
- Optimization: JIT compiler uses Profiler so it could use multiple threads now - ModManagerForm starts x1.27 times faster! 434 ms instead of 550 ms (It has to improve calculation speed in all parts of application!)
- After downloading a new version, old version of DoW Mod Manager will be deleted and a new shortcut will be created on the user's Desktop (thanks, FragJacker!)
- In ModMergerForm Mod.State is an enum now instead of a string. That may increase some operations and reduce memory usage
- There is no more storing an unnecessary reference to a new Form when it's been created
- Added annotations for all methods in ModManagerForm
- Small optimizations here and there
INSTALLATION
In order to install the Mod Manager drop the "DoW Mod Manager v2.0.2.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!
Alternatively, you could just autoupdate it from 2.0.0-2.0.1 just in a few clicks: "About and Updates" (bottom right corner) -> "Update"