Releases: Wolfmyths/Myth-Mod-Manager
1.7.0
Its been a while! I've been hard at work with other projects but I'm always willing to maintain this one, even though it's not the highest priority anymore
This update is mostly polishing already existing systems but I think this update had enough important changes to be warranted 1.7.0 rather than 1.6.2
I've had reports of disabled mod folders disappearing. While its totally possible this might be a bug that I cannot find, I think it is a misunderstanding that will be remedied in this patch.
In 1.6.1 and before, when you'd cancel an operation regarding files being moved around, the files that have been moved will say there. They will not be reverted back to their original place. This update fixes this oversight
Thank you for using Myth Mod Manager ❤️
How to install/update:
- Download
Myth-Mod-Manager.zip
orMyth-Mod-Manager.tar.gz
if you're on linux - Open the archive and drag
Myth Mod Manager
to an empty directory of your choice - If updating, replace the old exe with the new one
- Run Myth Mod Manager
Changelog
- Deleting mods will move them to your recycle bin, rather than sending them to the void
- Added a "Add Profile" button to avoid confusion (you can still right click anywhere in the profiles tab to create one)
- Changing your disabled mods folder will now transfer all disabled mods to the new folder
- Canceling any of the following operations will now revert changes that were made before being canceled:
- Enabling/Disabling
- Installing mods
- Applying a profile
- Transferring disabled mods to a new location (Operation is new to this update)
- Logs have gotten a small rewrite:
- A new log file is generated when you start the program, titled by the date/time
- If there are a certain amount of logs, the program will delete older ones
- Threaded objects are now handled more correctly, expect more stability when doing any operation involving files
- The GUI when updating to a new MMM version is more responsive
- Canceling when updating to a new MMM version should be more responsive
- Minor performance improvements
Dependency Changes
- Added send2trash module
- Updated PySide6 to 6.8.1
- Updated patool to 3.0.3
- Updated pyinstaller to 6.11.1
Bug Fixes
- Fixed a couple small memory leaks involving progress bar widgets not being cleaned up
1.6.1
Some bugfixes, Chinese translation improvements, and revisions in CONTRIBUTE.md
Thank you for using Myth Mod Manager ❤️
How to install/update:
- Download
Myth-Mod-Manager.zip
orMyth-Mod-Manager.tar.gz
if you're on linux - Open the archive and drag
Myth Mod Manager
to an empty directory of your choice - If updating, replace the old exe with the new one
- Run Myth Mod Manager
Changelog
- Minor performance improvements
- Improved Chinese translations thanks to @Price9317
Bug Fixes
- Clicking the "refresh mods" button did not keep the mod table's sort order
- Hiding/unhiding mods works again
1.6.0
Multi language support!
The following languages have been machine translated and are accessed in the settings:
Deutsch, Español (españa), Français, Italiano, 日本語, 한국인, Nederlands, Polski, Português (Brasil), Русский, 中文(简体)
These translations are rough so if you are fluent in any of these languages don't be afraid to contribute or post an issue about typos.
There is new documentation in CONTRIBUTING.md on how to fix typos.
Thank you for using Myth Mod Manager ❤️
How to install/update:
- Download
Myth-Mod-Manager.zip
orMyth-Mod-Manager.tar.gz
if you're on linux - Open the archive and drag
Myth Mod Manager
to an empty directory of your choice - If updating, replace the old exe with the new one
- Run Myth Mod Manager
Changelog
- Multi language support
1.5.3
Important bug fixes/dependency updates!
This patch is mostly for the apply profile feature not working as intended, see patch notes below.
1k downloads reached on modworkshop.net! Thank you for using Myth Mod Manager it means a lot that this program has made the PAYDAY 2 modding experience more accessible for so many players ❤️
How to install/update:
- Download
Myth-Mod-Manager.zip
orMyth-Mod-Manager.tar.gz
if you're on linux - Open the archive and drag
Myth Mod Manager
to an empty directory of your choice - If updating, replace the old exe with the new one
- Run Myth Mod Manager
Changelog
- Updated dependencies which should improve drag-and-drop features if there were any issues present
Dependency Updates:
- patool: 1.12.0 -> 2.3.0
- pyinstaller: 6.3.0 -> 6.9.0
Bug Fixes
- Applying a profile properly disables mods not in the selected profile Reported by: DarSitam
- Improved and fixed mod list not updating when applying a profile
1.5.2
Some more bug fixes!
Thank you for using Myth Mod Manager ❤️
How to install/update:
- Download
Myth-Mod-Manager.zip
orMyth-Mod-Manager.tar.gz
if you're on linux - Open the archive and drag
Myth Mod Manager
to an empty directory of your choice - If updating, replace the old exe with the new one
- Run Myth Mod Manager
Changelog
- Rewrote
config.ini
to be handled a lot more consistently and optimized - Removed
runGame.bat
from the program as it's use has been replaced a couple versions ago - Fixed typo in README.md reported by Avery
Bug Fixes
1.5.1
Important crash fix for those who had mods disabled
Thank you for using Myth Mod Manager ❤️
How to install/update:
- Download
Myth-Mod-Manager.zip
orMyth-Mod-Manager.tar.gz
if you're on linux - Open the archive and drag
Myth Mod Manager
to an empty directory of your choice - If updating, replace the old exe with the new one
- Run Myth Mod Manager
Changelog
Bug Fixes
- Refreshing the mods table while having disabled mods should not crash the program anymore Reported by Mister Cooper
1.5.0
A very exciting update!
This update features a lot of important bug fixes and a couple overhauls.
Here's a quick breakdown:
- The settings tab has gotten an overhaul allowing for more settings to be created and make it easier to read information
- Added tags to grant more organization for your ever-growing list of mods
- Mod data is now stored in .JSON format
- Many bug fixes and some optimizations
Thank you for using Myth Mod Manager ❤️
How to install/update:
- Download
Myth-Mod-Manager.zip
orMyth-Mod-Manager.tar.gz
if you're on linux - Open the archive and drag
Myth Mod Manager
to an empty directory of your choice - If updating, replace the old exe with the new one
- Run Myth Mod Manager
Changelog:
Tagging
- Add tags to your mods to create your own filters! Suggestion by Geicorules
- You can edit/view tags in the tag editor by right clicking anywhere on the Manager window and click "Open Tag Editor"
- To search a tag, use the prefix
tag:
followed by the tag name e.g:tag:favorite,anime
use a comma to include multiple tags
Settings Tab Overhaul
- Instead of settings saving automatically, there are now apply/cancel changes buttons (except for ignored mods)
- Changed the design to be less crowded and allow room for possible future options
- General communication improvements
Misc
- Setting a game path no longer checks for the payday 2 executable
- Mod data is now stored in a .json file, after you update to 1.5.0 it will be safe to delete
mods.ini
- Moved keyboard shortcut legend from about tab to settings tab
- Optimized refreshing the mods table and a lot of functions that slowed down if the user had a lot of disabled mods
- Added exception handling when starting a program from MMM
- Improved formatting saved game folder and tools paths to be absolute (This might fix other unexpected behavior)
- Adjusted sizes of some columns in the mods table
- General tools tab improvements
- Security Improvement: Setting a tool/game folder path have to be absolute from now on
- Example of absolute vs relative file paths
- Absolute "C:/path/to/executable.exe"
- Relative "/to/executable.exe"
- Example of absolute vs relative file paths
Bug Fixes:
- The dialog window for deleting a tool shortcut has the correct title text
- The file dialog window when changing a tool shortcut will have the proper file extension filters
- File dialog windows no longer apply changes when you click cancel
- An INFO log will no longer falsely say that a Worker inherited object is canceled
- Users cannot edit the text in tables anymore (I didn't know this was a thing for almost a year 😭)
- Closing MMM shortly after making changes will save correctly
- MMM will remember the window size you last left it
- Changing color themes will once again write to
config.ini
Reported by Geicorules - Disabled mods now display their version
- Up-to-date mods no longer are falsely flagged as outdated if the mod is disabled
- Mods that were meant to be enabled/disabled but the user canceled will appear as enabled/disabled correctly
- Linux: MMM should now automatically restart after updating
- Linux: Users should now be able to change their gamepath in the settings tab
- Windows: Users should now be able to receive error messages in the case that Payday 2 cannot start from MMM Reported by Mister Cooper
- Windows: Users should now be able to start Payday 2 from MMM once again Reported by Mister Cooper
1.4.1
Hotfix
Quick hotfix for Linux users and also patched a bug when opening the directory of a disabled mod
Changelog:
- Rewrote threaded function's structure due to crashing happening for Linux users
- Changed some text in the task window
- Made canceling a task more reliable
Dependency Updates:
- PyInstaller: 6.2.0 -> 6.3.0
- PySide6: 6.6.0 -> 6.6.1
Bugfixes:
- Disabled mods could not be opened with the "Open Dir..." button
- Linux users should no longer crash when starting a task (Any sort of file moving)
1.4.0 - Linux Support
Linux Support
Today I announce the inclusion of the payday 2 linux community!
I have updated MMM to be compatible with linux I am very new to Linux so expect some oversights
For reference I developed/tested the linux update using Mint, so those oversights might have to do with other distros
I have also fixed a couple of bugs as well as added a small feature that will be built upon in the future.
This new feature is checking for modworkshop.net compatible mod updates, you can do this one mod at a time but I plan to have a button to check all available mods.
Thank you for using Myth Mod Manager ❤️
How to install/update:
- Download
Myth-Mod-Manager.zip
orMyth-Mod-Manager.tar.gz
if you're on linux - Open the archive and drag
Myth Mod Manager
to an empty directory of your choice - If updating, replace the old exe with the new one
- Run Myth Mod Manager
Changelog:
- Added a button to check if a modworkshop.net supported mod has a version update
- This feature will have additions in the future
- The "Mod Type" column has been enlarged by 5 pixels due to it being slightly too small on Linux
- There is now an new filter to look for any kind of file when adding/editing a tool path
- Improved some logging messages to include more information
- Linux support
Bug Fixes:
- When an error occurs during a program update check the function will no longer stay in memory
- You can delete mods again
- Installing a mod via file drop now refreshes the mod list
- Right clicking on an empty space in the mod list no longer throws an error
- Minor code improvements
1.3.0 - Tool Shortcuts
1.3.0 - Tool Shortcuts
This update contains a fix for the update checker which was not working in exclusively version 1.2.3 and went under the radar. Thanks to automated testing from a month ago, this feature update should be a lot more stable than other feature releases.
There is also now a tools tab to keep modding tools in one place
Please check out the patch notes for more information
Thank you for using Myth Mod Manager ❤️
Features
-
Added Tools tab
- This tab's use is mostly for modders to keep their modding tools in one place.
- Shortcut URLs will be saved in a new file called
externalshortcuts.json
-
Update checker additions
- Added a do not ask me again button to stop receiving update alerts on startup
- Added a check for updates button in the settings
- Added a checkbox to opt in or out of update alerts on startup
-
Misc
- Added logging to better communicate to the user when changes are being made to a file (Moved, added, deleted, etc...)
- The cannot find gamepath window now has a button to select the game directory
- Minor code cleanup and optimization for the manager tab
- Added new shortcut to the about tab: left and right arrow keys switches tabs
Bug Fixes
- The categories in the mods table no longer have a strange highlighted pattern over them
- Fixed certain cases for displaying a mod's version
- Update checker works again (The update checker object was being garbage collected before it could finish it's task)
Known Issues
- If you close MMM within 1-2 seconds after doing anything with external tool shortcuts, the program might not save your recent action. This should only apply to the tools tab
Dependency Updates:
Pyinstaller 6.1.0 -> 6.2.0
How to install/update:
- Download
Myth-Mod-Manager.zip
- Open the zip and drag
Myth Mod Manager
to your directory of choice - If updating, replace the old exe with the new one
- Run
Myth Mod Manager.exe