Advertisement
Guest User

Untitled

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