Layout overhaul and added button to reset to factory

This commit is contained in:
Timothy GFO 2023-11-27 18:53:29 -04:00
parent d833df9526
commit 8616c76adc
2 changed files with 110 additions and 50 deletions

View file

@ -20,9 +20,11 @@ To use it just launch the executable file (if available for your os) or type "py
* -NEW- Support for "permanently" replacing a specific song to one of your liking, with restoring capabilities.
## Support
If you have any issues, which is probable, make a gitlab issue. There may be bugs.
If you have any issues make a gitlab issue. There may be bugs.
## Roadmap
* figure out way to spawn popups close to main window
* "now playing" text
* 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.
@ -31,7 +33,6 @@ If you have any issues, which is probable, make a gitlab issue. There may be bug
* add a way to change boss music separate from level music and menu music
* add a way to show the available nsf files in the selected folder, like a playlist.
* Instead of duplicating a single file a lot of times, maybe I'll implement symlink support.
* add autoupdater??
## Contributing
You can help with the project by testing it and reporting issues, or by making pull requests. Windows testers are especially needed since I don't daily drive Windows.