跳转至

CS 常用指令

键位相关

管理 bot

1
2
3
bind [ bot_add_ct;
bind ] bot_add_t;
bind \ bot_kick;

[Caps] 地图缩放

bind "capslock" "toggle cl_radar_scale 1 0.33";

[=] 标准练习环境

bind = "
    sv_cheats 1;
    sv_infinite_ammo 1;
    mp_roundtime_defuse 60;
    bot_stop 1;
    mp_drop_knife_enable 1;
    mp_buy_anywhere 1;
    mp_buytime 9999;
    mp_maxmoney 99999;
    mp_startmoney 99999;
    mp_autoteambalance 0;
    mp_limitteams 0;
    mp_restartgame 1;
    sv_regeneration_force_on 1;
    ammo_grenade_limit_total 6;
    sv_showimpacts 3;
    sv_showimpacts_time 8;
"

[Q/Alt] 官服训练键位

1
2
3
4
5
bind o "
    bind x sv_rethrow_last_grenade;
    bind c noclip;
    bind v bot_place;
"

bind alt "
    stopsound;
    ent_fire smokegrenade_projectile kill;
    ent_fire flashbang_projectile kill;
    ent_fire hegrenade_projectile kill;
    ent_fire decoy_projectile kill;
    ent_fire molotov_projectile kill;
    ent_fire fire_egrenade_projectile kill;
    ent_fire inferno kill;
"

[P] 完美道具训练键位

1
2
3
4
5
6
bind p "
    bind alt say_team .clear;
    bind x say_team .rethrow;
    bind c noclip;
    bind m say_team .map;
"

[-] 恢复实战键位

1
2
3
4
5
6
7
8
bind - "
    bind z radio;
    bind x slot8;
    bind c slot7;
    bind v slot6;
    bind t +spray_menu;
    unbind m;
"

[↑/↓/←/→] 调整第三人称摄影机

1
2
3
4
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";

场景预设

竞技3v7 - T

sv_cheats 1;
bot_randombuy 1;
mp_limitteams 0;
mp_autoteambalance 0;
mp_freezetime 3;
mp_warmup_end;
sv_auto_adjust_bot_difficulty 0;
mp_coopmission_bot_difficulty_offset 5;
bot_difficulty 5;
custom_bot_difficulty 5;
bot_kick;
bot_add_t;bot_add_t;
bot_add_ct;bot_add_ct;bot_add_ct;bot_add_ct;bot_add_ct;bot_add_ct;bot_add_ct;
bot_max_visible_smoke_length 150;
mp_restartgame 1;

竞技3v7 - CT

sv_cheats 1;
bot_randombuy 1;
mp_limitteams 0;
mp_autoteambalance 0;
mp_freezetime 3;
mp_warmup_end;
sv_auto_adjust_bot_difficulty 0;
mp_coopmission_bot_difficulty_offset 5;
bot_difficulty 5;
custom_bot_difficulty 5;
bot_kick;
bot_add_ct;bot_add_ct;
bot_add_t;bot_add_t;bot_add_t;bot_add_t;bot_add_t;bot_add_t;bot_add_t;
bot_max_visible_smoke_length 150;
mp_restartgame 1;

Aimrush - T

sv_cheats 1;
mp_limitteams 0;
mp_autoteambalance 0;
mp_freezetime 3;
sv_auto_adjust_bot_difficulty 0;
mp_coopmission_bot_difficulty_offset 5;
bot_difficulty 5;
custom_bot_difficulty 5;
bot_add_t;bot_add_t;
bot_max_visible_smoke_length 150;
mp_restartgame 1;