Last active
July 30, 2023 23:45
-
-
Save cravacuore/7e4d4c2b53e9f11f4ffde70f0d48fe9d to your computer and use it in GitHub Desktop.
CS:GO game config - raw
This file contains 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
clear | |
echo " " | |
echo " " | |
echo "---------------------------------------------" | |
echo "----------Loading raw config...---------" | |
echo "---------------------------------------------" | |
echo " " | |
echo " " | |
// === MOUSE SETTINGS === | |
m_customaccel "0" | |
m_customaccel_exponent "0" | |
m_customaccel_max "0" | |
m_customaccel_scale "0" | |
m_forward "1" | |
m_mouseaccel1 "0" | |
m_mouseaccel2 "0" | |
m_mousespeed "0" | |
m_pitch "0.024" | |
m_rawinput "1" | |
m_side "0.8" | |
m_yaw "0.024" | |
zoom_sensitivity_ratio_mouse "0.9" | |
// sensitivity "0.4" // Abyssus 2000 + 23"/27" | |
// sensitivity "0.5" // Orochi + 14" | |
sensitivity "0.8" // G305 + 27" | |
echo "λ Mouse settings loaded" | |
// === CROSSHAIR === | |
cl_crosshair_drawoutline "1" | |
cl_crosshair_dynamic_maxdist_splitratio "0.35" | |
cl_crosshair_dynamic_splitalpha_innermod "1" | |
cl_crosshair_dynamic_splitalpha_outermod "0.5" | |
cl_crosshair_dynamic_splitdist "7" | |
cl_crosshair_friendly_warning "0" | |
cl_crosshair_outlinethickness "1" | |
cl_crosshair_sniper_show_normal_inaccuracy "0" | |
cl_crosshair_sniper_width "1" | |
cl_crosshair_t "0" | |
cl_crosshairalpha "155.000000" | |
cl_crosshaircolor "5" | |
cl_crosshaircolor_b "255" | |
cl_crosshaircolor_g "255" | |
cl_crosshaircolor_r "0" | |
cl_crosshairdot "0" | |
cl_crosshairgap "-2" | |
cl_crosshairgap_useweaponvalue "0" | |
cl_crosshairsize "6" | |
cl_crosshairstyle "4" | |
cl_crosshairthickness "1.000000" | |
cl_crosshairusealpha "1" | |
cl_fixedcrosshairgap "-4.5" | |
echo "λ Crosshair settings loaded" | |
// Default fixed crosshair setup | |
//cl_crosshair_drawoutline "0" | |
//cl_crosshairstyle "1" | |
//cl_fixedcrosshairgap "3" | |
// === VIEWMODEL === | |
viewmodel_presetpos 1 | |
viewmodel_offset_z "-1.5" // position of body | |
viewmodel_offset_x "2.5" | |
viewmodel_offset_y "2" | |
viewmodel_fov "65" | |
viewmodel_recoil "0" // weapon movement with recoil | |
cl_bob_lower_amt "0" // movement bounces | |
cl_bobamt_lat "0" | |
cl_bobamt_vert "0" | |
cl_bobcycle "0.98" | |
cl_viewmodel_shift_left_amt "0" | |
cl_viewmodel_shift_right_amt "0" | |
echo "λ Viewmodel settings loaded" | |
// === R === | |
bind "x" "r_cleardecals" | |
r_dynamic "0" | |
r_cheapwaterend "1" | |
r_cheapwaterstart "1" | |
r_drawtracers_firstperson "0" // Bullet tracers off | |
// Disabling eyes of models | |
r_eyegloss "0" | |
r_eyemove "0" | |
r_eyeshift_x "0" | |
r_eyeshift_y "0" | |
r_eyeshift_z "0" | |
r_eyesize "0" | |
echo "λ R settings loaded" | |
// === HUD & RADAR SETTINGS === | |
+cl_show_team_equipment | |
cl_showloadout "1" | |
hud_scaling "0.75" | |
hud_showtargetid "1" | |
safezonex "0.7" // HUD Horizontal Adjustment | |
safezoney "1" | |
cl_hud_color "1" | |
cl_hud_playercount_pos "0" | |
cl_hud_playercount_showcount "1" | |
cl_hud_background_alpha "0.6" | |
cl_hud_bomb_under_radar "1" | |
cl_hud_healthammo_style "1" | |
cl_hud_radar_scale "1.2" | |
cl_radar_always_centered "0" | |
cl_radar_icon_scale_min "0.7" | |
cl_radar_rotate "1" | |
cl_radar_scale "0.4" | |
cl_radar_square_with_scoreboard "0" | |
echo "λ HUD/Radar settings loaded" | |
// === BUYSCRIPT === | |
bind "v" "+quickinv" | |
bind "b" "buymenu" | |
bind "UPARROW" "buy vesthelm" | |
bind "DOWNARROW" "buy vest" | |
bind "LEFTARROW" "buy defuser" | |
bind "RIGHTARROW" "buy ak47; buy m4a1" | |
bind "j" "buy incgrenade; buy molotov" | |
bind "k" "buy smokegrenade" | |
bind "l" "buy flashbang" | |
bind "h" "buy hegrenade" | |
bind "/" "buy awp" | |
bind "'" "buy p250" | |
bind "\" "buy deagle" | |
echo "λ Buy binds settings loaded" | |
// === SPAM === | |
bind "p" "say_team twitch.tv/raw" | |
bind "o" "say twitch.tv/raw" | |
echo "λ Spam binds settings loaded :P" | |
// === GLOBAL === | |
con_enable "1" | |
cl_showfps "1" | |
fps_max "0" // Change if more powerful hardware | |
fps_max_menu "0" | |
cl_autowepswitch "0" | |
cl_downloadfilter "nosounds" | |
cl_show_clan_in_death_notice "0" | |
cl_autohelp "0" | |
cl_showhelp "0" | |
cl_disablefreezecam "1" | |
option_speed_method "0" | |
echo "λ Global settings loaded" | |
// === NET SETTINGS === | |
rate 786432 | |
cl_updaterate "128" | |
cl_cmdrate "128" | |
cl_interp_ratio "1" | |
cl_interp "0" | |
cl_lagcompensation "1" | |
cl_predict "1" | |
mm_dedicated_search_maxping "150" | |
echo "λ Network settings loaded" | |
// === NET_GRAPH === | |
net_graph "1" | |
net_graphheight "0" | |
net_graphpos "185" | |
net_graphproportionalfont "0" | |
BindToggle [ net_graph | |
echo "λ Netgraph settings loaded" | |
// === SOUND === | |
volume 0.6 | |
snd_mixahead "0.05" | |
snd_mute_losefocus "0" | |
dsp_enhance_stereo "1" | |
voice_enable "1" | |
voice_scale "0.12" | |
// snd_musicvolume "0.15" // Deprecated | |
// windows_speaker_config "0" // Deprecated | |
echo "λ Sound settings loaded" | |
// Launch flags: -nojoy -novid -console -tickrate 128 +fps_max 0 +exec rawConfig.cfg | |
// low end: -high -r_emulate_gl -softparticlesdefaultoff | |
echo " " | |
echo " " | |
echo "-----------raw config Loaded------------" | |
host_writeconfig | |
echo "--------------------GL&HF--------------------" | |
echo " " | |
echo " " |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment