Hex Editing Glow Problem [Solved]
Posted: Tue Jul 10, 2012 8:55 pm
Hidden/Spoiler:
The weird things was that the object didn't really glow all the strongly. Then I remembered what AQT wrote on my WIP thread. (Although posted by AQT the original post was made by AceMastermind again)[color=#FF8040]AceMastermind[/color] wrote: 0B = Emissive, Glow, Doublesided
So then I looked up what 49 meant.AQT wrote:That value combines transparency with glow. It's found in the stock CTF vortex model. Or you can do 48; it works either way.[color=#FF8040]AceMastermind[/color] wrote:List of unknown hex found 5 places after ATRB in various msh files:
Hex/My best guess
...
49 = ?
...
So I though, okay, well we want to find a hex edit value with both properties, right? We need a value which is Emissive, Doublesided, Additive, and provides Glow, as well. So I looked up the value for that, which turned out to be 4B. So I went into a hex editor, changed the value to 4B, which lead to this:[color=#FF8040]AceMastermind[/color] wrote:49 = Emissive, Doublesided, Additive
Hidden/Spoiler:
Thanks in advance.


