Jump to content

[1.10.x]FuelWings: v4 - Fuel customization in Stock, B9, & B9 ProceduralWings! - 11/08/2020


Tortoise

Recommended Posts

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*

 

Link to comment
Share on other sites

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 by Zelda
Link to comment
Share on other sites

  • 1 month later...
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

Link to comment
Share on other sites

  • 2 months later...
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.

Link to comment
Share on other sites

  • 11 months later...
This thread is quite old. Please consider starting a new thread rather than reviving this one.

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...