KSP-RO / RealFuels

Modular fuel tanks and engines, with real fuels and realistic performance.
55 stars 66 forks source link

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

Open Jsec42 opened 2 years ago

Jsec42 commented 2 years ago

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 commented 1 year ago

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 commented 1 year ago

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 commented 1 year ago

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 commented 1 year ago

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

@PART[evaJetpack]:NEEDS[RealFuels]:AFTER[KerbalismDefault]
{
  @RESOURCE[MonoPropellant]
  {
    @name = Hydrazine
  }
}
paninsa93 commented 4 days ago

Guys, I also encountered the missing jetpack fuel issue. Besides Kerbalism, I have "Real Fuels" installed. For those whose jetpack isn't working, do the following:

Locate the EVA.cfg file It's usually found in "...\Kerbal Space Program\GameData\KerbalismConfig\System" Open the file and replace "MonoPropellant" with "Nitrogen" in the four instances (as shown in the screenshot).

P.S. I suspect the jetpack's contents depend on your installed mods. Therefore, before making the change, verify that "Nitrogen" is the correct fuel type for your setup.

Снимок экрана 2024-11-15 155858