- UID
- 820169
- 主题
- 0
- 阅读权限
- 20
- 帖子
- 55
- 精华
- 0
- 积分
- 28
- 金钱
- 268
- 荣誉
- 0
- 人气
- 0
- 在线时间
- 55 小时
- 评议
- 0
- 帖子
- 55
- 精华
- 0
- 积分
- 28
- 金钱
- 268
- 荣誉
- 0
- 人气
- 0
- 评议
- 0
|
准备自己修改拟真的参数
本游戏中各新旧战机的性能相差不大,仅就极速与载弹量有所差别,其余都差不大,这样玩久很没有意思!
比如AV-8B战机的极速是0.92M=1120KM/H,巡航速度是600KM,而游戏中此旧飞机的极还居然可以达到1600KM,巡航速度居然是1100KM,太乱扯了。根本不能体现各新旧战机的恰当性能!
总不能让六七十年代的破机子如A-7,F-4
还继续与新世纪战机F22,阵风,EF2000,SU37,SU47性能相关不大吧
请各军迷们列表各型战机的巡航速度与极限速度吧!
各型战机的极限速度,于网络上极为的全面,
可各型战机的巡航速度却极难寻得。记得最清晰的中国歼8战机的巡航速度是700KM。
请各军迷们找出各型战机的巡航速度吧,
以便合理拟真修改各战机的飞行参数吧,恰当体现新旧战机的性能不仅仅只是极速与载弹量的区别吧!
从[真·飞碟性能修改大法]下载了附件(DATA)文件,可修改游戏隐藏的参数。
此压缩文件分为两部分,一部只是简单用途的Menus2文件夹,
另一部分[Physics]是修改飞行的真实参数。
内中注意有各种机型有两种文件,一种应当是普通难度,另一种是专家难度。
下贴是普通难度的数据,请各专家及军迷们一道研究这些参数的具体功用吧。
各参数如下:
如下参数修改能引起什么样的变化,请专家与军迷们一道动手修改测试,正确的体现这些参数的含义吧、
采用f22.lua文件
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 = 1700 -- max velocity
maxAltitude = 10000
minVelocity_used = minVelocity
maxVelocity_used = maxVelocity
FricCoefY_AP = 1000 -- acceleration + low pitch
FricCoefY_NA_P_DRIFT = 60 -- no acceleration + pitch + drift
FricCoefY_NA_P = 450 -- no acceleration + pitch (no drift)
FricCoefY_NA_NP = 950 -- no acceleration + no pitch
FricCoefY_BR_DRIFT = 25 -- Brake + Drift
FricCoefY_DRIFT = 350 -- Drift
FricCoefY_A_DRIFT = 500 -- Acceleration + drift
ForceZMultiplier = 0.001
FricCoef_OFF_Vectorial = 10 -- !!!!!!!!!!! For vectorial thrust, not used on non-vectorial thrust planes
VectorialThrustForce = 200000
-- 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_vt.lua")
[ 本帖最后由 荣耀神武 于 2009-3-25 23:01 编辑 ] |
|