Difference between revisions of "ModuleGenerator"

From Kerbal Space Program Wiki
Jump to: navigation, search
m (Slight improvements, still needs more.)
m (+stub marker; *made everything in code;)
Line 1: Line 1:
 +
{{Stub}}
 
Below is an example of ModuleGenerator being used. ''(Incomplete list of config settings and needs formatting correctly)''
 
Below is an example of ModuleGenerator being used. ''(Incomplete list of config settings and needs formatting correctly)''
  
 
+
<pre>Module
 
 
Module
 
 
{
 
{
 
   name = ModuleGenerator
 
   name = ModuleGenerator
Line 19: Line 18:
 
   rate = <numerical value>
 
   rate = <numerical value>
 
   }
 
   }
}
+
}</pre>

Revision as of 18:59, 17 September 2013

This article is a stub. You can help KSP Wiki by expanding it.

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