减少阻力修改方法
按照原来帖子说的减少阻力修改方法,我自己做成的MOD,但进入游戏报错,可能是我mo制作有误,求高人能帮我做个MOD给我吗?谢谢了!
该法如下:
把原游戏压缩包内DEF/VEHICLE/CHASIS/CHASIS0和CHASIS1解压出来如下:
SiiNunit
{
chasis_data: chasis.0
{
# The air resistance and the wheel rolling resistance force constant
cdrag: 1.0
ccr: 50---------阻力值改成10或更小
# The frontal area of the vehicle for the resistance force computing
frontal_area: 100.0
# suspension parameters for rear wheels
rear_cfm: 0.0006
rear_erp: 0.7
rear_uplift:-0.1
# suspension parameters for front wheels
front_cfm: 0.001
front_erp: 0.5
front_uplift: -0.15
}
压缩做成MOD