08-09-2013, 06:49 PM
As I recall the color changes in engine.dll.
Just do not know where.
For example here is the code of action at a certain karma
if ( v14 >= 6000 && v14 < 19000 )
{
if ( *((_BYTE *)v36 + 1093928) & 8 || *((_DWORD *)v36 + 273483) )
return;
v42 = 3;
goto LABEL_70;
}
Do you know what does this code do? No, you dont. Even because this code does not associated with the colors. Its just a couple of conditions.
Btw dunno where did you find this code

