视角调整,包括车内视角、车外视角2、车内360度查看,打造自己喜欢的视角!
----------------------------------------------------------
视角2调整:
def\camera\units\behind_rotation_basic.sii
distance_interval: (4.0, 9.0) // min and max distances from the truck
从卡车的最小和最大距离,改为:(4.0, 29.0)
distance_trailer_max_offset: 2.0 // offset added to the maximum distance when a trailer is attached
偏移量添加到拖车安装时的最大距离,改为:22.0
distance_default: 9.0 // default camera distance (no trailer)
默认的摄像头距离(没有拖车),改为:19.0
distance_trailer_default: 10.5 // default camera distance (trailer attached)
默认的摄像头距离(附拖车),改为:19.5
distance_change_speed: 0.6 // how fast the zoom in/out impulse changes the distance from the truck
如何快速放大/冲动变化的距离从卡车,改为:0.9
distance_laziness_speed: 3.0 // speed of the smooth distance change
速度的顺利距离的变化,改为:5.0
----------------------------------------------------------
车内视角调整:
以 MAN 为例:
def\camera\units\interior_man_tgx.sii
内容中仅修改了两行:
vehicle_interior_camera: camera.interior.man.tgx
{
# basic def START
mouse_right_limit: -120
mouse_left_limit: 210
mouse_up_limit: 73
mouse_down_limit: -65
camera_fov: 88
stereo_convergence: 0.49
near_plane: 0.2
far_plane: 1600
mouse_sensitivity: 0.3
head_offset: (0.0, 0.0, -0.02)
# basic def END
原始数据为:
camera_fov: 77
head_offset: (0.0, 0.0, -0.04)
其中:camera_fov 为司机座位的前后距离调整,head_offset 为视角的上下左右调整,仅调整了第三个是上下角度。
改完之后,如果用WinRAR压缩,压缩时选择【zip】类型,【存储】压缩比率,之后将扩展名改为【.scs】,放入MOD文件夹即可。
---------------------
另外:
将
mouse_right_limit: -120 改为: mouse_right_limit: -360,将
mouse_down_limit: -65 改为: mouse_down_limit: -360,
这两项修改完即可实现车内360度查看。
---------------------
示例:
视角改善.rar (4.53 KB)
[
本帖最後由 kevinzhy 於 2012-11-21 01:48 編輯 ]