From 4d2f3216403bf157e3a7c6c5af777d22debd0d2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Gl=C3=BCpker?= Date: Tue, 5 Apr 2016 10:54:17 +0200 Subject: Initial commit to new repository --- bindings-test.cfg | 67 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 67 insertions(+) create mode 100644 bindings-test.cfg (limited to 'bindings-test.cfg') diff --git a/bindings-test.cfg b/bindings-test.cfg new file mode 100644 index 0000000..6b013d9 --- /dev/null +++ b/bindings-test.cfg @@ -0,0 +1,67 @@ +echo "-Test-Bindings-" + +// Round settings +mp_roundtime 60 +mp_roundtime_defuse 60 +mp_autoteambalance 0 +mp_maxmoney 60000 +mp_freezetime 0 +mp_buytime 9999 +mp_buy_anywhere 1 +ammo_grenade_limit_total 5 +bot_stop 1 +// bot_crouch 1 +// bot_mimic_yaw_offset 0; bot_mimic 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