Pen

autoexec.cfg

Pen
Feb 22nd, 2016 (edited)
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.78 KB | None | 0 0
  1. //launch options: -novid -tickrate 128 -freq 144 -nod3d9ex1 -high
  2. alias "fix" "mat_setvideomode 1920 1080 1; mat_setvideomode 1920 1080 0"
  3. alias "surf" "voice_enable 0; volume 0.1"
  4. alias "set_binds" "exec binds.cfg"
  5.  
  6. bind "TAB" "+ng";
  7. alias "+ng" "+showscores; net_graph 1";
  8. alias "-ng" "-showscores; net_graph 0";
  9.  
  10. rate "80000"
  11. cl_cmdrate "64"
  12. cl_updaterate "64"
  13. cl_interp "0"
  14. cl_interp_ratio "1"
  15. cl_lagcompensation "1"
  16.  
  17. cl_join_advertise 2
  18. cl_disablehtmlmotd 1
  19. fps_max "300"
  20. fps_max_menu "200"
  21. cl_downloadfilter "nosounds"
  22. mat_queue_mode "2"
  23.  
  24. cl_disablefreezecam "1"
  25. cl_autowepswitch "0"
  26. cl_hud_radar_scale "1.110000"
  27. cl_radar_scale "0.482500"
  28. cl_radar_rotate "1"
  29.  
  30. sensitivity "1.2"
  31. m_mouseaccel1 "0"
  32. m_mouseaccel2 "0"
  33. m_mousespeed "0"
  34. m_rawinput "1"
  35.  
  36. volume 0.5
  37. voice_enable "1"
  38. voice_scale "0.4"
  39. voice_mixer_volume "0.98"
  40. lobby_voice_chat_enabled "0"
  41.  
  42. hud_scaling "0.90"
  43. hud_showtargetid "1"
  44.  
  45. con_enable "1"
  46. gameinstructor_enable "0"
  47. cl_autohelp "0"
  48. cl_showhelp "0"
  49. option_duck_method "0"
  50. option_speed_method "0"
  51.  
  52. cl_crosshair_drawoutline "1"
  53. cl_crosshair_dynamic_maxdist_splitratio "0"
  54. cl_crosshair_dynamic_splitalpha_innermod "1"
  55. cl_crosshair_dynamic_splitalpha_outermod "0.5"
  56. cl_crosshair_dynamic_splitdist "1"
  57. cl_crosshair_outlinethickness "1.000000"
  58. cl_crosshair_sniper_width "1"
  59. cl_crosshairalpha "255"
  60. cl_crosshaircolor "4"
  61. cl_crosshaircolor_b "0"
  62. cl_crosshaircolor_g "64"
  63. cl_crosshaircolor_r "255"
  64. cl_crosshairdot "1"
  65. cl_crosshairgap "-7.000000"
  66. cl_crosshairgap_useweaponvalue "0"
  67. cl_crosshairscale "1"
  68. cl_crosshairsize "2.500000"
  69. cl_crosshairstyle "5"
  70. cl_crosshairthickness "0.500000"
  71. cl_crosshairusealpha "1"
  72. cl_fixedcrosshairgap "-5.500000"
  73.  
  74. host_writeconfig
  75. echo "--------------------"
  76. echo "autoexecuted"
  77. echo "--------------------"
Add Comment
Please, Sign In to add comment