- UID
- 820169
- 主题
- 0
- 阅读权限
- 20
- 帖子
- 55
- 精华
- 0
- 积分
- 28
- 金钱
- 268
- 荣誉
- 0
- 人气
- 0
- 在线时间
- 55 小时
- 评议
- 0
- 帖子
- 55
- 精华
- 0
- 积分
- 28
- 金钱
- 268
- 荣誉
- 0
- 人气
- 0
- 评议
- 0
|
有请大侠们,研究这个飞机的飞行参数
到底每个参数对于游戏的飞行状态有何影响
如下是F22的飞行参数
附件就是游戏隐藏的参数文件
复制放在DATA目录内
[Physics]这就是飞行参数的目录
IncludeFile ("Data/Physics/init.lua")
-- optimal handling speed interval
minHandlingVelocity = 0
maxHandlingVelocity = 10200
-- Maneuvrability decrease factor for speed
factor = 0.1
RollCoefOff = 0.85 -- roll atenuation for non-assisted off mode
YawCoefOff = 0.42 -- yaw atenuation for non-assisted off mode
-- thrust values IGNORE
thrustNormalMin = 70 -- minimum thrust power (at the end of the speed interval) IGNORE
thrustNormalMax = 100 -- maximum thrust power (at the start of the speed interval) IGNORE
thrustAfterburnerMin = 100 -- minimum afterburner power IGNORE
thrustAfterburnerMax = 140 -- maximum afterburner power IGNORE
currentThrust = thrustNormalMin
currentThrustAB = thrustAfterburnerMin
pitchThrustCoef = 150.0
-- Speeds at min/max altitude
maxVelocity = 1400 -- max velocity
maxAltitude = 10000
minVelocity_used = minVelocity
maxVelocity_used = maxVelocity
FricCoefY_AP_nvt = 1569 -- acceleration + low pitch
FricCoefY_NA_P_DRIFT_nvt = 60 -- no acceleration + pitch + drift
FricCoefY_NA_P_nvt = 450 -- no acceleration + pitch (no drift)
FricCoefY_NA_NP_nvt = 950 -- no acceleration + no pitch
FricCoefY_BR_DRIFT_nvt =200 -- Brake + Drift
FricCoefY_DRIFT_nvt = 350 -- Drift
FricCoefY_A_DRIFT_nvt = 500 -- Acceleration + drift
ForceZMultiplier = 0.0255 -- Z force multiplier
FricCoef_OFF_Vectorial = 10 -- !!!!!!!!!!! For vectorial thrust, not used on non-vectorial thrust planes
-- Tables <3
brakeTable =
{
{2800, 0},
{1200,2},
{800, 3.5},
{400, 5.5},
{250, 6},
{150, 7},
{100, 8},
{0, 9}
}
IncludeFile ("Data/Physics/functions_easy_nvt.lua") |
附件: 你需要登录才可以下载或查看附件。没有帐号?注册
|