Skip to content

WBI OmniConverter Defs don't belong to any tech node #10

@KirbyElder

Description

@KirbyElder

WBI OmniConverters (also used in Sterling Systems) have a definition like this:

OMNICONVERTER:NEEDS[CommunityResourcePack]
{
	TechRequired = fieldScience
	ConverterName = Uranium Refiner

	...

	INPUT_RESOURCE
	{
		ResourceName = Uraninite
		Ratio = 0.0015
		FlowMode = ALL_VESSEL
	}

	OUTPUT_RESOURCE
	{
		ResourceName = EnrichedUranium
		Ratio = 0.001
		DumpExcess = false
		FlowMode = ALL_VESSEL
	}
}

The TechRequired field handles the converters getting unlocked, but these aren't being patched by GPTT right now. As a result, you can't use any of them.

I tried creating an MM patch for this myself, but I'm not very familiar with the details of ModuleManager and I couldn't get it to pick up the change. My current workaround is to manually go into the OmniConverter def files and change TechRequired to gptt_lostandfound, but that's obviously not an ideal solution.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions