Ok thanks, in some parts worked, but in others only the audio effect is working. Cfg looks like this:
@PART[*]:HAS[@MODULE[ModuleRCS],!MODULE[ModuleRCSFX]]:Final
{
@MODULE[ModuleRCS]
{
@name = ModuleRCSFX
runningEffectName = running
}
EFFECTS
{
running
{
AUDIO
{
channel = Ship
clip = sound_rocket_mini
volume = 0.0 0.0
volume = 0.1 0.0
volume = 0.5 0.025
volume = 1.0 0.1
pitch = 0.0 0.75
pitch = 1.0 1.5
loop = true
}
MODEL_MULTI_PARTICLE
{
modelName = Squad/FX/Monoprop_small
transformName = RCSthruster
emission = 0.0 0.0
emission = 0.1 0.0
emission = 1.0 1.0
speed = 0.0 0.8
speed = 1.0 1.0
localRotation = -90, 0, 0
}
}
}
}
It only ran on parts that are RCS blocks, but it did not works primarily on capsules and cokpits with rcs.
Directly from ModuleManager.ConfigCache, an example of a part where it did not work:
What do you think?
Thanks.