Dolphin, the GameCube and Wii emulator - Forums

Full Version: Monster Hunter Tri [NTSC-U] Working Cheats List
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10
(07-25-2010, 07:55 PM)Bryan Wrote: [ -> ]hey doudley do you have a patch that has a quest for alatreon
and do you have patch for equipment box slot 800
this doesnt work
+$Box Has 800 slots
0x0404AE20:dword:0x3BE00008
cuz my computer got reformat and all my emulator and patch are gone i got to start again
That code works! Undecided, what region are you using, NTSC-U?
Post some other codes you're using, let's find out why it's not working for you.
(07-27-2010, 06:15 PM)doudley Wrote: [ -> ]
(07-25-2010, 07:55 PM)Bryan Wrote: [ -> ]hey doudley do you have a patch that has a quest for alatreon
and do you have patch for equipment box slot 800
this doesnt work
+$Box Has 800 slots
0x0404AE20:dword:0x3BE00008
cuz my computer got reformat and all my emulator and patch are gone i got to start again
That code works! Undecided, what region are you using, NTSC-U?
Post some other codes you're using, let's find out why it's not working for you.

im using NTSC-USA
this dosnt work too
+$Never Stun [Skiller]
0x4A000000:dword:0x90000000
0x1214AF3C:dword:0x00000000
0xE0000000:dword:0x80008000
and this too
Inf Carving [Skiller]
0x023BAE12:dword:0x00000000
and this too
Enemy has 1 HP (Good For Capture/Cutting Parts off) [Skiller]
0x0411E670:dword:0x38000001
I need Item box can hold 800 slots and Have all items in item box patch code for Pal version pleaseSad
Hey Doudley, I see most of the codes you've posted is from Geckocodes. How can you guys use it as Action replay codes and make it work ?. Coz i got some for my MH3 Pal version but none of them works. Can you please tell me how to do that or just make me some easy patch codes for Pal version, thanks alotSmile
If there were "Thanks" tab, I'd thank you for a hundred times. I followed your instructions and have succeeded in making patch code for Item/equipment box has 8 pages, now I need those codes in patch code please. You don't have to convert all of them, do what you want, thanks again Tongue

Have Every Item In Item Box [Skiller]
4A000000 90000000
180E06F0 0001000a
22E90004 00010000
E0000000 80008000

Have All Swords [Skiller]
4A000000 90000000
180E3650 07000001
205A000C 00000001
E0000000 80008000
Note: Must have "Item/Equip BOxs Have 8 Pages" or "Equipment Box Can hold 800 Slots"

Have All Knifes [Skiller]
4A000000 90000000
180E3650 08000001
205A000C 00000001
E0000000 80008000
Note: Must have "Item/Equip BOxs Have 8 Pages" or "Equipment Box Can hold 800 Slots"

Have All Hammers [Skiller]
4A000000 90000000
180E3650 09000001
2054000C 00000001
E0000000 80008000
Note: Must have "Item/Equip BOxs Have 8 Pages" or "Equipment Box Can hold 800 Slots"

Have All Lances [Skiller]
4A000000 90000000
180E3650 0A000001
2060000C 00000001
E0000000 80008000

Aleksei.F.DRGNV

(06-13-2010, 04:25 PM)doudley Wrote: [ -> ]I have updated my post for Equipment modding, there's some changes on weapon codes and added a list for weapon models. http://forums.dolphin-emu.org/thread-898...l#pid93144
Also added Armor Pigment code. And now, there's Male and Female model values.

If you notice at WiiRd Community, there's now Equipment Modding for Bowguns, here's how you can make it work with Dolphin:
36 spacing (24 in hex)
00896FCD-00897255 Frames
0089729D-00897525 Stocks
0089756D-00897819 Barrels

In modding Light Bowgun Frame: EDIT: Replaced codes to AR.
CDCECFD0 D2D3D4D5 D6D7D8D9 DCDDDEDF E0E1E2E3 E4E5E6E7 E8E9EAEB ECEDEFF0
0F06007F FF060106 00C80000 00037F00 FF010000 04071417 FFFFFFFF 0000FFFF

CD=Model
CE=Rare # (06=Rare7)
CF=Unknown
D0 D1=Base Attack (7FFF max amount)
D2=DEF+ (FF max)
D3=Recoil (06 is for Reduced+)
D4=Weight (00 is for normal, put 01-FF)
D5=Reload (06 is for Max)
D6 D7=Range (00C8 for 2.00, 7FFF is max but doesn't work with other Ammo types)
D8-DB=Cost (00000000 for 0z amount)
DC=Dev (00=None, 06=High:L/R)
DD=Slot (01,02, or 03)
DE=Affinity (7F for max amount)
DF=Unknown
E0=Ammo Amount? (put FF for decent loads of ammo)
E1=Shield (put 01 to Enable)
E2 E3=Unknown
E4=Rapidfire Value slot 1
E5=Rapidfire Value slot 2
E6=Rapidfire Value slot 3
E7=Rapidfire Value slot 4
E8-EB=Ammo Type Config (just put FFFFFFFF to enable all)
EC-EF=Ammo Type Config (just put 0000FFFF to enable all)

Modified Light Bowgun code:
-Code meaning:
04896FCD 0F06007F
-Chaos wing frame, Rare7, 39074 Attack.
04896FD2 FF060106
-DEF+255, Recoil=Reduced+, Weight=1, Reload=Max.
04896FD6 00C80000
-Range=2.00, Cost not touched.
04896FDC 00037F00
-Dev=None, 3 Slots, Affinity=127%.
04896FE0 FF010000
-loads large amount of ammo's, uses Shield.
04896FE4 04081417
-Rapidfire: Normal S LV3, Pierce S LV3, Dragon S, Sub S LV1.
04896FE8 FFFFFFFF
04896FEC 0000FFFF
-All types of ammo can be loaded.

Codes for Light Bowgun Frame, Stock, and Barrel: (Feel free to change the values to your liking.)
Code:
$Modified Light Bowgun Frame
04896FCD 0F06007F
04896FD2 00060106
04896FD6 00C80000
04896FDC 00003200
04896FE4 04080B14
04896FE8 FFFFFFFF
04896FEC:dword:0400FFFF
$Modified Light Bowgun Stock
0489729D 0F060000
048972A2 FF000100
048972AC 00033200
048972B0 FF000000
048972B8 FFFFFFFF
048972BC 0000FFFF
$Modified Light Bowgun Barrel
0489756D 0B060000
04897572 00000100
04897576 00C80000
0489757C 00003200
04897580 00010000
04897584 10111213
04897588 FFFFFFFF
0489758C 0000FFFF
Here is the list for Bowgun models and Rapidfire Values:
i need help about this part
uh.. my english is very bad, i hope you can understand this..

the code above is to make light bowgun into chaos bowgun..
can you give the code to change light bowgun into aquamatic spark, vilcannon and rathling+?
i try to change the code but it doesnt work

thanks
(08-11-2010, 08:55 PM)Dora1403 Wrote: [ -> ]Have Every Item In Item Box [Skiller]
4A000000 90000000
180E06F0 0001000a
22E90004 00010000
E0000000 80008000

Have All Swords [Skiller]
4A000000 90000000
180E3650 07000001
205A000C 00000001
E0000000 80008000
Note: Must have "Item/Equip BOxs Have 8 Pages" or "Equipment Box Can hold 800 Slots"

Have All Knifes [Skiller]
4A000000 90000000
180E3650 08000001
205A000C 00000001
E0000000 80008000
Note: Must have "Item/Equip BOxs Have 8 Pages" or "Equipment Box Can hold 800 Slots"

Have All Hammers [Skiller]
4A000000 90000000
180E3650 09000001
2054000C 00000001
E0000000 80008000
Note: Must have "Item/Equip BOxs Have 8 Pages" or "Equipment Box Can hold 800 Slots"

Have All Lances [Skiller]
4A000000 90000000
180E3650 0A000001
2060000C 00000001
E0000000 80008000
Anyway to convert these codes to patch code for Pal version please!

Aleksei.F.DRGNV

(08-12-2010, 04:30 PM)doudley Wrote: [ -> ]
(08-12-2010, 03:23 PM)Aleksei.F.DRGNV Wrote: [ -> ]i need help about this part
uh.. my english is very bad, i hope you can understand this..

the code above is to make light bowgun into chaos bowgun..
can you give the code to change light bowgun into aquamatic spark, vilcannon and rathling+?
i try to change the code but it doesnt work

thanks
Look at the bolded digits

$Modified Light Bowgun Frame
04896FCD 0F06007F
04896FD2 00060106
04896FD6 00C80000
04896FDC 00003200
04896FE4 04080B14
04896FE8 FFFFFFFF
04896FEC:dword:0400FFFF

$Modified Light Bowgun Stock
0489729D 0F060000
048972A2 FF000100
048972AC 00033200
048972B0 FF000000
048972B8 FFFFFFFF
048972BC 0000FFFF

$Modified Light Bowgun Barrel
0489756D 0B060000
04897572 00000100
04897576 00C80000
0489757C 00003200
04897580 00010000
04897584 10111213
04897588 FFFFFFFF
0489758C 0000FFFF

Just change those digits with the digits on this list

thanks man..

and anyone have infinite ammo cheat?

ungmasters

i was just wonder does the inf bomb planting work online? or is it offline only? and can i request for a working online cheat for inf bomb planting, i have reached the point where i just wanna play around now of course i will only cheat online with friends
(08-13-2010, 01:29 AM)ungmasters Wrote: [ -> ]i was just wonder does the inf bomb planting work online? or is it offline only? and can i request for a working online cheat for inf bomb planting, i have reached the point where i just wanna play around now of course i will only cheat online with friends
lol ya your request is maybe permitable but the problem is, this is a forum for (Dolphin) emulator, I'm not even sure how you play online with dolphin... But even if you can, there's no way of knowing until you try the codes yourself! Tongue
Pages: 1 2 3 4 5 6 7 8 9 10