Tortoise Posted November 9, 2020 Author Share Posted November 9, 2020 Updated for v1.9/v1.10 v4 (11/08/2020) *Updated for 1.10.x* *Resolved conflicts that occur when multiple fuel mods are installed (FSFuelSwitch, Interstellar, ConfigurableContainers, etc). FW takes priority if possible* *Replaced ProceduralWings support for B9 ProceduralWings* *Added ability for maximum fuel value to scale up/down as procedural wing changes in size* Quote Link to comment Share on other sites More sharing options...
Zelda Posted November 13, 2020 Share Posted November 13, 2020 (edited) Hi @Tortoise! First of all, thank you for this mod! I love using it. I think I found a bug in the Fuel Wings PW.cfg patch. I was getting a module manager error for it, and found this line from player.log: [ModuleManager] Applying update FuelWings/Fuel Wings PW/@PART[B9_Aero_Wing_Procedural_TypeA,B9_Aero_Wing_Procedural_TypeC] to B9_Aerospace_ProceduralWings/Parts/Aero_Wing_Procedural/wing_procedural_typeC/PART (Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 35) [ModuleManager] Error - Cannot parse variable search when editing key tempVolume = #$/MODULE[ModuleLiftingSurface]/deflectionLiftCoeff$ It looks like in my 1.9.1 install, the B9_Aero_Procedural_TypeC part config doesn't have a ModuleLiftingSurface module like the B9_Aero_Procedural_TypeA part, but it has a ModuleControlSurface module instead. That's where the deflectionLiftCoeff value is for the TypeC part. I removed TypeC from the stock Fuel Wings PW patch, made a copy for just TypeC, and changed the module name for the tempVolume variable to ModuleControlSurface, and that worked. Not sure if this is unique to my install, but wanted to bring it up in case it's not! Let me know if you need any other info or logs. Other info: KSP 1.9.1 B9 Aerospace Procedural Wings - Fork v0.93 FuelWings v4. Edited November 13, 2020 by Zelda Quote Link to comment Share on other sites More sharing options...
Jiraiyah Posted December 24, 2020 Share Posted December 24, 2020 On 11/13/2020 at 6:26 PM, Zelda said: Hi @Tortoise! First of all, thank you for this mod! I love using it. I think I found a bug in the Fuel Wings PW.cfg patch. I was getting a module manager error for it, and found this line from player.log: [ModuleManager] Applying update FuelWings/Fuel Wings PW/@PART[B9_Aero_Wing_Procedural_TypeA,B9_Aero_Wing_Procedural_TypeC] to B9_Aerospace_ProceduralWings/Parts/Aero_Wing_Procedural/wing_procedural_typeC/PART (Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 35) [ModuleManager] Error - Cannot parse variable search when editing key tempVolume = #$/MODULE[ModuleLiftingSurface]/deflectionLiftCoeff$ It looks like in my 1.9.1 install, the B9_Aero_Procedural_TypeC part config doesn't have a ModuleLiftingSurface module like the B9_Aero_Procedural_TypeA part, but it has a ModuleControlSurface module instead. That's where the deflectionLiftCoeff value is for the TypeC part. I removed TypeC from the stock Fuel Wings PW patch, made a copy for just TypeC, and changed the module name for the tempVolume variable to ModuleControlSurface, and that worked. Not sure if this is unique to my install, but wanted to bring it up in case it's not! Let me know if you need any other info or logs. Other info: KSP 1.9.1 B9 Aerospace Procedural Wings - Fork v0.93 FuelWings v4. [LOG 13:14:00.505] Applying update FuelWings/Fuel Wings PW/@PART[B9_Aero_Wing_Procedural_TypeA,B9_Aero_Wing_Procedural_TypeC] to B9_Aerospace_ProceduralWings/Parts/Aero_Wing_Procedural/wing_procedural_typeA.cfg/PART[B9_Aero_Wing_Procedural_TypeA] [ERR 13:14:00.505] Error - Cannot parse variable search when editing key tempVolume = #$/MODULE[ModuleLiftingSurface]/deflectionLiftCoeff$ [LOG 13:14:00.505] Applying update FuelWings/Fuel Wings PW/@PART[B9_Aero_Wing_Procedural_TypeA,B9_Aero_Wing_Procedural_TypeC] to B9_Aerospace_ProceduralWings/Parts/Aero_Wing_Procedural/wing_procedural_typeC.cfg/PART[B9_Aero_Wing_Procedural_TypeC] [ERR 13:14:00.505] Error - Cannot parse variable search when editing key tempVolume = #$/MODULE[ModuleLiftingSurface]/deflectionLiftCoeff$ It's Both Type A and C Quote Link to comment Share on other sites More sharing options...
Nik Power Posted December 28, 2020 Share Posted December 28, 2020 Can I uset FuelWings without Modular Fuel Tanks on KSP 1.10.x? MFT were not recompilled for KSP 1.10.x Quote Link to comment Share on other sites More sharing options...
Tortoise Posted March 13, 2021 Author Share Posted March 13, 2021 On 12/28/2020 at 10:50 AM, Nik Power said: Can I uset FuelWings without Modular Fuel Tanks on KSP 1.10.x? MFT were not recompilled for KSP 1.10.x Yes, MFT is no longer needed but still the "default". Check the changelog, support added for FSFuelSwitch, Interstellar, and ConfigurableContainers. Feel free to swap out MFT for whichever mod you prefer. On 11/13/2020 at 6:56 AM, Zelda said: Hi @Tortoise! First of all, thank you for this mod! I love using it. I think I found a bug in the Fuel Wings PW.cfg patch. I was getting a module manager error for it, and found this line from player.log: [ModuleManager] Applying update FuelWings/Fuel Wings PW/@PART[B9_Aero_Wing_Procedural_TypeA,B9_Aero_Wing_Procedural_TypeC] to B9_Aerospace_ProceduralWings/Parts/Aero_Wing_Procedural/wing_procedural_typeC/PART (Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 35) [ModuleManager] Error - Cannot parse variable search when editing key tempVolume = #$/MODULE[ModuleLiftingSurface]/deflectionLiftCoeff$ It looks like in my 1.9.1 install, the B9_Aero_Procedural_TypeC part config doesn't have a ModuleLiftingSurface module like the B9_Aero_Procedural_TypeA part, but it has a ModuleControlSurface module instead. That's where the deflectionLiftCoeff value is for the TypeC part. I removed TypeC from the stock Fuel Wings PW patch, made a copy for just TypeC, and changed the module name for the tempVolume variable to ModuleControlSurface, and that worked. Not sure if this is unique to my install, but wanted to bring it up in case it's not! Let me know if you need any other info or logs. Other info: KSP 1.9.1 B9 Aerospace Procedural Wings - Fork v0.93 FuelWings v4. On 12/24/2020 at 1:58 AM, Jiraiyah said: [LOG 13:14:00.505] Applying update FuelWings/Fuel Wings PW/@PART[B9_Aero_Wing_Procedural_TypeA,B9_Aero_Wing_Procedural_TypeC] to B9_Aerospace_ProceduralWings/Parts/Aero_Wing_Procedural/wing_procedural_typeA.cfg/PART[B9_Aero_Wing_Procedural_TypeA] [ERR 13:14:00.505] Error - Cannot parse variable search when editing key tempVolume = #$/MODULE[ModuleLiftingSurface]/deflectionLiftCoeff$ [LOG 13:14:00.505] Applying update FuelWings/Fuel Wings PW/@PART[B9_Aero_Wing_Procedural_TypeA,B9_Aero_Wing_Procedural_TypeC] to B9_Aerospace_ProceduralWings/Parts/Aero_Wing_Procedural/wing_procedural_typeC.cfg/PART[B9_Aero_Wing_Procedural_TypeC] [ERR 13:14:00.505] Error - Cannot parse variable search when editing key tempVolume = #$/MODULE[ModuleLiftingSurface]/deflectionLiftCoeff$ It's Both Type A and C Thanks for the info, I will look into this once I get the chance. Quote Link to comment Share on other sites More sharing options...
Northstar1989 Posted February 28, 2022 Share Posted February 28, 2022 Is there a fork or continuation of this mod for 1.12.x anywhere? Quote Link to comment Share on other sites More sharing options...
xD-FireStriker Posted March 1, 2022 Share Posted March 1, 2022 6 hours ago, Northstar1989 said: Is there a fork or continuation of this mod for 1.12.x anywhere? Does the mod not work on 1.12.x? i was about to download this but if it doesnt work i will skip Quote Link to comment Share on other sites More sharing options...
bobby72006 Posted July 6, 2024 Share Posted July 6, 2024 To do a little necro'ing, yeah the mod still works for 1.12.x. Module Manager does say that there are 2 errors under the mod, but my planes still have fuel in their wings as advertised. Quote Link to comment Share on other sites More sharing options...
SheepDog2142 Posted July 30, 2024 Share Posted July 30, 2024 (edited) On 7/5/2024 at 11:15 PM, bobby72006 said: To do a little necro'ing, yeah the mod still works for 1.12.x. Module Manager does say that there are 2 errors under the mod, but my planes still have fuel in their wings as advertised. working on fixing there errors myself. Edited July 30, 2024 by SheepDog2142 Quote Link to comment Share on other sites More sharing options...
Drew Kerman Posted December 26, 2024 Share Posted December 26, 2024 On 7/29/2024 at 8:00 PM, SheepDog2142 said: working on fixing there errors myself. @bobby72006 Fixed this just now. It's because you have B9 Pwings and FAR installed - Pwings triggers the patch and FAR removes the module the patch is looking for. Append this to the top line: :HAS[@MODULE[ModuleLiftingSurface]]:NEEDS[!FerramAerospaceResearch] Quote Link to comment Share on other sites More sharing options...
linuxgurugamer Posted Monday at 02:12 PM Share Posted Monday at 02:12 PM (edited) On 12/25/2024 at 9:10 PM, Drew Kerman said: @bobby72006 Fixed this just now. It's because you have B9 Pwings and FAR installed - Pwings triggers the patch and FAR removes the module the patch is looking for. Append this to the top line: :HAS[@MODULE[ModuleLiftingSurface]]:NEEDS[!FerramAerospaceResearch] I've adopted this mod, fixed an error when B9 PWings is installed (without FAR). Fix ws just to remove the B9_Aero_Wing_Procedural_TypeC for the first line of the Fuel Wings PW.cfg Can you be specific about which file that line that needs to be updated in, I'll updated it and get it out. Also, could you check to see if it's needed with my patch? LGG Edited Monday at 02:39 PM by linuxgurugamer Quote Link to comment Share on other sites More sharing options...
linuxgurugamer Posted Monday at 06:46 PM Share Posted Monday at 06:46 PM On 12/25/2024 at 9:10 PM, Drew Kerman said: @bobby72006 Fixed this just now. It's because you have B9 Pwings and FAR installed - Pwings triggers the patch and FAR removes the module the patch is looking for. Append this to the top line: :HAS[@MODULE[ModuleLiftingSurface]]:NEEDS[!FerramAerospaceResearch] I've tested, confirmed the problem even with my patch, will be releasing an update soon Quote Link to comment Share on other sites More sharing options...
linuxgurugamer Posted Monday at 11:01 PM Share Posted Monday at 11:01 PM Official Notice I've adopted this mod, the current version is now 5.1.0 I'm not going to be making a new thread for this, since I don't really expect any changes moving forward, now that I've gotten the BP Procedural wings and the FAR patches updated. If you do have a problem please ping me by using an @ sign in front of my name, I'll get a notifcation via email to look at it Quote Link to comment Share on other sites More sharing options...
Drew Kerman Posted Tuesday at 09:22 PM Share Posted Tuesday at 09:22 PM Release thread is here: https://github.com/linuxgurugamer/FuelWings/releases Quote Link to comment Share on other sites More sharing options...
BIGFATNCHUBBY Posted yesterday at 02:01 PM Share Posted yesterday at 02:01 PM (edited) nvm Edited yesterday at 02:03 PM by BIGFATNCHUBBY made a mistake Quote Link to comment Share on other sites More sharing options...
BIGFATNCHUBBY Posted yesterday at 02:02 PM Share Posted yesterday at 02:02 PM could you possibly add the fules from the cryo engins mod? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.