Skip to content

Commit

Permalink
Merge pull request #68 from ChrisAdderley/dev
Browse files Browse the repository at this point in the history
2.1.9 update
  • Loading branch information
ChrisAdderley authored Sep 1, 2020
2 parents c0f14de + 1491681 commit 9e50bf4
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 2 deletions.
13 changes: 13 additions & 0 deletions GameData/DynamicBatteryStorage/DynamicBatteryStorageSettings.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ DYNAMICBATTERYSTORAGE
title = #LOC_DynamicBatteryStorage_UI_Category_SolarPanels
// The modules that this category monitors (heat or electrical)
module = KopernicusSolarPanel
module = KopernicusSolarPanels
module = ModuleCurvedSolarPanel
module = ModuleDeployableSolarPanel
}
Expand Down Expand Up @@ -179,6 +180,18 @@ DYNAMICBATTERYSTORAGE
continuous = true
}
PARTMODULEHANDLER
{
name = KopernicusSolarPanels
handlerModuleName = KopernicusSolarPanelPowerHandler
type = Power
visible = true
solarEfficiencyEffects = true
producer = true
consumer = false
simulated = true
continuous = true
}
PARTMODULEHANDLER
{
name = ModuleGenerator
handlerModuleName = ModuleGeneratorPowerHandler
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
{
"MAJOR":2,
"MINOR":1,
"PATCH":8,
"PATCH":9,
"BUILD":0
},
"KSP_VERSION":
Expand Down
4 changes: 4 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
v2.1.9
------
- Compatibility with Kopernicus 1.9+

v2.1.8
------
- Added a new settings flag: DebugLoading, which decreases the number of messages emitted when loading (off by default)
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
==============================
Dynamic Battery Storage v2.1.8
Dynamic Battery Storage v2.1.9
==============================

A small utility mod for Kerbal Space Program, intended to support my other projects. Effectively required by Near Future Electrical, CryoEngines, KerballAtomics and CryoTanks.
Expand Down

0 comments on commit 9e50bf4

Please sign in to comment.