Page 1 of 1
How to Laser Color?
Posted: Sat Jul 11, 2015 3:07 pm
by MissingTexture
I am having a problem changing the AT-RT laser from red to blue. I got to the weapon's ordnance file (rep_weap_walk_oneman_atst) and replace the laser texture and laser color with the one's from the clone rifle, but it doesn't work. Any idea what i should do?
Re: How to Laser Color?
Posted: Sat Jul 11, 2015 3:27 pm
by Noobasaurus
Code: Select all
LaserTexture = "com_sfx_laser_green"
LaserGlowColor = "42 249 42 100"
LaserLength = "15"
LaserWidth = "0.75"
LightRadius = "7"
You can also change the laser glow color along with the texture.
Re: How to Laser Color?
Posted: Sat Jul 11, 2015 9:12 pm
by jojo3450
change the laser glow color
Re: How to Laser Color?
Posted: Sat Jul 11, 2015 11:30 pm
by MissingTexture
Thanks guys found the correct file to edit!