Monster Hunter Tri [RMHP08] (DO NOT ASK FOR/DISCUSS ONLINE CODES)

Started by Franky・D・θάνατος, April 21, 2010, 05:00:41 PM

Previous topic - Next topic

BaggiBumper

I'm after a weapon modifier to make my weapon say, 5x stronger. Just want to test something on my hack character.
Any such code?
Also, I know porting codes is meant to be super simple, but I just have no clue even after reading tutorials 10+ times. Has the monster HP code already been ported? I can only find it for NA, and it doesn't start with 4A000000 90000000.
http://www.geckocodes.org/index.php?c=RMHE08&page=7

So PAL Monster HP display and PAL weapon multiplier. Not together though.

Stuff

.make Stuff happen.
Dropbox. If you don't have one, get it NOW! +250MB free if you follow my link :p.

Mod code Generator ~50% complete but very usable:
http://dl.dropbox.com/u/24514984/modcodes/modcodes.htm

BaggiBumper

Quote from: Stuff on February 06, 2012, 01:42:36 PM
There's this MID. idk what it's like:
http://wiird.l0nk.org/forum/index.php/topic,5501.msg57740/topicseen.html#msg57740

idk about attack multiplier, though. Is there one in NTSC-U?

Thanks, I'll try and find the display I'm after. I want the one in this video http://www.youtube.com/watch?v=EPZW9UiPKwQ
I'll test doudley's, if not I'll PM AgnaktoreX.
I saw a guy using a hack online where he killed Jho in about 20 hits. I hate people using hacks that affect other people online without consent (CQ's are fine if both parties are happy and I find HP display fine, as it doesn't affect other people).
I am after this hack, for stronger weapons. I want to test things OFFLINE so it doesn't need to work ONLINE or anything like that.
Someone should make a OHKO hack that works perfectly offline, but sends a flag if used online and gets the player banned. That would be epic :D
Anyway, sorry for random rant, just specifying what type of code I was after.

Stuff

Yeah I think AgnaktoreX is a PAL player,  so it's probably that MID.

Add 1000 to attack [Skiller] NTSC-U
042703AC 41800004
042703B0 380003e8

Is this good? I guess I could port it.

I could probably make that ban for code usage happen, but there's already a OHKO code that works. It'll be a long and less attractive code so nobody would use it. And I don't really care about that anyway.
.make Stuff happen.
Dropbox. If you don't have one, get it NOW! +250MB free if you follow my link :p.

Mod code Generator ~50% complete but very usable:
http://dl.dropbox.com/u/24514984/modcodes/modcodes.htm

Bully@Wiiplaza

Quote from: Adolf1994 on January 27, 2012, 08:33:48 PM
so I have tried out the restriction remover code by Bully. The thing is that it pumped up my HR 117 character to 999. And I don't want this. I just wanted to go on rookie server. Help would be appreciated.
this is wrong because the code itself does NOT change the HR.
Are you sure you didn´t use the HR Mod?
My Wii hacking site...
http://bullywiihacks.com/

My youtube account with a lot of hacking videos...
http://www.youtube.com/user/BullyWiiPlaza

~Bully

BaggiBumper

Quote from: Stuff on February 07, 2012, 02:43:58 PM
Yeah I think AgnaktoreX is a PAL player,  so it's probably that MID.

Add 1000 to attack [Skiller] NTSC-U
042703AC 41800004
042703B0 380003e8

Is this good? I guess I could port it.

Yes please.
However, can asmPort do it? If not, how do I port things? Perhaps it's time to learn.

megazig

they look like 2 asm patches. so you find where the asm that is being patched in one region is at in the other region and change the address part of the codes

Stuff

asmPort should be able to handle it. I'll do it when I get back if it's not done. But also, you could probably just add 0x64 to each address.
.make Stuff happen.
Dropbox. If you don't have one, get it NOW! +250MB free if you follow my link :p.

Mod code Generator ~50% complete but very usable:
http://dl.dropbox.com/u/24514984/modcodes/modcodes.htm

Dark Vangis

There was already a PAL Version of the Code:
Add to Attack [Skiller]
04270410 41800004
04270414 3800XXXX

XXXX = 0FA0=4000

And here is a Deactivator of the Code
(I dont know who made it)

[C+Z] Normal Attack
2865B89C FFF2000C
04270410 4180000C
E0000000 80008000


Mario 3D  ::)

Sjefke

i think it would be easier to use these codes together
[HOME UP] Normal Attack
2865B89C 5FFFA000
04270410 4180000C
E0000000 80008000

[HOME RIGHT] Attack+ (2000)
2865B89C 7BFF8400
04270410 41800004
04270414 38002000
E0000000 80008000

same as yours Darkvangis, different is the attack up code, which i think will be easier to use together

Stuff

Well you would have to use an activator if you want it to turn off. Allso use a switch. It's shorter and less buttons.

[HOME RIGHT] Attack+ (2000)(on/off)
2865B89C 7BFF8400
04270410 41800004
04270414 38002000
CC000000 00000000
04270410 4180000C
E0000000 80008000
.make Stuff happen.
Dropbox. If you don't have one, get it NOW! +250MB free if you follow my link :p.

Mod code Generator ~50% complete but very usable:
http://dl.dropbox.com/u/24514984/modcodes/modcodes.htm

Sjefke

could do, but what i do is use 3 different attack codes so im fine with that :P
switcher is nice though
can you use those switcher lines use for all codes?

Stuff

It's only a true/false switch so you can use it for anything, just only if you have 2 codes to switch between. Usually best used to turn codes on/off.
.make Stuff happen.
Dropbox. If you don't have one, get it NOW! +250MB free if you follow my link :p.

Mod code Generator ~50% complete but very usable:
http://dl.dropbox.com/u/24514984/modcodes/modcodes.htm

Sjefke

so one hit kill and defense would look like this (?)

[HOME 1] Enable/Disable 1-hit-kill [Skiller]
2865B89C 7FDF8020
C211E6C0 00000002
38000001 900307A0
800307A0 00000000
CC000000 00000000
0411E6C0 800307A0
E0000000 80008000

Add to Defense [HOME Z] (on/off) [Argon]
2865B89C 7FFB8004
042704B0 40810004
042704B4 3BFF0FA0
CC000000 00000000
042704B4 3BFF02BC
E0000000 80008000
0FA0 = 4000
Thanks to Skiller

and i do not understand what this code is for:
Remove Player Character [Argon]
2865B85C 00000004
42000000 90000000
0214AB40 00000000
E0000000 80008000
2865B85C 00000080
42000000 90000000
0214AB40 00000000
E0000000 80008000
ZR Remove // ZL Restore // Just for fun

Dark Vangis

Quote from: Sjefke on February 12, 2012, 10:35:01 AM
and i do not understand what this code is for:
Remove Player Character [Argon]
2865B85C 00000004
42000000 90000000
0214AB40 00000000
E0000000 80008000
2865B85C 00000080
42000000 90000000
0214AB40 00000000
E0000000 80008000
ZR Remove // ZL Restore // Just for fun

With this Code is youre Chracter removed so that nobody thinks that you are there.
So you can then watch (example Rathian) what they do when you not fighting
with him/her.
Or
In a fighting like Lagiacrus you can remove yourself to dont get any damage.


Mario 3D  ::)