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

  • Thread starter Thread starter togenyan
  • Start date Start date
  • Views Views 439,415
  • Replies Replies 707
  • Likes Likes 32
Is possible eliminate items? I addes some items on keys just for look, and now i cant take it out D:.
 
but what about removing yokai ? takes to long to slowly butcher the ones i want to get rid of into souls then sell the souls.....
 
Code:
H:\3ds\Checkpoint\saves\0x01CF0 YO-KAI WATCH BLASTERS WH…\20110101-000247>python yw_save.py --game ywb_getto --decrypt game1.yw game1_decrypted.yw --head head.yw
Traceback (most recent call last):
  File "yw_save.py", line 361, in <module>
    main()
  File "yw_save.py", line 357, in main
    if process(args.input_file, args.output_file, args.game, args.encrypt, args.head):
  File "yw_save.py", line 335, in process
    out = games[gameType](data, isEncrypt, head=head)
  File "yw_save.py", line 290, in ywb_getto_proc
    return ywb_proc(data, isEncrypt, key=key, head=head, validator=validator, getto=getto)
  File "yw_save.py", line 274, in ywb_proc
    headData = yw_proc(f.read(), isEncrypt=False)
  File "yw_save.py", line 189, in yw_proc
    c = YWCipher(seed, 0x1000)
  File "yw_save.py", line 74, in __init__
    super().__init__(seed)
TypeError: super() takes at least 1 argument (0 given)
 
Code:
H:\3ds\Checkpoint\saves\0x01CF0 YO-KAI WATCH BLASTERS WH…\20110101-000247>python yw_save.py --game ywb_getto --decrypt game1.yw game1_decrypted.yw --head head.yw
Traceback (most recent call last):
  File "yw_save.py", line 361, in <module>
    main()
  File "yw_save.py", line 357, in main
    if process(args.input_file, args.output_file, args.game, args.encrypt, args.head):
  File "yw_save.py", line 335, in process
    out = games[gameType](data, isEncrypt, head=head)
  File "yw_save.py", line 290, in ywb_getto_proc
    return ywb_proc(data, isEncrypt, key=key, head=head, validator=validator, getto=getto)
  File "yw_save.py", line 274, in ywb_proc
    headData = yw_proc(f.read(), isEncrypt=False)
  File "yw_save.py", line 189, in yw_proc
    c = YWCipher(seed, 0x1000)
  File "yw_save.py", line 74, in __init__
    super().__init__(seed)
TypeError: super() takes at least 1 argument (0 given)
What does it do?
 

Site & Scene News

Popular threads in this forum