《CSGO》常用cfg指令分享
时间:2022-12-07 文章来源:网络收集
mp_startmoney 50000 //开局金钱
mp_roundtime_defuse 60 //每回合时间,数字处的单位是分钟
mp_afterroundmoney 32000 //每回合结束增加的金额
mp_buy_anywhere 1 //允许在地图的任意地方购买
mp_freezetime 0 //冻结时间
mp_buytime 99999 //购买时间
mp_restartround 1 //重新开始游戏指令
mp_respawn_on_death_ct 1 //ct死后即刻复活
mp_respawn_on_death_t 1 //t死后即刻复活
mp_restartgame 1 //1秒后刷新游戏
mp_teammates_are_enemies 1 //杀队友无惩罚,还能加钱。
mp_forcecamera 0 //不限制观察者所观看的队伍
mp_drop_knife_enable 1 //可以丢刀
sv_cheats 1 //应该是允许作弊
sv_infinite_ammo 1 //无限备用弹夹
sv_grenade_trajectory 1 //显示道具的抛物线
sv_grenade_trajectory_dash 1 //道具抛物线的形状
sv_grenade_trajectory_thickness 2 //道具抛物线的厚度
sv_grenade_trajectory_time 20 //道具抛物线的时间
sv_showimpacts 1 //显示弹道
sv_alltalk 1 //开启全局语音,个人觉得是ct和t阵营能语音的指令,没人陪我试~_~
cl_grenadepreview 1 //可以看到道具的轨迹
bot_stop 1 //bot静止不动
bot_kick //踢出所有bot
bind c noclip //绑定c键 ,穿墙飞行,无敌
bind x sv_rethrow_last_grenade //绑定x键,再丢一次刚刚使用的一次道具
bind i bot_place //绑定i健,传送一个bot到你准心指向的位置,必须要有一个以上的bot才能使用
bind = bot_add_ct //绑定=号,添加一个ct阵营bot,我没加平衡人数,所以添加之后会t和ct都会增加bot
ammo_grenade_limit_total 6 //可以带多少手雷,引号处自行修改
附上我使用的一键跳投cfg
alias +jumpthrow +jump;-attack
alias -jumpthrow -jump
bind alt +jumpthrow //只修改此行双引号处的'alt'即可
bind v toggle cl_righthand 1 0 //绑定v键,切换持枪方式