fixed some nvim errors, added env vars and did some small changes to autoexec, disabled automatic profiles for hyprsunset
This commit is contained in:
@@ -11,6 +11,72 @@ alias -radarsize "cl_hud_radar_scale 1.3"
|
||||
|
||||
alias trainserver "password linuxgaming; connect puchstein.lu:27065"
|
||||
|
||||
// Audio
|
||||
volume "0.55"
|
||||
snd_deathcamera_volume "0"
|
||||
snd_mapobjective_volume "0"
|
||||
snd_menumusic_volume "0"
|
||||
snd_mvp_volume "0"
|
||||
snd_roundend_volume "0"
|
||||
snd_roundstart_volume "0"
|
||||
snd_tensecondwarning_volume "0.04"
|
||||
|
||||
// HUD
|
||||
hud_scaling "0.8"
|
||||
hud_showtargetid 0
|
||||
cl_autohelp 0
|
||||
cl_hud_color 12
|
||||
cl_sanitize_player_names 0
|
||||
cl_showloadout 1
|
||||
gameinstructor_enable 0
|
||||
|
||||
//CROSSHAIR COMMANDS
|
||||
cl_crosshairstyle 4
|
||||
cl_crosshairsize 2.5
|
||||
cl_crosshairthickness 0.5
|
||||
cl_crosshairgap -3
|
||||
cl_crosshair_drawoutline 0
|
||||
cl_crosshairdot 0
|
||||
cl_crosshair_t 0
|
||||
cl_crosshairusealpha 0
|
||||
cl_crosshairalpha 255
|
||||
cl_crosshair_recoil 0
|
||||
cl_crosshairgap_useweaponvalue 0
|
||||
cl_crosshaircolor 5
|
||||
|
||||
//EXTRAS
|
||||
cl_crosshair_sniper_width 1
|
||||
cl_crosshair_friendly_warning 1
|
||||
|
||||
// Mouse
|
||||
sensitivity "0.619"
|
||||
zoom_sensitivity_ratio "1.0"
|
||||
|
||||
// Radar
|
||||
cl_hud_radar_scale "1.3"
|
||||
cl_radar_always_centered "1"
|
||||
cl_radar_icon_scale_min "0.4"
|
||||
cl_radar_rotate "1"
|
||||
cl_radar_scale "0.7"
|
||||
cl_radar_square_with_scoreboard "0"
|
||||
|
||||
// Video
|
||||
r_fullscreen_gamma "1.6"
|
||||
|
||||
// Viewmodel
|
||||
viewmodel_presetpos 0
|
||||
viewmodel_offset_x -2
|
||||
viewmodel_offset_y -2
|
||||
viewmodel_offset_z -2
|
||||
viewmodel_fov 54
|
||||
cl_prefer_lefthanded 0
|
||||
// Performance
|
||||
cl_disable_ragdolls "1"
|
||||
engine_low_latency_sleep_after_client_tick true
|
||||
r_show_build_info false
|
||||
fps_max 0
|
||||
fps_max_ui 0
|
||||
|
||||
//Binds
|
||||
|
||||
unbindall
|
||||
@@ -131,72 +197,5 @@ bind "PGDN" "css_timer" // Start/stop timer
|
||||
//leetify bind
|
||||
bind "/" "say GET LEETIFY"
|
||||
|
||||
// Audio
|
||||
volume "0.15"
|
||||
snd_deathcamera_volume "0"
|
||||
snd_mapobjective_volume "0"
|
||||
snd_menumusic_volume "0"
|
||||
snd_mvp_volume "0"
|
||||
snd_roundend_volume "0"
|
||||
snd_roundstart_volume "0"
|
||||
snd_tensecondwarning_volume "0.04"
|
||||
|
||||
// HUD
|
||||
hud_scaling "0.8"
|
||||
hud_showtargetid 0
|
||||
cl_autohelp 0
|
||||
cl_hud_color 12
|
||||
cl_sanitize_player_names 0
|
||||
cl_showloadout 1
|
||||
gameinstructor_enable 0
|
||||
|
||||
//CROSSHAIR COMMANDS
|
||||
cl_crosshairstyle 4
|
||||
cl_crosshairsize 2.5
|
||||
cl_crosshairthickness 0.5
|
||||
cl_crosshairgap -3
|
||||
cl_crosshair_drawoutline 0
|
||||
cl_crosshairdot 0
|
||||
cl_crosshair_t 0
|
||||
cl_crosshairusealpha 0
|
||||
cl_crosshairalpha 255
|
||||
cl_crosshair_recoil 0
|
||||
cl_crosshairgap_useweaponvalue 0
|
||||
cl_crosshaircolor 5
|
||||
|
||||
//EXTRAS
|
||||
cl_crosshair_sniper_width 1
|
||||
cl_crosshair_friendly_warning 1
|
||||
|
||||
// Mouse
|
||||
sensitivity "0.619"
|
||||
zoom_sensitivity_ratio "1.0"
|
||||
|
||||
// Radar
|
||||
cl_hud_radar_scale "1.3"
|
||||
cl_radar_always_centered "1"
|
||||
cl_radar_icon_scale_min "0.4"
|
||||
cl_radar_rotate "1"
|
||||
cl_radar_scale "0.7"
|
||||
cl_radar_square_with_scoreboard "0"
|
||||
|
||||
// Video
|
||||
r_fullscreen_gamma "1.6"
|
||||
|
||||
// Viewmodel
|
||||
viewmodel_presetpos 0
|
||||
viewmodel_offset_x -2
|
||||
viewmodel_offset_y -2
|
||||
viewmodel_offset_z -2
|
||||
viewmodel_fov 54
|
||||
cl_prefer_lefthanded 0
|
||||
// Performance
|
||||
cl_disable_ragdolls "1"
|
||||
engine_low_latency_sleep_after_client_tick true
|
||||
r_show_build_info false
|
||||
fps_max 0
|
||||
fps_max_ui 0
|
||||
|
||||
|
||||
echo "Loaded autoexec.cfg"
|
||||
host_writeconfig
|
||||
|
||||
Reference in New Issue
Block a user