我之前发布的适用于V1.4的载具加速mod里,把除了直升机的车辆速度都上调过高了,这里做个下调建议。
先给出官方文件里的速度值:
再介绍一下4个数值的意思,第一个不加速的最大速度,第二个不加速的倒退,第三个加速(shift)后的最大速度,第四个加速的倒退,另外之前的文件也破坏性的修改了后退速度建议下调
vehicleGyrocopter旋翼机,<property name=”velocityMax_turbo” value=”9, 9, 15, 9″/>
vehicleBicycle自行车,<property name=”velocityMax_turbo” value=”6, 4, 8.5, 4″/>
vehicleMinibike小型机车,<property name=”velocityMax_turbo” value=”7, 4, 9.2, 4″/>
vehicleMotorcycle摩托车,<property name=”velocityMax_turbo” value=”9.8, 6, 14, 8″/>
vehicleTruck4x4越野车,<property name=”velocityMax_turbo” value=”10, 8, 14, 10″/>
之前给的数值有的抽风了,现在将按照加速50%修改,复制并覆盖到vehicle.xml文件即可(不过这里的文本似乎有问题,建议前往mod帖子下载更新后的文件)。有什么建议疑问,欢迎讨论交流!
<?xml version=”1.0″ encoding=”UTF-8″?>
<configs>
<set xpath=”/vehicles/vehicle[@name='vehicleGyrocopter']/property[@name='velocityMax_turbo']/@value”>16, 9, 23 , 9</set>
<set xpath=”/vehicles/vehicle[@name='vehicleBicycle']/property[@name='velocityMax_turbo']/@value”>9, 4, 13, 4</set>
<set xpath=”/vehicles/vehicle[@name='vehicleMinibike']/property[@name='velocityMax_turbo']/@value”>11, 4, 14, 4</set>
<set xpath=”/vehicles/vehicle[@name='vehicleMotorcycle']/property[@name='velocityMax_turbo']/@value”>15, 6, 21, 8</set>
<set xpath=”/vehicles/vehicle[@name='vehicleTruck4x4']/property[@name='velocityMax_turbo']/@value”>15, 8, 21, 10</set>
</configs>