Created
August 18, 2020 02:30
-
-
Save arielnoname/7f6125255b7dfdf49e2bf82174d9e293 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//CSGO CONFIG | |
sensitivity 2.6 | |
bind e "+forward" | |
bind d "+back" | |
bind s "+moveleft" | |
bind f "+moveright" | |
bind a "+speed" | |
bind shift "+duck" | |
bind space "+jump" | |
bind w "lastinv" | |
bind r "+reload;r_cleardecals" | |
bind g "+use" | |
bind t "drop" | |
bind z "use weapon_flashbang" | |
bind x "use weapon_smokegrenade" | |
bind c "use weapon_hegrenade" | |
bind v "use weapon_molotov;use weapon_incgrenade" | |
bind o "messagemode" | |
bind p "messagemode2" | |
// MOUSE | |
bind MWHEELDOWN "invnext" | |
bind MWHEELUP "+jump" | |
bind MOUSE1 "+attack" | |
bind MOUSE2 "+attack2" | |
bind MOUSE4 "+voicerecord" | |
bind MOUSE5 "clutch_mode_toggle" | |
alias "+jumpthrow" "+jump;-attack" | |
alias "-jumpthrow" "-jump" | |
bind ctrl "noclip" | |
bind alt "+jumpthrow" | |
// CROSSHAIR | |
cl_crosshair_drawoutline "0" | |
cl_crosshair_dynamic_maxdist_splitratio "0.0" | |
cl_crosshair_dynamic_splitalpha_innermod "1" | |
cl_crosshair_dynamic_splitalpha_outermod "0.300000" | |
cl_crosshair_dynamic_splitdist "5" | |
cl_crosshair_friendly_warning "1" | |
cl_crosshair_outlinethickness "0.5" | |
cl_crosshair_sniper_show_normal_inaccuracy "0" | |
cl_crosshair_sniper_width "1" | |
cl_crosshair_t "0" | |
cl_crosshairalpha "255" | |
cl_crosshaircolor "5" | |
cl_crosshaircolor_b "0" | |
cl_crosshaircolor_g "0" | |
cl_crosshaircolor_r "255" | |
cl_crosshairdot "1" | |
cl_crosshairgap "-4.000000" | |
cl_crosshairgap_useweaponvalue "0" | |
cl_crosshairsize "0.500000" | |
cl_crosshairstyle "4"; | |
cl_crosshairthickness "0" | |
cl_crosshairusealpha "1" | |
// RADAR | |
cl_radar_always_centered "0" | |
cl_radar_scale "0.3" | |
cl_radar_icon_scale_min "1" | |
cl_hud_radar_scale "1.15" | |
cl_bob_lower_amt "5" | |
cl_bobamt_lat "0.1" | |
cl_bobamt_vert "0.1" | |
cl_bobcycle "0.98" | |
cl_viewmodel_shift_left_amt "0.5" | |
cl_viewmodel_shift_right_amt "0.25" | |
viewmodel_fov "68" | |
viewmodel_offset_x "2.5" | |
viewmodel_offset_y "-2" | |
viewmodel_offset_z "-2" | |
viewmodel_recoil "0" | |
net_graph "1" | |
net_graphheight "9999" | |
bind "TAB" "+scorenet" | |
alias "+scorenet" "+showscores; net_graphheight 0" | |
alias "-scorenet" "-showscores; net_graphheight 9999" | |
cl_autowepswitch 0 | |
host_writeconfig | |
echo "nonamesitos cfg" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment