Jump to content

[1.12.*] Deadly Reentry v7.9.0 The Barbie Edition, Aug 5th, 2021


Starwaster

Recommended Posts

Not sure if this is doable, but could the next release of DR make it dangerous to get too close to the surface of the Sun? I.e., you'd need heatshields to get close enough to safely collect science from "near the Sun" without burning up. Kind of like in Sunshine.

Link to comment
Share on other sites

Where I can get bigger heatshields? All of them have to small diameter for ship like this:

http://i.imgur.com/13k5JmZ.jpg

I would burn up my radiators and landing legs... so for now I just brake to 0, as there were no atmosphere.

You could use http://forum.kerbalspaceprogram.com/threads/70676-WIP-Procedural-Parts-Parts-the-way-you-want-em

Link to comment
Share on other sites

Hey guys, just FYI. I think I solved the problem I was having. It has to do with the Deadly Reentry .dll file that comes with the PlaCo Heatshields pack. WARNING: DO RUN THIS .DLL - IT WILL COMPLETELY SCREW UP YOUR DEADLY REENTRY MOD.

I hope this helps any else who runs into this.

errrr if Placo COMES with a DRE dll then... wow that's got to be painfully outdated. No wonder you had trouble.

Link to comment
Share on other sites

I apologize if this is already a known issue, but has anybody else been having trouble with 'TweakableEverything 1-2' causing the heat shields to continuously play a puff of white smoke in both the VAB and low level flight?

I spent a good chunk of the past hour removing mods one by one until I found the culprit, and it definitely seems to be TweakableEverything; remove it and the puff of smoke goes away only to return when the mod is replaced.

Link to comment
Share on other sites

I'm trying to add heat shields to some command pods I downloaded, specifically the Spacex Dragon capsule by LazTek. I added these lines to the capsules .cfg but it didn't work. Can anybody tell me where i'm going wrong?

 MODULE
{
name = ModuleHeatShield
direction = 0, -1, 0 // bottom of pod
reflective = 0.05 // 5% of heat is ignored at correct angle
ablative = AblativeShielding
loss
{ // loss is based on the shockwave temperature (also based on density)
key = 650 0 // start ablating at 650 degrees C
key = 1000 64 // peak ablation at 1000 degrees C
key = 3000 80 // max ablation at 3000 degrees C
}
dissipation
{ // dissipation is based on the part's current temperature
key = 300 0 // begin ablating at 300 degrees C
key = 500 360 // maximum dissipation at 500 degrees C
}
}
RESOURCE
{
name = AblativeShielding
amount = 250
maxAmount = 250
}

MODULE
{
name = ModuleDecouple
ejectionForce = 40
explosiveNodeID = bottom
staged = true
}

Link to comment
Share on other sites

Sorry, I wasn't sure how much I needed to add, kinda new to this side of things!

I mean not working as in the ablative shielding value doesn't appear on the resource panel. I've been taking that to meant that i've done something wrong somewhere along the line.

Here's the full part.cfg:

PART{
name = LazTekDragonV2
module = Part
author = Lazarus Luan

scale = 1.0
rescaleFactor = .85
mesh = model.mu

node_stack_top = 0.0, 2.05, 0.0, 0.0, 1.0, 0.0
node_stack_dock = 0.0, 1.8, 0.0, 0.0, 1.0, 0.0, 0
node_stack_bottom = 0.0, -0.8, 0.0, 0.0, -1.0, 0.0

TechRequired = metaMaterials
entryCost = 24000
cost = 1200
category = Pods
subcategory = 0
title = SpaceX Dragon V2 Capsule
manufacturer = LazTek
description = A remarkable feat of engineering, the seven-person 2.5 meter reusable Dragon 2 capsule is equipped with six-direction Draco RCS thrusters, interior and exterior lighting, retractable landing gear and opening hatch. A second-generation PICA-X heatshield is built in for atmospheric returns with enough monopropellant on board for fully-powered soft landings on virtually any planetary body.

attachRules = 1,0,1,1,1

mass = 4
dragModelType = default
maximum_drag = 0.2
minimum_drag = 0.1
angularDrag = 2
crashTolerance = 45
maxTemp = 3400

vesselType = Ship

CrewCapacity = 7

INTERNAL
{
name = DragonV2Command
}

MODULE
{
name = ModuleCommand
minimumCrew = 0
}

RESOURCE
{
name = ElectricCharge
amount = 1000
maxAmount = 1000
}

MODULE
{
name = ModuleSAS
}

MODULE
{
name = ModuleReactionWheel

PitchTorque = 10
YawTorque = 10
RollTorque = 10

RESOURCE
{
name = ElectricCharge
rate = 0.8
}
}

MODULE
{
name = ModuleRCS
thrusterTransformName = RCSthruster
thrusterPower = 1
resourceName = MonoPropellant
atmosphereCurve
{
key = 0 290
key = 1 200
}
}

RESOURCE
{
name = MonoPropellant
amount = 1200
maxAmount = 2000
}

MODULE
{

name = ModuleLandingLeg

animationName = DragonGear
wheelColliderName = wheelCollider
suspensionTransformName = LowerLegs
orientFootToGround = false
landingFootName = Foot
alignFootUp = false
suspensionUpperLimit = 0.85
impactTolerance = 200
suspensionSpring = 5
suspensionDamper = 2
}

MODULE
{
name = ModuleAnimateGeneric
animationName = DragonV2Hatch
startEventGUIName = Open Hatch
endEventGUIName = Close Hatch
}

MODULE
{
name = ModuleAnimateGeneric
animationName = CabinLights
startEventGUIName = Cabin Lights On
endEventGUIName = Cabin Lights Off
}

MODULE
{

name = ModuleAnimateGeneric
animationName = BlueLights
startEventGUIName = Blue Lights Off
endEventGUIName = Blue Lights On
}

MODULE
{
name = ModuleAnimateGeneric
animationName = OuterLights
startEventGUIName = Outer Lights On
endEventGUIName = Outer Lights Off
}

MODULE
{
name = ModuleAnimateGeneric
animationName = DockingLight
startEventGUIName = Docking Light On
endEventGUIName = Docking Light Off
}

MODULE
{
name = ModuleScienceExperiment
experimentID = crewReport

experimentActionName = Crew Report
resetActionName = Discard Crew Report
reviewActionName = Review Report

useStaging = False
useActionGroups = True
hideUIwhenUnavailable = True
rerunnable = True

xmitDataScalar = 1.0
}
MODULE
{
name = ModuleScienceContainer

reviewActionName = Review Stored Data
storeActionName = Store Experiments
evaOnlyStorage = True
storageRange = 7.0
}
MODULE
{
name = FlagDecal
textureQuadName = flagSurface
}
}
MODULE
{
name = ModuleSPU
IsRTCommandStation = true
}

MODULE
{
name = ModuleHeatShield
direction = 0, -1, 0 // bottom of pod
reflective = 0.05 // 5% of heat is ignored at correct angle
ablative = AblativeShielding
loss
{ // loss is based on the shockwave temperature (also based on density)
key = 650 0 // start ablating at 650 degrees C
key = 1000 64 // peak ablation at 1000 degrees C
key = 3000 80 // max ablation at 3000 degrees C
}
dissipation
{ // dissipation is based on the part's current temperature
key = 300 0 // begin ablating at 300 degrees C
key = 500 360 // maximum dissipation at 500 degrees C
}
}
RESOURCE
{
name = AblativeShielding
amount = 250
maxAmount = 250
}

Link to comment
Share on other sites

Actually he's missing two closing braces, because I think he pasted at the end of the file past the original closing brace:


} <-original Part closing brace?
MODULE
{
name = ModuleSPU
IsRTCommandStation = true
}

MODULE
{
name = ModuleHeatShield
direction = 0, -1, 0 // bottom of pod
reflective = 0.05 // 5% of heat is ignored at correct angle
ablative = AblativeShielding
loss
{ // loss is based on the shockwave temperature (also based on density)
key = 650 0 // start ablating at 650 degrees C
key = 1000 64 // peak ablation at 1000 degrees C
key = 3000 80 // max ablation at 3000 degrees C
}
dissipation
{ // dissipation is based on the part's current temperature
key = 300 0 // begin ablating at 300 degrees C
key = 500 360 // maximum dissipation at 500 degrees C
}
}
RESOURCE
{
name = AblativeShielding
amount = 250
maxAmount = 250
}
} <-missing Module closing brace
} <-missing Part closing brace

Derp, nevermind about the closing module brace, the nesting is all messed up and I thought the Resource was supposed to be inside the Module but I see that the last Module is in fact closed. Still, the original Part closing brace is an issue as well

why in the hell am I even bleeping bothering to debug code at 4:23 in the morning??

Edited by Gaiiden
derp
Link to comment
Share on other sites

Gaiiden: wow, good catch!

Rocinante89: yeah, you have to add stuff *inside* the PART{} block. Use this.

PART
{
name = LazTekDragonV2
module = Part
author = Lazarus Luan

scale = 1.0
rescaleFactor = .85
mesh = model.mu

node_stack_top = 0.0, 2.05, 0.0, 0.0, 1.0, 0.0
node_stack_dock = 0.0, 1.8, 0.0, 0.0, 1.0, 0.0, 0
node_stack_bottom = 0.0, -0.8, 0.0, 0.0, -1.0, 0.0

TechRequired = metaMaterials
entryCost = 24000
cost = 1200
category = Pods
subcategory = 0
title = SpaceX Dragon V2 Capsule
manufacturer = LazTek
description = A remarkable feat of engineering, the seven-person 2.5 meter reusable Dragon 2 capsule is equipped with six-direction Draco RCS thrusters, interior and exterior lighting, retractable landing gear and opening hatch. A second-generation PICA-X heatshield is built in for atmospheric returns with enough monopropellant on board for fully-powered soft landings on virtually any planetary body.

attachRules = 1,0,1,1,1

mass = 4
dragModelType = default
maximum_drag = 0.2
minimum_drag = 0.1
angularDrag = 2
crashTolerance = 45
maxTemp = 3400

vesselType = Ship

CrewCapacity = 7

INTERNAL
{
name = DragonV2Command
}

MODULE
{
name = ModuleCommand
minimumCrew = 0
}

RESOURCE
{
name = ElectricCharge
amount = 1000
maxAmount = 1000
}

MODULE
{
name = ModuleSAS
}

MODULE
{
name = ModuleReactionWheel

PitchTorque = 10
YawTorque = 10
RollTorque = 10

RESOURCE
{
name = ElectricCharge
rate = 0.8
}
}

MODULE
{
name = ModuleRCS
thrusterTransformName = RCSthruster
thrusterPower = 1
resourceName = MonoPropellant
atmosphereCurve
{
key = 0 290
key = 1 200
}
}

RESOURCE
{
name = MonoPropellant
amount = 1200
maxAmount = 2000
}

MODULE
{

name = ModuleLandingLeg

animationName = DragonGear
wheelColliderName = wheelCollider
suspensionTransformName = LowerLegs
orientFootToGround = false
landingFootName = Foot
alignFootUp = false
suspensionUpperLimit = 0.85
impactTolerance = 200
suspensionSpring = 5
suspensionDamper = 2
}

MODULE
{
name = ModuleAnimateGeneric
animationName = DragonV2Hatch
startEventGUIName = Open Hatch
endEventGUIName = Close Hatch
}

MODULE
{
name = ModuleAnimateGeneric
animationName = CabinLights
startEventGUIName = Cabin Lights On
endEventGUIName = Cabin Lights Off
}

MODULE
{

name = ModuleAnimateGeneric
animationName = BlueLights
startEventGUIName = Blue Lights Off
endEventGUIName = Blue Lights On
}

MODULE
{
name = ModuleAnimateGeneric
animationName = OuterLights
startEventGUIName = Outer Lights On
endEventGUIName = Outer Lights Off
}

MODULE
{
name = ModuleAnimateGeneric
animationName = DockingLight
startEventGUIName = Docking Light On
endEventGUIName = Docking Light Off
}

MODULE
{
name = ModuleScienceExperiment
experimentID = crewReport

experimentActionName = Crew Report
resetActionName = Discard Crew Report
reviewActionName = Review Report

useStaging = False
useActionGroups = True
hideUIwhenUnavailable = True
rerunnable = True

xmitDataScalar = 1.0
}
MODULE
{
name = ModuleScienceContainer

reviewActionName = Review Stored Data
storeActionName = Store Experiments
evaOnlyStorage = True
storageRange = 7.0
}
MODULE
{
name = FlagDecal
textureQuadName = flagSurface
}
MODULE
{
name = ModuleSPU
IsRTCommandStation = true
}

MODULE
{
name = ModuleHeatShield
direction = 0, -1, 0 // bottom of pod
reflective = 0.05 // 5% of heat is ignored at correct angle
ablative = AblativeShielding
loss
{ // loss is based on the shockwave temperature (also based on density)
key = 650 0 // start ablating at 650 degrees C
key = 1000 64 // peak ablation at 1000 degrees C
key = 3000 80 // max ablation at 3000 degrees C
}
dissipation
{ // dissipation is based on the part's current temperature
key = 300 0 // begin ablating at 300 degrees C
key = 500 360 // maximum dissipation at 500 degrees C
}
}
RESOURCE
{
name = AblativeShielding
amount = 250
maxAmount = 250
}
}

Link to comment
Share on other sites

As soon as I install this mod and play the game, the game crashes on start.

Unity Player [version: Unity 4.3.3f1_c8ca9b6b9936]

KSP.exe caused an Access Violation (0xc0000005)

in module KSP.exe at 0023:005da114.

Error occurred at 2014-06-15_205454.

E:\Games\Valve\Steam\SteamApps\common\Kerbal Space Program\KSP.exe, run by Mr. Furious.

50% memory in use.

0 MB physical memory [0 MB free].

0 MB paging file [0 MB free].

0 MB user address space [425 MB free].

Read from location 00007ffc caused an access violation.

Context:

EDI: 0x00efee00 ESI: 0x00007ffc EAX: 0x00008000

EBX: 0x00efee8c ECX: 0x00000001 EDX: 0x00000000

EIP: 0x005da114 EBP: 0x00efedd0 SegCs: 0x00000023

EFlags: 0x00010297 ESP: 0x00efedc8 SegSs: 0x0000002b

Bytes at CS:EIP:

8b 44 8e fc 89 44 8f fc 8d 04 8d 00 00 00 00 03

Stack:

0x00efedc8: 00000004 00007ffc 00efee08 002ac7c9 ..............*.

0x00efedd8: 00efee00 00007ffc 00000004 00002000 ............. ..

0x00efede8: 00efee8c 00001000 00007ffc 00002000 ............. ..

0x00efedf8: 00001000 00001000 00efee64 00000000 ........d.......

0x00efee08: 00efee64 002bb4e7 00efee8c 00002000 d.....+...... ..

0x00efee18: 00001000 033098e0 00002000 00000000 ......0.. ......

0x00efee28: 00000004 00002000 00001000 00008000 ..... ..........

0x00efee38: e0940040 0aaaaaac 00000002 00002000 @............ ..

0x00efee48: 00000000 033098e0 00002000 00001000 ......0.. ......

0x00efee58: 00001000 00000000 00000000 00efeecc ................

0x00efee68: 002bc7ea 00efee8c 00000000 00000000 ..+.............

0x00efee78: 00000000 1be6dcc0 a4ec0de0 f9ceb35f ............_...

0x00efee88: 00efeed8 00000004 00002000 00001000 ......... ......

0x00efee98: 00008000 00000000 1be6dcc0 00000004 ................

0x00efeea8: 00002000 00000001 00001000 00000001 . ..............

0x00efeeb8: 033098e0 00000000 0000000e 00001000 ..0.............

0x00efeec8: 0107e557 00efeed8 0045f480 00000001 W.........E.....

0x00efeed8: 00efef18 0437a51c 1c4426c0 00000001 ......7..&D.....

0x00efeee8: 0437a4c8 00000000 00efef18 00eff534 ..7.........4...

0x00efeef8: 03e60f68 1be6dcc0 0437a501 a4ec0de0 h.........7.....

0x00efef08: 00000000 1be6dcc0 00efef18 0437a4f4 ..............7.

0x00efef18: 00efef38 0437a4de 1c4426c0 00000001 8.....7..&D.....

0x00efef28: 00efef2c 00efefa8 1be6dcc0 00000000 ,...............

0x00efef38: 00efefa8 108322bb 1c4426c0 00000001 ....."...&D.....

0x00efef48: 00000000 00000000 108320d0 10831cae ......... ......

0x00efef58: 108320d0 00000000 00eff535 03e60f68 . ......5...h...

0x00efef68: 1b6fcdf0 00000000 00ec0de0 00000000 ..o.............

0x00efef78: 1c4426c0 00eff048 10831cae 3f800000 .&D.H..........?

0x00efef88: 3f800000 3f800000 3f77f7f8 a4ec0de0 ...?...?..w?....

0x00efef98: 00efef9c 00eff048 1be6dcc0 00000000 ....H...........

