Skip to content

Commit

Permalink
fix fms fuel count
Browse files Browse the repository at this point in the history
fix #413
  • Loading branch information
BroBeansCPG committed Jul 11, 2023
1 parent b5a2817 commit 5b00db8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/uh60_fms/config/MFD/fms/performance_draw.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ TEXT_FMS_L(FUEL_QTY_LABEL,FMS_MARGIN_L,FMS_Y1)
}; // FUEL_QTY_LABEL
TEXT_FMS_L(FUEL_QTY,FMS_MARGIN_L,FMS_Y12)
source="fuel";
sourceScale = 2040;
sourceScale = 3506;
sourceLength = 4;
}; // FUEL_QTY

Expand Down

3 comments on commit 5b00db8

@Riverman02
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this applying the 3506 value to all or only when ERFS is installed? The UH's should only be showing 2412 max

@BroBeansCPG
Copy link
Member Author

@BroBeansCPG BroBeansCPG commented on 5b00db8 Mar 24, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this applying the 3506 value to all or only when ERFS is installed? The UH's should only be showing 2412 max

Would have the check how we handle adding the EFRS, not sure if we just limit max fuel quantity as a percentage if it’s not present.

There’s also a similar config entry in the PFD config that might be worth checking.

Sorry, memory escapes me. Alternatively, load in with the build and see what it reads with/without EFRS

Edit: needs to be updated to be inline with this

@Riverman02
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Checked, UH and MH show correct values, however somehow the positioning of the fuel bars are on the PFD aren't lined up properly. Also something I never caught was the numbers themselves should be green text.

Please sign in to comment.