Compare commits
12 commits
global-off
...
master
Author | SHA1 | Date | |
---|---|---|---|
65cea1adfc | |||
3f5c9b351c | |||
ee5490db47 | |||
7f428baf24 | |||
26cbbc967c | |||
49e297e490 | |||
3b24b863a3 | |||
7fa4b84786 | |||
f4cba18c65 | |||
e6edf36b92 | |||
fcbe0273b5 | |||
05379e1ff2 |
5 changed files with 153 additions and 174 deletions
271
autoexec.cfg
Executable file → Normal file
271
autoexec.cfg
Executable file → Normal file
|
@ -1,189 +1,144 @@
|
||||||
// CS:GO autoexec
|
|
||||||
//
|
//
|
||||||
// launch arguments: -novid -nojoy +exec autoexec.cfg
|
// CS2 autoexec
|
||||||
// optional arguments: -perfectworld/-worldwide, -tickrate 128 +cl_updaterate 128 +cl_cmdrate 128
|
//
|
||||||
// linux specific arguments: (prefix ) mangohud gamemoderun %command%
|
// Launch arguments: gamemoderun %command% +exec autoexec.cfg
|
||||||
// (arguments) -vulkan
|
//
|
||||||
// (remember to install: mangohud gamemode)
|
// https://github.com/Guanran928/csgo-autoexec
|
||||||
|
// thanks @jounim! https://steamcommunity.com/sharedfiles/filedetails/?id=3035701443
|
||||||
//
|
//
|
||||||
|
|
||||||
|
|
||||||
// ========alias========
|
// Alias
|
||||||
// alias +duckjump "+jump; +duck"
|
alias +duckjump "+jump; +duck"
|
||||||
// alias -duckjump "-jump; -duck"
|
alias -duckjump "-jump; -duck"
|
||||||
|
alias +incvol "+sprint; volume 1"
|
||||||
volume 0.5
|
alias -incvol "-sprint; volume 0.5"
|
||||||
alias +incvol "+speed; volume 1"
|
|
||||||
alias -incvol "-speed; volume 0.5"
|
|
||||||
|
|
||||||
alias incvoltoggle "toggle volume 1 0.5"
|
|
||||||
|
|
||||||
alias +switchknife slot3
|
alias +switchknife slot3
|
||||||
alias -switchknife lastinv
|
alias -switchknife lastinv
|
||||||
|
|
||||||
// ========perfomance settings========
|
|
||||||
fps_max ""
|
|
||||||
fps_max_menu ""
|
|
||||||
// r_dynamic "0"
|
|
||||||
// r_drawparticles "1"
|
|
||||||
// mat_disable_bloom "1"
|
|
||||||
|
|
||||||
|
|
||||||
// ========binds========
|
// Sensitivity
|
||||||
|
// https://www.reddit.com/r/GlobalOffensive/comments/43urd4/why_0818933027098955175_is_the_best_zoom/
|
||||||
|
sensitivity "1"
|
||||||
|
zoom_sensitivity_ratio "0.818933027098955175"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
// Binds
|
||||||
unbindall
|
unbindall
|
||||||
bind "1" "slot1"
|
cl_use_opens_buy_menu "0"
|
||||||
bind "2" "slot2"
|
|
||||||
bind "3" "use weapon_knife; use weapon_smokegrenade"
|
// Movement binds
|
||||||
bind "4" "use weapon_knife; use weapon_molotov; use weapon_incgrenade"
|
|
||||||
bind "5" "slot5"
|
|
||||||
bind "0" "slot12"
|
|
||||||
bind "a" "+moveleft"
|
|
||||||
bind "b" "buymenu"
|
|
||||||
bind "c" "toggle cl_righthand"
|
|
||||||
bind "d" "+moveright"
|
|
||||||
bind "e" "+use; r_cleardecals"
|
|
||||||
bind "f" "+lookatweapon"
|
|
||||||
bind "g" "drop"
|
|
||||||
bind "k" "+voicerecord"
|
|
||||||
bind "j" "toggle voice_enable"
|
|
||||||
bind "l" "toggle m_yaw 0.022 220.022"
|
|
||||||
bind "m" "teammenu"
|
|
||||||
bind "q" "+switchknife"
|
|
||||||
bind "r" "+reload"
|
|
||||||
bind "s" "+back"
|
|
||||||
bind "t" "+spray_menu"
|
|
||||||
bind "u" "messagemode2"
|
|
||||||
bind "v" "toggle cl_crosshairsize 1.2 1024"
|
|
||||||
bind "w" "+forward"
|
bind "w" "+forward"
|
||||||
bind "x" "use weapon_knife; use weapon_flashbang"
|
bind "a" "+left"
|
||||||
bind "y" "messagemode"
|
bind "s" "+back"
|
||||||
bind "z" "slot4"
|
bind "d" "+right"
|
||||||
bind "`" "toggleconsole"
|
|
||||||
bind "," "buyammo1"
|
|
||||||
bind "." "buyammo2"
|
|
||||||
bind "CAPSLOCK" "incvoltoggle"
|
|
||||||
// bind "SPACE" "+duckjump"
|
|
||||||
bind "SPACE" "+jump"
|
|
||||||
bind "TAB" "+showscores"
|
|
||||||
bind "ESCAPE" "cancelselect"
|
|
||||||
bind "DEL" "mute"
|
|
||||||
bind "PAUSE" "pause"
|
|
||||||
bind "SHIFT" "+incvol"
|
|
||||||
bind "ALT" "radio2"
|
|
||||||
//bind "ALT" "sv_cheats 1; noclip"
|
|
||||||
//bind "ALT" "+switchknife"
|
|
||||||
bind "CTRL" "+duck"
|
bind "CTRL" "+duck"
|
||||||
bind "LEFTARROW" "+left"
|
bind "SHIFT" "+incvol"
|
||||||
bind "RIGHTARROW" "+right"
|
bind "SPACE" "+duckjump"
|
||||||
bind "F3" "autobuy"
|
|
||||||
bind "F4" "rebuy"
|
|
||||||
bind "F5" "jpeg"
|
|
||||||
bind "F6" "save quick"
|
|
||||||
bind "F7" "load quick"
|
|
||||||
bind "F10" "quit prompt"
|
|
||||||
bind "MOUSE1" "+attack"
|
|
||||||
bind "MOUSE2" "+attack2"
|
|
||||||
bind "MOUSE3" "+jump; -attack; -attack2; -jump"
|
|
||||||
bind "MOUSE4" "slot3"
|
|
||||||
bind "MOUSE5" "+voicerecord"
|
|
||||||
bind "MWHEELUP" "+jump"
|
bind "MWHEELUP" "+jump"
|
||||||
bind "MWHEELDOWN" "+jump"
|
bind "MWHEELDOWN" "+jump"
|
||||||
|
bind "MOUSE_X" "yaw"
|
||||||
|
bind "MOUSE_Y" "pitch"
|
||||||
|
bind "MOUSE3" "exec jumpthrow.cfg"
|
||||||
|
|
||||||
|
|
||||||
// ========crosshair 2========
|
// Weapon binds
|
||||||
// cl_crosshair_drawoutline "1"
|
bind "MOUSE1" "+attack"
|
||||||
// cl_crosshair_dynamic_maxdist_splitratio "0"
|
bind "MOUSE2" "+attack2"
|
||||||
// cl_crosshair_dynamic_splitalpha_innermod "1"
|
bind "r" "+reload"
|
||||||
// cl_crosshair_dynamic_splitalpha_outermod "1"
|
bind "e" "+use"
|
||||||
// cl_crosshair_dynamic_splitdist "4"
|
bind "f" "+lookatweapon"
|
||||||
// cl_crosshair_friendly_warning "1"
|
bind "g" "drop"
|
||||||
// cl_crosshair_outlinethickness "1"
|
|
||||||
// cl_crosshair_sniper_show_normal_inaccuracy "0"
|
|
||||||
// cl_crosshair_sniper_width "1"
|
|
||||||
// cl_crosshair_t "0"
|
|
||||||
// cl_crosshairalpha "255"
|
|
||||||
// cl_crosshaircolor "4"
|
|
||||||
// cl_crosshaircolor_b "50"
|
|
||||||
// cl_crosshaircolor_g "250"
|
|
||||||
// cl_crosshaircolor_r "50"
|
|
||||||
// cl_crosshairdot "1"
|
|
||||||
// cl_crosshairgap "-2"
|
|
||||||
// cl_crosshairgap_useweaponvalue "0"
|
|
||||||
// cl_crosshairsize "0.5"
|
|
||||||
// cl_crosshairstyle "5"
|
|
||||||
// cl_crosshairthickness "0.5"
|
|
||||||
// cl_crosshairusealpha "0"
|
|
||||||
|
|
||||||
|
|
||||||
// ========crosshair 1========
|
// UI binds
|
||||||
// cl_crosshair_drawoutline "0"
|
bind "TAB" "+showscores"
|
||||||
// cl_crosshair_dynamic_maxdist_splitratio "0.35"
|
bind "ESCAPE" "cancelselect"
|
||||||
// cl_crosshair_dynamic_splitalpha_innermod "1"
|
bind "`" "toggleconsole"
|
||||||
// cl_crosshair_dynamic_splitalpha_outermod "0.5"
|
bind "b" "buymenu"
|
||||||
// cl_crosshair_dynamic_splitdist "7"
|
bind "m" "teammenu"
|
||||||
// cl_crosshair_friendly_warning "1"
|
bind "t" "+spray_menu"
|
||||||
// cl_crosshair_outlinethickness "1"
|
|
||||||
// cl_crosshair_sniper_show_normal_inaccuracy "0"
|
|
||||||
// cl_crosshair_sniper_width "1"
|
|
||||||
// cl_crosshair_t "0"
|
|
||||||
// cl_crosshairalpha "255"
|
|
||||||
// cl_crosshaircolor "4"
|
|
||||||
// cl_crosshaircolor_b "50"
|
|
||||||
// cl_crosshaircolor_g "250"
|
|
||||||
// cl_crosshaircolor_r "50"
|
|
||||||
// cl_crosshairdot "1"
|
|
||||||
// cl_crosshairgap "-5"
|
|
||||||
// cl_crosshairgap_useweaponvalue "0"
|
|
||||||
// cl_crosshairsize "1.2"
|
|
||||||
// cl_crosshairstyle "4"
|
|
||||||
// cl_crosshairthickness "0.5"
|
|
||||||
// cl_crosshairusealpha "0"
|
|
||||||
|
|
||||||
|
|
||||||
hud_showtargetid "1"
|
// Slot binds
|
||||||
|
bind "1" "slot1" // primary
|
||||||
|
bind "2" "slot2" // secondary
|
||||||
|
|
||||||
|
bind "3" "slot8" // smoke
|
||||||
|
bind "4" "slot10" // molly
|
||||||
|
bind "z" "slot6" // he
|
||||||
|
bind "x" "slot7" // flash
|
||||||
|
|
||||||
|
bind "MOUSE4" "slot3" // knife
|
||||||
|
bind "5" "slot5" // c4
|
||||||
|
bind "0" "slot12" // healthshot
|
||||||
|
bind "q" "+switchknife" // quick switch
|
||||||
|
|
||||||
|
|
||||||
// ========sensitivity========
|
// Communication binds
|
||||||
sensitivity "1.62479"
|
// Text
|
||||||
// sensitivity "1.4"
|
bind "y" "messagemode" // all chat
|
||||||
// sensitivity "1.39948"
|
bind "u" "messagemode2" // team chat
|
||||||
// sensitivity "1.716426666666667"
|
|
||||||
m_rawinput "1"
|
// Voice
|
||||||
m_customaccel "0"
|
bind "j" "toggle voice_modenable"
|
||||||
|
bind "k" "+voicerecord"
|
||||||
|
bind "MOUSE5" "+voicerecord"
|
||||||
|
|
||||||
|
// Others
|
||||||
|
bind "ALT" "player_ping"
|
||||||
|
bind "c" "radio2"
|
||||||
|
|
||||||
|
|
||||||
// ========radar========
|
// Misc binds
|
||||||
cl_radar_always_centered "0"
|
bind "LEFTARROW" "+turnleft"
|
||||||
cl_radar_icon_scale_min "0.5"
|
bind "RIGHTARROW" "+turnright"
|
||||||
cl_radar_rotate "0"
|
bind "v" "toggle cl_crosshairsize 1 1024"
|
||||||
cl_radar_scale "0.3"
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
// Audio
|
||||||
|
volume "0.5"
|
||||||
|
snd_menumusic_volume "0"
|
||||||
|
snd_roundstart_volume "0"
|
||||||
|
snd_roundaction_volume
|
||||||
|
snd_roundend_volume "0"
|
||||||
|
snd_mvp_volume "0"
|
||||||
|
snd_mapobjective_volume "0"
|
||||||
|
snd_tensecondwarning_volume "0.04"
|
||||||
|
snd_deathcamera_volume "0"
|
||||||
|
snd_voipvolume "0.7"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
// Video
|
||||||
|
fps_max "0"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
// HUD
|
||||||
|
// Radar HUD
|
||||||
|
cl_hud_radar_scale "1"
|
||||||
|
cl_radar_always_centered "1"
|
||||||
|
cl_radar_icon_scale_min "0.4"
|
||||||
|
cl_radar_rotate "1"
|
||||||
|
cl_radar_scale "0.8"
|
||||||
cl_radar_square_with_scoreboard "1"
|
cl_radar_square_with_scoreboard "1"
|
||||||
|
|
||||||
|
|
||||||
// ========netgraph========
|
// Misc HUD
|
||||||
net_graph "1" // enable netgraph
|
hud_scaling "1.1"
|
||||||
net_graphproportionalfont "0" // small netgraph text
|
cl_hud_color "3" // Cyan
|
||||||
net_graphpos "2" // middle netgraph
|
cl_showloadout "1"
|
||||||
|
cl_autohelp "1"
|
||||||
|
gameinstructor_enable "0"
|
||||||
|
hud_showtargetid "1"
|
||||||
|
r_show_build_info false
|
||||||
|
|
||||||
|
|
||||||
// ========hud========
|
|
||||||
cl_hud_color "2" // Cyan hud
|
|
||||||
cl_hud_playercount_showcount "1" // minimize player pics
|
|
||||||
|
|
||||||
cl_showloadout "1" // hud do not autohide
|
|
||||||
|
|
||||||
cl_autohelp "1" // disable game instructor
|
|
||||||
cl_showhelp "0" // disable dropped item message
|
|
||||||
gameinstructor_enable "0" // unsure
|
|
||||||
|
|
||||||
|
|
||||||
// ========others========
|
|
||||||
// cl_clanid "42791804" // cxk clan
|
|
||||||
cl_use_opens_buy_menu "1" // use "e" to open buy menu
|
|
||||||
|
|
||||||
|
|
||||||
// ========viewmodel========
|
|
||||||
viewmodel_recoil "0" // disable viewmodel recoil
|
|
||||||
|
|
||||||
|
|
||||||
|
// Apply config
|
||||||
host_writeconfig
|
host_writeconfig
|
||||||
|
|
7
install.sh
Executable file
7
install.sh
Executable file
|
@ -0,0 +1,7 @@
|
||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
gamePath=~/.local/share/Steam/steamapps/common/Counter-Strike\ Global\ Offensive/game/core/cfg
|
||||||
|
|
||||||
|
for i in autoexec jumpthrow prac null; do
|
||||||
|
ln -sf $PWD/$i.cfg "$gamePath"
|
||||||
|
done
|
7
jumpthrow.cfg
Normal file
7
jumpthrow.cfg
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
// valve borked the ability to bind multiple events
|
||||||
|
// to a single keybind :shrug:
|
||||||
|
|
||||||
|
+jump
|
||||||
|
-attack
|
||||||
|
-attack2
|
||||||
|
-jump
|
19
null.cfg
Normal file
19
null.cfg
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
alias "checkfwd" ""
|
||||||
|
alias "checkback" ""
|
||||||
|
alias "checkleft" ""
|
||||||
|
alias "checkright" ""
|
||||||
|
|
||||||
|
alias "+mfwd" "-back; +forward; alias checkfwd +forward"
|
||||||
|
alias "+mback" "-forward; +back; alias checkback +back"
|
||||||
|
alias "+mleft" "-right; +left; alias checkleft +left"
|
||||||
|
alias "+mright" "-left; +right; alias checkright +right"
|
||||||
|
|
||||||
|
alias "-mfwd" "-forward; -back; checkback; alias checkfwd"
|
||||||
|
alias "-mback" "-back; -forward; checkfwd; alias checkback"
|
||||||
|
alias "-mleft" "-left; -right; checkright; alias checkleft"
|
||||||
|
alias "-mright" "-right; -left; checkleft; alias checkright"
|
||||||
|
|
||||||
|
bind "w" "+mfwd"
|
||||||
|
bind "s" "+mback"
|
||||||
|
bind "a" "+mleft"
|
||||||
|
bind "d" "+mright"
|
15
prac.cfg
Executable file → Normal file
15
prac.cfg
Executable file → Normal file
|
@ -1,21 +1,12 @@
|
||||||
sv_cheats 1
|
sv_cheats 1
|
||||||
sv_grenade_trajectory 1
|
|
||||||
sv_grenade_trajectory_time 10
|
|
||||||
sv_showimpacts 2
|
sv_showimpacts 2
|
||||||
sv_infinite_ammo 1
|
sv_regeneration_force_on 1 // "god" does not work in cs2
|
||||||
ammo_grenade_limit_total 5
|
|
||||||
bot_kick
|
|
||||||
mp_roundtime 60
|
|
||||||
mp_buy_anywhere 1
|
mp_buy_anywhere 1
|
||||||
mp_warmup_end
|
|
||||||
mp_buytime 100000
|
|
||||||
mp_roundtime_defuse 60
|
|
||||||
mp_freezetime 0
|
mp_freezetime 0
|
||||||
mp_limitteams 0
|
mp_limitteams 0
|
||||||
mp_autoteambalance 0
|
mp_autoteambalance 0
|
||||||
mp_maxmoney 60000
|
|
||||||
mp_startmoney 60000
|
|
||||||
mp_restartgame 1
|
|
||||||
|
|
||||||
bind "alt" "noclip"
|
bind "alt" "noclip"
|
||||||
bind "p" "give weapon_hegrenade;give weapon_flashbang;give weapon_smokegrenade;give weapon_molotov"
|
bind "p" "give weapon_hegrenade;give weapon_flashbang;give weapon_smokegrenade;give weapon_molotov"
|
||||||
|
bind "o" "give weapon_ak47"
|
||||||
|
|
Loading…
Reference in a new issue