User:Pixloen/FPANModding/UnpackMBTL: Difference between revisions

From Mizuumi Wiki
Jump to navigation Jump to search
(Created page with "This is a test (From: NerfNoobPls)")
 
(MBTL 1st mod walkthrough)
Line 1: Line 1:
This is a test (From: NerfNoobPls)
=== Unpacking the game ===
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].
 
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.
=== ===
Now, in order to unpack the game, right-click on <code>MBTL.Unpacker.bat</code>, <code>Right Click -> Edit</code>. Add the folder path of the MBTL Directory and the folder path of the unpacked files separated with <code>""</code> respectively. (Example shown below)
 
Example → <code>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"</code>
 
If everything is done correctly up to this point, double click on the <code>MBTL.Unpacker.bat</code> file and watch your game start unpacking (This will take a few minutes to complete)
 
 
=== Making your first mod ===
Lets now 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 [https://www.dropbox.com/sh/hl5jess09wvb3dg/AACTncgEljy9MPmNai0ItJVGa?dl=0 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'''.
[[File:FateUpdate.exe prompt.png|frameless|left]]

Revision as of 01:59, 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, and the injector files.

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

Lets now 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