How to change the thickness/size of the lasers?

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
1xiNOVAix1
Recruit Womprat Killer
Posts: 5
Joined: Sat Nov 21, 2020 7:47 am
Projects :: No Mod project currently.
Games I'm Playing :: SWBF2
xbox live or psn: No gamertag set

How to change the thickness/size of the lasers?

Post by 1xiNOVAix1 »

How do I change the thickness/size of the lasers l'm messing with all the script files and I found no clue on how to change it... Please help me change it.
I only want to change both width and length for my mod. :D
User avatar
Benoz
Corporal
Corporal
Posts: 140
Joined: Tue May 28, 2013 12:34 pm
Projects :: Clone Wars Era Mod Version 2
Games I'm Playing :: OldFront - EAFront
xbox live or psn: No gamertag set
Location: Germany

Re: How to change the thickness/size of the lasers?

Post by Benoz »

look at the weapon.odf file, the laser parameters are usually stored in the weapons parent.odf
Edit these lines:

Code: Select all

[Properties]
LaserGlowColor	    = "255 0 0 200"
LightColor          = "255 0 0 255"
LaserLength         = "0.75"
LaserWidth          = "0.08"
GlowLength          = "0.75"
BlurLength          = "0.75"
LightRadius         = "4.0"

GlowLength          = "3"
BlurLength          = "5"
1xiNOVAix1
Recruit Womprat Killer
Posts: 5
Joined: Sat Nov 21, 2020 7:47 am
Projects :: No Mod project currently.
Games I'm Playing :: SWBF2
xbox live or psn: No gamertag set

Re: How to change the thickness/size of the lasers?

Post by 1xiNOVAix1 »

Thank you so much i’ll try it later!
1xiNOVAix1
Recruit Womprat Killer
Posts: 5
Joined: Sat Nov 21, 2020 7:47 am
Projects :: No Mod project currently.
Games I'm Playing :: SWBF2
xbox live or psn: No gamertag set

Re: How to change the thickness/size of the lasers?

Post by 1xiNOVAix1 »

Apparently I can't find where the odf file is, can you please tell me the specific location of it?
User avatar
Benoz
Corporal
Corporal
Posts: 140
Joined: Tue May 28, 2013 12:34 pm
Projects :: Clone Wars Era Mod Version 2
Games I'm Playing :: OldFront - EAFront
xbox live or psn: No gamertag set
Location: Germany

Re: How to change the thickness/size of the lasers?

Post by Benoz »

it's in the sides/common/odf folder
Post Reply