v1.1.2 readme

This commit is contained in:
Timothy GFO 2023-11-12 14:56:41 -04:00
parent b79e72fa24
commit acd796ac49

View file

@ -11,7 +11,7 @@ You will need to install through PIP the package PySimpleGUI and maybe requests.
## Usage ## Usage
Please use at your own risk and make backups of the MegaManMaker folder before you use it. 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 5 seconds, please DO NOT CLICK RESET ON MEGA MAKER WHILE THE TOOL IS FROZEN, IT WILL CRASH THE GAME. 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.
## Features ## Features
* Easy way to choose a NSF, NSFe, SPC, VGM, GYM, AY, HES, KSS, SAP or GBS file as a replacement for every song in the game. Yes, you heard that right: You can use SNES Music, Sega Genesis Music, and more in Mega Man Maker! * Easy way to choose a NSF, NSFe, SPC, VGM, GYM, AY, HES, KSS, SAP or GBS file as a replacement for every song in the game. Yes, you heard that right: You can use SNES Music, Sega Genesis Music, and more in Mega Man Maker!
@ -28,7 +28,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 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. * add a way to show the available nsf files in the selected folder, like a playlist.
* add a settings file for the last folder chosen, so if there is a path try to use that so that you don't have to choose it manually * add a settings file for the last folder chosen, so if there is a path try to use that so that you don't have to choose it manually
* fix slowdown on windows systems
* Instead of duplicating a single file a lot of times, maybe I'll implement symlink support. * Instead of duplicating a single file a lot of times, maybe I'll implement symlink support.
* add autoupdater?? * add autoupdater??