Advertisement
Guest User

Untitled

a guest
Dec 21st, 2014
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.77 KB | None | 0 0
  1. host_writeconfig
  2.  
  3. //Scoreboard and Netgraph
  4. bind "TAB" "+netgraph"
  5. alias "+netgraph" "+showscores; net_graph "1"
  6. alias "-netgraph" "-showscores; net_graph "0"
  7. net_graphpos "2"
  8. net_graphheight 200
  9.  
  10. //Viewmodel settings and bob
  11. viewmodel_fov "55"
  12. viewmodel_offset_Z "-0.5"
  13. viewmodel_offset_y "-2"
  14. viewmodel_offset_x "0"
  15. viewmodel_presetpos "1"
  16. cl_bob_lower_amt "0"
  17. cl_bobamt_lat "0"
  18. cl_bobamt_vert "0"
  19. cl_bobcycle "0"
  20. cl_viewmodel_shift_left_amt "0"
  21. cl_viewmodel_shift_right_amt "0"
  22.  
  23. //Crosshair
  24. cl_crosshairalpha "255"
  25. cl_crosshaircolor "5"
  26. cl_crosshaircolor_b "50"
  27. cl_crosshaircolor_r "50"
  28. cl_crosshaircolor_g "250"
  29. cl_crosshairdot "0"
  30. cl_crosshairgap "-1"
  31. cl_crosshairsize "0.5"
  32. cl_crosshairstyle "4"
  33. cl_crosshairusealpha "1"
  34. cl_crosshairthickness "0.5"
  35. cl_fixedcrosshairgap "0.5"
  36. cl_crosshair_outlinethickness "1"
  37. cl_crosshair_drawoutline "1"
  38.  
  39. //Rate and FPS
  40. cl_cmdrate "128"
  41. cl_interp "0"
  42. cl_interp_ratio "1"
  43. cl_updaterate "128"
  44. rate "128000"
  45. fps_max_menu 121
  46. fps_max 301
  47.  
  48. //Mouse
  49. m_rawinput "1"
  50. m_mouseaccel1 "0"
  51. m_mouseaccel2 "0"
  52. m_mousespeed "0"
  53. sensitivity "4"
  54.  
  55. //audio
  56. volume ".4"
  57. snd_headphone_pan_exponent "2"
  58. voice_scale "0.7"
  59. voice_enable "1"
  60.  
  61. //Misc
  62. mm_dedicated_search_maxping "20"
  63. r_drawtracers_firstperson "1"
  64. hud_showtargetid "1"
  65. gamesinstructor_enable "0"
  66. con_filter_enable "2"
  67. con_filter_text "damage"
  68. cl_use_opens_buy_menu "0"
  69. cl_teammate_colors_show "1"
  70. cl_showloadout "1"
  71. cl_show_clan_in_death_notice "0"
  72. cl_autowepswitch "1"
  73. cl_autohelp "0"
  74. cl_hud_playercount_showcount "1"
  75. cl_radar_always_centered "0"
  76. cl_radar_scale 0.4
  77. cl_timeout "1337"
  78. r_drawtracers_firstperson "0"
  79. cl_disablefreezecam 1
  80. cl_forcepreload 1
  81. mat_monitorgamma "2.1"
  82.  
  83. //Binds
  84. bind home "mp_roundtime 999;mp_roundtime_defuse 999;mp_buytime 9999999;mp_maxmoney 99999;mp_freezetime 0;mp_autoteambalance 0;sv_cheats 1;sv_infinite_ammo 1;sv_grenade_trajectory 1;mp_restartgame 1;clear"
  85. bind ins "viewmodel_fov 55;viewmodel_offsez_z -0.5;viewmodel_offset_y -2;viewmodel_offset_x 0;cl_bob_lower_amt 0;cl_viewmodel_shift_left_amt 0;cl_viewmodel_shift_right_amt 0;cl_bobcycle 0;cl_bobamt_vert 0;cl_boblat 0;cl_bob_lower_amt 0"
  86. bind mwheelup "+jump"
  87. bind c "+left"
  88. bind v "+right"
  89. bind mouse3 "noclip"
  90. bind x "mat_setvideomode 1024 768 0"
  91.  
  92. //Buy Binds
  93. bind "kp_home" "buy flashbang; buy flashbang"
  94. bind "kp_uparrow" "buy hegrenade"
  95. bind "kp_pgup" "buy smokegrenade"
  96. bind "kp_rightarrow" "buy defuser"
  97. bind "kp_end" "buy ak47; buy m4a1"
  98. bind "kp_downarrow" "buy awp"
  99. bind "kp_plus" "buy vesthelm"
  100. bind "kp_minus" "buy vest"
  101. bind "kp_pgdn" "buy ak47; buy m4a1; buy vesthelm; buy defuser; buy vest; buy flashbang; buy hegrenade; buy smokegrenade; buy flashbang;"
  102. bind "kp_leftarrow" "buy molotov; buy incgrenade"
  103. bind "kp_5" "buy p250"
  104.  
  105. host_writeconfig
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement