A321 Enhanced Plugin
比早八还早的早七叽 FlyOverAsia

# Made by “OrangeDog Team”

【Aircraft plugin】

File Name: dlc_aircraft_a321_ODp_v4.6.tme

File Introduction: Aerofly FS Global A321 parameter adjustment configuration file; customizable perspective (please refer to the guide below to modify it yourself); customizable load (fuel, passengers, cargo)

【Tutorial】

Install Tutorial

【Download】

Download in “Terabox”

【Parameter Tuning Guide】

Guide operation reminder:

This guide is made according to the needs of this plug-in and actual operation experience. It does not represent the official tutorial provided by Aerofly FS and may contain errors.

Do not modify or delete the code at will, as there is a risk of serious crash.


Access the configuration file:

  1. The name of this plug-in is “dlc_dlc_aircraft_a321_ODp_v4.6.tme”. It is recommended to use “MT Manager“ for operation; other file management programs can also be used if they can run normally.

  2. Click “dlc_dlc_aircraft_a321_ODp_v4.6.tme”, choose to open it as a compressed package, and open the “dlc_aircraft_a321”, “aircraft”, “a321”, and “a321_setting” folders in turn (that is, the path “dlc_aircraft_a321\aircraft\a321\a321_setting").

  3. Click “parameters.tmd” and choose to open it in text format.

  4. Please see below for specific parameter adjustment operations.


Fuel adjustment:

If you need to change the fuel mass, please directly modify the values ​​corresponding to “Mass” in “fuel center”, “fuel left” and “fuel right” below; “FuelInnerWingLeft” and “FuelOuterWingLeft” represent the inner and outer fuel tanks of the left wing respectively, and the sum of the two values ​​represents the total amount of the left wing fuel tank; “FuelInnerWingRight” and “FuelOuterWingRight” represent the inner and outer fuel tanks of the right wing respectively, and the sum of the two values ​​represents the total mass of the right wing fuel tank.

Add the values ​​of all fuel masses on the aircraft to get the total fuel load of the aircraft, and fill in the values ​​in the “BlockFuel” and “FuelOnBoard” rows under “fuel prediction”.

The unit of measurement is kilograms.

The values ​​need to be expressed as real constants.

It is recommended to refer to the manifest load and FCOM maximum takeoff weight (flight crew operating manual) for modifying the numerical value

Example (click the double arrows below to expand all codes):

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34

// fuel center

<[rigidbody][FuelFuselage][]
<[float64][Mass][100.0]>
>

// fuel left

<[rigidbody][FuelInnerWingLeft][]
<[float64][Mass][3159.0]>
>
<[rigidbody][FuelOuterWingLeft][]
<[float64][Mass][691.0]>
>

// fuel right

<[rigidbody][FuelInnerWingRight][]
<[float64][Mass][3159.0]>
>
<[rigidbody][FuelOuterWingRight][]
<[float64][Mass][691.0]>
>

// fuel prediction

<[fuel_prediction][FuelPrediction][]
<[float64][ZeroFuelMass] [52300.0]> // Zero fuel weight = aircraft weight 167832.0kg + payload mass
<[float64][BlockFuel] [ 7700.0]> // Fuel tank weight data
<[float64][FuelOnBoard] [ 7700.0]> // MCDU fuel weight data
<[float64][TaxiFuel] [ 200.0]> // Taxiing oil volume, it is recommended to keep the default value
>


Passenger and cargo adjustment:

If you need to change the passenger mass, please directly modify the value corresponding to “Mass” in “payload” below; “InertiaLength” indicates the mass distribution, which will affect the center of gravity and balance, and it is not recommended to modify it.

If you need to change the cargo mass, please directly modify the value corresponding to “Mass” in “cargo” below.

The unit of measurement is kilograms.

The mass when empty is 1.0kg. (The value cannot be 0!)

The passenger mass when fully loaded is 12600.0kg.

The cargo mass when fully loaded is 9435.0kg.

It is recommended to refer to the manifest load and FCOM maximum takeoff weight (flight crew operating manual) for modifying the numerical value

Example (click the double arrow below to expand all codes):

1
2
3
4
5
6
7
8
9
10
11
12
13
14

// payload

<[rigidbody][Passengers][]
<[float64][Mass][6075.0]>
<[tmvector3d][InertiaLength][ 28.0 3.2 1.5 ]>
>

// cargo

<[rigidbody][Cargo][]
<[float64][Mass][6500.0]>
>


View adjustment:

[Overall structure]

The following is the view code structure in this plugin, and some unnecessary codes have been removed.

Example (click the double arrows below to expand the full code):

1
2
3
4
5
6
7
8
9
10
11

// cameras

<[camera][CameraLeftWingView][]
<[tmvector3d][R0][ -6.3 1.9 0.025 ]>
<[tmvector3d][X0][ 0.0 0.0 0.0 ]>
<[tmvector3d][Direction][ 0.3 1.0 -0.05 ]>
<[bool][InCockpit][true]>
<[string8][Tags][cabin window wing flaps left]>
>


[View position]

The view position can be regarded as a spatial rectangular coordinate system with the center of the aircraft as the origin. α, β, and γ correspond to the X-axis, Y-axis, and Z-axis of the spatial rectangular coordinate system. The positive direction of the X-axis is in front of the aircraft, the positive direction of the Y-axis is to the left of the aircraft, the positive direction of the X-axis is above the aircraft, the negative direction of the X-axis is behind the aircraft, the negative direction of the Y-axis is to the right of the aircraft, and the negative direction of the X-axis is below the aircraft.

The view “CameraPilot” does not display the captain model, and the cockpit is interactive; the view “CameraCopilot” displays the captain model, and the cockpit is interactive; the view “CameraJumpSeat” displays the captain model, and the cockpit is not interactive.

The value needs to be expressed as a real constant.

At least one space must be left before and after α, β, and γ.

1
2
3

<[tmvector3d][R0][ α β γ ]>

Example:

1
2
3

<[tmvector3d][R0][ 16.33 0.5 0.1 ]>


View limit

It is not recommended to modify the view limit, and please do not delete this line of code. This plugin will eliminate the view rotation limit by default, and the view rotation angle is not limited.

The value needs to be expressed as a real constant.

There must be at least one space before and after α, β, and γ.

1
2
3

<[tmvector3d][X0][ α β γ ]>

Example:

1
2
3

<[tmvector3d][X0][ 0.0 0.0 0.0 ]>


[View direction]

View direction can be regarded as a spatial rectangular coordinate system with the view as the origin. α, β, γ correspond to the X-axis, Y-axis, and Z-axis of the spatial rectangular coordinate system. The positive direction of the X-axis is in front of the aircraft, the positive direction of the Y-axis is to the left of the aircraft, the positive direction of the X-axis is above the aircraft, the negative direction of the X-axis is behind the aircraft, the negative direction of the Y-axis is to the right of the aircraft, and the negative direction of the X-axis is below the aircraft.

The value needs to be expressed as a real constant.

At least one space must be left before and after α, β, and γ.

1
2
3

<[tmvector3d][Direction][ α β γ ]>

Example:

1
2
3

<[tmvector3d][Direction][ 0.990 0.100 -0.2 ]>


[View Type]

The content that can be filled in “xxx” is “true” or “false”. “True” means the view is from the cockpit, and “false” means the view is from outside the cabin. The sound effects of the view from inside the cockpit and outside the cabin are different.

1
2
3

<[bool][InCockpit][xxx]>

Example:

1
2
3

<[bool][InCockpit][true]>

Or:

1
2
3

<[bool][InCockpit][false]>


Perspective presets:

The following are perspective presets provided by users, which other users can refer to.

View 1:By Kanon ↓

1
2
3
4

<[tmvector3d][R0][ 16.33 -0.825 0.0 ]>
<[tmvector3d][Direction][ 3.0 0.0 0.0 ]>`

image

View 2:By Kanon ↓

1
2
3
4

<[tmvector3d][R0][ 16.66 -0.62 -0.35 ]>
<[tmvector3d][Direction][ 0.990 0.100 -0.2 ]>

image

View 3:By Kanon ↓

1
2
3
4

<[tmvector3d][R0][ 13.68 0.2 0.325 ]>
<[tmvector3d][Direction][ 0.3 -1.0 -0.05 ]>

image

View 4:By Kanon ↓

1
2
3
4

<[tmvector3d][R0][ -12.31 1.662 0.025 ]>
<[tmvector3d][Direction][ 0.3 1.0 -0.05 ]>

image

View 5:By Kanon ↓

1
2
3
4

<[tmvector3d][R0][ 10.2 3.2 -3.0 ]>
<[tmvector3d][Direction][ 1.8 -2.0 -0.1 ]>

image

View 6:By Kanon ↓

1
2
3
4

<[tmvector3d][R0][ -7.2 -14.06 -1.8 ]>
<[tmvector3d][Direction][ 0.4 1.0 -0.1 ]>

image

View 6:By Jant ↓

1
2
3
4

<[tmvector3d][R0][ 17.0 0.2 0.1 ]>
<[tmvector3d][Direction][ 1.0 0.0 0.0 ]>

image

 评论
评论插件加载失败
正在加载评论插件