erikgeo / msfs_g36_project

Improvement project for the MSFS default G36.
GNU General Public License v3.0
266 stars 13 forks source link

Compatibility update for MSFS 1.18.13.0 (SimUpdate 5) #77

Closed clompsy closed 3 years ago

clompsy commented 3 years ago

Updated the interior model definition by merging changes done in the base Asobo version to the modded file, keeping all modded parts intact.

Biggsz commented 3 years ago

Hello, I tested this and found that the throttle man pressure indicator shows "NaN" for me.

image

clompsy commented 3 years ago

@Biggsz Please be more precise. Do you see this in the MFD or the PFD? How do you reproduce the issue? Are you sure you're using the G1000 v0.4.0 mod and you don't have the G1000 NXi mod installed since these are incompatible yet?

The only case I see the manifold pressure showing NaN is when starting Cold&Dark and turning on the batteries only (MFD stays black), then in the PFD the MP and the FuelFlow show NaN for me.

Not sure if that was the case before this update and due to lack of information I'm not sure if you're reporting the same issue or something else. I could not get the MFD to show NaN when using only this version and G1000 v0.4.0.

Here's the PFD showing NaN: Microsoft Flight Simulator 29 07 2021 15_09_38

But the MFD is working fine: Microsoft Flight Simulator 29 07 2021 15_10_14

clompsy commented 3 years ago

I debugged the PFD display, it seems like WT G1000 v0.4.0 has an issue with the TextIncrement value causing the NaN in the PFD. I removed this parameter for the main gauge of manifold pressure and fuel flow since the default display in the MFD (one decimal) is the default. PFD has a different default for manifold pressure resulting in the value shown without decimals. But that's still better than NaN. Since the G1000 mod is assumed "legacy" and WT won't put much work into it, I think we'll live with this state until we can migrate to NXi. Nevertheless I opened an issue for WT: https://github.com/Working-Title-MSFS-Mods/fspackages/issues/1277

Also added the change that Asobo did to the base aircraft, a new toggle in the flight_mode.cfg. section FLIGHT_MODEL to set modern_fm_only = 1. Probably this avoid issues with people flying in legacy flight model which is a useful setting for this mod as well.

Biggsz commented 3 years ago

Hello,

My bad, I think I was with the stock G1000 as I forgot to put back the WT G1000 mod in my community folder. Now it works, thanks for your time.

clompsy commented 3 years ago

Merged the changes from Asobo to ModelBehaviorDefs/Asobo/Exterior.xml since this mod overrides this very global file. We should think if the propeller animation switch of RPM (the only reason it is part of the mod) is really worth the risk of breaking other aircraft. I'd suggest to omit this file in the mod and use the default animations instead.