First confirm what files are included in the new screen package to see if it meets your needs or if there are missing files.
system.def: The path to read files used by other systems such as the selection interface, main menu, battle interface, main menu music, etc., and the path to specify the health bar file
system. sff: image files such as the selection interface, main menu, and battle interface
fight.def: path reading files for health bars and combat effects
fightfx.sff, fightfx.air: Fight special effects picture files and animation files, these two must be matched
fight.sff: health bar picture file
xxx.fnt: font file, font called by the interface, usually Place it in a font folder
There may also be a special opening or clearance animation for the screen pack, etc.
The above files need to be replaced into the files in the old screen package according to the path and make sure the path is correct. If you want to change the human interface and main menu, you need to replace system.def and system.sff, and make sure the path of fight.def referenced in system.def is correct
2. Under data Create a new folder with a random file name. Here we name it Mugen1 and put all the files to be replaced here. This is where all the files in the new screen package will be placed.
3. Find the mugen.cfg file in the data folder of the old main program, open it with Notepad, and find the text "motif =". This is the path to the system.def file called by the main program. The path may be different in different screens, so please pay attention.
If you want to change the main interface and health bar at the same time or only the main interface, then change the path in mugen.cfg to the path of system.def in the new screen package, that is, "motif =?data /mugen1/system.def”
4. According to the path in mugen.cfg, find the system.def file in the corresponding path. Then open it with Notepad and check whether the path calls of each file are correct. If the path is wrong, it will cause an error or configuration call error.
Follow the following path rules to confirm whether the paths of spr (picture used for the main interface), snd (sound used for the main interface), and fon123 (font used for the main interface) are correct. If not, change to a new screen package. The path to the folder. Some authors' screen packs also add files related to the opening OP of the screen pack (logo.storyboard, intro.storyboard). Also make sure that the paths to these files are correct;
Confirm the select call (that is, select the person) list) is the select.def file of the original main program
Finally confirm whether the fight call (i.e. the health bar file) is correct. If you only change the main interface, confirm whether the path calls the old main program. The path is wrong