ModuleGenerator

From Kerbal Space Program Wiki
Jump to: navigation, search
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
	requiresAllinputs = true/false
	resourceThreshold = <numerical value>
	activateGUIName = <text>
	shutdownGUIName = <text>
	INPUT_RESOURCE
	{
		name = <resource name>
		rate = <numerical value>
	}
	OUTPUT_RESOURCE
	{	  
		name = <resource name>	
		rate = <numerical value>	
	}
}