How To Change Slot

You might also like

Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 2

How to put the mod over another slot:

-----------------------------------------------------------------------------------
----------------------
Skin:
Rename all the c00 directorys in the "fighter" directory to the slot you want
Example:
fighter\mario\model\body\c00 --> fighter\mario\model\body\c01

Open the "config.json" with a text editor and replace every c00 with the slot
number you want
-----------------------------------------------------------------------------------
----------------------
-----------------------------------------------------------------------------------
----------------------
Voice/Sounds:
Rename all the files with c00 in the "sound" directory to the slot you want to put
it over
Example:
sound\bank\fighter_voice\vc_mario_c00.nus3audio --> sound\bank\fighter_voice\
vc_mario_c01.nus3audio
-----------------------------------------------------------------------------------
----------------------
-----------------------------------------------------------------------------------
----------------------
UI:
Navigate to the .bntx files in "ui\replace\chara\..." and rename the last _00 to
the slot you want
Example:
chara_1_mario_00.bntx --> chara_1_mario_01.bntx
-----------------------------------------------------------------------------------
----------------------
-----------------------------------------------------------------------------------
----------------------

Effect:
Navigate to the .eff file in "effect\fighter\*fightername*" and rename the last
_c00 to the slot you want
Example:
ef_mario_c00.eff --> ef_mario_c01.eff
-----------------------------------------------------------------------------------
----------------------
-----------------------------------------------------------------------------------
----------------------
Name:
1.
Open "ui\message\msg_name.xmsbt" with a text editor
change the _00_ in both entry lable to the slot you want
Example:
<entry label="nam_chr1_00_mario"> --> <entry label="nam_chr1_01_mario">
<entry label="nam_chr2_00_mario"> --> <entry label="nam_chr2_01_mario">
2.
Open "param\database\ui_chara_db.prcxml" with a text editor
search for <byte hash="n00_index">0</byte> and change n00 and <0> to the slot you
want
Example
<byte hash="n00_index">0</byte> --> <byte hash="n01_index">1</byte>
-----------------------------------------------------------------------------------
----------------------
-----------------------------------------------------------------------------------
----------------------

You might also like