0x00efefa8: 00eff048 10831cae a4ec0de0 ad462800 H............(F.

0x00efefb8: 00000002 ad462820 00000003 01010000 .... (F.........

0x00efefc8: 1021c5e0 00efefe0 1007c371 0000002a ..!.....q...*...

0x00efefd8: 1007e557 ad4b3508 00eff128 1007e58f W....5K.(.......

0x00efefe8: 00000001 03f70072 10831c48 10831744 ....r...H...D...

0x00efeff8: 10831c48 00000000 00eff535 03e60f68 H.......5...h...

0x00eff008: 1b6cc100 00eff050 00000000 1beac150 ..l.P.......P...

0x00eff018: ad4b3508 00eff128 10831744 00eff534 .5K.(...D...4...

0x00eff028: a4ec0de0 1be6dcc0 00eff534 00000000 ........4.......

0x00eff038: 00eff03c ad4b3508 1beac150 00000000 <....5K.P.......

0x00eff048: 00eff128 10831744 a4ec0de0 1be6dcc0 (...D...........

0x00eff058: 00000000 0106d870 042e1b01 ad48e6e0 ....p.........H.

0x00eff068: 0000002d 0106d870 00eff078 042e1af4 -...p...x.......

0x00eff078: 00eff0b8 1817f62c 00000010 ad53a4a6 ....,.........S.

0x00eff088: 00eff0b8 042e08a6 ad53a4a6 1817f62c ..........S.,...

0x00eff098: 00000020 0106d870 042e1aa9 ad48e6e0 ...p.........H.

0x00eff0a8: 1be6dcc0 a4ec0de0 1817f620 1c42f5a0 ........ .....B.

0x00eff0b8: ad063fd8 04300ac6 0053a4a6 1c42f5a0 .?....0...S...B.

0x00eff0c8: 00000000 00000000 00000000 00000000 ................

0x00eff0d8: 00000000 00000000 00000000 45bb8000 ...............E

0x00eff0e8: 94b6fc40 1be6dd50 00000000 00000000 @...P...........

0x00eff0f8: 00000000 00000000 ad48e6ec ad53a46c ..........H.l.S.

0x00eff108: ad53a460 00000001 1beac150 1be6dd98 `.S.....P.......

0x00eff118: 00eff138 0435dc7b 00000001 1be6dd98 8...{.5.........

0x00eff128: 00eff1e8 1083127a ad427ed8 1be6dd98 ....z....~B.....

0x00eff138: ad53a460 00000001 00000000 00eff18f `.S.............

0x00eff148: 108310b0 00eff320 1b7f3f10 173a70ec .... ....?...p:.

0x00eff158: ad057300 ad057300 00000000 00000000 .s...s..........

0x00eff168: 00000000 ad057300 ad057300 00eff198 .....s...s......

0x00eff178: ad057300 ad05e7e0 ad226b20 0107e58f .s...... k".....

0x00eff188: 1be6dd98 01f70072 ad226b20 0436fd75 ....r... k".u.6.

0x00eff198: 00000000 ffffffff 00000000 00000000 ................

0x00eff1a8: 1b6a01c0 00eff1f0 00000000 00eff320 ..j......... ...

0x00eff1b8: 1b7f3f10 00eff208 0436fd75 00000010 .?......u.6.....

0x00eff1c8: 18167edc 00000006 00eff140 00000000 .~......@.......

0x00eff1d8: 00eff140 1b7f3f10 00eff320 00000000 @....?.. .......

0x00eff1e8: 00eff208 0436fd75 ad427ed8 00000000 ....u.6..~B.....

0x00eff1f8: 00eff208 0436fd68 00000000 042ee5e8 ....h.6.........

0x00eff208: 00eff254 042ee629 ad427ed8 00000000 T...)....~B.....

0x00eff218: 00000000 042f2654 ad427ed8 00eff23c ....T&/..~B.<...

0x00eff228: 10001e2e 1b6a0220 1b6a0220 1b6a0220 .... .j. .j. .j.

0x00eff238: 00000000 00000000 10001dd6 03e68640 ............@...

0x00eff248: 1b6a0220 00eff254 00eff258 00eff284 .j.T...X.......

0x00eff258: 100efede ad427ed8 00eff378 00eff320 .....~B.x... ...

0x00eff268: 0436fd38 00010000 d875a4a8 1b6a0220 8.6.......u. .j.

0x00eff278: 41a00000 01054e70 43820000 00eff2a8 ...ApN.....C....

0x00eff288: 1005d680 1b6a0220 ad427ed8 00eff378 .... .j..~B.x...

0x00eff298: 00eff320 00eff320 032fdaa0 d875a4a8 ... ...../...u.

0x00eff2a8: 00eff2c4 002a5478 1b6a0220 ad427ed8 ....xT*. .j..~B.

0x00eff2b8: 00eff378 00eff320 00eff334 00eff300 x... ...4.......

0x00eff2c8: 0031de15 032fdaa0 ad427ed8 00eff350 ..1.../..~B.P...

0x00eff2d8: 00eff320 ad427ed8 00eff334 1b6a0220 ....~B.4... .j.

0x00eff2e8: 00eff308 0031dc45 1b6a0378 00eff310 ....E.1.x.j.....

0x00eff2f8: 00eff334 ad427ed8 00eff310 0031df9e 4....~B.......1.

0x00eff308: 00eff320 00000000 00eff324 0031e00c .......$.....1.

0x00eff318: 00eff320 d875a5c8 00000000 00eff3cc .....u.........

0x00eff328: 0029767f ad427ed8 d875a5c8 009bd418 .v)..~B...u.....

0x00eff338: 032fdaa0 ad427ed8 fffae60a 00000000 ../..~B.........

0x00eff348: 00eff301 00000000 00000000 00000000 ................

0x00eff358: 00000000 00000000 00000000 00000000 ................

0x00eff368: 00000000 00000000 00000000 00000000 ................

0x00eff378: 00000000 00000000 00000000 00000000 ................

0x00eff388: 00000000 00000000 00000000 00000000 ................

0x00eff398: 00000000 00000000 00000000 00000000 ................

0x00eff3a8: 00000000 00000000 00000000 00000000 ................

0x00eff3b8: 00000000 00000000 00000000 00000000 ................

0x00eff3c8: 00000000 00eff3e8 00299bb2 00eff41c ..........).....

0x00eff3d8: d875a5c8 0029856b fffae60a d875a5c8 ..u.k.).......u.

0x00eff3e8: 00eff420 00302a9b 00eff41c 00000000 ....*0.........

0x00eff3f8: 00000072 032fd83c 001e52cb 00eff434 r...<./..R..4...

0x00eff408: 03150d28 00000072 03150d28 00eff42c (...r...(...,...

0x00eff418: 00186e1a ffffd822 00eff468 0030348d .n.."...h....40.

0x00eff428: d875a4a8 00000072 032fd83c 00eff4cc ..u.r...<./.....

0x00eff438: d875a4a8 00000000 fffae60e fffae60e ..u.............

0x00eff448: 00000014 00000002 00eff478 00183025 ........x...%0..

0x00eff458: 00000014 00000004 d875a5a8 1b69f001 ..........u...i.

0x00eff468: 00eff4a8 00304042 d875a4a8 00000072 [email protected]...

0x00eff478: 032fd83c 00eff488 00eff4cc 1b69f020 <./......... .i.

0x00eff488: 19c2b920 d875a3b4 00000001 19df0028 .....u.....(...

0x00eff498: 19df0028 00eff4b0 ffffd822 00eff4b4 (.......".......

0x00eff4a8: 00eff504 001f4cb2 d875a4a8 00000072 .....L....u.r...

0x00eff4b8: 032fd83c 00eff4cc 00eff8b4 1c3b5ce0 <./..........\;.

0x00eff4c8: 7e679bd0 00357f00 00b60d28 002a3c48 ..g~..5.(...H<*.

0x00eff4d8: 00eff8b4 00000000 0000000f 005064b3 .............dP.

0x00eff4e8: 7e679bd0 d875a4a8 1c2d00e0 1c3b5ce0 ..g~..u...-..\;.

0x00eff4f8: 756f6c00 10007364 7e679bd0 00eff518 .louds....g~....

0x00eff508: 00507389 d875a4a8 1c3b5ce0 00000000 .sP...u..\;.....

0x00eff518: 00eff558 0434d54f 7e679bd0 1c3b5ce0 X...O.4...g~.\;.

0x00eff528: 1005dce0 00000010 00eff558 03e60d90 ........X.......

0x00eff538: 03e60f68 1c2d00e0 0434d531 1c3b5ce0 h.....-.1.4..\;.

0x00eff548: 00eff8b4 1c2d00e0 00eff558 0434d524 ......-.X...$.4.

0x00eff558: 00eff578 0434d50c 7e679bd0 1c3b5ce0 x.....4...g~.\;.

0x00eff568: 00eff8b4 1c2d00e0 00eff578 042e1364 ......-.x...d...

0x00eff578: 00eff5d8 0434d2ba 7e679bd0 1c3b5ce0 ......4...g~.\;.

0x00eff588: 1c023e40 02c55be0 ad3208b8 7e679bf0 @>...[....2...g~

0x00eff598: 00000005 ad34dba0 ad34dba0 ad34dba0 ......4...4...4.

0x00eff5a8: ad34dba0 ad34dba0 ad34dba0 ad34dba0 ..4...4...4...4.

0x00eff5b8: ad34dba0 ad34dba0 ad45f3e0 7e679bd0 ..4...4...E...g~

0x00eff5c8: 7e679bd0 0434ce87 1bb8f558 043cb9b8 ..g~..4.X.....<.

0x00eff5d8: 00eff6c8 0434cc02 18169cd8 1c2d00e0 ......4.......-.

0x00eff5e8: 1c3b5ce0 7e679bf0 00000001 02c55be0 .\;...g~.....[..

0x00eff5f8: 00000001 17510ea8 00eff634 046e3e20 ......Q.4... >n.

0x00eff608: 046e27d0 7e679bf0 18169cd8 0026dbd3 .'n...g~......&.

0x00eff618: 00000005 00000003 0105a220 00000006 ........ .......

0x00eff628: 00000007 ad226b40 ad226b40 02c55be0 ....@k".@k"..[..

0x00eff638: 00000001 0105a220 aceb0000 1bf36180 .... ........a..

0x00eff648: 1bf36180 42207725 00000863 00000000 .a..%w Bc.......

0x00eff658: 00eff600 d875a234 00283f70 00283d70 ....4.u.p?(.p=(.

0x00eff668: 000038bc 1c2d00e0 1c2d00e0 00000001 .8....-...-.....

0x00eff678: 00eff701 00000000 ad226b40 00000002 ........@k".....

0x00eff688: aceb0000 1c3b5ce0 aceb0000 ad4361c8 .....\;......aC.

0x00eff698: 1c2d00e0 0000000a d875a234 009bd418 ..-.....4.u.....

0x00eff6a8: ce7f1f7c ac65e260 000038bc 172fb6e0 |...`.e..8..../.

0x00eff6b8: 00eff601 00000000 00000000 00000000 ................

0x00eff6c8: 00eff6e8 043cb9ac 18169cd8 00000001 ......<.........

0x00eff6d8: 00000000 00000000 00000000 00000000 ................

0x00eff6e8: 00eff730 043cba01 18169cd8 00000001 0.....<.........

0x00eff6f8: 00000000 00000000 00eff718 10001e2e ................

0x00eff708: 1723be60 1723be60 1723be60 00000000 `.#.`.#.`.#.....

0x00eff718: 00000000 10001dd6 03e68640 1723be60 ........@...`.#.

0x00eff728: 00eff730 00eff734 00eff760 100efede 0...4...`.......

0x00eff738: 18169cd8 00eff844 00eff8b4 043cb998 ....D.........<.

0x00eff748: 00010000 00040000 1723be60 d875a234 ........`.#.4.u.

0x00eff758: 01054e70 0029875f 00eff784 1005d680 pN.._.).........

0x00eff768: 1723be60 18169cd8 00eff844 00eff8b4 `.#.....D.......

0x00eff778: 00eff8b4 16e02d48 00040000 00eff7a0 ....H-..........

0x00eff788: 002a5478 1723be60 18169cd8 00eff844 xT*.`.#.....D...

0x00eff798: 00eff8b4 00eff800 00eff7dc 0031de15 ..............1.

0x00eff7a8: 16e02d48 18169cd8 00eff81c 00eff8b4 H-..............

0x00eff7b8: 16e02d48 17d4dcb0 16e02d48 17d4dcb0 H-......H-......

0x00eff7c8: 00040000 00eff7e8 002988b4 ce7f1f40 ..........).@...

0x00eff7d8: 17b429a0 00eff7ec 0031df9e 00eff8b4 .)........1.....

0x00eff7e8: 00000000 00eff8ac 00298d38 00eff8b4 ........8.).....

0x00eff7f8: 00000072 17d3c520 009bd418 16e02d48 r... .......H-..

0x00eff808: 18169cd8 000038c6 00000000 00eff801 .....8..........

0x00eff818: 00000000 00000001 00000000 00000000 ................

0x00eff828: 00000000 00000000 00000000 00000000 ................

0x00eff838: 00000000 00000000 00000000 00eff81c ................

0x00eff848: 00000000 00000000 00000000 00000000 ................

0x00eff858: 00000000 00000000 00000000 00000000 ................

0x00eff868: 00000000 00000001 00000000 00000000 ................

0x00eff878: 00000000 00000000 00000000 00000000 ................

0x00eff888: 00000000 00000000 00000000 00000001 ................

0x00eff898: 00000004 00000002 00000000 0099e158 ............X...

0x00eff8a8: 00000000 00eff8c0 0019122d 00000000 ........-.......

0x00eff8b8: 00000020 00eff958 00eff8ec 0018cd1e ...X...........

0x00eff8c8: 17d4dcb0 00000020 00eff958 17d4a650 .... ...X...P...

0x00eff8d8: 03150dc4 d8759774 17d4a650 00000000 ....t.u.P.......

0x00eff8e8: 00000001 00eff93c 00302d9d 00000020 ....<....-0. ...

0x00eff8f8: 00eff958 00000001 d82f0bc0 00b333c8 X........./..3..

0x00eff908: d7c438f8 d7c69304 d7c6b90c 0000001f .8..............

0x00eff918: 80000000 d8758274 000000fd 004ed929 ....t.u.....).N.

0x00eff928: 00eff948 000510c1 ffffffff 0000385c H...........\8..

0x00eff938: d8759774 00eff9cc 0030a223 0099f324 t.u.....#.0.$...

0x00eff948: 00000000 00000020 000186a0 00000001 .... ...........

0x00eff958: 000186a0 00000001 00000000 0317d6cc ................

0x00eff968: d190fcb4 00000000 00304b77 d82f0ba0 ........wK0.../.

0x00eff978: 00000000 776bfd91 00eff9e4 d190fdd8 ......kw........

0x00eff988: 00022b4f f9ccbb72 04666f98 d82f0bc0 O+..r....of.../.

0x00eff998: 00022b4f 00000024 03150dc4 19c4d468 O+..$.......h...

0x00eff9a8: 19df0028 03150dc4 19df0028 19df0028 (.......(...(...

0x00eff9b8: 03150dc4 d8758220 19df0001 00007b42 .... .u.....B{..

0x00eff9c8: 00b333c8 00eff9e0 0030a339 00000001 .3......9.0.....

0x00eff9d8: d190fcf0 d190fd30 00eff9fc 0030a834 ....0.......4.0.

0x00eff9e8: 00000001 d190fcf0 d190fd30 031a88f8 ........0.......

0x00eff9f8: d190fcb4 00effa14 0030b949 04666f98 ........I.0..of.

0x00effa08: 031a88f8 00000001 031a88f8 00effae4 ................

0x00effa18: 0030baf4 3d4ccccd 04666f98 00000001 ..0...L=.of.....

0x00effa28: 00000000 0030826a 00000000 00000000 ....j.0.........

0x00effa38: 76d510ff 009bd418 031af3a4 00000000 ...v............

0x00effa48: 00000000 766b743b 00000167 00effab8 ....;tkvg.......

0x00effa58: 0019e646 00effab8 002e15c7 00000001 F...............

0x00effa68: 0019e652 00000000 00000000 00000000 R...............

0x00effa78: 00000000 00000000 00effa58 00effa5c ........X...\...

0x00effa88: 00000000 00000000 00000000 00000000 ................

0x00effa98: 00000000 00000000 00000000 00000000 ................

0x00effaa8: 00effae0 002e15c7 00000001 0019ea02 ................

0x00effab8: 76d510ff 00000000 00000000 00000000 ...v............

0x00effac8: 80000000 00000064 76d510ff 00000001 ....d......v....

0x00effad8: 0317993c 04666f98 01effaf0 00effb20 <....of..... ...

0x00effae8: 00360feb 00000000 00000001 00000000 ..6.............

0x00effaf8: 00000010 00000001 003a081e 00000200 ..........:.....

0x00effb08: 00000000 01680280 02569900 00000280 ......h...V.....

0x00effb18: 00000168 00000610 00effc38 003627fb h.......8....'6.

0x00effb28: 00000000 00000000 fffde000 031518f0 ................

0x00effb38: 776e25df 00effad0 00000400 0000003a .%nw........:...

0x00effb48: 0000003f 02434723 03152100 776ce38c ?...#GC..!....lw

0x00effb58: 776ce0f2 00bfbaf8 00000000 0000000f ..lw............

0x00effb68: 02bf1838 6f6e6f00 6374652f 00effb00 8....ono/etc....

0x00effb78: 005f5719 00000000 0000000f 0000000f .W_.............

0x00effb88: 03151bbc 03151bf4 03151bf4 00b3cb78 ............x...

0x00effb98: 03151894 02bf07d0 00000000 00000000 ................

0x00effba8: 00000043 0000004f 02bf0000 02a8373c C...O.......<7..

0x00effbb8: 031519a8 00000003 00effaf8 776bfaea ..............kw

0x00effbc8: 00000052 0000005f 49656e69 03152200 R..._...ineI."..

0x00effbd8: 00000000 00000000 0099de2c 00000000 ........,.......

0x00effbe8: 0000000f 00effc1c 00000000 616e614d ............Mana

0x00effbf8: 00646567 005e3843 00000000 00000007 ged.C8^.........

0x00effc08: 0000000f 005e3850 02a8373c 6f6e6f4d ....P8^.<7..Mono

0x00effc18: 6e6f6d2f 6c642e6f 0000006c 0000000d /mono.dll.......

0x00effc28: 0000000f 02bf1838 00000000 00000000 ....8...........

0x00effc38: 00effc50 005ae9f8 00180000 00000000 P.....Z.........

0x00effc48: 01123115 00000001 00effce0 005e0370 .1..........p.^.

0x00effc58: 00180000 00000000 01123115 00000001 .........1......

0x00effc68: f9cd8455 00000000 00000000 fffde000 U...............

0x00effc78: 00000044 01121eca 01121eaa 01121e24 D...........$...

0x00effc88: 00000000 00000000 00000000 00000000 ................

0x00effc98: 00000000 00000000 00000000 00000401 ................

0x00effca8: 00000001 00000000 00000000 00010001 ................

0x00effcb8: 00000000 c0000005 00000000 00000000 ................

0x00effcc8: 00effc68 00efe98c 00effd1c 005e1b40 h...........@.^.

0x00effcd8: f990e48d 00000000 00effcec 76d5338a .............3.v

0x00effce8: fffde000 00effd2c 776d9f72 fffde000 ....,...r.mw....

0x00effcf8: 75c06877 00000000 00000000 fffde000 wh.u............

0x00effd08: c0000005 76d776f7 76d776f7 00effcf8 .....v.v.v.v....

0x00effd18: 00efe990 ffffffff 777171f5 0243500b .........qqw.PC.

0x00effd28: 00000000 00effd44 776d9f45 005e03c3 ....D...E.mw..^.

0x00effd38: fffde000 00000000 00000000 00000000 ................

0x00effd48: 00000000 005e03c3 fffde000 00000000 ......^.........

0x00effd58: 00000000 00000000 00000000 00000000 ................

0x00effd68: 00000000 00000000 00000000 00000000 ................

0x00effd78: 00000000 00000000 00000000 00000000 ................

0x00effd88: 00000000 00000000 00000000 00000000 ................

0x00effd98: 00000000 00000000 00000000 00000000 ................

0x00effda8: 00000000 00000000 00000000 00000000 ................

0x00effdb8: 00000000 00000000 00000000 00000000 ................

0x00effdc8: 00000000 00000000 00000000 00000000 ................

0x00effdd8: 00000000 00000000 00000000 00000000 ................

0x00effde8: 00000000 00000000 00000000 00000000 ................

0x00effdf8: 00000000 00000000 00000000 00000000 ................

0x00effe08: 00000000 00000000 00000000 00000000 ................

0x00effe18: 00000000 00000000 00000000 00000000 ................

0x00effe28: 00000000 00000000 00000000 00000000 ................

0x00effe38: 00000000 00000000 00000000 00000000 ................

0x00effe48: 00000000 00000000 00000000 00000000 ................

0x00effe58: 00000000 00000000 00000000 00000000 ................

0x00effe68: 00000000 00000000 00000000 00000000 ................

0x00effe78: 00000000 00000000 00000000 00000000 ................

0x00effe88: 00000000 00000000 00000000 00000000 ................

0x00effe98: 00000000 00000000 00000000 00000000 ................

0x00effea8: 00000000 00000000 00000000 00000000 ................

0x00effeb8: 00000000 00000000 00000000 00000000 ................

0x00effec8: 00000000 00000000 00000000 00000000 ................

0x00effed8: 00000000 00000000 00000000 00000000 ................

0x00effee8: 00000000 00000000 00000000 00000000 ................

0x00effef8: 00000000 00000000 00000000 00000000 ................

0x00efff08: 00000000 00000000 00000000 00000000 ................

0x00efff18: 00000000 00000000 00000000 00000000 ................

0x00efff28: 00000000 00000000 00000000 00000000 ................

0x00efff38: 00000000 00000000 00000000 00000000 ................

0x00efff48: 00000000 00000000 00000000 00000000 ................

0x00efff58: 00000000 00000000 00000000 00000000 ................

0x00efff68: 00000000 00000000 00000000 00000000 ................

0x00efff78: 00000000 00000000 00000000 00000000 ................

0x00efff88: 00000000 00000000 00000000 00000000 ................

0x00efff98: 00000000 00000000 00000000 00000000 ................

0x00efffa8: 00000000 00000000 00000000 00000000 ................

0x00efffb8: 00000000 00000000 00000000 00000000 ................

0x00efffc8: 00000000 00000000 00000000 00000000 ................

0x00efffd8: 00000000 00000000 00000000 00000000 ................

0x00efffe8: 00000000 00000000 00000000 00000000 ................

0x00effff8: 00000000 00000000 ........

Module 1

E:\Games\Valve\Steam\SteamApps\common\Kerbal Space Program\KSP.exe

Image Base: 0x00180000 Image Size: 0x00b65000

File Size: 11288064 File Time: 2014-06-15_182804

Version:

Company:

Product:

FileDesc:

FileVer: 4.3.3.30826

ProdVer: 4.3.3.30826

Module 2

C:\Windows\system32\xinput1_3.dll

Image Base: 0x00400000 Image Size: 0x00016000

File Size: 81768 File Time: 2007-04-04_195342

Version:

Company: Microsoft Corporation

Product: Microsoft® DirectX for Windows®

FileDesc: Microsoft Common Controller API

FileVer: 9.18.944.0

ProdVer: 9.18.944.0

Module 3

C:\Windows\system32\nvd3dum.dll

Image Base: 0x0f750000 Image Size: 0x00dbe000

File Size: 14434704 File Time: 2014-05-19_224404

Version:

Company: NVIDIA Corporation

Product: NVIDIA Windows WDDM D3D driver

FileDesc: NVIDIA WDDM D3D Driver, Version 337.88

FileVer: 9.18.13.3788

ProdVer: 9.18.13.3788

Module 4

C:\Windows\system32\nvspcap.dll

Image Base: 0x10000000 Image Size: 0x00113000

File Size: 1122312 File Time: 2014-05-29_190752

Version:

Company: NVIDIA Corporation

Product: NVIDIA GeForce Experience

FileDesc: NVIDIA Capture Server Proxy

FileVer: 14.6.22.1

ProdVer: 14.6.22.1

Module 5

E:\Games\Valve\Steam\SteamApps\common\Kerbal Space Program\KSP_Data\Mono\mono.dll

Image Base: 0x10000000 Image Size: 0x0022e000

File Size: 2100224 File Time: 2014-06-15_182812

Version:

Company:

Product:

FileDesc:

FileVer: 0.0.0.0

ProdVer: 0.0.0.0

Module 6

C:\Windows\system32\ac3acm.acm

Image Base: 0x10000000 Image Size: 0x00039000

File Size: 151552 File Time: 2011-12-21_131402

Version:

Company: fccHandler

Product: AC-3 ACM Codec

FileDesc: AC-3 ACM Codec

FileVer: 2.0.0.0

ProdVer: 2.0.0.0

Module 7

C:\Windows\system32\dbghelp.dll

Image Base: 0x71f00000 Image Size: 0x000eb000

File Size: 854016 File Time: 2010-11-20_081828

Version:

Company: Microsoft Corporation

Product: Microsoft® Windows® Operating System

FileDesc: Windows Image Helper

FileVer: 6.1.7601.17514

ProdVer: 6.1.7601.17514

Module 8

C:\Windows\system32\DDRAW.dll

Image Base: 0x54050000 Image Size: 0x000e7000

File Size: 531968 File Time: 2009-07-13_211512

Version:

Company: Microsoft Corporation

Product: Microsoft® Windows® Operating System

FileDesc: Microsoft DirectDraw

FileVer: 6.1.7600.16385

ProdVer: 6.1.7600.16385

Module 9

C:\Windows\system32\OPENGL32.dll

Image Base: 0x54140000 Image Size: 0x000c8000

File Size: 791552 File Time: 2009-07-13_211614

Version:

Company: Microsoft Corporation

Product: Microsoft® Windows® Operating System

FileDesc: OpenGL Client DLL

FileVer: 6.1.7600.16385

ProdVer: 6.1.7600.16385

Module 10

C:\Program Files (x86)\NVIDIA Corporation\3D Vision\nvSCPAPI.dll

Image Base: 0x5c8a0000 Image Size: 0x00137000

File Size: 1203248 File Time: 2014-05-19_191052

Version:

Company: NVIDIA Corporation

Product: NVIDIA GeForce 3D Vision

FileDesc: NVIDIA 3D Vision Control Panel API

FileVer: 7.17.13.3788

ProdVer: 7.17.13.3788

Module 11

C:\Windows\system32\nvapi.dll

Image Base: 0x5c9e0000 Image Size: 0x002be000

File Size: 2730208 File Time: 2014-05-19_224404

Version:

Company: NVIDIA Corporation

Product: NVIDIA Windows drivers

FileDesc: NVIDIA NVAPI Library, Version 337.88

FileVer: 9.18.13.3788

ProdVer: 9.18.13.3788

Module 12

C:\Windows\system32\GLU32.dll

Image Base: 0x618f0000 Image Size: 0x00022000

File Size: 130048 File Time: 2009-07-13_211524

Version:

Company: Microsoft Corporation

Product: Microsoft® Windows® Operating System

FileDesc: OpenGL Utility Library DLL

FileVer: 6.1.7600.16385

ProdVer: 6.1.7600.16385

Module 13

C:\Windows\system32\AUDIOSES.DLL

Image Base: 0x64c90000 Image Size: 0x00036000

File Size: 195584 File Time: 2010-11-20_081806

Version:

Company: Microsoft Corporation

Product: Microsoft® Windows® Operating System

FileDesc: Audio Session

FileVer: 6.1.7601.17514

ProdVer: 6.1.7601.17514

Module 14

C:\Windows\system32\d3d9.dll

Image Base: 0x64ef0000 Image Size: 0x001c3000

File Size: 1828352 File Time: 2010-11-20_081826

Version:

Company: Microsoft Corporation

Product: Microsoft® Windows® Operating System

FileDesc: Direct3D 9 Runtime

FileVer: 6.1.7601.17514

ProdVer: 6.1.7601.17514

Module 15

C:\Windows\system32\dwmapi.dll

Image Base: 0x65fa0000 Image Size: 0x00013000

File Size: 67072 File Time: 2009-07-13_211514

Version:

Company: Microsoft Corporation

Product: Microsoft® Windows® Operating System

FileDesc: Microsoft Desktop Window Manager API

FileVer: 6.1.7600.16385

ProdVer: 6.1.7600.16385

Module 16

C:\Windows\system32\uxtheme.dll

Image Base: 0x65fc0000 Image Size: 0x00080000

File Size: 245760 File Time: 2009-07-13_211126

Version:

Company: Microsoft Corporation

Product: Microsoft® Windows® Operating System

FileDesc: Microsoft UxTheme Library

FileVer: 6.1.7600.16385

ProdVer: 6.1.7600.16385

Module 17

C:\Windows\system32\MSACM32.dll

Image Base: 0x66060000 Image Size: 0x00014000

File Size: 72192 File Time: 2009-07-13_211544

Version:

Company: Microsoft Corporation

Product: Microsoft® Windows® Operating System

FileDesc: Microsoft ACM Audio Filter

FileVer: 6.1.7600.16385

ProdVer: 6.1.7600.16385

Module 18

C:\Windows\system32\msgsm32.acm

Image Base: 0x66fc0000 Image Size: 0x00009000

File Size: 23552 File Time: 2009-07-13_211412

Version:

Company: Microsoft Corporation

Product: Microsoft® Windows® Operating System

FileDesc: Microsoft GSM 6.10 Audio CODEC for MSACM

FileVer: 6.1.7600.16385

ProdVer: 6.1.7600.16385

Module 19

C:\Windows\system32\wdmaud.drv

Image Base: 0x66fd0000 Image Size: 0x00030000

File Size: 172032 File Time: 2010-11-20_081652

Version:

Company: Microsoft Corporation

Product: Microsoft® Windows® Operating System

FileDesc: Winmm audio system driver

FileVer: 6.1.7601.17514

ProdVer: 6.1.7601.17514

Module 20

C:\Windows\system32\d3d8thk.dll

Image Base: 0x67c80000 Image Size: 0x00006000

File Size: 11264 File Time: 2009-07-13_211510

Version:

Company: Microsoft Corporation

Product: Microsoft® Windows® Operating System

FileDesc: Microsoft Direct3D OS Thunk Layer

FileVer: 6.1.7600.16385

ProdVer: 6.1.7600.16385

Module 21

C:\Windows\system32\DNSAPI.dll

Image Base: 0x67c90000 Image Size: 0x00044000

File Size: 270336 File Time: 2011-03-03_013802

Version:

Company: Microsoft Corporation

Product: Microsoft® Windows® Operating System

FileDesc: DNS Client API DLL

FileVer: 6.1.7601.17570

ProdVer: 6.1.7601.17570

Module 22

C:\Program Files (x86)\Common Files\Microsoft Shared\Windows Live\WLIDNSP.DLL

Image Base: 0x69320000 Image Size: 0x00027000

File Size: 145648 File Time: 2012-07-17_154900

Version:

Company: Microsoft Corp.

Product: Microsoft® CoReXT

FileDesc: Microsoft® Windows Live ID Namespace Provider

FileVer: 7.250.4311.0

ProdVer: 7.250.4311.0

Module 23

C:\Windows\system32\rasadhlp.dll

Image Base: 0x69690000 Image Size: 0x00006000

File Size: 11776 File Time: 2009-07-13_211614

Version:

Company: Microsoft Corporation

Product: Microsoft® Windows® Operating System

FileDesc: Remote Access AutoDial Helper

FileVer: 6.1.7600.16385

ProdVer: 6.1.7600.16385

Module 24

C:\Windows\system32\DCIMAN32.dll

Image Base: 0x69af0000 Image Size: 0x00006000

File Size: 10240 File Time: 2013-06-06_005058

Version:

Company: Microsoft Corporation

Product: Microsoft® Windows® Operating System

FileDesc: DCI Manager

FileVer: 6.1.7601.18177

ProdVer: 6.1.7601.18177

Module 25

C:\Windows\System32\fwpuclnt.dll

Image Base: 0x70700000 Image Size: 0x00038000

File Size: 216576 File Time: 2013-10-11_220126

Version:

Company: Microsoft Corporation

Product: Microsoft® Windows® Operating System

FileDesc: FWP/IPsec User-Mode API

FileVer: 6.1.7601.18283

ProdVer: 6.1.7601.18283

Module 26

C:\Windows\system32\dhcpcsvc.DLL

Image Base: 0x70750000 Image Size: 0x00012000

File Size: 61952 File Time: 2009-07-13_211512

Version:

Company: Microsoft Corporation

Product: Microsoft® Windows® Operating System

FileDesc: DHCP Client Service

FileVer: 6.1.7600.16385

ProdVer: 6.1.7600.16385

Module 27

C:\Windows\system32\dhcpcsvc6.DLL

Image Base: 0x70770000 Image Size: 0x0000d000

File Size: 44032 File Time: 2012-10-09_134032

Version:

Company: Microsoft Corporation

Product: Microsoft® Windows® Operating System

FileDesc: DHCPv6 Client

FileVer: 6.1.7601.17970

ProdVer: 6.1.7601.17970

Module 28

C:\Windows\system32\NTDSAPI.dll

Image Base: 0x70790000 Image Size: 0x00018000

File Size: 90112 File Time: 2009-07-13_211612

Version:

Company: Microsoft Corporation

Product: Microsoft® Windows® Operating System

FileDesc: Active Directory Domain Services API

FileVer: 6.1.7600.16385

ProdVer: 6.1.7600.16385

Module 29

C:\Windows\system32\wbem\fastprox.dll

Image Base: 0x707b0000 Image Size: 0x0009f000

File Size: 636928 File Time: 2012-08-21_093746

Version:

Company: Microsoft Corporation

Product: Microsoft® Windows® Operating System

FileDesc: WMI Custom Marshaller

FileVer: 6.2.9200.16398

ProdVer: 6.2.9200.16398

Module 30

C:\Windows\system32\wbem\wbemsvc.dll

Image Base: 0x70850000 Image Size: 0x00010000

File Size: 49664 File Time: 2012-08-21_100614

Version:

Company: Microsoft Corporation

Product: Microsoft® Windows® Operating System

FileDesc: WMI

FileVer: 6.2.9200.16398

ProdVer: 6.2.9200.16398

Module 31

C:\Windows\System32\wship6.dll

Image Base: 0x71550000 Image Size: 0x00006000

File Size: 10752 File Time: 2009-07-13_211622

Version:

Company: Microsoft Corporation

Product: Microsoft® Windows® Operating System

FileDesc: Winsock2 Helper DLL (TL/IPv6)

FileVer: 6.1.7600.16385

ProdVer: 6.1.7600.16385

Module 32

C:\Windows\System32\wshtcpip.dll

Image Base: 0x71560000 Image Size: 0x00005000

File Size: 9216 File Time: 2009-07-13_211622

Version:

Company: Microsoft Corporation

Product: Microsoft® Windows® Operating System

FileDesc: Winsock2 Helper DLL (TL/IPv4)

FileVer: 6.1.7600.16385

ProdVer: 6.1.7600.16385

Module 33

C:\Windows\system32\MSWSOCK.dll

Image Base: 0x71570000 Image Size: 0x0003c000

File Size: 231424 File Time: 2013-09-07_220400

Version:

Company: Microsoft Corporation

Product: Microsoft® Windows® Operating System

FileDesc: Microsoft Windows Sockets 2.0 Service Provider

FileVer: 6.1.7601.18254

ProdVer: 6.1.7601.18254

Module 34

C:\Windows\system32\wbemcomn2.dll

Image Base: 0x71d30000 Image Size: 0x00061000

File Size: 382464 File Time: 2012-08-21_093406

Version:

Company: Microsoft Corporation

Product: Microsoft® Windows® Operating System

FileDesc: WMI

FileVer: 6.2.9200.16398

ProdVer: 6.2.9200.16398

Module 35

C:\Windows\system32\wbem\wbemprox.dll

Image Base: 0x71da0000 Image Size: 0x0000a000

File Size: 29184 File Time: 2012-08-21_093324

Version:

Company: Microsoft Corporation

Product: Microsoft® Windows® Operating System

FileDesc: WMI

FileVer: 6.2.9200.16398

ProdVer: 6.2.9200.16398

Module 36

C:\Windows\system32\RpcRtRemote.dll

Image Base: 0x71e50000 Image Size: 0x0000e000

File Size: 46080 File Time: 2010-11-20_082104

Version:

Company: Microsoft Corporation

Product: Microsoft® Windows® Operating System

FileDesc: Remote RPC Extension

FileVer: 6.1.7601.17514

ProdVer: 6.1.7601.17514

Module 37

C:\Windows\system32\credssp.dll

Image Base: 0x72460000 Image Size: 0x00008000

File Size: 17408 File Time: 2014-03-04_051708

Version:

Company: Microsoft Corporation

Product: Microsoft® Windows® Operating System

FileDesc: Credential Delegation Security Package

FileVer: 6.1.7601.18409

ProdVer: 6.1.7601.18409

Module 38

C:\Windows\system32\webio.dll

Image Base: 0x72750000 Image Size: 0x0004f000

File Size: 314880 File Time: 2011-11-17_013504

Version:

Company: Microsoft Corporation

Product: Microsoft® Windows® Operating System

FileDesc: Web Transfer Protocols API

FileVer: 6.1.7601.17725

ProdVer: 6.1.7601.17725

Module 39

C:\Windows\system32\WINHTTP.dll

Image Base: 0x727a0000 Image Size: 0x00058000

File Size: 351232 File Time: 2010-11-20_082138

Version:

Company: Microsoft Corporation

Product: Microsoft® Windows® Operating System

FileDesc: Windows HTTP Services

FileVer: 6.1.7601.17514

ProdVer: 6.1.7601.17514

Module 40

C:\Windows\system32\IPHLPAPI.DLL

Image Base: 0x72800000 Image Size: 0x0001c000

File Size: 103936 File Time: 2010-11-20_081924

Version:

Company: Microsoft Corporation

Product: Microsoft® Windows® Operating System

FileDesc: IP Helper API

FileVer: 6.1.7601.17514

ProdVer: 6.1.7601.17514

Module 41

C:\Windows\system32\ksuser.dll

Image Base: 0x73910000 Image Size: 0x00004000

File Size: 4608 File Time: 2009-07-13_211536

Version:

Company: Microsoft Corporation

Product: Microsoft® Windows® Operating System

FileDesc: User CSA Library

FileVer: 6.1.7600.16385

ProdVer: 6.1.7600.16385

Module 42

C:\Windows\system32\midimap.dll

Image Base: 0x73d80000 Image Size: 0x00007000

File Size: 16896 File Time: 2009-07-13_211542

Version:

Company: Microsoft Corporation

Product: Microsoft® Windows® Operating System

FileDesc: Microsoft MIDI Mapper

FileVer: 6.1.7600.16385

ProdVer: 6.1.7600.16385

Module 43

C:\Windows\system32\msacm32.drv

Image Base: 0x73d90000 Image Size: 0x00008000

File Size: 20992 File Time: 2009-07-13_211410

Version:

Company: Microsoft Corporation

Product: Microsoft® Windows® Operating System

FileDesc: Microsoft Sound Mapper

FileVer: 6.1.7600.16385

ProdVer: 6.1.7600.16385

Module 44

C:\Windows\system32\PROPSYS.dll

Image Base: 0x74b20000 Image Size: 0x000f5000

File Size: 988160 File Time: 2010-11-20_082058

Version:

Company: Microsoft Corporation

Product: Windows® Search

FileDesc: Microsoft Property System

FileVer: 7.0.7601.17514

ProdVer: 7.0.7601.17514

Module 45

C:\Windows\system32\MMDevAPI.DLL

Image Base: 0x74c20000 Image Size: 0x00039000

File Size: 213504 File Time: 2010-11-20_081940

Version:

Company: Microsoft Corporation

Product: Microsoft® Windows® Operating System

FileDesc: MMDevice API

FileVer: 6.1.7601.17514

ProdVer: 6.1.7601.17514

Module 46

C:\Windows\system32\WINNSI.DLL

Image Base: 0x74c60000 Image Size: 0x00007000

File Size: 16896 File Time: 2009-07-13_211620

Version:

Company: Microsoft Corporation

Product: Microsoft® Windows® Operating System

FileDesc: Network Store Information RPC interface

FileVer: 6.1.7600.16385

ProdVer: 6.1.7600.16385

Module 47

C:\Windows\system32\HID.DLL

Image Base: 0x74c80000 Image Size: 0x00009000

File Size: 22016 File Time: 2009-07-13_211526

Version:

Company: Microsoft Corporation

Product: Microsoft® Windows® Operating System

FileDesc: Hid User Library

FileVer: 6.1.7600.16385

ProdVer: 6.1.7600.16385

Module 48

C:\Windows\system32\rsaenh.dll

Image Base: 0x74d50000 Image Size: 0x0003b000

File Size: 242936 File Time: 2009-07-13_211756

Version:

Company: Microsoft Corporation

Product: Microsoft® Windows® Operating System

FileDesc: Microsoft Enhanced Cryptographic Provider

FileVer: 6.1.7600.16385

ProdVer: 6.1.7600.16385

Module 49

C:\Windows\system32\CRYPTSP.dll

Image Base: 0x74d90000 Image Size: 0x00016000

File Size: 78848 File Time: 2009-07-13_211508

Version:

Company: Microsoft Corporation

Product: Microsoft® Windows® Operating System

FileDesc: Cryptographic Service Provider API

FileVer: 6.1.7600.16385

ProdVer: 6.1.7600.16385

Module 50

C:\Windows\system32\AVRT.dll

Image Base: 0x74db0000 Image Size: 0x00007000

File Size: 14336 File Time: 2009-07-13_211500

Version:

Company: Microsoft Corporation

Product: Microsoft® Windows® Operating System

FileDesc: Multimedia Realtime Runtime

FileVer: 6.1.7600.16385

ProdVer: 6.1.7600.16385

Module 51

C:\Windows\system32\powrprof.dll

Image Base: 0x74e00000 Image Size: 0x00025000

File Size: 145408 File Time: 2009-07-13_211614

Version:

Company: Microsoft Corporation

Product: Microsoft® Windows® Operating System

FileDesc: Power Profile Helper DLL

FileVer: 6.1.7600.16385

ProdVer: 6.1.7600.16385

Module 52

C:\Windows\system32\WINMM.dll

Image Base: 0x74e30000 Image Size: 0x00032000

File Size: 194048 File Time: 2010-11-20_082138

Version:

Company: Microsoft Corporation

Product: Microsoft® Windows® Operating System

FileDesc: MCI API DLL

FileVer: 6.1.7601.17514

ProdVer: 6.1.7601.17514

Module 53

C:\Windows\system32\dsound.dll

Image Base: 0x74e70000 Image Size: 0x00072000

File Size: 453632 File Time: 2009-07-13_211514

Version:

Company: Microsoft Corporation

Product: Microsoft® Windows® Operating System

FileDesc: DirectSound

FileVer: 6.1.7600.16385

ProdVer: 6.1.7600.16385

Module 54

C:\Windows\system32\VERSION.dll

Image Base: 0x74fc0000 Image Size: 0x00009000

File Size: 21504 File Time: 2009-07-13_211618

Version:

Company: Microsoft Corporation

Product: Microsoft® Windows® Operating System

FileDesc: Version Checking and File Installation Libraries

FileVer: 6.1.7600.16385

ProdVer: 6.1.7600.16385

Module 55

C:\Windows\syswow64\CRYPTBASE.dll

Image Base: 0x75090000 Image Size: 0x0000c000

File Size: 36864 File Time: 2009-07-13_211508

Version:

Company: Microsoft Corporation

Product: Microsoft® Windows® Operating System

FileDesc: Base cryptographic API DLL

FileVer: 6.1.7600.16385

ProdVer: 6.1.7600.16385

Module 56

C:\Windows\syswow64\SspiCli.dll

Image Base: 0x750a0000 Image Size: 0x00060000

File Size: 96768 File Time: 2014-04-11_221058

Version:

Company: Microsoft Corporation

Product: Microsoft® Windows® Operating System

FileDesc: Security Support Provider Interface

FileVer: 6.1.7601.18443

ProdVer: 6.1.7601.18443

Module 57

C:\Windows\syswow64\RPCRT4.dll

Image Base: 0x75100000 Image Size: 0x000f0000

File Size: 663552 File Time: 2013-07-09_005234

Version:

Company: Microsoft Corporation

Product: Microsoft® Windows® Operating System

FileDesc: Remote Procedure Call Runtime

FileVer: 6.1.7601.18205

ProdVer: 6.1.7601.18205

Module 58

C:\Windows\syswow64\MSASN1.dll

Image Base: 0x751f0000 Image Size: 0x0000c000

File Size: 34304 File Time: 2010-11-20_081946

Version:

Company: Microsoft Corporation

Product: Microsoft® Windows® Operating System

FileDesc: ASN.1 Runtime APIs

FileVer: 6.1.7601.17514

ProdVer: 6.1.7601.17514

Module 59

C:\Windows\syswow64\SHELL32.dll

Image Base: 0x75200000 Image Size: 0x00c4a000

File Size: 12874240 File Time: 2014-03-24_220956

Version:

Company: Microsoft Corporation

Product: Microsoft® Windows® Operating System

FileDesc: Windows Shell Common Dll

FileVer: 6.1.7601.18429

ProdVer: 6.1.7601.18429

Module 60

C:\Windows\syswow64\ole32.dll

Image Base: 0x75e50000 Image Size: 0x0015c000

File Size: 1414144 File Time: 2010-11-20_082050

Version:

Company: Microsoft Corporation

Product: Microsoft® Windows® Operating System

FileDesc: Microsoft OLE for Windows

FileVer: 6.1.7601.17514

ProdVer: 6.1.7601.17514

Module 61

C:\Windows\syswow64\NSI.dll

Image Base: 0x75fb0000 Image Size: 0x00006000

File Size: 8704 File Time: 2009-07-13_211612

Version:

Company: Microsoft Corporation

Product: Microsoft® Windows® Operating System

FileDesc: NSI User-mode interface DLL

FileVer: 6.1.7600.16385

ProdVer: 6.1.7600.16385

Module 62

C:\Windows\syswow64\MSCTF.dll

Image Base: 0x75fc0000 Image Size: 0x000cc000

File Size: 828928 File Time: 2009-07-13_211544

Version:

Company: Microsoft Corporation

Product: Microsoft® Windows® Operating System

FileDesc: MSCTF Server DLL

FileVer: 6.1.7600.16385

ProdVer: 6.1.7600.16385

Module 63

C:\Windows\syswow64\msvcrt.dll

Image Base: 0x76090000 Image Size: 0x000ac000

File Size: 690688 File Time: 2011-12-16_035300

Version:

Company: Microsoft Corporation

Product: Microsoft® Windows® Operating System

FileDesc: Windows NT CRT DLL

FileVer: 7.0.7601.17744

ProdVer: 6.1.8638.17744

Module 64

C:\Windows\syswow64\CRYPT32.dll

Image Base: 0x76150000 Image Size: 0x00120000

File Size: 1168384 File Time: 2013-10-05_155726

Version:

Company: Microsoft Corporation

Product: Microsoft® Windows® Operating System

FileDesc: Crypto API32

FileVer: 6.1.7601.18277

ProdVer: 6.1.7601.18277

Module 65

C:\Windows\syswow64\SETUPAPI.dll

Image Base: 0x76270000 Image Size: 0x0019d000

File Size: 1667584 File Time: 2010-11-20_082116

Version:

Company: Microsoft Corporation

Product: Microsoft® Windows® Operating System

FileDesc: Windows Setup API

FileVer: 6.1.7601.17514

ProdVer: 6.1.7601.17514

Module 66

C:\Windows\syswow64\IMM32.dll

Image Base: 0x76640000 Image Size: 0x00060000

File Size: 119808 File Time: 2010-11-20_080852

Version:

Company: Microsoft Corporation

Product: Microsoft® Windows® Operating System

FileDesc: Multi-User Windows IMM32 API Client DLL

FileVer: 6.1.7601.17514

ProdVer: 6.1.7601.17514

Module 67

C:\Windows\syswow64\USER32.dll

Image Base: 0x766a0000 Image Size: 0x00100000

File Size: 833024 File Time: 2010-11-20_080858

Version:

Company: Microsoft Corporation

Product: Microsoft® Windows® Operating System

FileDesc: Multi-User Windows USER API Client DLL

FileVer: 6.1.7601.17514

ProdVer: 6.1.7601.17514

Module 68

C:\Windows\syswow64\ADVAPI32.dll

Image Base: 0x76960000 Image Size: 0x000a0000

File Size: 640512 File Time: 2013-08-28_214818

Version:

Company: Microsoft Corporation

Product: Microsoft® Windows® Operating System

FileDesc: Advanced Windows 32 Base API

FileVer: 6.1.7601.18247

ProdVer: 6.1.7601.18247

Module 69

C:\Windows\syswow64\WINTRUST.dll

Image Base: 0x76a00000 Image Size: 0x0002e000

File Size: 175104 File Time: 2013-07-09_005212

Version:

Company: Microsoft Corporation

Product: Microsoft® Windows® Operating System

FileDesc: Microsoft Trust Verification APIs

FileVer: 6.1.7601.18205

ProdVer: 6.1.7601.18205

Module 70

C:\Windows\syswow64\PSAPI.DLL

Image Base: 0x76a40000 Image Size: 0x00005000

File Size: 6144 File Time: 2009-07-13_211614

Version:

Company: Microsoft Corporation

Product: Microsoft® Windows® Operating System

FileDesc: Process Status Helper

FileVer: 6.1.7600.16385

ProdVer: 6.1.7600.16385

Module 71

C:\Windows\syswow64\DEVOBJ.dll

Image Base: 0x76b70000 Image Size: 0x00012000

File Size: 64512 File Time: 2011-05-24_064006

Version:

Company: Microsoft Corporation

Product: Microsoft® Windows® Operating System

FileDesc: Device Information Set DLL

FileVer: 6.1.7601.17621

ProdVer: 6.1.7601.17621

Module 72

C:\Windows\syswow64\CFGMGR32.dll

Image Base: 0x76b90000 Image Size: 0x00027000

File Size: 145920 File Time: 2011-05-24_063940

Version:

Company: Microsoft Corporation

Product: Microsoft® Windows® Operating System

FileDesc: Configuration Manager DLL

FileVer: 6.1.7601.17621

ProdVer: 6.1.7601.17621

Module 73

C:\Windows\syswow64\LPK.dll

Image Base: 0x76bc0000 Image Size: 0x0000a000

File Size: 25600 File Time: 2013-06-06_005702

Version:

Company: Microsoft Corporation

Product: Microsoft® Windows® Operating System

FileDesc: Language Pack

FileVer: 6.1.7601.18177

ProdVer: 6.1.7601.18177

Module 74

C:\Windows\syswow64\SHLWAPI.dll

Image Base: 0x76c50000 Image Size: 0x00057000

File Size: 350208 File Time: 2010-11-20_082120

Version:

Company: Microsoft Corporation

Product: Microsoft® Windows® Operating System

FileDesc: Shell Light-weight Utility Library

FileVer: 6.1.7601.17514

ProdVer: 6.1.7601.17514

Module 75

C:\Windows\syswow64\GDI32.dll

Image Base: 0x76cb0000 Image Size: 0x00090000

File Size: 311808 File Time: 2013-10-02_220046

Version:

Company: Microsoft Corporation

Product: Microsoft® Windows® Operating System

FileDesc: GDI Client DLL

FileVer: 6.1.7601.18275

ProdVer: 6.1.7601.18275

Module 76

C:\Windows\syswow64\kernel32.dll

Image Base: 0x76d40000 Image Size: 0x00110000

File Size: 1114112 File Time: 2014-03-04_051618

Version:

Company: Microsoft Corporation

Product: Microsoft® Windows® Operating System

FileDesc: Windows NT BASE API Client DLL

FileVer: 6.1.7601.18409

ProdVer: 6.1.7601.18409

Module 77

C:\Windows\syswow64\KERNELBASE.dll

Image Base: 0x76e60000 Image Size: 0x00047000

File Size: 274944 File Time: 2014-03-04_051620

Version:

Company: Microsoft Corporation

Product: Microsoft® Windows® Operating System

FileDesc: Windows NT BASE API Client DLL

FileVer: 6.1.7601.18409

ProdVer: 6.1.7601.18409

Module 78

C:\Windows\syswow64\CLBCatQ.DLL

Image Base: 0x76ec0000 Image Size: 0x00083000

File Size: 522240 File Time: 2009-07-13_211504

Version:

Company: Microsoft Corporation

Product: Microsoft® Windows® Operating System

FileDesc: COM+ Configuration Catalog

FileVer: 2001.12.8530.16385

ProdVer: 6.1.7600.16385

Module 79

C:\Windows\syswow64\OLEAUT32.dll

Image Base: 0x76f50000 Image Size: 0x0008f000

File Size: 571904 File Time: 2011-08-27_002628

Version:

Company: Microsoft Corporation

Product:

FileDesc:

FileVer: 6.1.7601.17676

ProdVer: 6.1.7601.17676

Module 80

C:\Windows\syswow64\WS2_32.dll

Image Base: 0x77070000 Image Size: 0x00035000

File Size: 206848 File Time: 2010-11-20_082140

Version:

Company: Microsoft Corporation

Product: Microsoft® Windows® Operating System

FileDesc: Windows Socket 2.0 32-Bit DLL

FileVer: 6.1.7601.17514

ProdVer: 6.1.7601.17514

Module 81

C:\Windows\syswow64\USP10.dll

Image Base: 0x771e0000 Image Size: 0x0009d000

File Size: 626688 File Time: 2014-04-24_220618

Version:

Company: Microsoft Corporation

Product: Microsoft® Uniscribe Unicode script processor

FileDesc: Uniscribe Unicode script processor

FileVer: 1.626.7601.18454

ProdVer: 1.626.7601.18454

Module 82

C:\Windows\SysWOW64\sechost.dll

Image Base: 0x77280000 Image Size: 0x00019000

File Size: 92160 File Time: 2009-07-13_211614

Version:

Company: Microsoft Corporation

Product: Microsoft® Windows® Operating System

FileDesc: Host for SCM/SDDL/LSA Lookup APIs

FileVer: 6.1.7600.16385

ProdVer: 6.1.7600.16385

Module 83

C:\Windows\SysWOW64\ntdll.dll

Image Base: 0x776a0000 Image Size: 0x00180000

File Size: 1292192 File Time: 2013-08-28_215032

Version:

Company: Microsoft Corporation

Product: Microsoft® Windows® Operating System

FileDesc: NT Layer DLL

FileVer: 6.1.7601.18247

ProdVer: 6.1.7601.18247

== [end of error.log] ==

Link to comment
Share on other sites

holy crap, would you please put some code or spoiler tags on that so your post isn't so huge?

also, I'd like to make procedural fairings work as heat shields, but I'm not really sure how to do that, beyond just "make a modulemanager cfg to add the deadly re-entry module to the part." I'm sure it's more complicated than that, though. Any suggestions? Seems like it's probably something someone's already done.

Edited by loppnessmonsta
Link to comment
Share on other sites

I was wondering if anyone was having issues with the heat shield itself burning up? In my game, I was trying to get a probe into Jool's atmosphere, and not one but two 1.25m heat shields quickly overheated and exploded, even though the ablative shield resource was still at close to full (it was depleting very slowly). The science module underneath took much longer to burn up than the heat shields. I'm 100% certain I have the heat shields installed the right way (went into VAB to check, and confirmed the rounded side was facing the direction of travel). The heat shields seem to have worked in the past as I was returning to Kerbin, though of course there I was not travelling at 9km/s.

I do use FAR if that makes a difference.

Link to comment
Share on other sites

9km/s implies a 9000 Kelvin shock wave. Ablative shielding alone won't help you. You need to choose a less aggressive aerobraking path (reducing the density of the atmosphere helps). I've aerocaptured at Jool with no shields, though I had a very high apoapsis at the end of it.

Link to comment
Share on other sites

Ah okay, thanks for the advice. I was trying to get a probe into a sub-orbital trajectory, so I figured that with 2 heat shields I ought to just dive right in. I still find it a bit surprising how quickly the heat shield overheated and exploded though -- at around 100km. The Science Jr module underneath it lasted MUCH longer, and actually got into about 80km or so before exploding.

Link to comment
Share on other sites

Hey so I was hoping to add ablative heat shielding to the bottom of Kosmos's VA Command Module and Novapunch2's Freyja CSV Command Capsule, Odin OTV Command Capsule (Black and white) and also the Odin Heatshield.

How would I go around in doing this? Sorry if this has already been answered... I have looked for a while and can't find anything.

Link to comment
Share on other sites

Hey so I was hoping to add ablative heat shielding to the bottom of Kosmos's VA Command Module and Novapunch2's Freyja CSV Command Capsule, Odin OTV Command Capsule (Black and white) and also the Odin Heatshield.

How would I go around in doing this? Sorry if this has already been answered... I have looked for a while and can't find anything.

While searching for an answer for my own question (about how to add heatshielding to procedural fairings) I found this cfg for one of the FASA pods:

@PART[FASAMercuryPod]
{
@maxTemp = 1700
MODULE
{ // this one is custom, and is a little thicker than most heat shields.
name = ModuleHeatShield
direction = 0, -1, 0 // bottom of pod
reflective = 0.05 // 5% of heat is ignored at correct angle
ablative = AblativeShielding
loss
{ // loss is based on the shockwave temperature (also based on density)
key = 650 0 // start ablating at 650 degrees C
key = 1000 64 // peak ablation at 1000 degrees C
key = 3000 80 // max ablation at 3000 degrees C
}
dissipation
{ // dissipation is based on the part's current temperature
key = 300 0 // begin ablating at 300 degrees C
key = 500 180 // maximum dissipation at 500 degrees C
}
}
RESOURCE
{
name = AblativeShielding
amount = 250
maxAmount = 250
}
}

You'll obviously need to change the part name, and you might need to tweak some of the values, but that should give you an idea of the general formatting. For value tweaking, I suggest copying the values on the existing heatshields.

Link to comment
Share on other sites

While searching for an answer for my own question (about how to add heatshielding to procedural fairings)

/snip

Have you figured that out already? I'd like that but am too lazy to look at it myself atm :wink:

Link to comment
Share on other sites

While searching for an answer for my own question (about how to add heatshielding to procedural fairings) I found this cfg for one of the FASA pods:

You'll obviously need to change the part name, and you might need to tweak some of the values, but that should give you an idea of the general formatting. For value tweaking, I suggest copying the values on the existing heatshields.

Have you figured that out already? I'd like that but am too lazy to look at it myself atm :wink:

It's no different than adding heat shielding to any other part, however DREC's code has a hard time telling if fairings protect the things inside them. (it fails at certain angles; I suspect a problem with the PF colliders)

If you have FAR installed that will help because DREC will detect that and ask FAR if an item is protected by a fairing.

Link to comment
Share on other sites

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...