sumghai / SDHI_ServiceModuleSystem

Parts pack for Kerbal Space Program that consists of a stockalike Service Module and accessories inspired by NASA’s Orion MPCV, and designed specifically for use with the stock Mk1-3 Command Pod.
Other
23 stars 9 forks source link

Support for DennyTX's Docking Camera plugin #83

Closed sumghai closed 8 years ago

sumghai commented 8 years ago

Forums user Delta_8930 has requested the addition of support for DennyTX's Docking Camera plugin on the two Parachute-equipped docking ports in SDHI SMS, using an MM patch similar to the following:

@PART[*]:HAS[@MODULE[ModuleDockingNode],!MODULE[DockingCameraModule]]:Final
{
        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
        }
} 
sumghai commented 8 years ago

According to the official release thread, the add-on appears to only be available from the now-defunct KerbalStuff.

It'll be up to DennyTX to rehost it, or alternatively I could ask for a user to send me their copy of the plugin.

sumghai commented 8 years ago

Received copy of plugin from Delta_8930, testing in progress.

sumghai commented 8 years ago

Delta_8930 has confirmed that the patch works to his satisfaction - this is ready for the next release.

Closing.