tatlopuyo, use my Global Editor tool and insert the hex strings you've found in sets of 4 bytes (8 hex characters) to see if they make sense as float values.
For example, the first new string you posted is E4 38 0E 3F 00 00 80 3F. Let's see.
E4380E3F is reported by Global Editor to be 0.5555556.
0000803F is 1.
So yeah, that looks like it could be a set of lighting parameters.
So when you find a hex string that occurs a lot of times and you want to see if it makes any sense, break it up every 8 hex characters, remove the spaces, and put it in a Global Editor box to see what float value it gives you. Also, you can use my Recurring Hex tool which gives you every recurring pattern and the float values it contains, if any.
Download it here:
http://www.mediafire.com/download.php?eb524c5l72iz5br====================================================
Post moved to new topic.
viewtopic.php?f=143&t=85238