Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mod always requiring TAC or SimpleLife #4

Closed
VassilyDev opened this issue May 27, 2021 · 4 comments · Fixed by #72
Closed

Mod always requiring TAC or SimpleLife #4

VassilyDev opened this issue May 27, 2021 · 4 comments · Fixed by #72

Comments

@VassilyDev
Copy link

VassilyDev commented May 27, 2021

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

@zer0Kerbal zer0Kerbal self-assigned this May 28, 2021
@zer0Kerbal
Copy link
Owner

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.

@VassilyDev
Copy link
Author

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.

@zer0Kerbal
Copy link
Owner

zer0Kerbal commented May 29, 2021

@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.

@VassilyDev
Copy link
Author

VassilyDev commented May 29, 2021

(EDIT) It is the last version available on SpaceDock.

@zer0Kerbal zer0Kerbal added this to To do in 1.9.x Jun 4, 2021
@zer0Kerbal zer0Kerbal moved this from To do to In progress in 1.9.x Jun 4, 2021
@zer0Kerbal zer0Kerbal added this to the Compatibility patches updated milestone Oct 1, 2021
@zer0Kerbal zer0Kerbal removed this from In progress in 1.9.x Oct 1, 2021
@zer0Kerbal zer0Kerbal added this to Needs triage in Flyswatter (Bug and Feature Triage) via automation Oct 1, 2021
@zer0Kerbal zer0Kerbal added this to To do in 1.1.2.99-prerelease via automation Oct 1, 2021
@zer0Kerbal zer0Kerbal moved this from Needs triage to High priority in Flyswatter (Bug and Feature Triage) Oct 1, 2021
@zer0Kerbal zer0Kerbal moved this from To do to In progress in 1.1.2.99-prerelease Oct 1, 2021
1.1.2.99-prerelease automation moved this from In progress to Done Nov 21, 2021
Flyswatter (Bug and Feature Triage) automation moved this from High priority to Closed Nov 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Development

Successfully merging a pull request may close this issue.

2 participants