Post Reply 
 
Thread Rating:
  • 7 Votes - 4.43 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Monster Hunter Portable 3rd HD
04-15-2014, 04:10 AM
Post: #82
RE: Monster Hunter Portable 3rd HD
Well never really checked equipment address with talisman earlier as I only ported that talisman cheat on request and never really cared, but after looking at this, skill power is slightly more complicated than I thought. Guess I'll have to upload a corrected CE cheat table in a moment and explain how it works to begin with.

The ID and skill level bytes are actually together making one 16 bit info, basically there are 16 talismans from rarity 1(Pawn Talisman) to rarity 16(Miracle Macchiato) and they repeat in the ID byte of the address(starting from 0) 4096 times.
Skill levels can be set from -30 to 33 meaning each skill has 64 levels of power, so the rest should be obvious, through still slightly confusing for normal people thanks to math not being popular subjectTongue, so let's change it to simple equation that you can just fill:

value to set = (1st_skill_lvl+30)*16+1024*(2nd_skill_lvl+30)+Talisman rarity-1

so for example if we want skill 1 to 10 and skill 2 to 5 in dragon talisman(rarity 7) we have:
value to set = (10+30)*16+1024*(5+30)+7-1 = 640+35840+6 = 36486
^which then you can convert to hex = 0x8E86(if you have problems with this - even default windows calc can convert to hex easily;]) and replace the bold number below:
_L 0x2174FE14 0xFBC66501

As for available slots, as I understand they are hardcoded in game.

Generally if you want to cheat, but get "legit" items, you might try using something like Charm Database for MHp3rd. Why? Because when starting new game you get assigned a table of possible combinations and based on that table you can get only some combinations, you'll have to probably find out which table your save game is assigned based on talismans you normally obtained before you can tell what talismans you can actually get in your game normally.

To keep it simple if you want to keep your save legit as in having only stuff available normally in game while still cheating, talisman mods are really not for you.

http://forums.ppsspp.org/showthread.php?tid=6594 - Custom PPSSPP Shaders!
http://forums.ppsspp.org/showthread.php?tid=3590&pid=117172#pid117172 - simple CE scripts to help creating CWCheats,
https://github.com/LunaMoo/PPSSPP_workarounds - CWCheat workarounds.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Monster Hunter Portable 3rd HD - maiweijie - 06-08-2013, 11:26 PM
RE: Monster Hunter Portable 3rd HD - BOIII - 05-18-2018, 02:15 AM
RE: Monster Hunter Portable 3rd HD - poise - 02-10-2019, 08:12 PM
RE: Monster Hunter Portable 3rd HD - fmnfb - 10-13-2019, 12:02 AM
RE: Monster Hunter Portable 3rd HD - beika - 08-05-2020, 02:04 AM
RE: Monster Hunter Portable 3rd HD - ZeroZ - 06-13-2022, 09:55 PM
RE: Monster Hunter Portable 3rd HD - faris - 08-22-2013, 09:48 AM
RE: Monster Hunter Portable 3rd HD - seint - 11-10-2013, 12:04 PM
RE: Monster Hunter Portable 3rd HD - Aikal - 01-17-2014, 12:24 AM
RE: Monster Hunter Portable 3rd HD - xStXx - 02-04-2014, 09:59 PM
RE: Monster Hunter Portable 3rd HD - LunaMoo - 04-15-2014 04:10 AM
RE: Monster Hunter Portable 3rd HD - gorkn - 06-14-2014, 11:56 PM
RE: Monster Hunter Portable 3rd HD - frost - 09-19-2014, 12:03 AM
RE: Monster Hunter Portable 3rd HD - frost - 09-19-2014, 12:18 AM
RE: Monster Hunter Portable 3rd HD - Table - 02-04-2015, 02:43 AM
RE: Monster Hunter Portable 3rd HD - frost - 02-19-2015, 01:27 AM
RE: Monster Hunter Portable 3rd HD - frost - 03-02-2015, 10:34 AM
RE: Monster Hunter Portable 3rd HD - redal - 03-05-2015, 12:23 PM
Monster Hunter Portable 3rd HD - Tkersh - 06-06-2015, 11:23 PM
RE: Monster Hunter Portable 3rd HD - Nepho - 09-03-2015, 12:04 PM
RE: Monster Hunter Portable 3rd HD - laius - 06-29-2017, 01:34 AM

Forum Jump: