Skip to content

Commit

Permalink
Merge pull request #77 from post-kerbin-mining-corporation/dev
Browse files Browse the repository at this point in the history
Release 2.2.2
  • Loading branch information
ChrisAdderley authored Feb 22, 2021
2 parents d0f0b2f + e5b50c4 commit fb7fa77
Show file tree
Hide file tree
Showing 10 changed files with 337 additions and 271 deletions.
12 changes: 12 additions & 0 deletions GameData/DynamicBatteryStorage/DynamicBatteryStorageSettings.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -901,6 +901,18 @@ DYNAMICBATTERYSTORAGE
continuous = true
}
PARTMODULEHANDLER
{
name = ModuleSystemHeatRadiator
handlerModuleName = ModuleActiveRadiatorHeatHandler
type = Heat
visible = true
solarEfficiencyEffects = false
producer = false
consumer = true
simulated = true
continuous = true
}
PARTMODULEHANDLER
{
name = ModuleSystemHeatConvector
type = Power
Expand Down
2 changes: 2 additions & 0 deletions GameData/DynamicBatteryStorage/Localization/en-us.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ Localization
#LOC_DynamicBatteryStorage_UI_TimeUnits = s
#LOC_DynamicBatteryStorage_UI_DistanceUnits = m

#LOC_DynamicBatteryStorage_UI_AdditionalGeneration = Additional Production
#LOC_DynamicBatteryStorage_UI_AdditionalConsumption = Additional Consumption

// Electrical View
// Solar Panel Manager
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
{
"MAJOR":2,
"MINOR":2,
"PATCH":1,
"PATCH":2,
"BUILD":0
},
"KSP_VERSION":
{
"MAJOR":1,
"MINOR":11,
"PATCH":0
"PATCH":1
},
"KSP_VERSION_MIN":{
"MAJOR":1,
Expand Down
Loading

0 comments on commit fb7fa77

Please sign in to comment.