- 听众
- 收听
- 积分
- 3894
- 主题
- 回帖
- 0
- 精华
注册时间2008-4-22
最后登录1970-1-1
该用户从未签到
|
发表于 2011-1-7 14:04:48
|
显示全部楼层
All cvars and their descriptions are placed in the configs/jumpstats.cfg file.
There are too-many-to-count cvars (most of them are divided among different jump techniques).
// Flags given to players when they connect
// - a = speedometer
// - b = jump chat messages
// - c = jump sounds
// - d = jump stats
// - e = strafe stats
// - f = jump beam
// - g = spectator stats (when you spectate someone, should their information be displayed, such as speed, stats, beam, etc.)
// - h = prestrafe shower
// - i = show direction in hud
// - j = show block distance
// - k = show edge distances
// Combine multiple letters to have more than 1 enabled
// Default: abcdefghijk
js_connectflags "bcdefhijk" |
|