Recent content by wl.

  1. W

    ROM Hack RELEASE Bravely Default2 Money Max LV99 Save

    unable to download without VIP status. use save with max money, you can edit this later by yourself auto btw, there is GVAS to JSON converter for ue saves, but it has not all fields from BDII save :( https://github.com/13xforever/gvas-converter
  2. W

    Hacking PS4 OfflineAccount Activator

    looks like it works. At least a can export save to usb (i didn't try to do it before i run this program and don't know, if it exports early)
  3. W

    ROM Hack Question Patch to turn on debug menu in Octopath?

    if you can patch the executable, you need no to pass command line args. just find the place in code, there is command line checks for debug, and what is doing in this case, and then you can change needed value in other place. i am personally think, this value not for debug menu in GUI, just...
  4. W

    ROM Hack Question Patch to turn on debug menu in Octopath?

    it's useless change 00 to 01 here, because with 0 byte string is end. if you change it to 1, you will get string "SetDebugMode\0x1" and next string will continue with garbage until 0 byte is occur
  5. W

    ROM Hack Question BotW Save no DLC

    try this: http://savesforswitch.ezyro.com/games/breath_of_the_wild.html
  6. W

    ROM Hack Write mod SaveFile Dump (BotW) not working

    same error, nsw 1.0.0
  7. W

    Hacking Suggestion Vita2sd like device for switch?

    btw, vita has cartridge too, vita2sd is something else (cheaper replacement of original sony proprietary card maybe)
  8. W

    Hacking Launch Pegaswitch script without puyo puyo on 1.0.0

    did you try to start pegaswitch via: sudo node start.js --webapplet ?
  9. W

    Homebrew WIP nx-python: Create Python Homebrew for the Switch!

    it's yuzu should support this homebrew (for now yuzu lacks some services, for sockets and random numbers)
  10. W

    Hacking A New Switch Update May Be Coming Soon

    More stability?? Never seen crash 4.1.0
  11. W

    Hacking Question Where can I find a Switch in 1.0.0 version

    it's not true, i buy 1.0.0 yesterday (in Moscow)
  12. W

    ROM Hack Bravely Second Money Hex Offsets

    if you have gateway, you may use Gateway Cheat Finder for change values ingame (it works at least for PG, Job EXP, i tryed)
  13. W

    ROM Hack [Release] 3DS Release Explorer

    don't work for me, too. Error log (sorry, russian language): Value too small or too big for int32 [26.09.2015 08:16] >> System.OverflowException: Значение было недопустимо малым или недопустимо большим для Int32. в System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
  14. W

    ROM Hack Helping finding the source to SaveDataFiler.

    SDF is utilite from offical Nintendo CTR SDK. Try to ask Nintendo :)
  15. W

    ROM Hack [Request] Translation for exstetra?

    VERY easy game for translating, all the text in sources .nut-files, just ja-en translation skill needed...