Adding Custom QR Codes
Disclaimer: This guide will work for Yo-kai Watch 2 and 3, but not Yo-kai Watch 1 as this guide generates V2 QR Codes - it also wont teach you how to make random color coins as im lazy.
Yo-kai Watch 2
First, navigate over to data/res/qr. You should see 3 files (in this case _* means a version prefix such as _0.04b):
qr_config_ko_*.cfg.bin- This is for KOR only QRs. DO NOT USE THIS.qr_config_*.cfg.bin- This is for V1 and V2 Codes. This is the file you want to edit.qr_config.cfg.bin- This is an old file. DO NOT USE THIS.
Once you’ve navigated to the file, open it in CfgBin Editor with the latest mytags. In QR2_INFO_LIST (NOT QR1_INFO_LIST as that tree is for V1 QR Codes; which won’t be covered in this guide):
- Click on the tree/top-level
QR2_INFO_LISTand increase the number by one. - Go to the last entry (i.e.
QR2_INFO_441on the latest version of Psychic Specters), right click it and click duplicate. - Increase
StartTypeDecto the previous entriesEndTypeDec+ 1, andEndTypeDecto the newStartTypeDec+ 1. - Then change the
ItemIDto whatever you want :P - Finally, lets generate some QRs for distribution: Get the
StartTypeDecand convert it to base36 using a website like this. - Then open QRTool - and type the result under “V2 type” (Make sure the letters are capitalised!).
- Then select the amount of QRs to generate and enjoy!
Yo-kai Watch 3
First, navigate over to data/res/qr. You should see 1 file:
qr_config_*.cfg.bin- open it with CfgBin Editor. Once you’ve navigated to the file, open it in CfgBin Editor with the latest mytags. InQR2_INFO_LIST(NOTQR1_INFO_LISTas that tree is for V1 QR Codes; which won’t be covered in this guide):- Click on the tree/top-level
QR2_INFO_LISTand increase the number by one. - Go to the last entry (i.e.
QR2_INFO_2227on one version of Yo-kai Watch 3), right click it and click duplicate. - Increase
StartTypeDecto the previous entriesEndTypeDec+ 1, andEndTypeDecto the newStartTypeDec+ 1. - Then decide if you want the QR Code to give the player 1 or 2 items:
- If you want 1 item, set the
Item2IDto0.
- If you want 1 item, set the
- Configure the rest of the params as you wish,
Flag1IDandFlag2IDareGlobalBitFlags that will be activated (set to1) once the QR Code has been scanned. - Set
RandomQRTableto 0 - Finally, lets generate some QRs for distribution: Get the
StartTypeDecand convert it to base36 using a website like this. - Then open QRTool - and type the result under “V2 type” (Make sure the letters are capitalised!).
- Then select the amount of QRs to generate and enjoy!