SimpleConstruction! (SCON) by matterbeam

SimpleConstruction! (SCON) by matterbeam

34.8k Downloads

[Bug ๐Ÿž]: [ISRU.cfg]

zer0Kerbal opened this issue ยท 2 comments

commented

Brief description of your issue

Kaa253
Kaa253

I don't think it was smelting metal with the ISRUs.
I think ISRU.cfg needs to be HAS[#ConverterName[Mono*]] like this...

@PART[*ISRU*,Smelter*]:NEEDS[LaunchPad,SimpleConstruction]:FOR[SimpleConstruction]
{
	+MODULE[ModuleResourceConverter]:HAS[#ConverterName[Mono*]]
	{
		@ConverterName = Metal

Steps to reproduce

install SCON and look at file

Expected behavior

not this

Actual behavior

patch not effective

Environment

unk

How did you download and install this?

Other (explain below)

commented
  • [ISRU.cfg] v1.1.0.0
    • Add Localization
    • [ORE to METAL]
      • convert +MODULE to MODULE (adds entire module instead of patching a copy
    • [ORE to Karbonite]
      • convert +MODULE to MODULE (adds entire module instead of patching a copy
      • adjust [Karbonite] to [metal] conversion from 5:1 to 3:1
    • closes #58 - [Bug ๐Ÿž]: [ISRU.cfg]
commented

thank you - updated patch, now is more straightforward. also is localized.