Jump to content

Looking for SDHI Service Module v1.3


therealcrow999

Recommended Posts

I'm looking for version of SDHI_Service_Module_v1_3, if anyone has it can they upload it here for me. I had that version copy but I accidentally deleted it.

Please don't link me to version 1.5, I know where to find that version.

Thanks in advanced!

I have 1.2 if that helps. At least that's what the README says. Let me know if you want it.

Link to comment
Share on other sites

So I replace this code:


MODULE
{
name = RealChuteModule
material = Nylon
caseMass = 0.2
timer = 0
mustGoDown = true
cutSpeed = 0.5
spareChutes = 5
secondaryChute = true

// Main chutes
capName = chute_cover_mains
parachuteName = canopy_main
preDeploymentAnimation = SDHI_ParaDock_1_main_semi_deploy
deploymentAnimation = SDHI_ParaDock_1_main_full_deploy
preDeployedDiameter = 3
deployedDiameter = 55
minIsPressure = false
minDeployment = 1500
deploymentAlt = 700
cutAlt = -1
preDeploymentSpeed = 2
deploymentSpeed = 6

// Drogue chutes
secCapName = chute_cover_drogue
secParachuteName = canopy_drogue
secPreDeploymentAnimation = SDHI_ParaDock_1_drogue_semi_deploy
secDeploymentAnimation = SDHI_ParaDock_1_drogue_full_deploy
secPreDeployedDiameter = 5
secDeployedDiameter = 10
secMinIsPressure = false
secMinDeployment = 40000
secDeploymentAlt = 7000
secCutAlt = 2000
secPreDeploymentSpeed = 1
secDeploymentSpeed = 4
}

With this one from 1.3:


// Drogue Parachutes
MODULE
{
name = ModuleParachute
invertCanopy = true
autoCutSpeed = 50
capName = chute_cover_drogue
canopyName = canopy_drogue
semiDeployedAnimation = SDHI_ParaDock_1_drogue_semi_deploy
fullyDeployedAnimation = SDHI_ParaDock_1_drogue_full_deploy
stowedDrag = 0.22
semiDeployedDrag = 4
fullyDeployedDrag = 80
minAirPressureToOpen = 0.1
deployAltitude = 7000
deploymentSpeed = 1.5
semiDeploymentSpeed = 1.5
}

// Main Parachutes
MODULE
{
name = ModuleParachute
invertCanopy = true
autoCutSpeed = 0.5
capName = chute_cover_mains
canopyName = canopy_main
semiDeployedAnimation = SDHI_ParaDock_1_main_semi_deploy
fullyDeployedAnimation = SDHI_ParaDock_1_main_full_deploy
stowedDrag = 0.22
semiDeployedDrag = 40
fullyDeployedDrag = 1500
minAirPressureToOpen = 0.3
deployAltitude = 500
deploymentSpeed = 1
semiDeploymentSpeed = 1
}

Link to comment
Share on other sites

This thread is quite old. Please consider starting a new thread rather than reviving this one.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...