Commit Graph

8 Commits

Author SHA1 Message Date
strongleong 8da74ffa6d Refactored methods that do filesystem stuff from `ScrapMod` to `ModsLauncher` 2022-02-15 22:51:37 +11:00
Никонов Василий 90764c8636 do PR note 2022-02-14 09:46:59 +11:00
Никонов Василий 1e25aa210a Method of loading data from archive moved to Utils class.
Re-write property supportedGameVersionsDisplay more shortly and optimized.
Used var declaration where type is  obvious.

Property initialized in declaration.
constructor ScrapMod change to private, but LoadFromFile change to public.
LoadIcon moved to Utils and renamed to LoadImage.
2022-02-14 01:15:13 +11:00
strongleong 515aa519a4 Added support for different files for different versions in mod 2022-02-13 01:26:00 +11:00
strongleong 02d9df8160 Changed config format from `xml` to `toml` 2022-02-13 00:09:27 +11:00
strongleong 6dbf0656dc Added ability to toggle mods 2022-02-06 22:50:32 +11:00
strongleong cb4c8ac90d Addeed ability to load mods 2022-02-06 21:59:08 +11:00
strongleong e0c1beb5f1 Added functionality:
- listing mods from custom mods folders
- Showing mods icon, name, and other attributes
- Settings window with settings for customizing mods folders and game instalation pathes
2022-02-06 14:29:03 +11:00