diff options
author | André Glüpker <git@wgmd.de> | 2022-04-29 17:18:35 +0200 |
---|---|---|
committer | André Glüpker <git@wgmd.de> | 2022-04-29 17:29:38 +0200 |
commit | d532e1f29b56e4c8fecf44ed8ecd9c003e9e3a90 (patch) | |
tree | 5167a2db11123edc59c78742491a087b7597d422 /agl-test.cfg | |
parent | 4f34ee70fc916581980934190fbd94c5aa32f9a2 (diff) | |
download | config-csgo-d532e1f29b56e4c8fecf44ed8ecd9c003e9e3a90.tar.gz config-csgo-d532e1f29b56e4c8fecf44ed8ecd9c003e9e3a90.tar.bz2 config-csgo-d532e1f29b56e4c8fecf44ed8ecd9c003e9e3a90.zip |
Rename bindings to agl
Diffstat (limited to 'agl-test.cfg')
-rw-r--r-- | agl-test.cfg | 75 |
1 files changed, 75 insertions, 0 deletions
diff --git a/agl-test.cfg b/agl-test.cfg new file mode 100644 index 0000000..43ce0f0 --- /dev/null +++ b/agl-test.cfg @@ -0,0 +1,75 @@ +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 |