Hi everyone,
First timer here.
I'm making a mod to allow us to tweak suspensions in-flight, and well, it's done, I just need to know how to add it to existing parts, if that's possible at all?
I mean, I know I can edit the .cfg file of each part and shove my module in there, but that's just dirty.
I tried the following with ModuleManager but I think I don't quite understand how it works yet =P
@PART[*]:HAS[@MODULE[ModuleWheelSuspension]]:FOR[TweakableSuspensions]
{
MODULE
{
name = ModuleTweakableSuspensions
}
}