Open Jsec42 opened 2 years 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.
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
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.
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
try this patch if you have installed Kerbalism (with Default Config)
@PART[evaJetpack]:NEEDS[RealFuels]:AFTER[KerbalismDefault]
{
@RESOURCE[MonoPropellant]
{
@name = Hydrazine
}
}
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.
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.