Skip to content

Commit

Permalink
Merge pull request #39 from post-kerbin-mining-corporation/dev
Browse files Browse the repository at this point in the history
HC updates
  • Loading branch information
ChrisAdderley authored Jan 20, 2021
2 parents d81aa08 + 809cb69 commit 5cceeeb
Show file tree
Hide file tree
Showing 32 changed files with 345 additions and 52 deletions.
3 changes: 3 additions & 0 deletions .mod_data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ dependencies: # Configure dependencies
ModuleManager:
version: 4.1.4
location: s3
B9PartSwitch:
version: 2.17.0
location: s3
deploy:
SpaceDock:
enabled: true # activate/deactivate this deployment script
Expand Down
4 changes: 3 additions & 1 deletion CKAN/HeatControl.netkan
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,14 @@
"license" : "restricted",
"name": "Heat Control",
"abstract" : "New categories of heat radiator for your spacecraft",
"author": "Nertea (Chris Adderley)",
"resources": {
"homepage": "https://forum.kerbalspaceprogram.com/index.php?/topic/112027-16x-heat-control-more-radiators-january-21/&page=1",
"repository": "https://github.com/post-kerbin-mining-corporation/HeatControl"
},
"depends" : [
{ "name" : "ModuleManager" }
{ "name" : "ModuleManager" },
{ "name" : "B9PartSwitch" }
],
"suggests" : [
{ "name" : "CommunityTechTree" }
Expand Down
35 changes: 33 additions & 2 deletions GameData/HeatControl/Localization/en-us.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,37 @@ Localization
#LOC_HeatControl_manufacturer_kerbkastria_title = Kerb Kastria Inc.
#LOC_HeatControl_manufacturer_postkerbin_title = Post Kerbin Mining Corporation

#LOC_HeatControl_switcher_size_title = Configuration
#LOC_HeatControl_switcher_size_square_title = Square
#LOC_HeatControl_switcher_size_square_summary = Square Radiator
#LOC_HeatControl_switcher_size_square_detail = <b>Core Heat Cooling</b>: 2 MW
#LOC_HeatControl_switcher_size_double_title = Double
#LOC_HeatControl_switcher_size_double_summary = Double-Length Radiator
#LOC_HeatControl_switcher_size_double_detail = <b>Core Heat Cooling</b>: 4 MW
#LOC_HeatControl_switcher_size_half_title = Half
#LOC_HeatControl_switcher_size_half_summary = Square Radiator
#LOC_HeatControl_switcher_size_half_detail = <b>Core Heat Cooling</b>: 1 MW
#LOC_HeatControl_switcher_size_twothirds_title = Two Thirds
#LOC_HeatControl_switcher_size_twothirds_summary = 2/3 Length Radiator
#LOC_HeatControl_switcher_size_twothirds_detail = <b>Core Heat Cooling</b>: 1.3 MW
#LOC_HeatControl_switcher_size_third_title = One Third
#LOC_HeatControl_switcher_size_third_summary = 1/3 Length Radiator
#LOC_HeatControl_switcher_size_third_detail = <b>Core Heat Cooling</b>: 660 kW

#LOC_HeatControl_switcher_size_45_title = 45 Degree
#LOC_HeatControl_switcher_size_45_summary = 45 Degree Angle
#LOC_HeatControl_switcher_size_45_detail = <b>Core Heat Cooling</b>: 1 MW
#LOC_HeatControl_switcher_size_22_title = 22.5 Degree
#LOC_HeatControl_switcher_size_22_summary = 22.5 Degree Angle
#LOC_HeatControl_switcher_size_22_detail = <b>Core Heat Cooling</b>: 500 kW
#LOC_HeatControl_switcher_size_30_title = 30 Degree
#LOC_HeatControl_switcher_size_30_summary = 30 Degree Angle
#LOC_HeatControl_switcher_size_30_detail = <b>Core Heat Cooling</b>: 660 kW
#LOC_HeatControl_switcher_size_15_title = 15 Degree
#LOC_HeatControl_switcher_size_15_summary = 15 Degree Angle
#LOC_HeatControl_switcher_size_15_detail = <b>Core Heat Cooling</b>: 330 kW


// PARTS
// Curved Radiators
#LOC_HeatControl_radiator-surface-125-1_title = YF-25 'Ezikiel' High Temperature Heat Radiator
Expand Down Expand Up @@ -63,10 +94,10 @@ Localization
#LOC_HeatControl_radiator-microchannel-2_description = An extra-wide microchannel heat radiator that also excels at ditching that pesky reactor heat. Very mass-efficient, but also fragile. Can't be retracted.
#LOC_HeatControl_radiator-microchannel-2_tags = cool deploy fold heat moderat radiat temperat therm heatcontrol control unfold graphene advanced
#LOC_HeatControl_radiator-microchannel-fixed-1_title =EF-2K Microchannel Graphene Heat Radiator Panel
#LOC_HeatControl_radiator-microchannel-fixed-1_description = An advanced but static microchannel heat radiator. Very mass-efficient and fragile. This model is versatile and can be mounted on nearly any surface, including itself.
#LOC_HeatControl_radiator-microchannel-fixed-1_description = An advanced but static microchannel heat radiator. Very mass-efficient and fragile. This model is versatile and can be mounted on nearly any surface, including itself. Several variants are available to customize the size of the radiating area.
#LOC_HeatControl_radiator-microchannel-fixed-1_tags = cool static fold heat moderat radiat temperat therm heatcontrol control unfold graphene advanced
#LOC_HeatControl_radiator-microchannel-fixed-2_title = EF-1K Microchannel Graphene Heat Radiator Panel
#LOC_HeatControl_radiator-microchannel-fixed-2_description = An advanced but static microchannel heat radiator. This model is triangular for all your pointy aesthetics, and can be mounted on nearly any surface.
#LOC_HeatControl_radiator-microchannel-fixed-2_description = An advanced but static microchannel heat radiator. This model is triangular for all your pointy aesthetics, and can be mounted on nearly any surface. Several variants are available to customize the size of the radiating area.
#LOC_HeatControl_radiator-microchannel-fixed-2_tags cool static heat moderat radiat temperat therm heatcontrol control unfold graphene advanced

// Heat Exchangers/sinks
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ PART
// --- general parameters ---
name = radiator-conformal-1
module = Part
author = ChrisAdderley
author = Chris Adderley (Nertea)

// --- asset parameters ---
MODEL
Expand Down Expand Up @@ -38,10 +38,9 @@ PART
minimum_drag = 0.2
angularDrag = 1
crashTolerance = 8
maxTemp = 2500
maxTemp = 1500
breakingForce = 13

maxTemp = 2500
radiatorHeadroom = 0.75
thermalMassModifier = 2.0
skinInternalConductionMult = 2000
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ PART
// --- general parameters ---
name = radiator-conformal-2
module = Part
author = ChrisAdderley
author = Chris Adderley (Nertea)

// --- asset parameters ---
MODEL
Expand Down Expand Up @@ -40,7 +40,7 @@ PART
crashTolerance = 8

breakingForce = 13
maxTemp = 2500
maxTemp = 1500
radiatorHeadroom = 0.75
thermalMassModifier = 2.0
skinInternalConductionMult = 2000
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ PART
// --- general parameters ---
name = radiator-conformal-3
module = Part
author = ChrisAdderley
author = Chris Adderley (Nertea)

// --- asset parameters ---
MODEL
Expand Down Expand Up @@ -38,7 +38,7 @@ PART
minimum_drag = 0.2
angularDrag = 1
crashTolerance = 8
maxTemp = 2500
maxTemp = 1500

breakingForce = 13
tags = #LOC_HeatControl_radiator-conformal-3_tags
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ PART
// --- general parameters ---
name = radiator-universal-1
module = Part
author = ChrisAdderley
author = Chris Adderley (Nertea)

// --- asset parameters ---
MODEL
Expand Down Expand Up @@ -39,7 +39,7 @@ PART
angularDrag = 1
crashTolerance = 4

maxTemp = 2500
maxTemp = 1500
radiatorHeadroom = 0.75
thermalMassModifier = 2.0
skinInternalConductionMult = 2000
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ PART
// --- general parameters ---
name = radiator-universal-2
module = Part
author = ChrisAdderley
author = Chris Adderley (Nertea)

// --- asset parameters ---
MODEL
Expand Down Expand Up @@ -42,7 +42,7 @@ PART
crashTolerance = 12


maxTemp = 2500
maxTemp = 1500
radiatorHeadroom = 0.75
thermalMassModifier = 2.0
skinInternalConductionMult = 2000
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ PART
// --- general parameters ---
name = radiator-universal-3
module = Part
author = ChrisAdderley
author = Chris Adderley (Nertea)

// --- asset parameters ---
MODEL
Expand Down Expand Up @@ -40,7 +40,7 @@ PART
minimum_drag = 0.2
angularDrag = 1
crashTolerance = 12
maxTemp = 2500
maxTemp = 1500
radiatorHeadroom = 0.75
thermalMassModifier = 2.0
skinInternalConductionMult = 2000
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ PART
// --- general parameters ---
name = radiator-fixed-1
module = Part
author = ChrisAdderley
author = Chris Adderley (Nertea)

// --- asset parameters ---
MODEL
Expand Down Expand Up @@ -39,7 +39,7 @@ PART
angularDrag = 1
crashTolerance = 20

maxTemp = 2500
maxTemp = 1500
radiatorHeadroom = 0.75
thermalMassModifier = 2.0
skinInternalConductionMult = 2000
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ PART
// --- general parameters ---
name = radiator-fixed-2
module = Part
author = ChrisAdderley
author = Chris Adderley (Nertea)

// --- asset parameters ---
MODEL
Expand Down Expand Up @@ -39,7 +39,7 @@ PART
angularDrag = 1
crashTolerance = 20

maxTemp = 2500
maxTemp = 1500
radiatorHeadroom = 0.75
thermalMassModifier = 2.0
skinInternalConductionMult = 2000
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ PART
// --- general parameters ---
name = radiator-fixed-3
module = Part
author = ChrisAdderley
author = Chris Adderley (Nertea)

// --- asset parameters ---
MODEL
Expand All @@ -23,7 +23,7 @@ PART


// --- editor parameters ---
cost = 3000
cost = 1500
category = Thermal
subcategory = 0
title = #LOC_HeatControl_radiator-fixed-3_title
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ PART
// --- general parameters ---
name = radiator-fixed-4
module = Part
author = ChrisAdderley
author = Chris Adderley (Nertea)

// --- asset parameters ---
MODEL
Expand Down Expand Up @@ -40,7 +40,7 @@ PART
angularDrag = 1
crashTolerance = 20

maxTemp = 2500
maxTemp = 1500
radiatorHeadroom = 0.75
thermalMassModifier = 2.0
skinInternalConductionMult = 2000
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ PART
// --- general parameters ---
name = radiator-microchannel-1
module = Part
author = ChrisAdderley
author = Chris Adderley (Nertea)

// --- asset parameters ---
MODEL
Expand Down Expand Up @@ -42,7 +42,7 @@ PART
minimum_drag = 0.2
angularDrag = 1
crashTolerance = 10
maxTemp = 3000
maxTemp = 1800
radiatorHeadroom = 0.75
thermalMassModifier = 2.0
skinInternalConductionMult = 2000
Expand Down
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ PART
// --- general parameters ---
name = radiator-microchannel-2
module = Part
author = ChrisAdderley
author = Chris Adderley (Nertea)

// --- asset parameters ---
MODEL
Expand Down Expand Up @@ -41,7 +41,7 @@ PART
minimum_drag = 0.2
angularDrag = 1
crashTolerance = 10
maxTemp = 3000
maxTemp = 1800
radiatorHeadroom = 0.75
thermalMassModifier = 2.0
skinInternalConductionMult = 2000
Expand Down
Binary file not shown.
Loading

0 comments on commit 5cceeeb

Please sign in to comment.