- 听众
- 收听
- 积分
- 22
- 主题
- 回帖
- 0
- 精华
注册时间2007-9-22
最后登录1970-1-1
该用户从未签到
|
首发于月蚀.
alias "+zuoxuan" "+left;+moveup;+forward"
alias "-zuoxuan" "-left;-moveup;-forward"
bind "," "+zuoxuan"
上升
alias "+youxuan" "+right;+movedown;+forward"
alias "-youxuan" "-right;-movedown;-forward"
bind "." "+youxuan"
下降
如果觉得速度快,头晕.可以修改如下参数.
cl_forwardspeed 80 // <-- 前进速度
cl_backspeed 80 // <-- 后退速度
cl_sidespeed 80 // <-- 左右平移速度
cl_upspeed 80 // <-- 上下移动速度(HLTV是freelook的垂直移动,第一视角的抬头和低头)
cl_yawspeed 80 // <-- 左右转身的速度
这里的80是修改后的.默认为400.可以控制在50-500之间。 |
|