SDHI Service Module System

SDHI Service Module System

60.7k Downloads

Support for DennyTX's Docking Camera plugin

sumghai opened this issue ยท 3 comments

commented

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
        }
} 
commented

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.

commented

Received copy of plugin from Delta_8930, testing in progress.

commented

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

Closing.