Page 1 of 1

How to change the thickness/size of the lasers?

Posted: Sat Nov 21, 2020 7:55 am
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

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

Posted: Sat Nov 21, 2020 8:08 pm
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"

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

Posted: Sun Nov 22, 2020 12:16 am
by 1xiNOVAix1
Thank you so much i’ll try it later!

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

Posted: Sun Nov 22, 2020 1:03 am
by 1xiNOVAix1
Apparently I can't find where the odf file is, can you please tell me the specific location of it?

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

Posted: Sun Nov 22, 2020 9:32 am
by Benoz
it's in the sides/common/odf folder