Difference between revisions of "ModuleGenerator"
From Kerbal Space Program Wiki
(Example of ModuleGenerator) |
m (Slight improvements, still needs more.) |
||
Line 1: | Line 1: | ||
− | Below is an example of ModuleGenerator being used. ''(Incomplete list of config settings)'' | + | Below is an example of ModuleGenerator being used. ''(Incomplete list of config settings and needs formatting correctly)'' |
− | + | ||
+ | |||
+ | |||
+ | Module | ||
+ | { | ||
+ | name = ModuleGenerator | ||
+ | isAlwaysActive = true/false | ||
+ | activateGUIName = <text> | ||
+ | shutdownGUIName = <text> | ||
+ | INPUT_RESOURCE | ||
+ | { | ||
+ | name = <resource name> | ||
+ | rate = <numerical value> | ||
+ | } | ||
+ | OUTPUT_RESOURCE | ||
+ | { | ||
+ | name = <resource name> | ||
+ | rate = <numerical value> | ||
+ | } | ||
+ | } |
Revision as of 18:05, 17 September 2013
Below is an example of ModuleGenerator being used. (Incomplete list of config settings and needs formatting correctly)
Module {
name = ModuleGenerator isAlwaysActive = true/false activateGUIName = <text> shutdownGUIName = <text> INPUT_RESOURCE { name = <resource name> rate = <numerical value> } OUTPUT_RESOURCE { name = <resource name> rate = <numerical value> }
}