Skip to content

Instantly share code, notes, and snippets.

@lucasreppewelander
Last active February 20, 2024 14:10
Show Gist options
  • Save lucasreppewelander/8965a13b12ac86ae9829c25a10144bd2 to your computer and use it in GitHub Desktop.
Save lucasreppewelander/8965a13b12ac86ae9829c25a10144bd2 to your computer and use it in GitHub Desktop.
larv.cfg
# https://www.mruy.de/csgo/config-to-console/
host_writeconfig
net graph "1"
net_graphos "2"
net_graphheight "1"
alias "+jumpaction" "+jump;"
alias "+throwaction" "-attack; -attack2"
alias "-jumpaction" "-jump"
bind mouse4 "+jumpaction;+throwaction;"
alias "+runthrow" "+forward;+jump;"
alias "-runthrow" "-jump;-forward"
bind mouse5 "+runthrow;+throwaction"
# bind capslock "toggle cl_righthand 0 1"
# bind z "use weapon_flashbang";
# bind x "use weapon_smokegrenade";
# bind c "use weapon_hegrenade";
# bind v "use weapon_molotov;use weapon_incgrenade"
bind z "slot7"
bind x "slot8"
bind c "slot6"
bind v "slot10"
bind "MWHEELUP" "+jumpaction"
bind "MWHEELDOWN" "+jumpaction"
bind "f" "+voicerecord"
bind "t" "+lookatweapon"
bind "'" "toggleconsole"
// Zoom Sensitivity
zoom_sensitivity_ratio "0.7" //Additional mouse sensitivity scale factor applied when FOV is zoomed in.
// Viewmodel
viewmodel_offset_x "2.5" //Changes viewmodel view in X scale (-2 to 2.5)
viewmodel_offset_y "2" //Changes viewmodel view in Y scale (-2 to 2)
viewmodel_offset_z "-2" //Changes viewmodel view in Z scale (-2 to 2)
viewmodel_fov "68" //Highest viewmodel FOV (54 to 68)
cl_autoweaponswitch "0"
snd_mixahead "0.05"
cl_interp "0.015625"
cl_interp_ratio "1"
rate "786432"
cl_cmdrate "128"
cl_updaterate "128"
echo "###################"
echo "################### autoexec.cfg loaded."
echo "###################"
host_writeconfig
///////////////////////////////////////////////////////
-novid -nojoy -tickrate 128 -refresh 240 -high -threads 9 +fps_max 300 -fullscreen +exec autoexec
///////////////////////////////////////////////////////
"config"
{
"bindings"
{
"c" "slot6"
"k" "buy flashbang; buy smokegrenade; buy molotov; buy flashbang; buy defuser"
"v" "slot10"
"x" "slot8"
"z" "slot7"
"MOUSE4" "+jumpaction;+throwaction;"
"MOUSE5" "+runthrow;+throwaction"
"`" "<unbound>"
"l" "cast_ray"
"f" "+voicerecord"
"t" "+lookatweapon"
"MWHEELUP" "+jumpaction"
"MWHEELDOWN" "+jumpaction"
"o" "sv_cheats 1; noclip"
"\" "toggleconsole"
"'" "toggleconsole"
}
}
///////////////////////////////////////////////////////
"config"
{
"convars"
{
"cl_buywheel_donate_key" "0"
"cl_buywheel_nonumberpurchasing" "false"
"cl_crosshair_drawoutline" "false"
"cl_crosshair_dynamic_maxdist_splitratio" "0.000000"
"cl_crosshair_dynamic_splitalpha_innermod" "1.000000"
"cl_crosshair_dynamic_splitalpha_outermod" "0.300000"
"cl_crosshair_dynamic_splitdist" "3"
"cl_crosshair_outlinethickness" "0.000000"
"cl_crosshair_recoil" "false"
"cl_crosshair_sniper_width" "1"
"cl_crosshair_t" "false"
"cl_crosshairalpha" "255"
"cl_crosshaircolor" "5"
"cl_crosshaircolor_b" "50"
"cl_crosshaircolor_g" "250"
"cl_crosshaircolor_r" "0"
"cl_crosshairdot" "true"
"cl_crosshairgap" "-5.000000"
"cl_crosshairgap_useweaponvalue" "false"
"cl_crosshairsize" "1.080727"
"cl_crosshairstyle" "2"
"cl_crosshairthickness" "0.300000"
"cl_crosshairusealpha" "true"
"cl_debounce_zoom" "true"
"cl_fixedcrosshairgap" "-10.000000"
"cl_inventory_radial_immediate_select" "true"
"cl_inventory_radial_tap_to_cycle" "true"
"cl_mouselook" "true"
"cl_showloadout" "false"
"cl_silencer_mode" "0"
"cl_sniper_auto_rezoom" "true"
"cl_use_opens_buy_menu" "true"
"con_enable" "true"
"crosshair" "true"
"hud_showtargetid" "true"
"input_button_code_is_scan_code_scd" "true"
"joy_axisr_deadzone" "0.150000"
"joy_axisr_relative" "false"
"joy_axisu_deadzone" "0.150000"
"joy_axisu_relative" "false"
"joy_axisv_deadzone" "0.150000"
"joy_axisv_relative" "false"
"joy_axisx_deadzone" "0.150000"
"joy_axisx_relative" "false"
"joy_axisy_deadzone" "0.150000"
"joy_axisy_relative" "false"
"joy_axisz_deadzone" "0.150000"
"joy_axisz_relative" "false"
"joy_circle_correct_mode" "1"
"joy_circle_correct_mode_vehicle" "2"
"joy_forward_sensitivity" "1.000000"
"joy_movement_stick" "false"
"joy_pitch_sensitivity" "3.000000"
"joy_pitchsensitivity" "1.000000"
"joy_response_look" "0"
"joy_response_move" "9"
"joy_side_sensitivity" "1.000000"
"joy_yaw_sensitivity" "3.000000"
"joy_yawsensitivity" "-1.000000"
"m_pitch" "0.022000"
"m_yaw" "0.022000"
"name" "LARVEN_LUCAS"
"option_duck_method" "false"
"option_speed_method" "false"
"player_nevershow_communityservermessage" "1"
"player_teamplayedlast" "2"
"sensitivity" "1.200000"
"skill" "1"
"voice_vox" "0"
"zoom_sensitivity_ratio" "0.700000"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment