Log in

View Full Version : Need Help With Modding Dungeon Defenders



Pohzessed
12-24-2011, 04:41 AM
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..

Idlehands88
12-24-2011, 04:48 AM
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

Pohzessed
12-24-2011, 04:53 AM
Lost me

127+40 = 167

How does that give me the hex?

Idlehands88
12-24-2011, 04:58 AM
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