Page 1 of 1
Award Weps (Solved)
Posted: Sat Jul 26, 2008 6:36 am
by REivEN
Ok i wanted that the Award Weapons of the Republic have Blue lasers instead of Purple but if i change them the CIS side has the Blue laser's is there a way to change the award rifle laser's color without changing the CIS
Re: Award Weps
Posted: Sat Jul 26, 2008 8:32 am
by Aman/Pinguin
I guess you edited "com_weap_award_rifle_ord.odf"?
Of course it changed the CIS one then.
You have to take the lines which define the color
Code: Select all
LaserTexture = "com_sfx_laser_purple"
LaserGlowColor = "224 128 224 100"
LightColor = "224 128 224 150"
LightRadius = "4.0"
and place them in the "rep_weap_award_rifle_ord.odf" file. Then edit them there.
Re: Award Weps
Posted: Sat Jul 26, 2008 9:58 am
by REivEN
Big Thanks Pinguin