Advertisement
Guest User

Untitled

a guest
Aug 27th, 2016
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.21 KB | None | 0 0
  1. // Titan kennyS - 09/04/2015
  2. // launch options settings : -console -novid -refresh 120
  3.  
  4. // NETCODE
  5. rate "128000"
  6. cl_cmdrate "128"
  7. cl_updaterate "128"
  8. cl_interp "0"
  9. cl_interp_ratio "1"
  10. cl_predictweapons "1"
  11. clientport "1337"
  12. net_graph "0"
  13. cl_showfps "1"
  14.  
  15. viewmodel_fov "68"
  16. viewmodel_offset_x "2"
  17. viewmodel_offset_y "2"
  18. viewmodel_offset_z "-2"
  19.  
  20. //HUD
  21. net_graphproportionalfont "0"
  22. net_graphheight "0"
  23. hud_scaling "0.8"
  24. hud_showtargetid "1"
  25. cl_autowepswitch "0"
  26.  
  27.  
  28. cl_viewmodel_shift_left_amt "0"
  29. cl_viewmodel_shift_right_amt "0"
  30.  
  31. cl_crosshair_drawoutline "0"
  32. cl_crosshair_dynamic_maxdist_splitratio "0.35"
  33. cl_crosshair_dynamic_splitalpha_innermod "1"
  34. cl_crosshair_dynamic_splitalpha_outermod "0.5"
  35. cl_crosshair_dynamic_splitdist "7"
  36. cl_crosshair_outlinethickness "1"
  37. cl_crosshairalpha "200"
  38. cl_crosshaircolor "1"
  39. cl_crosshaircolor_b "0"
  40. cl_crosshaircolor_g "0"
  41. cl_crosshaircolor_r "250"
  42. cl_crosshairdot "0"
  43. cl_crosshairgap "-3"
  44. cl_crosshairgap_useweaponvalue "0"
  45. cl_crosshairscale "600"
  46. cl_crosshairsize "2"
  47. cl_crosshairstyle "4"
  48. cl_crosshairthickness "2"
  49. cl_crosshairusealpha "1"
  50. cl_fixedcrosshairgap "0"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement