游戏安装目录下展开base.scs\def\camera\units,把behind_rotation_basic.sii解压到桌面,
展开桌面def\camera\units,用记事本打开behind_rotation_basic.sii
自己慢慢修改以下的数字~~~改成从地下视觉都可以
改好后把整个daf文件夹打包成SCS文档放到MOD文件夹就可以了. 引用框:
actor_behind_rotation_camera: camera.behind.basic
{
// The speed the camera is following the rotations of the truck.
laziness_speed: 1.2
// The height of the camera behind the truck
rear_z_dist: 9.0
rear_trailer_z_dist: 20.0
// The height of the camera in front of the truck
front_z_dist: 8.0
// The distance to the truck from the sides
side_dist: 7.0
// The laziness of the following the truck in the forward direction
behind_rel_speed: 0.6
minimum_behind_dist: 5.0
behind_dist_coef: 1.0
// The final pitch rotation of the camera.
pitch_rot: -12.0
// Another uplift for big vehicles.
y_uplift: 0.0
validation: true
validation_speed_positive: 0.3
validation_speed_negative: 0.9
} | |