SSTU-TANK-MUS RCS is in the wrong position with respect to the mount
blowfishpro opened this issue ยท 4 comments
RCS Function -- Interesting; the module should -already- be on the part, as part of the part config. Could be that I missed that, or that I'm not updating the modules' transform and/or effects properly.
RCS Positioning -- yep, bit of a known issue. I have to go into each of the model definitions for the mounts/noses and add the model-relative RCS position, movement range, and movement angle. Currently if the model def doesn't have a position spec, the code just places it at the 'origin' of the model, which is mostly incorrect, but a good enough 'default' for when values aren't specified. Probably good to have this as an official issue though, as it is one of the more noticeable problems with the parts.
List of models that need verified / fixed:
- model = Model-TankCap-Inset
- model = Model-TankCap-Flat
- model = Mount-Nova
- model = Mount-S-II
- model = Mount-S-IVB
- model = Mount-Generic
- model = Mount-Skeletal-L
- model = Mount-Skeletal-M
- model = Mount-Skeletal-S
- model = Mount-Shroud3
- model = Mount-Shroud4
- model = Mount-Shroud5
- model = Mount-Shroud6
- model = MFT-S-ADPT-N
- model = MFT-S-ADPT-S
- model = MFT-S-ADPT-M
- model = MFT-SF-ADPT-N
- model = MFT-SF-ADPT-S
- model = MFT-SF-ADPT-M
Have added RCS position specifications to the above listed engine mounts (where needed), to at least restore the positioning from previous versions.
Have also change the default parent slot for lower RCS to be the MOUNT slot; though the part still defaults to 'RCS-None' for port model selection.