Original guide by @whisperito on discord
This guide works with most 3DS games but B1 and B2
**Step 0: Getting Tools**
You’ll need :
Kuriimu2 CfgBinEditor (Tiniifan) or CfgBinEditor (OnePieceFreak) (both work)
Not necessaries but recommendeds : The latest MyTags
**Step 1: Extracting Necessary Files**
- Open your main fa
yw[?]_a.fa
(there may not be a caracter instead of ?) using Kuriimu2 - Go to
data/res/shop
and extractcombine_config.cfg.bin
(you should also need to extractchara_param[???].cfg.bin
indata/res/character
(always take the heaviest one if there are multiples ones)
**Step 2: Editing the Files**
0. If you chose to use the tags, please make sure that you’ve put the downloaded tags into the same folder as the CfgBinEditor executable 1. First, make sure your Yo-Kai is fusable, for this, open the chara_param[???].cfg.bin
using your CfgBinEditor, choose the tags for your game and go to the CHARA_PARAM entry of your yo-kai, scroll down and look for an IsFusable
value (or if you’re not using the tags, it’s one of the last values generally, it’s a boolean), make sure this value is 1
.
- Open
combine_config.cfg.bin
using your CfgBinEditor, choose the tags for your game. - Duplicate an entry in
COMBINE_CONFIG_BEGIN_0
(_BEGIN_0
may or may not happen depending of your CfgBinEditor) and generate an ID on this site, put the generated ID in theFusionID
variable (make sure it’s asHEX
) -
If the base of the fusion (one of the two elements of the fusion) is an item, put
1
in theBaseIsItem
, if it’s a yo-kai, put0
, then, in BaseID, put the ID of the first element (either way yourItemID
or the Yo-Kai’sParamID
) - If the material (second of the two elements of the fusion) is an item, put
1
in theMaterialIsItem
value, if it’s a yo-kai, put0
, then, inMaterialID
put the ID of the second element (either way your ItemID or the Yo-Kai’s ParamID) - Then, if the result of your fusion is an item, in the
EvolveToIsItem
value, put1
, if it’s a Yo-Kai, put0
, next, in theEvolveToID
value, put your result’s ID (either way your ItemID or the Yo-Kai’s ParamID) - I actually don’t know what’s
FusionIsItem
, I’ll update the guide if I figure out! - Click on your entry list, (in this case it’s
COMBINE_CONFIG_BEGIN_0
) (_BEGIN_0
may or may not happen depending on your CfgBinEditor) and increase the value you see at the right by the number of entries you added! Then, you can save without any problems your.cfg.bin
**Step 3: Saving and Testing.**
- Replace the files you edited using Kuriimu2
- Save your
.fa
- Test the mod!