Advertisement
Guest User

Untitled

a guest
Jun 20th, 2018
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.85 KB | None | 0 0
  1. //CORE HAVEN [autoexec.cfg]
  2.  
  3. //ALPHA
  4. host_writeconfig
  5.  
  6. //Binds
  7. bind "t" "use weapon_c4;drop"
  8. bind "w" "+forward;r_cleardecals"
  9. Echo "Binds Loaded"
  10.  
  11. //Miscellaneous
  12. cl_allowdownload "1"
  13. cl_autowepswitch "0"
  14. cl_autohelp "0"
  15. cl_disablehtmlmotd "1"
  16. cl_downloadfilter "0"
  17. cl_showhelp "0"
  18. cl_forcepreload "1"
  19. cl_lagcompensation "1"
  20. cl_show_clan_in_death_notice "1"
  21. cl_showloadout "1"
  22. cl_teammate_colors_show "1"
  23. cl_use_opens_buy_menu "0"
  24. con_filter_text "damage"
  25. con_filter_enable "2"
  26. ds_get_newest_subscribed_files "1"
  27. fps_max "999"
  28. fps_max_menu "999"
  29. gameinstructor_enable "0"
  30. hud_showtargetid "1"
  31. mm_dedicated_search_maxping "100"
  32. r_drawtracers_firstperson "1"
  33. volume "0.8500000"
  34. voice_scale 0.7
  35. cl_timeout "1337"
  36. mat_monitorgamma 1.6
  37. cl_loadout_colorweaponnames 1
  38. mat_queue_mode "2" // Forcing Your CPU To Use Multi-Threaded Mode.
  39. r_drawtracers_firstperson "0"
  40. r_eyegloss "0"
  41. r_eyemove "0"
  42. r_eyeshift_x "0"
  43. r_eyeshift_y "0"
  44. r_eyeshift_z "0"
  45. r_eyesize "0"
  46. r_dynamic "1"
  47. Echo "Miscellaneous Settings Loaded"
  48.  
  49. //Mouse
  50. sensitivity "1.10"
  51. m_rawinput "1"
  52. m_mouseaccel1 "0"
  53. m_mouseaccel2 "0"
  54. m_mousespeed "0"
  55. zoom_sensitivity_ratio_mouse "1"
  56. Echo "Mouse Settings Loaded"
  57.  
  58. //Crosshair
  59. cl_crosshairstyle 4
  60. cl_crosshairsize 2.5
  61. cl_crosshairthickness 1.5
  62. cl_crosshairgap 0.5
  63. cl_crosshair_drawoutline 0
  64. cl_crosshair_outlinethickness (null : 0x00000000)
  65. cl_crosshairdot 0
  66. cl_crosshair_t 0
  67. cl_crosshaircolor 5
  68. cl_crosshaircolor_r 0
  69. cl_crosshaircolor_g 255
  70. cl_crosshaircolor_b 0
  71. cl_crosshairalpha 9999
  72. cl_crosshair_sniper_width 2
  73. Echo "Crosshair Settings Loaded"
  74.  
  75. //Rates and Interpolation
  76. rate 128000
  77. cl_updaterate 128
  78. cl_cmdrate 128
  79. cl_updaterate 128
  80. cl_interp_ratio 1
  81. cl_interp 0
  82. Echo "Rates+Interp Settings Loaded"
  83.  
  84. //Viewmodel Postion
  85. cl_viewmodel_shift_left_amt "0.500000"
  86. cl_viewmodel_shift_right_amt "0.250000"
  87. viewmodel_fov "68"
  88. viewmodel_offset_x "2.5"
  89. viewmodel_offset_y "0"
  90. viewmodel_offset_z "-1.500000"
  91. viewmodel_presetpos "0"
  92. viewmodel_recoil "0"
  93. cl_bob_lower_amt "5.000000"
  94. cl_bobamt_lat "0.100000"
  95. cl_bobamt_vert "0.100000"
  96. cl_bobcycle "0.98"
  97. Echo "Model Settings Loaded"
  98.  
  99. //Radar
  100. cl_hud_background_alpha "0.5"
  101. cl_hud_bomb_under_radar "1"
  102. cl_hud_color "9"
  103. cl_hud_healthammo_style "0"
  104. cl_hud_playercount_pos "0"
  105. cl_hud_playercount_showcount "1"
  106. cl_hud_radar_scale "1.1"
  107. cl_radar_always_centered "1"
  108. cl_radar_scale "0.3"
  109. cl_radar_scale "0.3"
  110. hud_scaling "0.90"
  111. hud_showtargetid "1"
  112. Echo "Radar Settings Loaded"
  113.  
  114. //Left-Right hand [P+O]
  115. bind "p" "cl_righthand 1"
  116. bind "o" "cl_righthand 0"
  117. Echo "righthand Settings Loaded"
  118.  
  119. //Sound - less delayed, better sound
  120. windows_speaker_config "1"
  121. snd_musicvolume "0.05"
  122. snd_menumusic_volume "0.05"
  123. snd_headphone_pan_exponent "2"
  124. snd_headphone_pan_radial_weight "1"
  125. snd_rear_headphone_position "90"
  126. snd_mixahead "0.05"
  127. Echo "Sound Settings Loaded"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement