Page 1 of 1

Muzzle flash color change [Solved]

Posted: Wed Jul 18, 2012 5:32 am
by Anakin
Hi,

i just changed the color of a weapon, but now i have the problem, that the explosion color at the weapon is still red and the color of the laser yellow. How can i do the changes for the rifle explosion color, too?
Hidden/Spoiler:
Image

Re: Laser color change

Posted: Wed Jul 18, 2012 5:42 am
by THEWULFMAN
FlashColor = "255 255 80 255"
FlashLength = 0.025
FlashColor = "255 255 100 255"
FlashLength = 0.025
FlashLightColor = "255 255 220 175"
FlashLightRadius = "2.0"
FlashLightDuration = "0.25"
Put this in your weapon's main ODF. If it already has it, change it to match this.

Re: Laser color change

Posted: Wed Jul 18, 2012 5:44 am
by Anakin
thanks