|
发表于 2023-11-20 17:43:20
|
显示全部楼层
ImprovedCamera第一人称视角MOD怎么把视角改到后面一点
; Sets camera position relative to the head node
; Note: Only moves the camera if head bob is enabled, otherwise moves the body
fCameraPosX=0.0
fCameraPosY=24.0
fCameraPosZ=1.0
; 设置相对于头节点的摄像机位置
; 注意:如果启用了头部定位,则仅移动摄像机,否则移动主体
fCameraPosX=0.0
fCameraPosY=24.0
fCameraPosZ=1.0
里面的y调小就往后 |
|