summaryrefslogtreecommitdiff
path: root/bindings-test.cfg
diff options
context:
space:
mode:
authorAndré Glüpker <git@wgmd.de>2016-04-05 10:54:17 +0200
committerAndré Glüpker <git@wgmd.de>2016-04-05 10:54:17 +0200
commit4d2f3216403bf157e3a7c6c5af777d22debd0d2b (patch)
tree396cf5d3ac34c5133e9b59c2898714685b0b792d /bindings-test.cfg
downloadconfig-csgo-4d2f3216403bf157e3a7c6c5af777d22debd0d2b.tar.gz
config-csgo-4d2f3216403bf157e3a7c6c5af777d22debd0d2b.tar.bz2
config-csgo-4d2f3216403bf157e3a7c6c5af777d22debd0d2b.zip
Initial commit to new repository
Diffstat (limited to 'bindings-test.cfg')
-rw-r--r--bindings-test.cfg67
1 files changed, 67 insertions, 0 deletions
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