added get_original_songs function. Unused.

This commit is contained in:
Timothy GFO 2023-11-24 14:28:25 -04:00
parent 9af4c82af2
commit d833df9526
2 changed files with 12 additions and 7 deletions

View file

@ -10,7 +10,6 @@ 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, requests, and packaging. You can just do "pip install -r requirements.txt". The rest of the dependencies *should* already be installed.
## Usage
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. Then you choose your nsf file and where your Mega Man Maker folder is.
## Features
@ -24,6 +23,7 @@ To use it just launch the executable file (if available for your os) or type "py
If you have any issues, which is probable, make a gitlab issue. There may be bugs.
## Roadmap
* ability to preserve changes through Mega Man Maker updates, by using a config file and/or a downloaded zip of the game.
* stop using os.path in favour of pathlib
* switch to using a config file (or database) for keeping track of which tracks have been changed, that way only having one original_music folder and being able to *show* the user which song you used to replace which file.
* add selective mute, so that you mute every music except the boss music, or every song except menu music or both.