From d532e1f29b56e4c8fecf44ed8ecd9c003e9e3a90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Gl=C3=BCpker?= Date: Fri, 29 Apr 2022 17:18:35 +0200 Subject: Rename bindings to agl --- bindings-test.cfg | 75 ------------------------------------------------------- 1 file changed, 75 deletions(-) delete mode 100644 bindings-test.cfg (limited to 'bindings-test.cfg') diff --git a/bindings-test.cfg b/bindings-test.cfg deleted file mode 100644 index 43ce0f0..0000000 --- a/bindings-test.cfg +++ /dev/null @@ -1,75 +0,0 @@ -echo "-Test-Bindings-" - -// Round settings -mp_autoteambalance 0 -mp_buy_anywhere 1 -mp_buytime 9999 -mp_freezetime 0 -mp_ignore_round_win_conditions 1 -mp_limitteams 0 -mp_maxmoney 60000 -mp_roundtime 60 -mp_roundtime_defuse 60 -mp_startmoney 60000 -mp_respawn_on_death_ct 1 -mp_respawn_on_death_t 1 - -ammo_grenade_limit_flashbang 1 -ammo_grenade_limit_total 4 - -// Stop & Kick bots -// bot_crouch 1; bot_mimic_yaw_offset 0; bot_mimic 1 -bot_stop 1 -bot_kick - -// Cheats / Debug informations -sv_cheats 1 -sv_infinite_ammo 2 -god -// weapon_debug_spread_show 1 -sv_grenade_trajectory 1 -sv_grenade_trajectory_time 10 -sv_showimpacts 1 -sv_showimpacts_penetration 1 -sv_showimpacts_time 10 - -give weapon_flashbang -give weapon_smokegrenade -give weapon_molotov -give weapon_hegrenade - -alias "+hax" "mat_wireframe 1; r_drawclipbrushes 1" -alias "-hax" "mat_wireframe 0; r_drawclipbrushes 0" -alias "+noclip" "noclip"; -alias "-noclip" "noclip"; -alias "+bullettime" "host_timescale 0.5" -alias "-bullettime" "host_timescale 1" -alias "+fasttime" "host_timescale 5" -alias "-fasttime" "host_timescale 1" -alias "+regen" "sv_regeneration_force_on 1" -alias "-regen" "sv_regeneration_force_on 0" -alias "+brushes" "r_drawclipbrushes 1" -alias "-brushes" "r_drawclipbrushes 0" - -alias "clearhud" "sv_cheats 1; cl_draw_only_deathnotices 1" - -bind f +noclip -// bind MOUSE4 +regen - -bind PGDN +bullettime -bind PGUP +fasttime - -bind q +brushes - -// Teleport -// bind h "writeip; con_logfile cfg/banned_ip.cfg; getpos_exact; con_logfile ." -// bind q "exec banned_ip" - -// Hat unter Linux einen Crash zur Folge -//bind alt +hax; - -// Restart round -mp_warmup_end -mp_restartgame 1 - -// vim: commentstring=//\ %s -- cgit v1.2.3