Skip to content

Commit 6e0a903

Browse files
committed
Enable AG toggle of Service Module fuel cells
For #87.
1 parent c323e68 commit 6e0a903

2 files changed

Lines changed: 30 additions & 28 deletions

File tree

GameData/SDHI/Service Module System/Parts/SDHI_2.5_ServiceModule/AvionicsRing.cfg

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -85,36 +85,37 @@ PART
8585
8686
MODULE
8787
{
88-
name = ModuleResourceConverter
89-
ConverterName = Fuel Cell
90-
StartActionName = Start Fuel Cell
91-
StopActionName = Stop Fuel Cell
92-
FillAmount = 0.95
88+
name = ModuleResourceConverter
89+
ConverterName = Fuel Cell
90+
StartActionName = Start Fuel Cell
91+
StopActionName = Stop Fuel Cell
92+
ToggleActionName = Toggle Fuel Cell
93+
FillAmount = 0.95
9394
9495
AutoShutdown = true
9596
GeneratesHeat = true
9697
TemperatureModifier = 2
9798
UseSpecializationBonus = false
9899
DefaultShutoffTemp = 0.5
99100
100-
INPUT_RESOURCE
101-
{
101+
INPUT_RESOURCE
102+
{
102103
ResourceName = LiquidFuel
103104
Ratio = 0.0016875
104105
FlowMode = STAGE_PRIORITY_FLOW
105-
}
106-
INPUT_RESOURCE
107-
{
106+
}
107+
INPUT_RESOURCE
108+
{
108109
ResourceName = Oxidizer
109110
Ratio = 0.0020625
110111
FlowMode = STAGE_PRIORITY_FLOW
111-
}
112-
OUTPUT_RESOURCE
113-
{
112+
}
113+
OUTPUT_RESOURCE
114+
{
114115
ResourceName = ElectricCharge
115116
Ratio = 1.5
116117
DumpExcess = false
117-
}
118+
}
118119
}
119120
120121
MODULE

GameData/SDHI/Service Module System/Parts/SDHI_2.5_ServiceModule/ServiceModule.cfg

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -109,36 +109,37 @@ PART
109109

110110
MODULE
111111
{
112-
name = ModuleResourceConverter
113-
ConverterName = Fuel Cell
114-
StartActionName = Start Fuel Cell
115-
StopActionName = Stop Fuel Cell
116-
FillAmount = 0.95
112+
name = ModuleResourceConverter
113+
ConverterName = Fuel Cell
114+
StartActionName = Start Fuel Cell
115+
StopActionName = Stop Fuel Cell
116+
ToggleActionName = Toggle Fuel Cell
117+
FillAmount = 0.95
117118

118119
AutoShutdown = true
119120
GeneratesHeat = true
120121
TemperatureModifier = 2
121122
UseSpecializationBonus = false
122123
DefaultShutoffTemp = 0.5
123124

124-
INPUT_RESOURCE
125-
{
125+
INPUT_RESOURCE
126+
{
126127
ResourceName = LiquidFuel
127128
Ratio = 0.0016875
128129
FlowMode = STAGE_PRIORITY_FLOW
129-
}
130-
INPUT_RESOURCE
131-
{
130+
}
131+
INPUT_RESOURCE
132+
{
132133
ResourceName = Oxidizer
133134
Ratio = 0.0020625
134135
FlowMode = STAGE_PRIORITY_FLOW
135-
}
136-
OUTPUT_RESOURCE
137-
{
136+
}
137+
OUTPUT_RESOURCE
138+
{
138139
ResourceName = ElectricCharge
139140
Ratio = 1.5
140141
DumpExcess = false
141-
}
142+
}
142143
}
143144

144145
MODULE

0 commit comments

Comments
 (0)