To all mod makers.
It would help everyone if the good modders release their work in format compatible with JGSME -
JoneSoft Generic Mod Enabler.
With this utility you can quickly add and remove mods, with automatic backup. Very good for testing mods and merging many different ones.
Ive downloaded several mods now that aren't JGSME compatible out of the box. I have to rename, backup files and all sorts. But that is not necessary if the mod maker releases in JGSME format. IT is easy.
A mod should be put in a sub-folder with its name, and then the next level should contain the data folder. You should make the zip-file with recursive directories.
This is how a typical mod, lets call it Huge Waves mod, should be packed to work with JGSME inside the zip or rar archive:
\Huge waves mod 1.0\data\hugewave.bmp
\Huge waves mod 1.0\data\menu\menu_1024_768.ini
You can see that the toplevel folder is the mods name. Then data and the various files placed here.
The user unpacks this file into his SH4 dir in a folder named MODS. When you start JGSME it checks for folders in the MODS dir and displays them. The user can then select what mods to enable, and the program copies and backs up the proper files. You can later remove the mod with JGSME and it restores the original files. VERY handy for getting rid of a mod you do not like, or testing a new one.
DO NOT put several versions inside the same folder.
IF you have several versions put them in another folder at top level. Otherwise it doesnt work with JGSME. If you have a second mod version Bigger Waves that you also want included, then put it like this
\Huge waves mod 1.0\data\hugewave.bmp
\Huge waves mod 1.0\data\menu\menu_1024_768.ini
\Even Bigger Waves 1.0\data\evenhuger.bmp
\Even Bigger Waves 1.0\data\menu\menu_1024_768.ini
DO NOT do like this
Huge waves mod\Smaller\data\hugewave.bmp
Huge waves mod\Smaller\data\menu\menu_1024_768.ini
Huge waves mod\Bigger\data\evenhuger.bmp
Huge waves mod\Bigger\data\menu\menu_1024_768.ini
This results in JGSME copying the entire "Huge waves mod" folders and subfolders into your DATA folder and the mods do not work.
Thanks!