-
2 Attachment(s)
Charlie Murder Item Modding
Hey guys, here is a tutorial for how to mod items on Charlie Murder.
REQUIREMENTS:
USB Flash Drive (formatted to an Xbox MU)
Hex Editor
Horizon
How to get the save file onto your computer:
How to mod the Item in a Hex Editor:
1. Press Crtl+F to open the Find option, make sure Type is set to Text and not Hex.
2. In the Value option, type the name of the Item you wanted to mod.
3. Press Enter or OK. It should find your Item, if not, make sure you spelt the Item's name correctly.
4. Refer to this IMAGE to know what and where everything for the item is.
5. Mod the item and save the file.
6. Go back to Horizon and replace the modded game.sav file over the game.sav file in your Save.
7. Press the Save, Rehash and Resign button.
8. Plug your USB back into the xbox and enjoy!
NOTE: EVERYTHING IN THIS GAMESAVE IS WRITTEN AS LITTLE ENDIAN, MEANING THAT THE HEX VALUES ARE REVERSED!!!
EXAMPLE ITEM:
BEFORE:
AFTER:
Item Effect ID's:
Code:
01 - Fire
02 - Thunder
03 - Poison
04 - Acid
05 - Fire Resist
06 - Thunder Resist
07 - Poison Resist
08 - Acid Resist
09 - Leech
0A - Knockback
0B - Cooldown
0C - Wounding
0D - Stun
0E - Crit
0F - Frost
10 - Dark Fire
11 - Food Power
12 - Req. Strength
13 - Req. Speed
14 - Req. Defense
15 - Req. Anar-Chi
16 - Rapid Jabs!
17 - Block to Cooldown
18 - Shockwave Slams!
19 - Shockwave Falldown
1A - Shockwave Counter!
1B - Stasis
1C - Wave Uppercut
1D - Wave Kick
1E - Blink
1F - Bruiser
-
Re: Charlie Murder Item Modding
-
Re: Charlie Murder Item Modding
Nice thread. Thanks for making this because there is not many tutorials for some reason on modding for the game. Oh and could you tell me what to change the values too. Sorry I'm a hex edit noob. XD http://prntscr.com/3wxdhh Also could you have like an downloadable example with 1 or 2 modded items.
-
2 Attachment(s)
Re: Charlie Murder Item Modding
I could also use help in modifying my equipment. It is for my Corpse in case it matters. I am attempting to modify the Party King hat, the Button Up, and the Honey Badger Claws. Here is a screenshot of the party king hat, I should be able to figure the rest out with some help. Attachment 15239
-
Re: Charlie Murder Item Modding
Nice Tut! Any chance for a starter save Idle? :) I love your work!
-
Re: Charlie Murder Item Modding
I am not sure where to mod my things...if I gave you my save could you mod the clothing for me?
-
Re: Charlie Murder Item Modding
Quote:
Originally Posted by
HoneyBadja
Nice thread. Thanks for making this because there is not many tutorials for some reason on modding for the game. Oh and could you tell me what to change the values too. Sorry I'm a hex edit noob. XD
http://prntscr.com/3wxdhh Also could you have like an downloadable example with 1 or 2 modded items.
ive been playing around with it and there is a code that maxes them out just dont use the code on speed the code is 17 07 7F 7F this wiil max the stats out but ass for adding maxed out things like cool do and stuff idk it just froz the game
-
Re: Charlie Murder Item Modding
Quote:
Originally Posted by
ccb123
ive been playing around with it and there is a code that maxes them out just dont use the code on speed the code is 17 07 7F 7F this wiil max the stats out but ass for adding maxed out things like cool do and stuff idk it just froz the game
I am not having problem with the value itself but rather where to FIND it! Like where they are all located because I have seen the picture but idk it kind of confuses me on where the stats on my items are.
-
Re: Charlie Murder Item Modding
Quote:
Originally Posted by
Xenoith
Nice Tut! Any chance for a starter save Idle? :) I love your work!
http://www.360haven.com/forums/threa...Murder-Starter
-
Re: Charlie Murder Item Modding
Not knowing where to change the values...Exactly my issue. :004:
-
Re: Charlie Murder Item Modding
-
Re: Charlie Murder Item Modding
This game is way funner modding items!
Thanks for the ez tut!
Any chance you can show some skills/money/followers modding?
-
Re: Charlie Murder Item Modding
Awesome work! This is great, thanks.
-
Re: Charlie Murder Item Modding
This is a SICK tut! Thank you so much!
-
Re: Charlie Murder Item Modding
So, I've run into a small problem, nearly everything works for me so far (Ill Screenshot my Gear in a bit) but I can't get the Anar-Chi on my hat to ridiculous levels, it just stays at 1.4MB, I've been able to do, literally, everything else (I added Dark Fire, Stasis, Rapid Jab, Stun, Leech, Cooldown and Food power with "7E7E7E7E" {where applicable}) But that Anar-chi is giving me some problems, does anyone have any Ideas on this?
-
Re: Charlie Murder Item Modding
Quote:
Originally Posted by
lightrampage
So, I've run into a small problem, nearly everything works for me so far (Ill Screenshot my Gear in a bit) but I can't get the Anar-Chi on my hat to ridiculous levels, it just stays at 1.4MB, I've been able to do, literally, everything else (I added Dark Fire, Stasis, Rapid Jab, Stun, Leech, Cooldown and Food power with "7E7E7E7E" {where applicable}) But that Anar-chi is giving me some problems, does anyone have any Ideas on this?
Please provide a screenshot of the hat in Hex Workshop.
-
Re: Charlie Murder Item Modding
Thanks Mate but I got it working, I have no Idea why it fixed the issue but I used some Mimics Blood to switch my modded stats to something else then edited the Anar-chi on that hat and it worked perfectly. Again, you rock and this tut was SIIIIICK! XD TYVM!
-
Re: Charlie Murder Item Modding
Quote:
Originally Posted by
HoneyBadja
I am not having problem with the value itself but rather where to FIND it! Like where they are all located because I have seen the picture but idk it kind of confuses me on where the stats on my items are.
then could you help me with the values then
-
Re: Charlie Murder Item Modding
Put this for the Hex Values "3B9AC9FF" (without the quotation marks of course), that turns into 999999999 in Decimal form.
-
Re: Charlie Murder Item Modding
Quote:
Originally Posted by
lightrampage
Put this for the Hex Values "3B9AC9FF" (without the quotation marks of course), that turns into 999999999 in Decimal form.
i did but it did didnt change in the game
-
Re: Charlie Murder Item Modding
http://www.rapidtables.com/convert/n...mal-to-hex.htm this will help you guys get your disired decimals i hope for your hex
-
Re: Charlie Murder Item Modding
-
Re: Charlie Murder Item Modding
so since the hex string is little indian, does that mean that the hexed (77359400) would be little indian as well (00495377)?
-
Re: Charlie Murder Item Modding
Quote:
Originally Posted by
DeniedKill
so since the hex string is little indian, does that mean that the hexed (77359400) would be little indian as well (00495377)?
No, it would be 00943577. It's only the bytes that are reversed, not the numbers. Each byte is made up of 2 numbers/letters.
77 35 94 00 = 00 94 35 77 = 2,000,000,000 in Decimal
The way you have it is:
00 49 53 77 = 77 53 49 00 = 2,001,946,880 in Decimal
-
Re: Charlie Murder Item Modding
Trying to figure out where exactly the item name ends and the stats begin. If the reference picture had the hex for the item name highlighted in the same color as the plain text, it would make it infinitely easier to tell where to start editing. I joined just so I could post about this. I'm at my wit's end trying to figure this out.
-
Re: Charlie Murder Item Modding
Hello Could Send a save with Modded items? I tried to use that your save and he is not working saying that not in this update if you can have your new modded save?
-
Re: Charlie Murder Item Modding
-
Re: Charlie Murder Item Modding
The Same question over here, been trying to figure out how to hex edit and well i was abe to learn how to edit Mass Effect Stats on Hex but this one if freaking me out, a little help with the Hex Editing process Screenshots?
-
Re: Charlie Murder Item Modding
Nevermind, re-read the tutorial a couple of times and figured out what i did wrong. I'll start messing out with it and figure what nice thingys i can get me, You're awesome dude.
-
Re: Charlie Murder Item Modding
-
Re: Charlie Murder Item Modding
-
Re: Charlie Murder Item Modding
thanks for the tut ima try it out
-
Re: Charlie Murder Item Modding
This is a image of a modded item from my save i,ve added rapid jabs, attack, defense,kb,poison and the rest but i need to do speed any advice
Link
https://drive.google.com/open?id=0B0...lg3UFF1Z0xTUmM
It would be appreciated
-
Re: Charlie Murder Item Modding
That so called "tut" is soooo half assed
-
Re: Charlie Murder Item Modding
Quote:
Originally Posted by
HybridMax
That so called "tut" is soooo half assed
And how is it "half assed"? It shows you the requirements you needs, how to get your save onto your PC and how to mod/rehash the save. Don't see anything else I'm missing or half assed. Don't get salty because you're reading level is half assed lol.