Recent content by False_Hope

  1. False_Hope

    What to do with loads of mozzarella?

    Make chicken parm.
  2. False_Hope

    I want to make a videogame

    Like with most things, I want to do a lot, but I also struggle with procrastination. BUT I have good news, I've been developing a mod for a game called Road to Vostok :D (mod in question). This has set me onto gaining experience with godot script, and now I'm even working on creating my own ui...
  3. False_Hope

    Gaming Homebrew Project OcarinaCTRComposer - a .3gx cheat plugin for Zelda OoT3D

    Every time I compile with any other version of ctrpf and run it, it crashes. The version I mentioned is the only one I can get to run on emulator without crashing.
  4. False_Hope

    Gaming Homebrew Project OcarinaCTRComposer - a .3gx cheat plugin for Zelda OoT3D

    You need a specific version of ctrpf meant for emulator, the blank template one you can use that one on emulator (and real hardware)
  5. False_Hope

    Mh4u/Mhxx Cheats, ask me to make something I'll see if I can

    If there are multipliers for the game then yeah, the asm can just be rewritten. Vanilla 4 isn't really touched, I don't have a copy and I can't find one.
  6. False_Hope

    Help with Monster Hunter Generations save data for 3DS!

    It's against site rules, also always back up your saves.
  7. False_Hope

    Mh4u/Mhxx Cheats, ask me to make something I'll see if I can

    What game, and what type of quest does it work on and what type of quest doesn't it work on Because it may register hunt-a-thons, captures, slays, hunts, repels, and arena quests as different (for xx arena is a different timer than the others which is why it doesn't work for arena)
  8. False_Hope

    Mh4u/Mhxx Cheats, ask me to make something I'll see if I can

    Motion values for games base gen and below should be in the code.bin, Gu and above it's in separate files.
  9. False_Hope

    Mh4u/Mhxx Cheats, ask me to make something I'll see if I can

    I've been hoping for an on 3ds debugger, the only other one I know of is Zetta's personal project thanks for the tool, I might get back into cheat making
  10. False_Hope

    Trump is the most corrupt US president in history

    What ever happened to his wife mentioning that he owns a copy of Mein Kampf that sits on his night stand?
  11. False_Hope

    Mh4u/Mhxx Cheats, ask me to make something I'll see if I can

    This is a 3ds thread, try asking in the switch cheats thread.
  12. False_Hope

    Mh4u/Mhxx Cheats, ask me to make something I'll see if I can

    I can try, I need the arm code around and at the addresses though
  13. False_Hope

    Gaming Homebrew ROM Hack Others I overhauled a plugin for Pokémon X/Y/OR/AS — spawn any Pokémon, shop anywhere, edit your team, know your enemy, teleport and many more!

    Nah, that's the easier stuff to implement, anything to do with memory editing is usually easy. When you have to rewrite functions and that though, then you need to take the time to RE it.
  14. False_Hope

    Gaming Homebrew ROM Hack Others I overhauled a plugin for Pokémon X/Y/OR/AS — spawn any Pokémon, shop anywhere, edit your team, know your enemy, teleport and many more!

    If the romhack doesn't alter game code ect then it'd probably work, otherwise it won't because all the function offsets and such would be different.