merging
This commit is contained in:
Timothy GFO 2023-11-02 13:09:40 -04:00
commit 98ffbf8a77

View file

@ -10,17 +10,16 @@ I got tired of waiting for actual custom music to be added to Mega Man Maker. So
You will need to install through PIP the package PySimpleGUI. The rest of the dependencies *should* be already installed.
## Usage
This is really early in development, use at your own risk and make backups of the MegaManMaker folder before you attempt to use it. It has *not* been tested on Windows. If you want to use this, do not press the Replace NSF Music Button more than once at the same time, instead first click restore original_music, then you can replace the nsf once again. (will be fixed)
To use it just type "python mmm-nsf-changer.py" in the terminal or commandline, and the GUI will launch. Maybe CLI support will come in the future.
Please use at your own risk and make backups of the MegaManMaker folder before you use it.
To use it just launch the executable file (if available for your os) or type "python mmm-nsf-changer.py" in the terminal or commandline, and the GUI will launch. Maybe CLI support will come in the future. Then you choose your nsf file and where your Mega Man Maker folder is. Please note that support for Windows systems is not tested much since I don't use it. On windows systems the program may freeze for about ten seconds, please DO NOT CLICK RESET ON MEGA MAKER WHILE THE TOOL IS FROZEN, IT WILL CRASH THE GAME.
## Support
If you have any issues, which is probable, make a gitlab issue. There *will* be bugs.
## Roadmap
Make it so if you click twice the Replace NSF Music button it doesn't replace the original_music folder
fix slowdown on windows systems
Ability to change only the level music and leave the menu, or just the menu and leave the level music.
Instead of duplicating a single file a lot of times, maybe I'll implement symlink support.
Check through MMM Api if a new version was released and show a popup in that case.
add autoupdater??
## Contributing