Search results

  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.
  15. False_Hope

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

    by the by, if you look at ammo in the code.bin it will lead you to animations for a true rapid fire bowgun, I wouldn't release that personally, buuut this will also help you find motion values and other animations which is useful
  16. False_Hope

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

    Text -> UI -> UI elements You can search for text ascii values and should be able to trace that back to the UI since they have to display in the text box
  17. False_Hope

    Grand Theft Auto VI pre orders go live tomorrow, physical release limited to code in box

    Watch it launch with denuvo + their own DRM like mh wilds did.
  18. False_Hope

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

    everything has a different offset, there is no one offset for every code otherwise conversion would be insanely quick and easy 1782324410 MH4U v1.1 EUR [ASM Trap Place] 00664620 E1A00000
  19. False_Hope

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

    I'll port it 1782160424 [Monster HP Display, MH4U_EU v1.1, xv] 0872D8C8 41600000 <- X-Scale of Text (Font size) 0872D8CC 41600000 <- Y-Scale of Text (Font size) 0872D8D0 3F000000 <- Letter Spacing (Font size) 50DEC784 00000000 E0DEC784 00000030 E92D4007 E59F101C E59F201C E3A03000 E5910000...