本帖最后由 zc291885784 于 2025-3-20 23:01 编辑
最近看到很多人在找第三人称或者看皮肤正面的指令,而我试了一些第三人称代码,这套cfg用的最多,所以分享一下
这些代码直接放cfg里用。但这套cfg在ub玩ze的时候不能用,只能在挂机大厅预览皮肤用用
c_thirdpersonshoulder 0
alias cam_settings "cam_idealyaw 0;cam_idealpitch 0;c_thirdpersonshoulder 1;c_thirdpersonshoulderheight 6;c_thirdpersonshoulderoffset 18;c_thirdpersonshoulderaimdist 999;cam_idealdist 75;"
alias "cs_aliasthird" "thirdperson; cam_settings; alias cs_chasecam cs_aliasthird_mayamode"
alias "cs_aliasthird_mayamode" "thirdperson_mayamode; alias cs_chasecam cs_aliasfirst"
alias "cs_aliasfirst" "firstperson; thirdperson_mayamode; alias cs_chasecam cs_aliasthird"
alias "cs_chasecam" "cs_aliasthird"
bind "F2" "cs_chasecam" // 一键切换越肩视角,标注红色可以改成别的按键
bind "F1" "toggle c_thirdpersonshoulder" // 在开启越肩视角(F2)的情况下把人物居中,标注红色可以改成别的按键
// 按住大写可以使用滚轮进行第三人称镜头的缩进和拉远
bind CAPSLOCK "+tp_magnifier" // 标注红色的地方可以替换大写按键
alias +tp_magnifier "bind_zoomin; bind_zoomout"
alias -tp_magnifier "bind_normal1; bind_normal2"
alias bind_zoomin "bind MWHEELUP incrementvar cam_idealdist 30 150 -5"
alias bind_zoomout "bind MWHEELDOWN incrementvar cam_idealdist 30 150 5"
alias bind_normal1 "bind MWHEELUP +jump" // 标注红色的地方可以替换按键
alias bind_normal2 "bind MWHEELDOWN +jump" // 标注红色的地方可以替换按键
// 小键盘上下左右调整镜头位置
bind LEFTARROW "incrementvar c_thirdpersonshoulderoffset -60 60 -2"
bind RIGHTARROW "incrementvar c_thirdpersonshoulderoffset -60 60 2"
bind UPARROW "incrementvar c_thirdpersonshoulderheight -60 20 2"
bind DOWNARROW "incrementvar c_thirdpersonshoulderheight -60 20 -2"
//依然是小键盘上下左右调整镜头位置,但镜头移动幅度更小
bind LEFTARROW "incrementvar c_thirdpersonshoulderoffset -30 30 -2"
bind RIGHTARROW "incrementvar c_thirdpersonshoulderoffset -30 30 2"
bind UPARROW "incrementvar c_thirdpersonshoulderheight -20 20 1"
bind DOWNARROW "incrementvar c_thirdpersonshoulderheight -20 20 -1"
此外,换组件的指令
sm_skin_body 组件编号 设置编号
重置组件的指令
sm_skin_reset
关闭ui的指令
cl_drawhud 0
打开hud的话把0换成1
如果控制台有很多乱七八糟的东西刷屏,影响你看组件,可以在控制台输入这个指令
log_flags "CL CommandQueue" "+donotecho"
或者把这行指令加到游戏的 game\csgo\cfg\autoexec.cfg 的末尾(放cfg里)
暂且只能想到这些,欢迎指正补充。另外ow车队拉我,最近 摩西基因觉醒,特别喜欢枪男枪女 
最后放点本人自拍,(可以利用大狙鸟狙开镜看皮肤细节)
|