Home » Fable TLC » Development » Advanced Modding » STB crap
Re: STB crap [message #11139 is a reply to message #7527] |
Mon, 14 August 2006 03:20 |
Hunter
Messages: 108 Registered: September 2005 Location: San Jose, CA
|
Idle Hands of the Devil
|
|
|
Awesome! Looks like our mystery dword type is a custom type...
Here are binary representations of several values.
Update: Based on pattern, I assumed its a floating point value type. Especially since the first 16 bits match their existing 16bit floating point type.
1bit sign, 4bits exponent, 27bits mantissa
value = (-1^s)*(2^(e-7))*(f/0x8000000)
(this assumes denormalized)
s eeee fff ffffffff ffffffff ffffffff value
0 0111 100 00100110 11010110 11010100 0.5189644396305084228515625
0 0111 011 10011100 11000011 11110010 0.45154561102390289306640625
0 0111 000 10100000 11010110 01001001 0.078533716499805450439453125
1 0111 100 00100110 11000100 10101001 -0.518929786980152130126953125
0 0111 011 10011100 10011011 00110000 0.45146787166595458984375
0 0111 001 11000100 10001101 10010110 0.22097317874431610107421875
0 0111 001 10100000 11001111 10101001 0.203521080315113067626953125
1 0111 001 01101111 11100110 11100001 -0.179639585316181182861328125
0 0111 100 00111000 00111010 10001101 0.527455426752567291259765625
0 0111 011 01110001 00111100 11110011 0.430292032659053802490234375
1 0111 100 00000001 10000100 01011111 -0.500740759074687957763671875
0 0111 010 10111000 00110110 10110101 0.339948095381259918212890625
0 0111 100 00000010 00011000 01011010 0.50102300941944122314453125
0 0111 011 01111001 11101000 10000110 0.43452553451061248779296875
0 0111 010 00101010 11011000 00111011 0.270920239388942718505859375
1 0111 010 10011011 11111011 10001000 -0.326163351535797119140625
0 0111 010 10000010 00000001 01011100 0.3134791553020477294921875
0 0111 100 00001110 01111000 10011110 0.50706599652767181396484375
[Updated on: Mon, 14 August 2006 03:57] Report message to a moderator
|
|
|
|
|
STB crap
By: Keshire on Fri, 14 April 2006 01:09
|
|
|
Re: STB crap
|
|
|
Re: STB crap
By: Hunter on Fri, 04 August 2006 07:36
|
|
|
Re: STB crap
By: Hunter on Sat, 05 August 2006 06:32
|
|
|
Re: STB crap
By: Keshire on Sat, 05 August 2006 10:17
|
|
|
Re: STB crap
By: Keshire on Sun, 06 August 2006 23:09
|
|
|
Re: STB crap
By: Keshire on Tue, 08 August 2006 01:43
|
|
|
Re: STB crap
By: Hunter on Tue, 08 August 2006 02:23
|
|
|
Re: STB crap
By: Keshire on Tue, 08 August 2006 02:36
|
|
|
Re: STB crap
By: Hunter on Tue, 08 August 2006 03:20
|
|
|
Re: STB crap
By: Keshire on Tue, 08 August 2006 03:22
|
|
|
Re: STB crap
|
|
|
Re: STB crap
By: Keshire on Tue, 08 August 2006 21:52
|
|
|
Re: STB crap
By: Keshire on Tue, 08 August 2006 21:59
|
|
|
Re: STB crap
By: Hunter on Wed, 09 August 2006 15:00
|
|
|
Re: STB crap
By: Hunter on Mon, 14 August 2006 03:20
|
|
|
Re: STB crap
By: BayStone on Mon, 09 April 2007 12:31
|
|
|
Re: STB crap
By: Keshire on Mon, 09 April 2007 13:58
|
|
|
Re: STB crap
By: Hunter on Mon, 09 April 2007 16:14
|
|
|
Re: STB crap
By: BayStone on Mon, 09 April 2007 17:21
|
|
|
Re: STB crap
By: Keshire on Mon, 09 April 2007 17:34
|
|
|
Re: STB crap
By: Hunter on Tue, 10 April 2007 15:18
|
Goto Forum:
Current Time: Wed Dec 04 11:26:56 PST 2024
Total time taken to generate the page: 0.12236 seconds
|