So to understand this:
- create a cfg file in GameData
- @PART[*] match any part
- that HAS[@MODULE:[SSTUVolumeContainer]
- provided that USI-LS in stalled: NEEDS[USILifeSupport]
- Add to each section that has a @Module[SSTUVolumeContainer]
- @Container, 0 [*] ? match any if 0 add???
That would mean I can add the camera mod with to any SSTU capsule:
@PART[SSTU-SC-*]
{
MODULE
{
name = DockingCameraModule
allowedDistance = 1000
nightVisionArgs = 0.5,0.7,0.5,0.5
targetCrossColor = 0.9,0.0,0.0,1.0
targetCrossColorOLDD = 0.0,0.0,0.9,1.0
noise = true
}
}
Need to test! thanks for the info