Search results

  1. thethiny

    Homebrew Question How to find offsets for IPS / exeFS patches?

    I wasn't aware he used strcmp. Thanks. Also to answer your question (kinda) pchtxt is actually a text version of IPS files.
  2. thethiny

    Homebrew Question How to find offsets for IPS / exeFS patches?

    Then that means the problem was that I wrote NSO0 in capital instead of small? Cuz when I tried hactool -t NSO0 --uncompressed=main.uncompressed main it didn't work.
  3. thethiny

    Debugging Switch using Yuzu?

    This article doesn't talk about the debugging process which is what I am looking for.
  4. thethiny

    Homebrew Question How to find offsets for IPS / exeFS patches?

    I am facepalming right now, I was missing the "-x" flag. Thanks!
  5. thethiny

    Debugging Switch using Yuzu?

    I am trying to develop IPS patches for Mario Odyssey but I have no way of verifying that they're working as intended (or if they're even loaded) in Yuzu. I know of JNoexes but that requires a real switch, but I don't want to do the debugging there as most often the switch is being borrowed by my...
  6. thethiny

    Emulation Memory search using Yuzu to develop cheats

    Only thing I've seen is this, but the guy did not respond back.
  7. thethiny

    Homebrew Question How to find offsets for IPS / exeFS patches?

    Yes I am using nsnsotool. Thank you I will use hactool now. edit: been trying for a while now and cant figure out how to decompress the main using hactool. I extracted everythjing and everything is working but the main is compressed. Can u give me example on how t odecompress using hactool?
  8. thethiny

    Homebrew Question How to find offsets for IPS / exeFS patches?

    Hi, sorry to bump a relatively old thread, but I cannot run Ghidra due to multiple JDK & Gradle issues, and also I don't know how to use it at all, as I'm an IDA person. I'm trying to create a pchtxt / ips patch for super mario odyssey, but I noticed that the nso header is actually 0x101 in...
  9. thethiny

    ROM Hack WIP Pokemon Quest Save Editor (PQSE)

    You can download an app called iFunBox which can do it for you. It's a PC app, you just connect your iPhone.
  10. thethiny

    ROM Hack WIP Pokemon Quest Save Editor (PQSE)

    Edit through memory. It's way easier. Use Game Guardian, search for the pokemon's name (UTF-16) and then you will find your save loaded into memory and decrypted. Do what you want there.
  11. thethiny

    ROM Hack WIP Pokemon Quest Save Editor (PQSE)

    Excellent! BTW replace the dot with SPACE DOT SPACE instead of [dot]. Less annoying
  12. thethiny

    ROM Hack WIP QEdit - A Pokemon Quest Web-Based Save Editor

    in C++ it would be sth like this: string name = ""; for (int i = 0; i < playerName.length(); i++) if (playerName != '\0') name += playerName; playerName = name;
  13. thethiny

    ROM Hack WIP QEdit - A Pokemon Quest Web-Based Save Editor

    1- I tried it yesterday and my key still worked lol. I didn't have to change anything it worked fine. 2- I don't accept donations or payments. 3- Thanks for the tool I'm sure it'll help some people out ^_^ Though, I'm sure you can get it working WITHOUT removing the line. Just remove the squares...
  14. thethiny

    ROM Hack WIP QEdit - A Pokemon Quest Web-Based Save Editor

    If I can understand how Game Guardia memory works. MAYBE, I can make a script?
  15. thethiny

    ROM Hack WIP QEdit - A Pokemon Quest Web-Based Save Editor

    I didn't update the game yet as I completely forgot. For now, use your last save (from the previous version) and play on the previous version. I will test later to see since I need to backup my files first. To be honest guys, if you can use game guardian then you don't need a save hack. I don't...
  16. thethiny

    ROM Hack WIP QEdit - A Pokemon Quest Web-Based Save Editor

    I will update today and check. Maybe they changed something else. As for the unicode. Yes. You. Are. Right. I forgot to save as unicode. auto I just tried this and it works fine on my machine. The first line is "@Echo off" which disables the print back. If it's really causing a problem just...
  17. thethiny

    ROM Hack WIP QEdit - A Pokemon Quest Web-Based Save Editor

    Can you or @skylex77 send me the "Wrong" batch file including the line that you say is corrupted? I also tried your key, and it seems that your key might be invalid. Try another time?
  18. thethiny

    ROM Hack WIP Pokemon Quest Save Editor (PQSE)

    That's because the Json format has specific slots only that you can't add / remove from.
  19. thethiny

    ROM Hack WIP Pokemon Quest Save Editor (PQSE)

    Because the name is stored in a UNICODE format. So let's say your name is: thethiny in unicode your name is t.h.e.t.h.i.n.y so the program saves it as t.h.e.t.h.i.n.y then you save it, and load it again it loads it as t...h...e...t...h...i...n...y then saves it as t...h...e...t...h...i...n...y...
  20. thethiny

    ROM Hack WIP Pokemon Quest Save Editor (PQSE)

    About the stone value, you made a table for the 93rd and 94th numbers. This is because you have to read the bytes in REVERSE order (Big Endian). So: The Number 65534 is 0xFFFE in hex. In memory, it is stored as FE FF 00 00 you don't have to do math or anything to know the the value of the 93rd...
General chit-chat
Help Users
  • No one is chatting at the moment.
    OctoAori20 @ OctoAori20: Nice nice-