User:Pixloen/FPANModding/UnpackMBTL

From Mizuumi Wiki
< User:Pixloen‎ | FPANModding
Revision as of 08:48, 29 March 2024 by NerfNoobPls (talk | contribs) (Spacings gap)
Jump to navigation Jump to search

Unpacking the game

First, download the MBTL BIN Tool.

Extract the zip and place these files into the MBTL directory, which will be this in most cases → C:\Program Files (x86)\Steam\steamapps\common\MELTY BLOOD TYPE LUMINA.

Once you have done that, download the updated Cache files needed, and replace the ones that you placed in the MBTL directory earlier.


Now, in order to unpack the game, right-click on MBTL.Unpacker.bat, Right Click -> Edit. Add the folder path of the MBTL Directory and the folder path of the unpacked files separated with "" respectively. (Example shown below)

Example → MBTL.Unpacker "C:\Program Files (x86)\Steam\steamapps\common\MELTY BLOOD TYPE LUMINA" "C:\Program Files (x86)\Steam\steamapps\common\MELTY BLOOD TYPE LUMINA\Unpacked_new"


If everything is done correctly up to this point, double click on the MBTL.Unpacker.bat file and watch your game start unpacking (This will take a few minutes to complete)

Making your first mod

Now it is time to get the DLL files needed in order for mods to load, as well as some extra files needed for Palette Color modding if you do so desire.
Download FateUpdate.exe (courtesy of the MBTL Palette Gallery Discord server) and place this anywhere. Run the EXE and a prompt should show up on where you want to extract the files. Navigate to your MBTL directory mentioned above and click on Extract.


FateUpdate.exe prompt.png


Lets create your first mod of changing the Singleplayer description at the bottom. Create a folder named str_jp in MBTL Directory → System.

Get this file from your directory of Unpacked Files → ___English\System\str_jp\MainMenuCSText. Copy and paste it in that new folder created earlier, then Right Click → Edit on the file.

Change the text listed in "" to anything you want. After that save the file and run the game. Hover over to the Singleplayer section and check if the text is changed.


MBTL Singleplayer Description Edit Example.png