Recent content by Goji

  1. Goji

    Hacking Monster Hunter 3 Ultimate Modding

    I don't see Gougouts Editor in the link. Do you still have it? EDIT: You mentioned the Zindea editor can be used with the event quest files for 3DS; how do you actually do this? Also got my hands on the Zindea Monster Editor but it uh, doesn't seem to do anything? Or well, I try to use it and...
  2. Goji

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

    I'm having so much difficulty finding player speed controls in 4U... (EUR, 1.1) When I try to brute force scan for velocity values in cheat engine, there's only one value in the entire memory that seems like it's probably conveying speed for each x, y and z (which feels like a red flag on its...
  3. Goji

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

    That's true, but I meant I downloaded the program LiveCinema and I can't navigate it or use it because I can't get it to display Japanese characters in the program's UI, lol
  4. Goji

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

    Not entirely sure I need to do any de-encryption I haven't done; the files in the 'core_quest.arc' I reckon is for the camera is an LCM file, meaning it should work with LiveCinema (Japanese game development software)—except my computer apparently doesn't like the should-be Japanese characters...
  5. Goji

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

    I desperately need a 'camera-distance-from-player' cheat or mod for 4U—MHXX didn't pose any real problem in comparison since the camera files in 'quest.arc' are so neat and easy to figure out, but I can't for the life of me figure out what to do for 4U, and I don't really think I'm going to...
  6. Goji

    Hacking Emulation Monster Hunter 4 Ultimate - Invincibility Cheat Help

    It works! Thank you so much!!
  7. Goji

    Hacking Emulation Monster Hunter 4 Ultimate - Invincibility Cheat Help

    Nah, I don't really know ARM, lol, that was more or less the next step. Would definitely help me cut down on accidental crashes or trial and error time. I had no idea that the player is invincible/non-interactable when opening the item box, that knowledge is huge, thank you :toot:. Uh, I would...
  8. Goji

    Hacking Emulation Monster Hunter 4 Ultimate - Invincibility Cheat Help

    I scanned values that would change at the moment of a collision then just went through them looking at codes that were accessing those values. I was looking for 0s and 1s at first hoping it would be an on-off switch for whether the player could be hit or not during the damage animations (since...
  9. Goji

    Hacking Emulation Monster Hunter 4 Ultimate - Invincibility Cheat Help

    Yes! please! I have no doubt I'm messing around in the wrong place otherwise I'd have found it by now, lol
  10. Goji

    Hacking Emulation Monster Hunter 4 Ultimate - Invincibility Cheat Help

    Hi there, I'm trying to make a cheat to make the player invincible, ie non-responsive to enemy attack hitboxes for MH4U (EUR) 1.1 I'm kind of new to this, and I'm using cheat engine to look for values that shift when the player is hit, since I figured down the code that flags "you've been hit"...