ModuleGenerator

From Kerbal Space Program Wiki
Revision as of 18:05, 17 September 2013 by Clearshot (talk | contribs) (Slight improvements, still needs more.)
Jump to: navigation, search

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>	
 }

}