Author Topic: Changing colors  (Read 766 times)

I noticed on a lot of mods, like the destructo gun, and the multi-tool, that they are guns but differently colored. How do you do that?

Code: [Select]
   doColorShift = true;
   colorShiftColor = ObJECTItem.colorShiftColor;//"R B G";
Do color shift.
« Last Edit: October 28, 2007, 11:50:52 AM by BattleKon001 »

One thing Gikon forgot to mention is that there are 2 different places to color-shift in.
The first place is in the Item datablock, and the second place is in the WeaponImage datablock.
In the Item DB, the color-shift only affects the pick-up-able item and its inventory picture.
The WeaponImage DB, however, affects the actual item that you hold. It also usually piggy-backs on the Item's colorshift, as Gikon was showing you.