Search results

  1. togenyan

    ROM Hack [Release] Yo-kai Watch save data decrypter / encrypter

    Sorry for inconvenience you all, but I deleted all repositories related to save editing. This is mainly because distributing save editors might be illegal now in Japan, because of the recent law amendment. I'm not sure it is really illegal or not, but I deleted them just in case. (I don't want...
  2. togenyan

    ROM Hack [Release] Yo-kai Watch save data decrypter / encrypter

    I'm going to release a new version that supports Blasters. You can download a test build from here: https://github.com/togenyan/Yo-kai_Editor_Getto/issues/4#issuecomment-423817664
  3. togenyan

    ROM Hack [Release] Yo-kai Watch save data decrypter / encrypter

    I fixed a bug related to key generation today. Please try the latest version (0.4.4).
  4. togenyan

    ROM Hack [Release] Yo-kai Watch save data decrypter / encrypter

    Thank you for the offer, but I have already added the EUR texts (https://github.com/togenyan/Yo-kai_Editor_2/commit/de2d2cda) You don't have to use both of yw_save and Yo-kai Editor 3. Just use Yo-kai Editor 3 and forget about encryption. The app will automatically do that. You need Python 3.x...
  5. togenyan

    ROM Hack [Release] Yo-kai Watch save data decrypter / encrypter

    I've already updated the save editor. https://github.com/togenyan/Yo-kai_Editor_3/releases/tag/v0.6.5
  6. togenyan

    ROM Hack [Release] Yo-kai Watch save data decrypter / encrypter

    You have to install the DLC title 0004008C0019A900 somehow. No.
  7. togenyan

    ROM Hack [Release] Yo-kai Watch save data decrypter / encrypter

    Did you click the apply button after editing? If so, please make sure the new file surely differs from old one by checking checksums, and send the both file (new and old) to me.
  8. togenyan

    ROM Hack [Release] Yo-kai Watch save data decrypter / encrypter

    Please give me a precise explanation of what you did, and the version of your game. example: Yo-kai Watch 2 Shin'uchi v1.2 JP
  9. togenyan

    ROM Hack [Release] Yo-kai Watch save data decrypter / encrypter

    I see your point but I'd like to show every part of Yo-kai data I could understand in my app. I added "default attacks" button to the latest version (v0.3.2). https://github.com/togenyan/yw_save/blob/master/README.md The application does decrypt your saves (without decryption you cannot edit...
  10. togenyan

    ROM Hack Yo-Kai Watch 2 USA cheats

    Try this: Shinuchi 1.2 write(0x5510E4, (1, 0, 0xA0, 0xE3)) 005510E4 E3A00001
  11. togenyan

    ROM Hack save editing or NTR plugin for DQM2...

    The leading 4 indicates "loop code". See this page: https://www21.atwiki.jp/improper_code/pages/100.html#id_21d3c0fa (Japanese) After applying the code, the save data should look like this:
  12. togenyan

    ROM Hack save editing or NTR plugin for DQM2...

    I successfully decrypted the save data :) The save data is encrypted using AES-CCM. The key is hard-coded. (for details see https://github.com/togenyan/dqm2enc/blob/master/mainwindow.cpp ) You can use my simple application to process your save data. https://github.com/togenyan/dqm2enc/releases
  13. togenyan

    ROM Hack Yo-Kai Watch 2 USA cheats

    If you have any problems with previous "Befriend Yo-kai without fail" code, try this: 00622E34 E1A00000 This should have less side effects. And if you'd like to choose a Yo-kai to befriend, this might help: 00622E14 E1A00000 00622E24 E3A00000 00622E28 E1A00000 This code boosts effects of foods...
  14. togenyan

    ROM Hack [Release] Yo-kai Watch save data decrypter / encrypter

    python path/to/yw_save.py --decrypt game1.yw game1.ywd
  15. togenyan

    ROM Hack [Release] Yo-kai Watch save data decrypter / encrypter

    IVs and EVs must satisfy the following (in)equations: IV HP / 2 + Str + Spr + Def + Spd = 40 EV HP / 2 + Str + Spr + Def + Spd <= 20 It seems your CPU doesn't support some instructions used in the Crypto++ library. I rebuild it with CPU specific optimization disabled. Please re-download the...
  16. togenyan

    ROM Hack [Release] Yo-kai Watch save data decrypter / encrypter

    I updated binary build for OS X. Please redownload it from the releases page.
  17. togenyan

    ROM Hack [Release] Yo-kai Watch save data decrypter / encrypter

    Yo-kai Editor 2 v0.2.2 available now. https://github.com/togenyan/Yo-kai_Editor_2/releases/tag/v0.2.2
  18. togenyan

    ROM Hack Yo-Kai Watch 2 USA cheats

    [Befriend Yo-kai without fail] Port of http://www.fort42.com/ar3ds/game1418/386/ 0052831C E3A00001 NTR Debugger: write(0x52831C, (1, 0, 0xA0, 0xE3)) tested with Gateway and NTR CFW
  19. togenyan

    ROM Hack [Release] Yo-kai Watch save data decrypter / encrypter

    The function will update Yo-kai index in the save data. Use this if Yo-kai you have added do not appear in the game. You cannot add Enma-Daio for now (The game doesn't have the data). Yes if you use yw_save. My save editors (Yo-kai Editor 1, 2, getto, and 3) will decrypt and encrypt your save...
  20. togenyan

    ROM Hack [Release] Yo-kai Watch save data decrypter / encrypter

    Yo-kai Editor 3 (https://github.com/togenyan/Yo-kai_Editor_3) supports YW3 games. You don't have to use extdata_dump since the game doesn't use extdata.
General chit-chat
Help Users
    SylverReZ @ SylverReZ: @OctoAori20, Cool. Same here.