Advertisement
Guest User

autoexec.cfg

a guest
Apr 24th, 2019
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.80 KB | None | 0 0
  1. // venni's config
  2.  
  3. // settings w/ launch options at the bottom
  4.  
  5.  
  6.  
  7. // Sound Effect
  8. play commander\train_bodydamageheadshot_04
  9.  
  10. // Toggleconsole & clear
  11. toggleconsole
  12. clear
  13. toggleconsole
  14.  
  15. // Echos
  16. echo venni's config successfully loaded! :^)
  17. echo
  18. echo this config includes viewmodel, radar, crosshair settings aswell as other stuff.
  19. echo
  20. echo
  21. echo the the jumpthrow script by pressing "L".
  22. echo
  23. echo zoom in and out on the radar, by just clicking on "X" or "C" (reset with "V").
  24. echo
  25. echo netgraph is visible when pressing "TAB".
  26. echo
  27. echo start options are on the very end of the .cfg file.
  28. echo
  29. echo by venni
  30. echo 25.04.2019
  31.  
  32. // viewmodel
  33. cl_righthand 0
  34. cl_viewmodel_shift_left_amt "1.5"
  35. cl_viewmodel_shift_right_amt "0.75"
  36. viewmodel_fov "63"
  37. viewmodel_offset_x "1.5"
  38. viewmodel_offset_y "2"
  39. viewmodel_offset_z "-2"
  40. cl_bob_lower_amt "0"
  41. cl_bobamt_lat "0"
  42. cl_bobamt_vert "0"
  43. r_drawtracers_firstperson 0
  44.  
  45. // radar
  46. cl_hud_playercount_showcount 1
  47. cl_hud_radar_scale "1.15";
  48. cl_radar_always_centered "0";
  49. cl_radar_icon_scale_min "1";
  50. cl_radar_rotate "1";
  51. cl_radar_scale "0.4";
  52. cl_radar_square_with_scoreboard "1";
  53. cl_hud_bomb_under_radar "1"
  54.  
  55. // radar zoom in-out script
  56. bind "X" "incrementvar cl_radar_scale 0.25 1.0 0.05";
  57. bind "C" "incrementvar cl_radar_scale 0.25 1.0 -0.05";
  58. bind "V" "cl_radar_scale 0.4"
  59.  
  60. // crosshair
  61. cl_crosshair_drawoutline "1.000000"
  62. cl_crosshair_dynamic_maxdist_splitratio "0"
  63. cl_crosshair_dynamic_splitalpha_innermod "1"
  64. cl_crosshair_dynamic_splitalpha_outermod "1"
  65. cl_crosshair_dynamic_splitdist "5"
  66. cl_crosshair_outlinethickness "1.000000"
  67. cl_crosshair_sniper_show_normal_inaccuracy "0"
  68. cl_crosshair_sniper_width "1"
  69. cl_crosshair_t "0.000000"
  70. cl_crosshairalpha "5000.000000"
  71. cl_crosshaircolor "5.000000"
  72. cl_crosshaircolor_b "255.000000"
  73. cl_crosshaircolor_g "255.000000"
  74. cl_crosshaircolor_r "0.000000"
  75. cl_crosshairdot "0.000000"
  76. cl_crosshairgap "-1.000000"
  77. cl_crosshairgap_useweaponvalue "0"
  78. cl_crosshairscale "600"
  79. cl_crosshairsize "2.000000"
  80. cl_crosshairstyle "4.000000"
  81. cl_crosshairthickness "0.500000"
  82. cl_crosshairusealpha "5000"
  83. cl_fixedcrosshairgap "-1"
  84.  
  85. // netgraph script
  86. bind "f5" "displaydamage"
  87. net_graph "1"
  88. net_graphheight "9999"
  89. alias "+scorenet" "+showscores; net_graphheight 0"
  90. alias "-scorenet" "-showscores; net_graphheight 9999"
  91. bind "TAB" "+scorenet"
  92.  
  93. // jumpthrow
  94. alias "+jumpthrow" "+jump;-attack"
  95. alias "-jumpthrow" "-jump"
  96. bind "L" "+jumpthrow"
  97.  
  98. // misc
  99. cl_showfps 1
  100. cl_use_opens_buy_menu 0
  101.  
  102. // 4:3 1280x1024 streched
  103. // 1.22 sense @ 800DPI
  104. // launch options: -threads 10 -console -high -novid -exec browth -noforcemparms -noforcemaccel -noforcemspd -tickrate 128 +cl_cmdrate 128 +cl_updaterate 128 +cl_interp 0 +cl_interp_ratio 3 +rate 128000 -nod3d9ex1 -freq 144 -refresh 144 +cl_forcepreload 1 +mat_queue_mode 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement