Advertisement
Guest User

trix's cfg

a guest
Feb 12th, 2016
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.73 KB | None | 0 0
  1. //trix Cfg
  2. //exec trix.cfg
  3.  
  4.  
  5.  
  6. //Binds
  7. bind "kp_slash" "buy deagle;"
  8. bind "kp_multiply" "buy tec9; buy fiveseven;"
  9. bind "kp_minus" "buy p250;"
  10. bind "kp_home" "buy smokegrenade;"
  11. bind "kp_uparrow" "buy flashbang;"
  12. bind "kp_pgup" "buy hegrenade;"
  13. bind "kp_leftarrow" "buy molotov; buy incgrenade;"
  14. bind "kp_5" "buy vesthelm; buy vest;"
  15. bind "kp_end" "buy awp;"
  16. bind "kp_rightarrow" "buy defuser;"
  17. bind "kp_downarrow" "buy ak47; buy m4a1;"
  18. bind "kp_pgdn" "buy p90;"
  19. bind "v" "+voicerecord"
  20. bind "mwheelup" "+jump"
  21. bind "mwheeldown" "+jump"
  22. bind "F8" "exec trix.cfg"
  23. bind "[" "cl_righthand 0"
  24. bind "]" "cl_righthand 1"
  25.  
  26.  
  27. //Net_graph
  28. bind "TAB" "+ng";
  29. alias "+ng" "+showscores; net_graph 1";
  30. alias "-ng" "-showscores; net_graph 0";
  31. net_graphproportionalfont "0"
  32.  
  33.  
  34.  
  35. //Viewmodel
  36. viewmodel_offset_x "2"
  37. viewmodel_offset_y "4"
  38. viewmodel_offset_z "-2"
  39. cl_viewmodel_shift_left_amt "0"
  40. cl_viewmodel_shift_right_amt "0"
  41. cl_bob_lower_amt "0"
  42. cl_bobamt_lat "0.1"
  43. cl_bobamt_vert "0.1"
  44. cl_bobcycle ".98"
  45.  
  46.  
  47.  
  48. //Others
  49. sv_cheats 1
  50. cl_autowepswitch "0"
  51. cl_loadout_colorweaponnames "1"
  52.  
  53.  
  54. //Crosshair
  55. cl_crosshair_drawoutline "1"
  56. cl_crosshair_dynamic_maxdist_splitratio "0.35"
  57. cl_crosshair_dynamic_splitalpha_innermod "1"
  58. cl_crosshair_dynamic_splitalpha_outermod "0.5"
  59. cl_crosshair_dynamic_splitdist "7"
  60. cl_crosshair_outlinethickness "0.500000"
  61. cl_crosshair_sniper_width "1"
  62. cl_crosshairalpha "200"
  63. cl_crosshaircolor "2"
  64. cl_crosshaircolor_b "0"
  65. cl_crosshaircolor_g "0"
  66. cl_crosshaircolor_r "255"
  67. cl_crosshairdot "0"
  68. cl_crosshairgap "-2"
  69. cl_crosshairgap_useweaponvalue "0"
  70. cl_crosshairscale "600"
  71. cl_crosshairsize "2.5"
  72. cl_crosshairstyle "4"
  73. cl_crosshairthickness "0.6"
  74. cl_crosshairusealpha "1"
  75. cl_fixedcrosshairgap "3"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement