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

[Bug] Unable to configure tank contents for EVA Jetpack #297

Open
Jsec42 opened this issue Oct 11, 2022 · 4 comments
Open

[Bug] Unable to configure tank contents for EVA Jetpack #297

Jsec42 opened this issue Oct 11, 2022 · 4 comments

Comments

@Jsec42
Copy link

Jsec42 commented Oct 11, 2022

It seems that this mod quite rightfully converts the EVA Jetpack into a type of modular container. However, there seems to be no way to configure its contents, and thus it remains an empty shell and is thus useless.

@GerkinDev
Copy link

A solution would be nice.... I've spent quite some time trying to find which mod cause jetpacks not to work (I've updated everything after a 2 years pause) and... EVA jetpacks were completely broken.
Yet, jetpack has MonoPropellant, but don't work.
image

@GalacticPap
Copy link

It seems that this mod quite rightfully converts the EVA Jetpack into a type of modular container. However, there seems to be no way to configure its contents, and thus it remains an empty shell and is thus useless.

you can modify the configuration file to prevent it from modifying the jetpack

@GalacticPap
Copy link

A solution would be nice.... I've spent quite some time trying to find which mod cause jetpacks not to work (I've updated everything after a 2 years pause) and... EVA jetpacks were completely broken. Yet, jetpack has MonoPropellant, but don't work. image

this problem is caused by Kerballism.Kerbalism replaced the fuel to fix the game bug.
if you use Kerballism and Real fuels at the same time, you need to write a configuration file to make the jetpack work normally

@tinygrox
Copy link
Contributor

try this patch if you have installed Kerbalism (with Default Config)

@PART[evaJetpack]:NEEDS[RealFuels]:AFTER[KerbalismDefault]
{
  @RESOURCE[MonoPropellant]
  {
    @name = Hydrazine
  }
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants