zer0Kerbal / SimpleConstruction

Provides simple craft building capability in flight mode to stock parts for Kerbal Space Program.
https://forum.kerbalspaceprogram.com/index.php?/topic/191424-*/
GNU General Public License v3.0
6 stars 7 forks source link

[Bug 🐞]: [ISRU.cfg] #58

Closed zer0Kerbal closed 2 years ago

zer0Kerbal commented 2 years ago

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)

zer0Kerbal commented 2 years ago

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

zer0Kerbal commented 2 years ago