From 69cb027797cf7f6853594ea36373dbcdede90f14 Mon Sep 17 00:00:00 2001 From: paumann Date: Mon, 28 Aug 2023 22:02:34 +0200 Subject: [PATCH] Initial commit --- autoexec.cfg | 87 ++++++++++++++++++++++ binds/all.cfg | 6 ++ binds/buy.cfg | 15 ++++ binds/chat.cfg | 5 ++ binds/drop.cfg | 13 ++++ binds/gameplay.cfg | 21 ++++++ binds/slots.cfg | 8 ++ binds/ui.cfg | 3 + crosshair/cross.cfg | 14 ++++ crosshair/dot.cfg | 12 +++ crosshair/lineup.cfg | 12 +++ crosshair/practice.cfg | 11 +++ knife_pickable.cfg | 1 + knives/00_weapon_knife_karambit.cfg | 5 ++ knives/01_weapon_knife_m9_bayonet.cfg | 5 ++ knives/02_weapon_bayonet.cfg | 5 ++ knives/03_weapon_knife_butterfly.cfg | 5 ++ knives/04_weapon_knife_flip.cfg | 5 ++ knives/05_weapon_knife_gut.cfg | 5 ++ knives/06_weapon_knife_push.cfg | 5 ++ knives/07_weapon_knife_tactical.cfg | 5 ++ knives/08_weapon_knife_falchion.cfg | 5 ++ knives/09_weapon_knife_survival_bowie.cfg | 5 ++ knives/10_weapon_knife_ursus.cfg | 5 ++ knives/11_weapon_knife_gypsy_jackknife.cfg | 5 ++ knives/12_weapon_knife_stiletto.cfg | 5 ++ knives/13_weapon_knife_widowmaker.cfg | 5 ++ knives/14_weapon_knife_ghost.cfg | 5 ++ knives/15_weapon_knife_css.cfg | 5 ++ knives/16_weapon_knife_canis.cfg | 5 ++ knives/17_weapon_knife_cord.cfg | 5 ++ knives/18_weapon_knife_outdoor.cfg | 5 ++ knives/19_weapon_knife_skeleton.cfg | 5 ++ practice/default.cfg | 4 + practice/local.cfg | 43 +++++++++++ practice/remote.cfg | 15 ++++ radiospam.cfg | 8 ++ spectate.cfg | 4 + stopradiospam.cfg | 8 ++ 39 files changed, 390 insertions(+) create mode 100644 autoexec.cfg create mode 100644 binds/all.cfg create mode 100644 binds/buy.cfg create mode 100644 binds/chat.cfg create mode 100644 binds/drop.cfg create mode 100644 binds/gameplay.cfg create mode 100644 binds/slots.cfg create mode 100644 binds/ui.cfg create mode 100644 crosshair/cross.cfg create mode 100644 crosshair/dot.cfg create mode 100644 crosshair/lineup.cfg create mode 100644 crosshair/practice.cfg create mode 100644 knife_pickable.cfg create mode 100644 knives/00_weapon_knife_karambit.cfg create mode 100644 knives/01_weapon_knife_m9_bayonet.cfg create mode 100644 knives/02_weapon_bayonet.cfg create mode 100644 knives/03_weapon_knife_butterfly.cfg create mode 100644 knives/04_weapon_knife_flip.cfg create mode 100644 knives/05_weapon_knife_gut.cfg create mode 100644 knives/06_weapon_knife_push.cfg create mode 100644 knives/07_weapon_knife_tactical.cfg create mode 100644 knives/08_weapon_knife_falchion.cfg create mode 100644 knives/09_weapon_knife_survival_bowie.cfg create mode 100644 knives/10_weapon_knife_ursus.cfg create mode 100644 knives/11_weapon_knife_gypsy_jackknife.cfg create mode 100644 knives/12_weapon_knife_stiletto.cfg create mode 100644 knives/13_weapon_knife_widowmaker.cfg create mode 100644 knives/14_weapon_knife_ghost.cfg create mode 100644 knives/15_weapon_knife_css.cfg create mode 100644 knives/16_weapon_knife_canis.cfg create mode 100644 knives/17_weapon_knife_cord.cfg create mode 100644 knives/18_weapon_knife_outdoor.cfg create mode 100644 knives/19_weapon_knife_skeleton.cfg create mode 100644 practice/default.cfg create mode 100644 practice/local.cfg create mode 100644 practice/remote.cfg create mode 100644 radiospam.cfg create mode 100644 spectate.cfg create mode 100644 stopradiospam.cfg diff --git a/autoexec.cfg b/autoexec.cfg new file mode 100644 index 0000000..d368d00 --- /dev/null +++ b/autoexec.cfg @@ -0,0 +1,87 @@ +// Unbind all key bindings and rebind regular keys +unbindall +exec "binds/all" +bind k toggleconsole + +// Jump throw binds +alias "+jumpthrow" "+jump;-attack" +alias "-jumpthrow" "-jump;" +bind SPACE "+jumpthrow" + +// Aliases to switch buying mode +alias +buymode "exec binds/drop" +alias -buymode "exec binds/buy" + +// Bind to CTRL, together with duck +alias +ctrl_action "+duck;+buymode" +alias -ctrl_action "-duck;-buymode" +bind CTRL +ctrl_action +bind RCTRL +ctrl_action + +// Default mode is buy binds +exec "binds/buy" + +// Netgraph toggle +net_graph 1 +net_graphheight 9999 +bind n "toggle net_graphheight 0 9999" + +// Show netgraph with scoreboard +alias +scoreboard_netgraph "+showscores; net_graphheight 0" +alias -scoreboard_netgraph "-showscores; net_graphheight 9999" +bind TAB +scoreboard_netgraph + +// Consistent crouch jump +alias +crouch_jump "+duck;+jump" +alias -crouch_jump "-duck;-jump" +bind c +crouch_jump + +// Bombsites +bind LEFTARROW go_a +bind RIGHTARROW go_b + +// Ping +bind MOUSE3 player_ping +bind KP_PLUS +radialradio + +// Switch to bomb and drop +bind ALT "use weapon_c4; drop" + +// Set default crosshair +alias default_crosshair "exec crosshair/dot" +default_crosshair + +// Aliases for fast crosshair switching +alias dot "exec crosshair/dot" +alias cross "exec crosshair/cross" + +// Switch to lineup crosshair only if E and Mouse 1 is pressed at the same time +alias +e_alt_action "+use;exec crosshair/lineup" +alias -e_alt_action "-use;default_crosshair" +alias +mouse1_action "+attack;bind e +e_alt_action" +alias -mouse1_action "-attack;-use;bind e +use; default_crosshair" +bind e +use +bind MOUSE1 +mouse1_action + +// Aliases for local and remote practice +alias localpractice "exec practice/local" +alias remotepractice "exec practice/remote" +alias lprac "localpractice" +alias rprac "remotepractice" +alias startrprac "connect 192.168.193.52" + +// Radar settings +cl_radar_always_centered 1 +cl_radar_rotate 1 +cl_radar_scale 0.445 +alias +radar_zoom "cl_radar_scale 1.2" +alias -radar_zoom "cl_radar_scale 0.445" + +// Mouse thumb button binds +alias +mouse_thumb "+buymode; +radar_zoom" +alias -mouse_thumb "-buymode; -radar_zoom" +bind KP_PGUP "+mouse_thumb" + +// 21:9 safezones +safezonex 0.5 +safezoney 0.9 \ No newline at end of file diff --git a/binds/all.cfg b/binds/all.cfg new file mode 100644 index 0000000..77cc86a --- /dev/null +++ b/binds/all.cfg @@ -0,0 +1,6 @@ +exec "binds/buy" +exec "binds/chat" +// Don't execute binds/drop, this is only toggled +exec "binds/gameplay" +exec "binds/slots" +exec "binds/ui" \ No newline at end of file diff --git a/binds/buy.cfg b/binds/buy.cfg new file mode 100644 index 0000000..e228182 --- /dev/null +++ b/binds/buy.cfg @@ -0,0 +1,15 @@ +bind b buymenu + +bind f1 "buy ak47; buy m4a1; buy m4a1_silencer" +bind f2 "buy galilar; buy famas" +bind f3 "buy deagle" +bind f4 "buy awp" + +bind f5 "buy molotov; buy incgrenade" +bind f6 "buy flashbang" +bind f7 "buy hegrenade" +bind f8 "buy smokegrenade" + +bind f9 "buy vest" +bind f10 "buy vesthelm" +bind f11 "buy defuser" \ No newline at end of file diff --git a/binds/chat.cfg b/binds/chat.cfg new file mode 100644 index 0000000..957a32b --- /dev/null +++ b/binds/chat.cfg @@ -0,0 +1,5 @@ +bind u messagemode2 +bind y messagemode +bind x +voicerecord +bind z radio +bind t +spray_menu diff --git a/binds/drop.cfg b/binds/drop.cfg new file mode 100644 index 0000000..30880d4 --- /dev/null +++ b/binds/drop.cfg @@ -0,0 +1,13 @@ +bind f1 "buy unused 15 unused2; impulse 101" +bind f2 "buy unused 14 unused2; impulse 101" +bind f3 "buy unused 6 unused2; impulse 101" +bind f4 "buy unused 18 unused2; impulse 101" + +bind f5 "buy molotov; buy incgrenade" +bind f6 "buy flashbang" +bind f7 "buy hegrenade" +bind f8 "buy smokegrenade" + +bind f9 "buy vest" +bind f10 "buy vesthelm" +bind f11 "buy defuser" \ No newline at end of file diff --git a/binds/gameplay.cfg b/binds/gameplay.cfg new file mode 100644 index 0000000..8191185 --- /dev/null +++ b/binds/gameplay.cfg @@ -0,0 +1,21 @@ +bind w +forward +bind s +back +bind a +moveleft +bind d +moveright + +bind SHIFT +speed +bind SPACE +jump +bind CTRL +duck + +bind MOUSE1 +attack +bind MOUSE2 +attack2 +bind MOUSE3 player_ping +bind MWHEELUP invprev +bind MWHEELDOWN invnext + +bind q drop +bind r +reload +bind f +lookatweapon + +bind , buyammo1 +bind . buyammo2 \ No newline at end of file diff --git a/binds/slots.cfg b/binds/slots.cfg new file mode 100644 index 0000000..7801b54 --- /dev/null +++ b/binds/slots.cfg @@ -0,0 +1,8 @@ +bind 1 slot1 +bind 2 slot2 +bind 3 slot3 +bind 4 slot4 +bind 5 slot5 +bind 6 slot6 +bind 7 slot7 +bind 8 slot8 \ No newline at end of file diff --git a/binds/ui.cfg b/binds/ui.cfg new file mode 100644 index 0000000..c0be26d --- /dev/null +++ b/binds/ui.cfg @@ -0,0 +1,3 @@ +bind TAB +showscores +bind ESCAPE cancelselect +bind PAUSE pause \ No newline at end of file diff --git a/crosshair/cross.cfg b/crosshair/cross.cfg new file mode 100644 index 0000000..be8a305 --- /dev/null +++ b/crosshair/cross.cfg @@ -0,0 +1,14 @@ +cl_crosshairstyle 4 // classic static +cl_crosshaircolor 5 // custom color #FF1493 + cl_crosshaircolor_r 255 + cl_crosshaircolor_g 20 + cl_crosshaircolor_b 147 +cl_crosshair_drawoutline 0; // no outline +cl_crosshairdot 0 // no dot +cl_crosshairalpha 255 // no transparency +cl_crosshairsize 2 +cl_crosshairgap -2 +cl_crosshairthickness 1 +cl_crosshair_t 0 + +alias default_crosshair "exec crosshair/cross" // set this crosshair to default \ No newline at end of file diff --git a/crosshair/dot.cfg b/crosshair/dot.cfg new file mode 100644 index 0000000..f11f177 --- /dev/null +++ b/crosshair/dot.cfg @@ -0,0 +1,12 @@ +cl_crosshairstyle 4 // classic static +cl_crosshaircolor 5 // custom color #FF1493 + cl_crosshaircolor_r 255 + cl_crosshaircolor_g 20 + cl_crosshaircolor_b 147 +cl_crosshair_drawoutline 0; // no outline +cl_crosshairdot 1 // dot +cl_crosshairalpha 255 // no transparency +cl_crosshairsize 0 +cl_crosshairthickness 1.5 + +alias default_crosshair "exec crosshair/dot" // set this crosshair to default diff --git a/crosshair/lineup.cfg b/crosshair/lineup.cfg new file mode 100644 index 0000000..4731252 --- /dev/null +++ b/crosshair/lineup.cfg @@ -0,0 +1,12 @@ +cl_crosshairstyle 4 // classic static +cl_crosshaircolor 5 // custom color #FF1493 + cl_crosshaircolor_r 255 + cl_crosshaircolor_g 20 + cl_crosshaircolor_b 147 +cl_crosshair_drawoutline 0; // no outline +cl_crosshairdot 0 // no dot +cl_crosshairalpha 255 // no transparency +cl_crosshairsize 2047 +cl_crosshairgap -255 +cl_crosshairthickness 0.5 +cl_crosshair_t 0 \ No newline at end of file diff --git a/crosshair/practice.cfg b/crosshair/practice.cfg new file mode 100644 index 0000000..ceab584 --- /dev/null +++ b/crosshair/practice.cfg @@ -0,0 +1,11 @@ +cl_crosshairstyle 4 // classic static +cl_crosshaircolor 2 // yellow +cl_crosshair_drawoutline 0; // no outline +cl_crosshairdot 0 // no dot +cl_crosshairalpha 255 // no transparency +cl_crosshairsize 2 +cl_crosshairgap -2 +cl_crosshairthickness 1 +cl_crosshair_t 0 + +alias default_crosshair "exec crosshair/practice" // set this crosshair to default \ No newline at end of file diff --git a/knife_pickable.cfg b/knife_pickable.cfg new file mode 100644 index 0000000..2eb9cb2 --- /dev/null +++ b/knife_pickable.cfg @@ -0,0 +1 @@ +script DoEntFire("weapon_knife", "addoutput", "classname weapon_knifegg", 0, null, null) \ No newline at end of file diff --git a/knives/00_weapon_knife_karambit.cfg b/knives/00_weapon_knife_karambit.cfg new file mode 100644 index 0000000..2c7f5cc --- /dev/null +++ b/knives/00_weapon_knife_karambit.cfg @@ -0,0 +1,5 @@ +ent_fire weapon_knifegg kill +give weapon_knife_karambit +script DoEntFire("weapon_knife", "addoutput", "classname weapon_knifegg", 0, null, null) +bind KP_END "exec knives/01_weapon_knife_m9_bayonet" +slot3 diff --git a/knives/01_weapon_knife_m9_bayonet.cfg b/knives/01_weapon_knife_m9_bayonet.cfg new file mode 100644 index 0000000..2e0e90c --- /dev/null +++ b/knives/01_weapon_knife_m9_bayonet.cfg @@ -0,0 +1,5 @@ +ent_fire weapon_knifegg kill +give weapon_knife_m9_bayonet +script DoEntFire("weapon_knife", "addoutput", "classname weapon_knifegg", 0, null, null) +bind KP_END "exec knives/02_weapon_bayonet" +slot3 diff --git a/knives/02_weapon_bayonet.cfg b/knives/02_weapon_bayonet.cfg new file mode 100644 index 0000000..9831c61 --- /dev/null +++ b/knives/02_weapon_bayonet.cfg @@ -0,0 +1,5 @@ +ent_fire weapon_knifegg kill +give weapon_bayonet +script DoEntFire("weapon_knife", "addoutput", "classname weapon_knifegg", 0, null, null) +bind KP_END "exec knives/03_weapon_knife_butterfly" +slot3 diff --git a/knives/03_weapon_knife_butterfly.cfg b/knives/03_weapon_knife_butterfly.cfg new file mode 100644 index 0000000..0dd5c74 --- /dev/null +++ b/knives/03_weapon_knife_butterfly.cfg @@ -0,0 +1,5 @@ +ent_fire weapon_knifegg kill +give weapon_knife_butterfly +script DoEntFire("weapon_knife", "addoutput", "classname weapon_knifegg", 0, null, null) +bind KP_END "exec knives/04_weapon_knife_flip" +slot3 diff --git a/knives/04_weapon_knife_flip.cfg b/knives/04_weapon_knife_flip.cfg new file mode 100644 index 0000000..3524473 --- /dev/null +++ b/knives/04_weapon_knife_flip.cfg @@ -0,0 +1,5 @@ +ent_fire weapon_knifegg kill +give weapon_knife_flip +script DoEntFire("weapon_knife", "addoutput", "classname weapon_knifegg", 0, null, null) +bind KP_END "exec knives/05_weapon_knife_gut" +slot3 diff --git a/knives/05_weapon_knife_gut.cfg b/knives/05_weapon_knife_gut.cfg new file mode 100644 index 0000000..992a4ce --- /dev/null +++ b/knives/05_weapon_knife_gut.cfg @@ -0,0 +1,5 @@ +ent_fire weapon_knifegg kill +give weapon_knife_gut +script DoEntFire("weapon_knife", "addoutput", "classname weapon_knifegg", 0, null, null) +bind KP_END "exec knives/06_weapon_knife_push" +slot3 diff --git a/knives/06_weapon_knife_push.cfg b/knives/06_weapon_knife_push.cfg new file mode 100644 index 0000000..2c86a28 --- /dev/null +++ b/knives/06_weapon_knife_push.cfg @@ -0,0 +1,5 @@ +ent_fire weapon_knifegg kill +give weapon_knife_push +script DoEntFire("weapon_knife", "addoutput", "classname weapon_knifegg", 0, null, null) +bind KP_END "exec knives/07_weapon_knife_tactical" +slot3 diff --git a/knives/07_weapon_knife_tactical.cfg b/knives/07_weapon_knife_tactical.cfg new file mode 100644 index 0000000..bd756f6 --- /dev/null +++ b/knives/07_weapon_knife_tactical.cfg @@ -0,0 +1,5 @@ +ent_fire weapon_knifegg kill +give weapon_knife_tactical +script DoEntFire("weapon_knife", "addoutput", "classname weapon_knifegg", 0, null, null) +bind KP_END "exec knives/08_weapon_knife_falchion" +slot3 diff --git a/knives/08_weapon_knife_falchion.cfg b/knives/08_weapon_knife_falchion.cfg new file mode 100644 index 0000000..09e1dbe --- /dev/null +++ b/knives/08_weapon_knife_falchion.cfg @@ -0,0 +1,5 @@ +ent_fire weapon_knifegg kill +give weapon_knife_falchion +script DoEntFire("weapon_knife", "addoutput", "classname weapon_knifegg", 0, null, null) +bind KP_END "exec knives/09_weapon_knife_survival_bowie" +slot3 diff --git a/knives/09_weapon_knife_survival_bowie.cfg b/knives/09_weapon_knife_survival_bowie.cfg new file mode 100644 index 0000000..b7624d8 --- /dev/null +++ b/knives/09_weapon_knife_survival_bowie.cfg @@ -0,0 +1,5 @@ +ent_fire weapon_knifegg kill +give weapon_knife_survival_bowie +script DoEntFire("weapon_knife", "addoutput", "classname weapon_knifegg", 0, null, null) +bind KP_END "exec knives/10_weapon_knife_ursus" +slot3 diff --git a/knives/10_weapon_knife_ursus.cfg b/knives/10_weapon_knife_ursus.cfg new file mode 100644 index 0000000..a7a8e52 --- /dev/null +++ b/knives/10_weapon_knife_ursus.cfg @@ -0,0 +1,5 @@ +ent_fire weapon_knifegg kill +give weapon_knife_ursus +script DoEntFire("weapon_knife", "addoutput", "classname weapon_knifegg", 0, null, null) +bind KP_END "exec knives/11_weapon_knife_gypsy_jackknife" +slot3 diff --git a/knives/11_weapon_knife_gypsy_jackknife.cfg b/knives/11_weapon_knife_gypsy_jackknife.cfg new file mode 100644 index 0000000..30d2b1d --- /dev/null +++ b/knives/11_weapon_knife_gypsy_jackknife.cfg @@ -0,0 +1,5 @@ +ent_fire weapon_knifegg kill +give weapon_knife_gypsy_jackknife +script DoEntFire("weapon_knife", "addoutput", "classname weapon_knifegg", 0, null, null) +bind KP_END "exec knives/12_weapon_knife_stiletto" +slot3 diff --git a/knives/12_weapon_knife_stiletto.cfg b/knives/12_weapon_knife_stiletto.cfg new file mode 100644 index 0000000..079d2c8 --- /dev/null +++ b/knives/12_weapon_knife_stiletto.cfg @@ -0,0 +1,5 @@ +ent_fire weapon_knifegg kill +give weapon_knife_stiletto +script DoEntFire("weapon_knife", "addoutput", "classname weapon_knifegg", 0, null, null) +bind KP_END "exec knives/13_weapon_knife_widowmaker" +slot3 diff --git a/knives/13_weapon_knife_widowmaker.cfg b/knives/13_weapon_knife_widowmaker.cfg new file mode 100644 index 0000000..e955d67 --- /dev/null +++ b/knives/13_weapon_knife_widowmaker.cfg @@ -0,0 +1,5 @@ +ent_fire weapon_knifegg kill +give weapon_knife_widowmaker +script DoEntFire("weapon_knife", "addoutput", "classname weapon_knifegg", 0, null, null) +bind KP_END "exec knives/14_weapon_knife_ghost" +slot3 diff --git a/knives/14_weapon_knife_ghost.cfg b/knives/14_weapon_knife_ghost.cfg new file mode 100644 index 0000000..4f69c81 --- /dev/null +++ b/knives/14_weapon_knife_ghost.cfg @@ -0,0 +1,5 @@ +ent_fire weapon_knifegg kill +give weapon_knife_ghost +script DoEntFire("weapon_knife", "addoutput", "classname weapon_knifegg", 0, null, null) +bind KP_END "exec knives/15_weapon_knife_css" +slot3 diff --git a/knives/15_weapon_knife_css.cfg b/knives/15_weapon_knife_css.cfg new file mode 100644 index 0000000..2bacae1 --- /dev/null +++ b/knives/15_weapon_knife_css.cfg @@ -0,0 +1,5 @@ +ent_fire weapon_knifegg kill +give weapon_knife_css +script DoEntFire("weapon_knife", "addoutput", "classname weapon_knifegg", 0, null, null) +bind KP_END "exec knives/16_weapon_knife_canis" +slot3 diff --git a/knives/16_weapon_knife_canis.cfg b/knives/16_weapon_knife_canis.cfg new file mode 100644 index 0000000..8a714fc --- /dev/null +++ b/knives/16_weapon_knife_canis.cfg @@ -0,0 +1,5 @@ +ent_fire weapon_knifegg kill +give weapon_knife_canis +script DoEntFire("weapon_knife", "addoutput", "classname weapon_knifegg", 0, null, null) +bind KP_END "exec knives/17_weapon_knife_cord" +slot3 diff --git a/knives/17_weapon_knife_cord.cfg b/knives/17_weapon_knife_cord.cfg new file mode 100644 index 0000000..c15acfb --- /dev/null +++ b/knives/17_weapon_knife_cord.cfg @@ -0,0 +1,5 @@ +ent_fire weapon_knifegg kill +give weapon_knife_cord +script DoEntFire("weapon_knife", "addoutput", "classname weapon_knifegg", 0, null, null) +bind KP_END "exec knives/18_weapon_knife_outdoor" +slot3 diff --git a/knives/18_weapon_knife_outdoor.cfg b/knives/18_weapon_knife_outdoor.cfg new file mode 100644 index 0000000..043beee --- /dev/null +++ b/knives/18_weapon_knife_outdoor.cfg @@ -0,0 +1,5 @@ +ent_fire weapon_knifegg kill +give weapon_knife_outdoor +script DoEntFire("weapon_knife", "addoutput", "classname weapon_knifegg", 0, null, null) +bind KP_END "exec knives/19_weapon_knife_skeleton" +slot3 diff --git a/knives/19_weapon_knife_skeleton.cfg b/knives/19_weapon_knife_skeleton.cfg new file mode 100644 index 0000000..135b0d2 --- /dev/null +++ b/knives/19_weapon_knife_skeleton.cfg @@ -0,0 +1,5 @@ +ent_fire weapon_knifegg kill +give weapon_knife_skeleton +script DoEntFire("weapon_knife", "addoutput", "classname weapon_knifegg", 0, null, null) +bind KP_END "exec knives/00_weapon_knife_karambit" +slot3 diff --git a/practice/default.cfg b/practice/default.cfg new file mode 100644 index 0000000..a905d44 --- /dev/null +++ b/practice/default.cfg @@ -0,0 +1,4 @@ +bind alt "" + +// Change crosshaircolor to notify changed keybinds +exec "crosshair/practice" \ No newline at end of file diff --git a/practice/local.cfg b/practice/local.cfg new file mode 100644 index 0000000..5754c6c --- /dev/null +++ b/practice/local.cfg @@ -0,0 +1,43 @@ +exec practice/default.cfg + +sv_cheats 1 + +echo "Enabling infinite ammo .." +sv_infinite_ammo 1 + +echo "Activating grenade trajectories and bullet impacts .." +sv_grenade_trajectory 1 +sv_showimpacts 2 + +echo "Changing game settings .." +mp_roundtime_defuse 10000 +mp_freezetime 0 +mp_buy_anywhere 1 +mp_maxmoney 65535 +mp_startmoney 65535 +mp_buytime 10000 +mp_restartgame 1 +mp_roundtime_hostage 10000 +mp_weapons_allow_typecount -1 +ammo_grenade_limit_total 5 +mp_ct_default_grenades "weapon_flashbang weapon_hegrenade weapon_smokegrenade weapon_incgrenade" +mp_t_default_grenades "weapon_flashbang weapon_hegrenade weapon_smokegrenade weapon_molotov" + +echo "Done!" + +bind kp_uparrow noclip +echo "Press KEYPAD_8/G8 to toggle noclip" + +mp_drop_knife_enable 1 +bind kp_end "use weapon_knife; drop; exec knives/00_weapon_knife_karambit" +echo "Press KEYPAD_1/G7 to loop trough knives" + +bind g god +echo "Press g for god mode" + +alias +speedup host_timescale 10.0 +alias -speedup host_timescale 1.0 +bind = +speedup + +bind uparrow sv_rethrow_last_grenade +bind downarrow "toggle cl_grenadepreview" \ No newline at end of file diff --git a/practice/remote.cfg b/practice/remote.cfg new file mode 100644 index 0000000..a76a99f --- /dev/null +++ b/practice/remote.cfg @@ -0,0 +1,15 @@ +exec practice/default.cfg + +say .prac + +bind kp_uparrow noclip + +bind uparrow "say .bot" +bind downarrow "say .nobot" + +bind = "say .ff" + +bind g "say .god" + +bind m "say .map" + diff --git a/radiospam.cfg b/radiospam.cfg new file mode 100644 index 0000000..07ff708 --- /dev/null +++ b/radiospam.cfg @@ -0,0 +1,8 @@ +// bind radio to wasd +bind "w" "+forward; getout" +bind "s" "+back; getout" +bind "d" "+moveright; getout" +bind "a" "+moveleft; getout" + +// toggle radio +ignorerad \ No newline at end of file diff --git a/spectate.cfg b/spectate.cfg new file mode 100644 index 0000000..b197473 --- /dev/null +++ b/spectate.cfg @@ -0,0 +1,4 @@ +exec crosshair/cross + +safezonex 1 +safezoney 1 \ No newline at end of file diff --git a/stopradiospam.cfg b/stopradiospam.cfg new file mode 100644 index 0000000..4755517 --- /dev/null +++ b/stopradiospam.cfg @@ -0,0 +1,8 @@ +// unbind radio from wasd +bind "w" "+forward" +bind "s" "+back" +bind "d" "+moveright" +bind "a" "+moveleft" + +// toggle radio +ignorerad \ No newline at end of file