Jump to content

Need help with modifying default color TINT.


haha007jw

Recommended Posts

so far, i've find out how to change TINT colors in the wiki.

 

UPK_FILE=Startup.upk
OBJECT=UnitPalettes.ArmorTint
REL_OFFSET=32
[MODDED_CODE]
// entry #0
<Primary>
<StructProperty>
<%u 0x00000010>
<%u 0x00000000>
<LinearColor>
<%f 1.0> <%f 0.5> <%f 1.0> <%f 1.0> // (R, G, B, A)
<Secondary>
<StructProperty>
<%u 0x00000010>
<%u 0x00000000>
<LinearColor>
<%f 0.00> <%f 0.00> <%f 0.00> <%f 1.0> // (R, G, B, A)
<None>

 

problem is, what shall i do to change default color tint ?

i've tried REL_OFFSET=31 or 33 (crash). and // entry #-1 (nothing happened).

some one please lend me a hand, thanks so much!!!

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...