Global GTI Configurations - WarezCrawler/Guybrush101 GitHub Wiki

GTI_Config.cfg is the common file with settings for GTIndustries mod's, that are not independent.

EventConfig
{
	initEvent = true					//Is the event activated on install
	EventCheckFreqIdle = 250			//ms waiting before next check for event when idle
	EventCheckFreqActive = 90			//ms waiting before next check for event when throttle just changed
}
Debug
{
	DebugActive = true					//Is debugging information activated
	DebugLevel = DebugInfo				//Which level of information is to be shown
}