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