I am trying to modify USI MKS conversion rates to balance with stock converters. The USI Module I am trying to change is "USI_ConverterSwapOption"
Would one of you Guru's care to point me in the right direction?
I am not achieving any effect with the following plugin:
@PART[MKS_Processor250]:FINAL
{
@MODULE[USI_ConverterSwapOption],*
{
@INPUT_RESOURCE[MetallicOre,Uraninite,Substrate,Minerals,Karbonite,Commodities,MaterialKits,Metals,Polymers,Supplies,Ore,Machinery,Recyclables,SpecializedParts,Fertilizer,Hydrates,Gypsum,Dirt,Silicates,Silicon,RefinedExotics,ColonySupplies,Organics,Rock,Karborundum,XenonGas,ArgonGas,LiquidFuel,Oxidizer,Water,Chemicals,Mulch,LqdHydrogen,LiquidFuel,MonoPropellant],*
{
@Ratio *= 173
}
@OUTPUT_RESOURCE[MetallicOre,Uraninite,Substrate,Minerals,Karbonite,Commodities,MaterialKits,Metals,Polymers,Supplies,Ore,Machinery,Recyclables,SpecializedParts,Fertilizer,Hydrates,Gypsum,Dirt,Silicates,Silicon,RefinedExotics,ColonySupplies,Organics,Rock,Karborundum,XenonGas,ArgonGas,LiquidFuel,Oxidizer,Water,Chemicals,Mulch,LqdHydrogen,LiquidFuel,MonoPropellant],*
{
@Ratio *= 173
}
}
}
The config I am trying to modify is as follows:
Update:
I have tried modifying the patch by replacing the "_" by a "?" wildcard since it was pointed out that KSP does not recognise the underscore. New patch below:
The change is however not reflected in MM ConfigCache.
Any assistance would be appreciated.