User:Pixloen/FPANModding/UnpackMBTL: Difference between revisions

From Mizuumi Wiki
Jump to navigation Jump to search
(MBTL 1st mod walkthrough)
No edit summary
Line 2: Line 2:
First, download the [https://github.com/Ekey/MBTL.BIN.Tool/releases MBTL BIN Tool].
First, download the [https://github.com/Ekey/MBTL.BIN.Tool/releases MBTL BIN Tool].


Extract the zip and place these files into the MBTL directory, which will be this in most cases → <code>C:\Program Files (x86)\Steam\steamapps\common\MELTY BLOOD TYPE LUMINA</code>, and the [https://github.com/Eiton/MBTL-Hitbox-Viewer injector files].  
Extract the zip and place these files into the MBTL directory, which will be this in most cases → <code>C:\Program Files (x86)\Steam\steamapps\common\MELTY BLOOD TYPE LUMINA</code>.  


Once you have done that, download the [https://cdn.discordapp.com/attachments/891200226273161216/1113822492688142357/cache_5_31_23.zip updated Cache files] needed, and replace the ones that you placed in the MBTL directory earlier.
Once you have done that, download the [https://cdn.discordapp.com/attachments/891200226273161216/1113822492688142357/cache_5_31_23.zip updated Cache files] needed, and replace the ones that you placed in the MBTL directory earlier.

Revision as of 02:23, 29 March 2024

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. <space here> 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