config[已过时]
- vehicle_type: Car
- AllowUserModifications: false
- name: cadillac62
- id: 89
- # 该载具的物品显示名
- displayname: 卡迪拉克
- # 该载具的“中心”偏移物理中心的距离(缺省则使用物理中心)
- center:
- ==: Vector
- x: -0.8
- y: 0.0
- z: 0.5
- # 该载具的“车头”距离载具中心的距离
- front_vector_offset: 3.25
- # 该载具的“车尾”距离载具中心的距离
- back_vector_offset: 2.45
- # 最大加速度和基础加速度
- maxAcceleration: 2.0
- baseAcceleration: 0.06
- # 各个座位偏移载具中心的距离,可添加无数个座位
- passagers:
- - ==: Vector
- x: 0.0
- y: 0.0
- z: 1.0
- - ==: Vector
- x: -1.0
- y: 0.0
- z: 0.0
- - ==: Vector
- x: -1.0
- y: 0.0
- z: 1.0
- # 让载具静态转动
- useStaticTurning: false
- # 该载具需要燃料(煤炭)
- RequiresFuel: true
- # 玩家身体的方向是否随着载具转弯而转动
- enablePlayerBodyDirectionFix: true
- # 载具的转向速度
- TurnSpeedInRadians: 0.039269908169872414
- activation_radius: 2
复制代码
|
请把此配置文件放入plugins/QualityArmoryVehicles文件夹 This is a zip with all config files, not the jar file. —— to the author 配置文件对应版本1.0.13B(2018.10.05)
|