Monster Hunter Portable 3rd HD
|
07-17-2014, 04:26 PM
(This post was last modified: 07-17-2014 10:38 PM by LunaMoo.)
Post: #169
|
|||
|
|||
RE: Monster Hunter Portable 3rd HD
@Inuyashaya just get the cheat table on the bottom of the post you quoted, it allows you to edit inventory, including charms with all their parameters easily, just arrange your inventory and put the item you want to change into first or second slot, you can also create a new item starting with nothing, but since I didn't really listed ID's of all items, it will be easier to just get something existing to edit.
For skills power you simply have to put your data into this equation: Code: (1st_skill_lvl+30)*16+1024*(2nd_skill_lvl+30)+Talisman rarity-1 If you really want to do it through cw cheat(ie not having windows or something), you will have to convert the value you get to hex(almost any more advanced calculator can do that, there are lots of silly converters from decimal to hexadecimal as well even on android), then replace "FBC6" in that cheat as well as comment out or remove the second line and ofc you'll have to put the charm you want to edit skill levels in the first inventory slot(top left). Edit to add an example how to make an existing charm from legit table using cw cheat: Let's look at random charm - Knight Talisman with Dragon Res 2 / Defense 3 and 0 slots. Data we need: Knight talisman rarity = 3 1st_skill_ID(dragon res) = 44 2nd_skill_ID(defense) = 34 1st_skill_lvl = 2 2nd_skill_lvl = 3 number of slots = 0 (ID's are included with the cheat as well as my cheat table in here) So now we just put the data we have into 2 equations Code: (1st_skill_lvl+30)*16+1024*(2nd_skill_lvl+30)+Talisman rarity-1 then Code: 1st_skill_ID + 2nd_skill_ID * 128 + 16384 * number_of_slots (on windows for decimal-hexadecimal conversion it's easiest to just run windows calculator in "Programmer" mode, select "dec" type in value, then change it to hex and here you go) So we just put those in the cheat: Code: _C0 Custom Charm in first slot Code: _C0 Knight Talisman with Dragon Res 2 / Defense 3 and 0 slots Another edit - made some further changes in the initial post to add decorations as an option for this cw cheat for those that aren't on windows, just so I can consider that cheat complete and don't have to look at it ever again lol;p, I find assembly codes at least to some degree interesting, but value editing not so:c, cheat engine deals with it much faster than cw cheat. ========================= Someone wanted those earlier, so: Code: _C0 Disable HUD Also was in same post, instead of setting time to 10 and 50 minutes I decided to use newly working key combo (requires new git builds) cheats and made a cheat to increase/decrease time: Code: //(requires new git builds or release version 0.9.9+ if someone comes from future;p) And oops;p sorry for posting it two times, instead of editing / wrong button:C, fixed that. 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. |
|||
« Next Oldest | Next Newest »
|