签到天数: 506 天 [LV.9]以坛为家II

- UID
- 74814
- 僵尸币
- 40841
- 贡献度
- 130
- 注册时间
- 2021-2-25
- 在线时间
- 394 小时
- 最后登录
- 2025-11-16

|
发表于 2025-9-17 20:19:02
|
显示全部楼层
bind "i" "firstperson"
alias cam_settings "cam_idealyaw 0;cam_idealpitch 0;c_thirdpersonshoulder 1;c_thirdpersonshoulderheight 0;c_thirdpersonshoulderoffset 0;c_thirdpersonshoulderaimdist 0;cam_idealdist 5;c_thirdpersonshoulder 0;cam_idealyaw 0;cam_idealpitch 0;cam_collision 1;c_mindistance -999999;c_maxdistance 999999"
alias "cs_aliasthird" "thirdperson; cam_settings; alias cs_chasecam"
alias "cs_aliasfirst" "firstperson; alias cs_chasecam"
alias "cs_chasecam" "cs_aliasthird"
bind "o" "+tp_magnifier"
alias +tp_magnifier "cs_chasecam; bind_zoomin; bind_zoomout; cam_collision 0"
alias -tp_magnifier "cs_chasecam; bind_normal1; bind_normal2"
alias bind_zoomin "bind MWHEELUP incrementvar cam_idealdist -999999 999999 -100"
alias bind_zoomout "bind MWHEELDOWN incrementvar cam_idealdist -999999 999999 100"
alias bind_normal1 "bind MWHEELUP +jump"
alias bind_normal2 "bind MWHEELDOWN +jump"
bind "p" "thirdperson;cam_idealdelta 0;cam_collision 0;c_thirdpersonshoulderheight 0;cam_idealpitch 0;c_thirdpersonshoulder 1;c_thirdpersonshoulderoffset 0;cam_idealdist 5;"
这是我修改完后自用的,理论上去别的社区不一定能用。而且这套指令可能会有一定概率让你在游戏里一按O(我绑的灵魂出窍键)就会导致游戏闪退,在我给游戏启动项加了-threads 8之后就没再出现过这种情况,可能是v社更新了什么导致游戏更吃性能导致的吧 |
|