Need Help With Modding Dungeon Defenders
I just need to know what the hex code thing is for the number 40
Like how
FF = 128
FE = 127
What would 40 be?
Thanks..
Re: Need Help With Modding Dungeon Defenders
Quote:
Originally Posted by
Pohzessed
I just need to know what the hex code thing is for the number 40
Like how
FF = 128
FE = 127
What would 40 be?
Thanks..
Well 7F(127) = 0 so what you need to do is take 127+40= 167
Re: Need Help With Modding Dungeon Defenders
Lost me
127+40 = 167
How does that give me the hex?
Re: Need Help With Modding Dungeon Defenders
Quote:
Originally Posted by
Pohzessed
Lost me
127+40 = 167
How does that give me the hex?
Ummmm... convert 167 from Dec to Hex using your Computers Calculator... 167= A7