Last active
July 22, 2017 15:12
-
-
Save kennethlynne/cb3455b028b4ea0744f8e6a499e40c73 to your computer and use it in GitHub Desktop.
-novid -tickrate 128 -nojoy -lv -freq 144 -high +exec autoexec.cfg
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
| cl_crosshairalpha "255" | |
| cl_crosshaircolor "5" | |
| cl_crosshaircolor_b "50" | |
| cl_crosshaircolor_r "50" | |
| cl_crosshaircolor_g "250" | |
| cl_crosshairdot "1" | |
| cl_crosshairgap "0" | |
| cl_crosshairsize "5" | |
| cl_crosshairstyle "4" | |
| cl_crosshairusealpha "1" | |
| cl_crosshairthickness "0.5" | |
| cl_fixedcrosshairgap "0" | |
| cl_crosshair_outlinethickness "0" | |
| cl_crosshair_drawoutline "0" | |
| rate "307200"; | |
| cl_cmdrate "128"; | |
| cl_updaterate "128"; | |
| cl_interp "0.0"; | |
| cl_interp_ratio "1"; | |
| cl_interpolate "1"; | |
| cl_lagcompensation "1"; | |
| sensitivity "1.5" | |
| zoom_sensitivity_ratio_mouse "1.0" | |
| m_rawinput "1" | |
| m_pitch "0.022" | |
| m_customaccel "0" | |
| m_mouseaccel1 "0" | |
| m_mouseaccel2 "0" | |
| m_mousespeed "0" | |
| fps_max "146" | |
| fps_max_menu "100" | |
| con_enable "1" | |
| developer "0" // print console to screen | |
| con_filter_enable "2" | |
| con_filter_text "Damage " | |
| mm_dedicated_search_maxping "50" // max ping for matchmaking games | |
| gameinstructor_enable "0" | |
| cl_forcepreload "1" | |
| cl_autohelp "0" | |
| cl_showhelp "0" | |
| cl_autowepswitch "0" | |
| hud_fastswitch "1" | |
| closeonbuy "0" | |
| unbind y | |
| unbind u | |
| unbind k | |
| unbind alt | |
| unbind f1 | |
| unbind f3 | |
| unbind f4 | |
| bind alt "+voicerecord" | |
| bind q "lastinv" | |
| bind w "+forward" | |
| bind a "+moveleft" | |
| bind s "+back" | |
| bind d "+moveright" | |
| bind z "radio1" | |
| bind x "radio2" | |
| bind c "radio3" | |
| bind e "+use" | |
| bind r "+reload" | |
| bind t "use weapon_molotov;use weapon_incgrenade;showmouse" // molotov + mouse on scoreboard | |
| bind y "messagemode" | |
| bind g "drop" | |
| bind b "buymenu;impulse 101" | |
| bind h "bot_place" | |
| bind n "+jumpthrow" | |
| bind tab "+ngscore" | |
| bind 6 "say ;noclip;say .noclip;practice" | |
| bind MWHEELDOWN "invnext" | |
| bind MWHEELUP "invprev" | |
| bind mouse1 "+attack" | |
| bind mouse2 "+attack2" | |
| bind mouse4 "use weapon_smokegrenade" | |
| bind mouse5 "use weapon_flashbang" | |
| bind mouse3 "bhopon" | |
| alias "+ngscore" "+showscores;net_graph 1" | |
| alias "-ngscore" "-showscores;net_graph 0" | |
| alias bhopon "bind MWHEELDOWN +jump;bind MWHEELUP +jump;bind mouse3 bhopoff" | |
| alias bhopoff "bind MWHEELDOWN invnext;bind MWHEELUP invprev;bind mouse3 bhopon" | |
| alias "+jumpthrow" "+jump;-attack" | |
| alias "-jumpthrow" "-jump" | |
| alias "practice" "sv_cheats 1;impulse 101;sv_showimpacts 1;sv_showimpacts_penetration 1;sv_showbullethits 1;sv_infinite_ammo 2;ammo_grenade_limit_total 6;sv_grenade_trajectory 1;sv_grenade_trajectory_thickness 0.5;mp_freezetime 0;mp_roundtime_defuse 60;mp_buytime 9999;mp_buy_anywhere 1;mp_teammates_are_enemies 1;bot_stop 1;mp_warmup_end;" // practice mode | |
| mp_autoteambalance "0" | |
| mp_teamlimit "0" | |
| host_writeconfig // write settings to config.cfg |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment