Last active
August 3, 2017 11:25
-
-
Save L1fescape/45b1f8c168160cfc72e1 to your computer and use it in GitHub Desktop.
CS:GO bindings and settings
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
// Aliases | |
alias "m4/ak" "buy m4a1; buy ak47;" | |
alias "aug/sg" "buy aug; buy sg556;" | |
alias "galil/famas" "buy galilar; buy famas;" | |
alias "g3sg1/scar20" "buy g3sg1; buy scar20;" | |
alias "goodpistol" "buy fiveseven; buy tec9;" | |
alias "cheapsmg" "buy mac10; buy mp9;" | |
alias "bbq" "buy incgrenade; buy molotov;" | |
alias "disc" "disconnect" | |
alias "showmouse" // for mouse on scoreboard | |
alias "+ng" "+showscores; net_graph 1" | |
alias "-ng" "-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 "+runjumpthrow" "+forward;+jumpthrow" | |
alias "-jumpthrow" "-jump" | |
alias "-runjumpthrow" "-forward;-jumpthrow" | |
alias "surf" "bind mouse4 +left;bind mouse5 +right;fps_max 800" | |
alias "practice" "sv_cheats 1; bind v "noclip"; impulse 101; 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 60000; mp_buy_anywhere 1; mp_maxmoney 50000; mp_startmoney 50000; mp_teammates_are_enemies 1; bot_stop 1; mp_warmup_end; bind v noclip; cl_draw_only_deathnotices 0; weapon_debug_spread_show 0; weapon_debug_spread_gap 0.67;mp_restartgame 1" | |
alias "impacts" "toggle sv_showimpacts; toggle sv_showimpacts_penetration;" | |
alias "unpractice" "sv_cheats 0; impulse 101; sv_showimpacts 0; sv_showimpacts_penetration 0; sv_infinite_ammo 0; ammo_grenade_limit_total 6; sv_grenade_trajectory 0;" | |
alias "bots" "sv_cheats 1;god;mp_warmup_start;mp_warmup_pausetimer 1;mp_autoteambalance 0;mp_limitteams 0;mp_buy_anywhere 1;mp_randomspawn 1;mp_spawnprotectiontime 0;mp_respawn_immunitytime 0;sv_infinite_ammo 1;bot_quota_mode normal;bot_difficulty 3;bot_dont_shoot 1;bot_kick;mp_restartgame 1;bot_add_ct;bot_add_ct;bot_add_ct;bot_add_ct;bot_add_ct;bot_add_ct;bot_add_ct;bot_add_ct;bot_add_ct;impulse 101;cl_draw_only_deathnotices 0;weapon_debug_spread_show 0;weapon_debug_spread_gap 0.67;" // bot warmup mode | |
alias "pcount" "toggle cl_hud_playercount_showcount 0 1" // toggle the menu with escape to refresh the hud | |
alias full "mat_setvideomode 1920 1080 0" | |
alias window "mat_setvideomode 1920 1080 1" | |
// Binds | |
unbind y | |
unbind u | |
unbind k | |
unbind alt | |
unbind f4 | |
bind enter "messagemode" | |
bind \ "messagemode2" | |
bind "v" "use weapon_smokegrenade" | |
bind "mouse3" "use weapon_knife; use weapon_flashbang" | |
bind "TAB" "+ng" | |
bind space "+jump" | |
bind w "+forward" | |
bind a "+moveleft" | |
bind s "+back" | |
bind d "+moveright" | |
bind "e" "+use" | |
bind MWHEELDOWN "invnext" | |
bind MWHEELUP "invprev" | |
bind shift "+speed" // default | |
bind f "+lookatweapon" // default | |
bind g "drop" // default | |
bind h "bot_place;sm_sl" // places bot for practice + surf saveloc | |
bind n "+jumpthrow" // nade jump throw | |
bind k "+runjumpthrow" | |
bind t "use weapon_c4; drop;" | |
bind f1 "rebuy" | |
bind f2 "practice" // noclip + practice mode | |
bind f3 "toggle sv_showimpacts_penetration;" | |
bind f4 "toggle sv_showimpacts;" | |
bind f5 "bots" | |
bindtoggle p "gameinstructor_enable" | |
// Rates | |
rate "128000" | |
cl_cmdrate "128" | |
cl_updaterate "128" | |
cl_interp "0.0" | |
cl_interp_ratio "1" | |
cl_lagcompensation "1" | |
// Mouse | |
sensitivity "1.6" | |
zoom_sensitivity_ratio_mouse "1.0" | |
m_rawinput "0" // RInput via sourceGL instead | |
m_pitch "0.022" | |
m_customaccel "0" | |
m_mouseaccel1 "0" | |
m_mouseaccel2 "0" | |
// Video | |
mat_monitorgamma "1.6" | |
mat_queue_mode "-1" // auto detect multi-core rendering | |
fps_max "0" // uncapping fps for RInput | |
fps_max_menu "0" | |
r_dynamic "0" | |
r_drawtracers_firstperson "0" | |
// Audio | |
volume "1" | |
voice_scale "0.1" | |
voice_enable "1" | |
windows_speaker_config "1" | |
snd_front_headphone_position "53.2" | |
snd_rear_headphone_position "90.0" | |
snd_headphone_pan_exponent "1.2" | |
snd_headphone_pan_radial_weight "0.5" | |
snd_mute_losefocus "0" // mute game when alt-tabbed | |
snd_deathcamera_volume "0.0" | |
snd_mapobjective_volume "0.0" | |
snd_menumusic_volume "0.0" | |
snd_musicvolume "0" | |
snd_mute_losefocus "0" | |
snd_roundend_volume "0.4" | |
snd_roundstart_volume "0.0" | |
snd_tensecondwarning_volume "0.4" | |
voice_mixer_volume "0.52" | |
// HUD | |
hud_scaling "0.80" // CS:S sized HUD | |
hud_showtargetid "1" | |
cl_hud_background_alpha "0.100000" | |
cl_hud_bomb_under_radar "0" | |
cl_hud_color "1" | |
cl_hud_healthammo_style "1" | |
cl_hud_playercount_pos "0" | |
cl_hud_playercount_showcount "0" | |
cl_hud_radar_scale "0.900000" | |
cl_righthand "1" | |
cl_showloadout "1" | |
cl_showpos "0" | |
cl_showfps "1" | |
net_graph "0" | |
net_graphproportionalfont "0" // small netgraph font | |
// Radar | |
cl_radar_always_centered "0" | |
cl_radar_rotate "1" | |
cl_radar_scale "0.38" | |
cl_radar_icon_scale_min "0.4" | |
cl_radar_square_with_scoreboard "0" | |
// Reposition gun model to mimic 1.6 | |
viewmodel_presetpos "0" // this will throw the error "Valid options: 1 = Desktop, 2 = Couch, 3 = Classic." in console, but it's a valid command | |
viewmodel_fov "68" | |
viewmodel_offset_x "2.500000" | |
viewmodel_offset_y "0" | |
viewmodel_offset_z "-1.500000" | |
// Reduce gun shifting when crouching | |
cl_viewmodel_shift_left_amt "0.5" | |
cl_viewmodel_shift_right_amt "0.5" | |
// Reduce gun and scope shifting/bobbing when moving | |
cl_bobcycle "2" // 0.98 is enforced by ESEA/ESL | |
cl_bob_lower_amt "5" | |
cl_bobamt_lat "0.1" | |
cl_bobamt_vert "0.1" | |
// Crosshair | |
cl_crosshairstyle "4" | |
cl_crosshairsize "2" | |
cl_crosshairthickness "1" | |
cl_crosshairgap "-1" // classic | |
cl_fixedcrosshairgap "3" // new | |
cl_crosshairdot "0" | |
cl_crosshairusealpha "1" | |
cl_crosshairalpha "999" | |
cl_crosshair_drawoutline "1" | |
cl_crosshair_outlinethickness "1" | |
cl_crosshairgap_useweaponvalue "0" | |
// White crosshair | |
cl_crosshaircolor "5" | |
cl_crosshaircolor_r "255" | |
cl_crosshaircolor_g "255" | |
cl_crosshaircolor_b "255" | |
// Debug accuracy (sv_cheats) | |
// Misc | |
developer "0" | |
con_enable "1" | |
con_filter_enable "2" // print console on screen | |
con_filter_text "Damage " // highlight damage in console | |
ui_steam_overlay_notification_position "bottomright" | |
player_nevershow_communityservermessage "1" | |
mm_dedicated_search_maxping "80" // max ping for matchmaking games | |
mm_dedicated_force_servers "" | |
gameinstructor_enable "0" | |
option_duck_method "0" | |
option_speed_method "0" | |
cl_forcepreload "1" | |
cl_downloadfilter "nosound" // mapsonly pls volvo | |
cl_disablehtmlmotd "0" | |
cl_autohelp "0" | |
cl_showhelp "0" | |
cl_disablefreezecam "1" | |
cl_dm_buyrandomweapons "0" | |
cl_teammate_colors_show "1" | |
cl_autowepswitch "0" // auto weapon switch on pickup | |
cl_use_opens_buy_menu "0" // E opening buy menu | |
closeonbuy "0" | |
hud_takesshots "0" // scoreboard screenshot at end of match | |
// cl_clanid "" // rip in pepperinos afterlife | |
password "" | |
texture_budget_background_alpha "128" | |
texture_budget_panel_bottom_of_history_fraction ".25" | |
texture_budget_panel_height "284" | |
texture_budget_panel_width "512" | |
texture_budget_panel_x "0" | |
texture_budget_panel_y "450" | |
tr_best_course_time "0" | |
tr_completed_training "0" | |
tv_nochat "0" | |
ui_steam_overlay_notification_position "topleft" | |
vgui_message_dialog_modal "1" | |
viewmodel_fov "68" | |
viewmodel_offset_x "2.500000" | |
viewmodel_offset_y "0" | |
viewmodel_offset_z "-1.500000" | |
viewmodel_presetpos "3" | |
voice_mixer_boost "0" | |
voice_mixer_mute "0" | |
voice_modenable "1" | |
voice_threshold "2000" | |
vprof_graphheight "256" | |
vprof_graphwidth "512" | |
vprof_unaccounted_limit "0.3" | |
vprof_verbose "1" | |
vprof_warningmsec "10" | |
weapon_accuracy_logging "0" | |
weapon_debug_spread_gap "0.67" | |
weapon_debug_spread_show "0" | |
windows_speaker_config "1" | |
xbox_autothrottle "1" | |
xbox_throttlebias "100" | |
xbox_throttlespoof "200" | |
zoom_sensitivity_ratio_joystick "0.5" | |
zoom_sensitivity_ratio_mouse "1.0" | |
joy_accelmax "1.0" | |
joy_accelscale "3.5" | |
joy_accelscalepoly "0.4" | |
joy_advanced "0" | |
joy_advaxisr "0" | |
joy_advaxisu "0" | |
joy_advaxisv "0" | |
joy_advaxisx "0" | |
joy_advaxisy "0" | |
joy_advaxisz "0" | |
joy_autoaimdampen "0" | |
joy_autoAimDampenMethod "0" | |
joy_autoaimdampenrange "0" | |
joy_axisbutton_threshold "0.3" | |
joy_cfg_preset "1" | |
joy_circle_correct "1" | |
joy_curvepoint_1 "0.001" | |
joy_curvepoint_2 "0.4" | |
joy_curvepoint_3 "0.75" | |
joy_curvepoint_4 "1" | |
joy_curvepoint_end "2" | |
joy_diagonalpov "0" | |
joy_display_input "0" | |
joy_forwardsensitivity "-1" | |
joy_forwardthreshold "0.15" | |
joy_gamma "0.2" | |
joy_inverty "0" | |
joy_lowend "1" | |
joy_lowend_linear "0.55" | |
joy_lowmap "1" | |
joy_movement_stick "0" | |
joy_name "joystick" | |
joy_no_accel_jump "0" | |
joy_pitchsensitivity "-1" | |
joy_pitchthreshold "0.15" | |
joy_response_look "0" | |
joy_response_look_pitch "1" | |
joy_response_move "1" | |
joy_sensitive_step0 "0.1" | |
joy_sensitive_step1 "0.4" | |
joy_sensitive_step2 "0.90" | |
joy_sidesensitivity "1" | |
joy_sidethreshold "0.15" | |
joy_wingmanwarrior_centerhack "0" | |
joy_wingmanwarrior_turnhack "0" | |
joy_yawsensitivity "-1" | |
joy_yawthreshold "0.15" | |
joystick "0" | |
lockMoveControllerRet "0" | |
lookspring "0" | |
lookstrafe "0" | |
m_customaccel "0" | |
m_customaccel_exponent "1.05" | |
m_customaccel_max "0" | |
m_customaccel_scale "0.04" | |
m_forward "1" | |
m_mouseaccel1 "0" | |
m_mouseaccel2 "0" | |
m_mousespeed "1" | |
m_pitch "0.022" | |
m_rawinput "1" | |
m_side "0.8" | |
m_yaw "0.022" | |
mat_monitorgamma "1.6" | |
mat_monitorgamma_tv_enabled "0" | |
mat_powersavingsmode "0" | |
mat_spewalloc "0" | |
mat_texture_list_content_path "" | |
mc_accel_band_size "0.5" | |
mc_dead_zone_radius "0.06" | |
mc_max_pitchrate "100.0" | |
mc_max_yawrate "230.0" | |
mm_csgo_community_search_players_min "3" | |
mm_server_search_lan_ports "27015,27016,27017,27018,27019,27020" | |
muzzleflash_light "1" | |
exec keyboard_pok3r | |
host_writeconfig // write settings to config.cfg | |
echo "" | |
echo "" | |
echo "autoexec.cfg executed" | |
echo "" | |
echo "" | |
echo "" |
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
bind kp_pgup "buy awp;" // 9 | |
bind kp_uparrow "buy ssg08;" // 8 | |
bind kp_home "m4/ak;" // 7 | |
bind kp_rightarrow "galil/famas;" // 6 | |
bind kp_5 "buy p90;" // 5 | |
bind kp_leftarrow "buy UMP45;" // 4 | |
bind kp_pgdn "cheapsmg;" // 3 | |
bind kp_downarrow "goodpistol;" // 2 | |
bind kp_end "buy p250;" // 1 | |
bind kp_ins "buy deagle;" // 0 | |
bind kp_del "buy decoy;" // . | |
bind kp_plus "buy vesthelm; buy vest;" // + | |
bind kp_enter "buy vest;" // Enter | |
bind kp_minus "buy flashbang;" // - | |
bind kp_multiply "buy smokegrenade; // * | |
bind kp_slash "buy hegrenade;" // / | |
bind numlock "bbq;" // numlock | |
bind "PGUP" "buy defuser;" | |
bind "PGDN" "buy taser;" | |
bind "Home" "goodpistol; drop;" | |
bind "END" "buy p250; drop;" | |
bind "ins" "m4/ak; drop;" | |
bind "del" "cheapsmg; drop;" |
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
// Binds | |
bind "HOME" "buy vest;" | |
bind "END" "buy vesthelm;" | |
bind "KP_PGUP" "buy defuser;" | |
bind "KP_PGDN" "buy decoy;" | |
bind "f12" "buy flashbang;" | |
bind "f11" "buy smokegrenade;" | |
bind "f10" "buy hegrenade;" | |
bind "f9" "bbq;" | |
bind "f1" "buy p250;" | |
bind "f2" "buy deagle;" | |
bind "f3" "goodpistol;" | |
bind "f4" "buy UMP45;" | |
bind "f5" "galil/famas;" | |
bind "f6" "m4/ak;" | |
bind "f7" "buy ssg08;" | |
bind "f8" "buy awp;" | |
host_writeconfig // write settings to config.cfg | |
echo "pok3r cfg executed" |
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
-freq 144 -refresh 144 -processheap -novid -nojoy -noforcemparms -noforcemaccel -high -tickrate 128 -threads 4 -nod3d9ex +exec autoexec |
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
"VideoConfig" | |
{ | |
"setting.cpu_level" "-1" | |
"setting.gpu_level" "-1" | |
"setting.mat_antialias" "0" | |
"setting.mat_aaquality" "0" | |
"setting.mat_forceaniso" "-1" | |
"setting.mat_vsync" "0" | |
"setting.mat_triplebuffered" "0" | |
"setting.mat_grain_scale_override" "-1.0" | |
"setting.gpu_mem_level" "-1" | |
"setting.mem_level" "-1" | |
"setting.mat_queue_mode" "-1" | |
"setting.csm_quality_level" "0" | |
"setting.mat_software_aa_strength" "0" | |
"setting.mat_motion_blur_enabled" "0" | |
"setting.fullscreen" "0" | |
"setting.defaultres" "1920" | |
"setting.defaultresheight" "1080" | |
"setting.aspectratiomode" "1" | |
"setting.nowindowborder" "1" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment