Mod always requiring TAC or SimpleLife
VassilyDev opened this issue ยท 4 comments
Describe the bug
The cloning process requires biomass also when MKS, TAC or other life-support mods are not installed.
- OS: Win10x64
- KSP: 1.11.2
- Version 1.1.0.0
I had to edit this line of ResourceMods.cfg to get it working.
@recipeIngredients = ElectricCharge,BioMass
@recipeAmounts = 15000,15
TO:
@recipeIngredients = ElectricCharge
@recipeAmounts = 15000
First, thank you @VassilyDev .
In that file, everything is commented out so it shouldn't be affecting anything; (that is the // at the start of each line)
I believe the file is a leftover from the old version of MoarKerbals (before I adopted it); it should be updated for the different lifesupport mods in the future which is why it is still around and not gone.
Did you uncomment the file? By default all kloning/kuddling require EC, ore, and oxidizer.
I just installed the mod and launched a ship to test the mod, and it required BioMass to work.
So I did the correction in the file but I did not uncomment anything, just removed BioMass and the relative amount required.
@VassilyDev okay, will make sure next version doesn't have the same issue. I just double checked the local version of the .zip's and the online github versions - and they weren't commented out.
Thank you again for pointing this out.