How to Laser Color?

In this forum you will find and post information regarding the modding of Star Wars Battlefront 2. DO NOT POST MOD IDEAS/REQUESTS.

Moderator: Moderators

Post Reply
MissingTexture
2nd Lieutenant
2nd Lieutenant
Posts: 380
Joined: Sat Jun 13, 2015 10:51 am
Projects :: SW Resistance Rising
Location: Toronto, ON

How to Laser Color?

Post 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?
Noobasaurus
Droid Pilot Assassin
Droid Pilot Assassin
Posts: 2006
Joined: Tue Aug 17, 2010 5:56 pm

Re: How to Laser Color?

Post 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.
jojo3450
Rebel Warrant Officer
Rebel Warrant Officer
Posts: 317
Joined: Fri Jul 18, 2014 12:29 am
Projects :: No Mod project currently.
Games I'm Playing :: starwarsBattlefront2
xbox live or psn: No gamertag set

Re: How to Laser Color?

Post by jojo3450 »

change the laser glow color
MissingTexture
2nd Lieutenant
2nd Lieutenant
Posts: 380
Joined: Sat Jun 13, 2015 10:51 am
Projects :: SW Resistance Rising
Location: Toronto, ON

Re: How to Laser Color?

Post by MissingTexture »

Thanks guys found the correct file to edit!
Post Reply