I like to play with a very heavy moded ksp. I was looking at the log and trying to - fix- some errors to get the game to run better. I saw that your lights were geting flaged with " PartLoader Warning: Variable minimum_Drag not found in Part - PartLoader Warning: Variable maximum_Drag not found in Part". So I thought, ea that should be an easy fix..and then I found the problem. The config file looks like one long line of text with few spaces between important words. Looked simple, just put a few spaces in and move on,boy was i wrong. Nothing I did would fix the errors until after many,many different tries(ended up with 2 ton lights that i couldnt change!). Then i found it. There are "hidden" spaces in the code like where it says -defaultminimum_Drag = 0.01maximum_Drag = 0.01angularDrag = 0.01- I had to delete the ghost spaces, hit enter after every value and then put it all in between { }'s to get rid of the error logs and to be able to change the values.