112 lines
2.5 KiB
INI
Executable File
112 lines
2.5 KiB
INI
Executable File
// -threads one below actual amount to exclude Core 0
|
|
// Windows
|
|
// -nojoy -novid -nointro -high -threads 11 +exec autoexec.cfg -nod3d9ex
|
|
// Linux
|
|
// -nojoy -novid -nointro -high -threads 11 +exec autoexec.cfg
|
|
|
|
// keyboard binds
|
|
bind q "slot3; lastinv"
|
|
|
|
bind 1 "slot1"
|
|
bind 2 "slot2"
|
|
bind 3 "slot3"
|
|
bind 4 "slot4"
|
|
bind 5 "slot5"
|
|
bind t "slot6" // HE Grenade
|
|
bind f "slot7" // Flashbang
|
|
bind c "slot8" // Smoke Grenade
|
|
bind 4 "slot9" // Decoy Grenade
|
|
bind x "slot10" // Molotov Cocktail/Incendiary Grenade
|
|
|
|
bind r "+reload;+lookatweapon;-lookatweapon"
|
|
|
|
bind f5 "callvote"
|
|
|
|
bind "y" "messagemode"
|
|
bind "u" "messagemode2"
|
|
bind "\" "toggleconsole"
|
|
|
|
bind "space" "+jump"
|
|
bind "ctrl" "+duck"
|
|
|
|
bind "mouse3" "player_ping"
|
|
bind "mouse4" "toggleradarscale"
|
|
bind "mouse5" "+voicerecord"
|
|
unbind "mwheelup"
|
|
unbind "mwheeldown"
|
|
|
|
// mouse settings
|
|
// DPI 19200 -> eDPI 600
|
|
// sensitivity 0.03125
|
|
// DPI 13000 -> eDPI 600
|
|
// sensitivity 0.05
|
|
// DPI 650 -> eDPI 650
|
|
sensitivity 1.0
|
|
|
|
// emulate 4:3 resolution mouse effect, horizontal speed
|
|
// default is 0.02
|
|
m_yaw 0.033
|
|
|
|
// general settings
|
|
cl_teamid_overhead_mode 1
|
|
cl_showloadout 1
|
|
|
|
// cl hud settings
|
|
safezonex 1.00
|
|
cl_radar_scale 0.35
|
|
cl_radar_always_centered 0
|
|
cl_radar_rotate 1
|
|
|
|
// volume setings
|
|
volume 0.4
|
|
|
|
// viewmodel
|
|
viewmodel_fov "68"
|
|
viewmodel_offset_x "0"
|
|
viewmodel_offset_y "-2.0"
|
|
viewmodel_offset_z "-2.0"
|
|
viewmodel_presetpos "0"
|
|
// viewmodel_recoil "1.0"
|
|
|
|
fps_max "400" // Setting this to 0 will uncap it but will load maps 90 seconds slower.
|
|
|
|
// Crosshair
|
|
// Dot style
|
|
// CSGO-RtHQP-knGex-ZH5AS-skKf2-sw3JE
|
|
cl_crosshairstyle "4" // Classic Crosshair Style
|
|
cl_crosshair_friendly_warning "1"
|
|
cl_crosshairdot "true"
|
|
cl_crosshairsize "0.3" // aka. Length
|
|
cl_crosshairthickness "0.700000"
|
|
cl_crosshairgap "-4.0"
|
|
cl_crosshair_drawoutline "1"
|
|
cl_crosshair_outlinethickness "1.000000" // (0-3)
|
|
cl_crosshaircolor_b "0"
|
|
cl_crosshaircolor_g "255"
|
|
cl_crosshaircolor_r "0"
|
|
cl_crosshairusealpha "1"
|
|
cl_crosshairalpha "255"
|
|
cl_crosshair_t "1"
|
|
cl_crosshairgap_useweaponvalue "0"
|
|
|
|
// Classic style
|
|
// CSGO-jxdnf-znXNy-wEphv-puhD2-tNh8E
|
|
// cl_crosshairstyle "4" // Classic Crosshair Style
|
|
// cl_crosshair_friendly_warning "1"
|
|
// cl_crosshairdot "true"
|
|
// cl_crosshairsize "1.0" // aka. Length
|
|
// cl_crosshairthickness "0.700000"
|
|
// cl_crosshairgap "-1.8"
|
|
// cl_crosshair_drawoutline "1"
|
|
// cl_crosshair_outlinethickness "1.000000" // (0-3)
|
|
// cl_crosshaircolor_b "0"
|
|
// cl_crosshaircolor_g "255"
|
|
// cl_crosshaircolor_r "0"
|
|
// cl_crosshairusealpha "1"
|
|
// cl_crosshairalpha "255"
|
|
// cl_crosshair_t "0"
|
|
// cl_crosshairgap_useweaponvalue "0"
|
|
|
|
host_writeconfig
|
|
|