打开su47.lua文件后能看到下面这些东西。
IncludeFile ("Data/Physics/init.lua")
-- optimal handling speed interval
minHandlingVelocity = 0
maxHandlingVelocity = 15000 (可控制的最高飞行高度,我略知真实时的道理,但不懂如果解释,反正我不是专业人士请见谅了。)
-- 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 = 60 -- minimum thrust power (at the end of the speed interval) IGNORE
thrustNormalMax = 70 -- maximum thrust power (at the start of the speed interval) IGNORE
thrustAfterburnerMin = 70 -- minimum afterburner power IGNORE
thrustAfterburnerMax = 135 -- maximum afterburner power IGNORE