diff options
Diffstat (limited to 'agl-training.cfg')
-rw-r--r-- | agl-training.cfg | 61 |
1 files changed, 58 insertions, 3 deletions
diff --git a/agl-training.cfg b/agl-training.cfg index 39a03f7..be84976 100644 --- a/agl-training.cfg +++ b/agl-training.cfg @@ -3,6 +3,10 @@ sv_cheats 1 bot_kick +bot_add_t +bot_add_t +bot_add_t +bot_stop 1 mp_limitteams 0 mp_autoteambalance 0 mp_roundtime 60 @@ -21,6 +25,7 @@ mp_buy_anywhere 1 // sv_grenade_trajectory_time 10 sv_showimpacts 1 sv_showimpacts_time 10 +sv_showimpacts_penetration 1 // give weapon_incgrenade // give weapon_flashbang // give weapon_smokegrenade @@ -28,18 +33,28 @@ sv_showimpacts_time 10 // give weapon_decoy // give weapon_hegrenade +// snd_show 1 +// snd_visualize 1 +// r_drawlights 1 + // r_drawothermodels 2 // r_drawclipbrushes 2 +enable_skeleton_draw 1 // mat_wireframe 2 // sv_infinite_ammo 1 // 1/2 = reload / no reload // thirdperson / firstperson sv_force_transmit_players 1 +// bot_crouch 1 + bind f noclip -bind g bot_place +bind q bot_place +bind g "toggle bot_mimic" bind h sv_rethrow_last_grenade bind j cast_ray +bind p "toggle enable_skeleton_draw" +bind [ "exec agl-training" mp_respawn_on_death_ct 1 mp_respawn_on_death_t 1 @@ -47,5 +62,45 @@ mp_respawn_on_death_t 1 // https://totalcsgo.com/commands/bot // mp_restartgame 1 -// alias binds_normal "exec agl-normal" -alias binds_alt "" +bind "ALT" "r_cleardecals;" + + +bind "F1" "give weapon_Taser 34" +bind "F2" "give weapon_tec9" // fiveseven bzw cz75-auto +bind "F3" "give weapon_deagle" +bind "F4" "give weapon_p250" + +bind "F5" "give weapon_m4a1; give weapon_ak47" +bind "F6" "give weapon_aug; give weapon_sg556" +bind "F7" "give weapon_famas; give weapon_galil" +bind F8 "say reported!" // bind F8 "mat_setvideomode 1024 768 0" + +bind F9 "say Hi :3" // bind F9 "mat_setvideomode 1920 1080 0" +bind "F10" "give weapon_g3sg1; give weapon_scar20" +bind "F11" "give weapon_ssg08" +bind "F12" "give weapon_awp" + +bind "UPARROW" "give weapon_incgrenade; give weapon_molotov" +bind "LEFTARROW" "give weapon_smokegrenade" +bind "DOWNARROW" "give weapon_flashbang" +bind "RIGHTARROW" "give weapon_hegrenade" + +// Numblock +bind "KP_HOME" "give weapon_ump45" +bind "KP_UPARROW" "give weapon_negev" +bind "KP_PGUP" "give weapon_mac10; give weapon_mp9" + +bind "KP_LEFTARROW" "give weapon_mag7; give weapon_sawedoff" +bind "KP_5" "give weapon_p90" +bind "KP_RIGHTARROW" "give weapon_bizon" + +bind "KP_END" "give weapon_nova" +bind "KP_DOWNARROW" "give weapon_xm1014" +bind "KP_PGDN" "give weapon_mp7" + +bind "KP_INS" "give weapon_vest" +bind "KP_DEL" "give weapon_vesthelm" +bind "KP_ENTER" "give weapon_defuser" +bind "ENTER" "give weapon_defuser" // linux bug + +bind "KP_PLUS" "give weapon_decoy" |