RealEris

Eris Autoexec

Jul 23rd, 2016 (edited)
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.43 KB | None | 0 0
  1. //AUTOEXEC
  2.  
  3.  
  4. //Smooth
  5. clear
  6. rate 128000
  7. cl_cmdrate 128
  8. cl_updaterate 128
  9. cl_interp 0
  10. cl_interp_ratio 1
  11. cl_lagcompensation 1
  12.  
  13. //mouse
  14.  
  15. //Crosshair
  16. cl_crosshairalpha "255"
  17. cl_crosshaircolor "5"
  18. cl_crosshaircolor_b "0"
  19. cl_crosshaircolor_r "255"
  20. cl_crosshaircolor_g "0"
  21. cl_crosshairdot "0"
  22. cl_crosshairgap "-2"
  23. cl_crosshairsize "1"
  24. cl_crosshairstyle "4"
  25. cl_crosshairusealpha "1"
  26. cl_crosshairthickness "0.5"
  27. cl_fixedcrosshairgap "-1"
  28. cl_crosshair_outlinethickness "1"
  29. cl_crosshair_drawoutline "1"
  30.  
  31. //Viewmodel
  32. viewmodel_fov "68"
  33. viewmodel_offset_x "1"
  34. viewmodel_offset_y "1"
  35. viewmodel_offset_z "-1.5"
  36.  
  37.  
  38. mat_hdr_enabled 0
  39. cl_radar_scale 0.5
  40.  
  41. //Jumpthrow
  42. alias "+jumpthrow" "+jump;-attack"
  43. alias "-jumpthrow" "-jump"
  44. bind "mouse4" "+jumpthrow"
  45.  
  46. //Extras
  47. mm_dedicated_search_maxping 60
  48. fps_max 0
  49. cl_bobamt_lat "0.1"
  50. cl_bobamt_vert "0.1"
  51. cl_bobcycle "2"
  52. // "0.98" is enforced by ESEA/ESL
  53. cl_viewmodel_shift_left_amt "0.5"
  54. // Reduce gun shifting when crouching
  55. cl_viewmodel_shift_right_amt "0.5"
  56. cl_bob_lower_amt "0"
  57.  
  58. //Voice
  59. snd_mixahead 0.05
  60.  
  61. //Voice Control
  62. alias "ngmin" "volume 0.00;echo |*__________| VOICE 0% MINIMUM!;alias ngup ng1;alias ngdn ngmin"
  63. alias "ng1" "volume 0.05;echo |_*_________| VOICE 10%;alias ngup ng2;alias ngdn ngmin"
  64. alias "ng2" "volume 0.10;echo |__*________| VOICE 20%;alias ngup ng3;alias ngdn ng1"
  65. alias "ng3" "volume 0.15;echo |___*_______| VOICE 30%;alias ngup ng4;alias ngdn ng2"
  66. alias "ng4" "volume 0.20;echo |____*______| VOICE 40%;alias ngup ng5;alias ngdn ng3"
  67. alias "ng5" "volume 0.25;echo |_____*_____| VOICE 50%;alias ngup ng6;alias ngdn ng4"
  68. alias "ng6" "volume 0.30;echo |______*____| VOICE 60%;alias ngup ng7;alias ngdn ng5"
  69. alias "ng7" "volume 0.35;echo |_______*___| VOICE 70%;alias ngup ng8;alias ngdn ng6"
  70. alias "ng8" "volume 0.40;echo |________*__| VOICE 80%;alias ngup ng9;alias ngdn ng7"
  71. alias "ng9" "volume 0.45;echo |_________*_| VOICE 90%;alias ngup ng10;alias ngdn ng8"
  72. alias "ng10" "volume 0.50;echo |__________*| VOICE 100% MAXIMUM!;alias ngdn ng9"
  73. alias "ngup" "ng1"
  74. alias "ngdn" "ng1"
  75.  
  76. bind "KP_RIGHTARROW" "ngup"
  77. bind "KP_LEFTARROW" "ngdn"
  78.  
  79.  
  80. //Clutchmode
  81. bind "KP_DEL" "clutchtoggle"
  82. alias "clutchtoggle" "clutchon"
  83. alias "clutchon" "voice_enable 0; ignoremsg; ignoremsg; alias clutchtoggle clutchoff"
  84. alias "clutchoff" "voice_enable 1; ignoremsg; alias clutchtoggle clutchon"
  85.  
  86. //Console filter
  87. con_filter_enable 1
  88. con_filter_text_out "--- Missing Vgui material"
  89.  
  90. bind "KP_END" "exec_autoexec"
  91. alias "exec_autoexec" "exec autoexec"
  92.  
  93. //Sound setings
  94. dsp_enhance_stereo "0"
  95. snd_mixahead "0.05"
  96. snd_pitchquality "1"
  97. snd_front_headphone_position "45.0"
  98. snd_rear_headphone_position "90.0"
  99. snd_headphone_pan_exponent "1.2"
  100. snd_headphone_pan_radial_weight "0.5"
  101. volume "0.1"
  102. voice_scale "0.5"
  103.  
  104. //LOADED CONFIG
  105. echo "bugd:remove any displaying bugs"
  106. alias "bugd" "record bugremovrcrd;stop"
  107. host_writeconfig
  108. echo "--------------------------"
  109. echo "|..Eris Settings Loaded..|"
  110. echo "--------------------------"
Advertisement
Add Comment
Please, Sign In to add comment