Author Topic: How do I edit an add-on?  (Read 1485 times)




Code: [Select]
datablock fxLightData(EmptyLight : RedOrangeLight)
{
uiName = "Empty Light";
radius = 0;
brightness = 0;
color = "0 0 0 0";
flarebitmap = "base/lighting/lightfalloffmono”;
};

You used the wrong sort of quotation. It has to be " not ”


???
Where?
The 7th line of code that I posted.
The one you added to earlier.

The 7th line of code that I posted.
The one you added to earlier.
Can't you just edit it to where it should be?

Quote
datablock fxLightData(EmptyLight : RedOrangeLight)
{
   uiName = "Empty Light";
   radius = 0;
   brightness = 0;
   color = "0 0 0 0";
   flarebitmap = "base/lighting/lightfalloffmono;
};
All you have to do is replace it with a proper "

All you have to do is replace it with a proper "
oh my god forget these "smart quotes" I wish those would just stay off
Anyways, it works now. The lights need some tweaking though.

well I tried checking out the gun to see if it would be easy to edit
but what the forget is all this gibberish