8 Seats in the King Air but you can only enter weights for 4 passengers

:wave: Thank you using the Bug section, using templates provided will greatly help the team reproducing the issue and ease the process of fixing it.

Are you using Developer Mode or made changes in it?

No

Brief description of the issue:

There are clearly 8 seats in the king air, but you can only enter weights for 4 passengers using the weight and fuel screen.

Provide Screenshot(s)/video(s) of the issue encountered:

Detailed steps to reproduce the issue encountered:

Self explanatory…

PC specs and/or peripheral set up if relevant:

N/A

Build Version # when you first started experiencing this issue:

N/A


:loudspeaker: For anyone who wants to contribute on this issue, Click on the button below to use this template:

Do you have the same issue if you follow the OP’s steps to reproduce it?

Provide extra information to complete the original description of the issue:

If relevant, provide additional screenshots/video:

From the flight model file, these are the last lines of the weight and balance section:

max_number_of_stations = 6 ; Number of payload stations
station_load.0 = 170, 6.2, -1.5, 1.6, TT:MENU.PAYLOAD.PILOT, 1
station_load.1 = 170, 6.2, 1.5, 1.6, TT:MENU.PAYLOAD.COPILOT, 2
station_load.2 = 170, 0, -1.5, 1.6, TT:MENU.PAYLOAD.PASSENGER, 3
station_load.3 = 170, 0, 1.5, 1.6, TT:MENU.PAYLOAD.PASSENGER, 3
station_load.4 = 170, -5.3, -1.5, 1.6, TT:MENU.PAYLOAD.PASSENGER, 3
station_load.5 = 170, -5.3, 1.5, 1.6, TT:MENU.PAYLOAD.PASSENGER, 3

Make the following changes in bold to enable the last four seats:

max_number_of_stations = 10 ; Number of payload stations
station_load.0 = 170, 6.2, -1.5, 1.6, TT:MENU.PAYLOAD.PILOT, 1
station_load.1 = 170, 6.2, 1.5, 1.6, TT:MENU.PAYLOAD.COPILOT, 2
station_load.2 = 170, 0, -1.5, 1.6, TT:MENU.PAYLOAD.PASSENGER, 3
station_load.3 = 170, 0, 1.5, 1.6, TT:MENU.PAYLOAD.PASSENGER, 3
station_load.4 = 170, -5.3, -1.5, 1.6, TT:MENU.PAYLOAD.PASSENGER, 3
station_load.5 = 170, -5.3, 1.5, 1.6, TT:MENU.PAYLOAD.PASSENGER, 3
station_load.6 = 170, -8.3, -1.5, 1.6, TT:MENU.PAYLOAD.PASSENGER, 3
station_load.7 = 170, -8.3, 1.5, 1.6, TT:MENU.PAYLOAD.PASSENGER, 3
station_load.8 = 170, -13.6, -1.5, 1.6, TT:MENU.PAYLOAD.PASSENGER, 3
station_load.9 = 170, -13.6, 1.5, 1.6, TT:MENU.PAYLOAD.PASSENGER, 3

The longitudinal positions are an estimate, based on an estimated three feet between the centers of the second and third rows, then another 5.3’ to the fourth, just as there is a 5.3’ difference between the first and second.

This requires a manual edit of the file, so as always, make a backup copy before editing anything.

Thank you for that - it’s just a shame we have to do Asobo’s job for them. But thanks, I’ll give that a go.