Advertisement
Guest User

bothelp2

a guest
May 2nd, 2013
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.42 KB | None | 0 0
  1. fps_max "129"
  2.  
  3. // repositions the gunmodel to mimic CSS more closely.
  4.  
  5. viewmodel_fov "68"
  6. viewmodel_offset_x "2"
  7. viewmodel_offset_y "2"
  8. viewmodel_offset_z "-2"
  9.  
  10. // removes the shifting of the arm when crouching down.
  11.  
  12. cl_viewmodel_shift_left_amt "0"
  13. cl_viewmodel_shift_right_amt "0"
  14.  
  15. // removes the bobbing of the weapon back and forth, when you run.
  16.  
  17. cl_bob_lower_amt "0"
  18. cl_bobamt_lat "0"
  19. cl_bobamt_vert "0"
  20.  
  21. // scales the HUD depending on what resolution you use, 1 is max.
  22.  
  23. hud_scaling "1"
  24.  
  25. // lowers delay between sounds.
  26.  
  27. snd_mixahead "0.05"
  28.  
  29. // sets interpolation values.
  30.  
  31. cl_interp "0"
  32. cl_interp_ratio "1"
  33.  
  34. // ignores dedicated servers with pings above this value.
  35.  
  36. mm_dedicated_search_maxping 150
  37.  
  38. // usual rate commands
  39.  
  40. cl_cmdrate "128"
  41. cl_updaterate "128"
  42. rate "128000"
  43.  
  44. // causes the scope to move less while moving scoped and reduces bobbing effect
  45.  
  46. cl_bobcycle "2"
  47.  
  48. //
  49. hud_scaling 1
  50.  
  51. zoom_sensitivity_ratio 1.0
  52. m_customaccell 0
  53.  
  54. cl_crosshairalpha "255"
  55. cl_crosshaircolor "5"
  56. cl_crosshaircolor_b "0"
  57. cl_crosshaircolor_r "255"
  58. cl_crosshaircolor_g "0"
  59. cl_crosshairdot "1"
  60. cl_crosshairgap "20"
  61. cl_crosshairsize "10"
  62. cl_crosshairstyle "2"
  63. cl_crosshairusealpha "1"
  64. cl_crosshairthickness "1"
  65. cl_fixedcrosshairgap "20"
  66.  
  67. //cl_crosshairusealpha "1"  //cl_crosshairalphaを使用する (0:off 1:on)
  68. //cl_crosshairalpha "255"  //クロスヘアの透明度を変更する。255で不透明。
  69. //cl_crosshaircolor "5"
  70. //cl_crosshaircolor_r "255"  //赤色の輝度を変更する。0~255。(cl_crosshaircolor "5"の時のみ有効)
  71. //cl_crosshaircolor_g "0"  //緑色の輝度を変更する。0~255。(cl_crosshaircolor "5"の時のみ有効)
  72. //cl_crosshaircolor_b "0"  //青色の輝度を変更する。0~255。(cl_crosshaircolor "5"の時のみ有効)
  73. //cl_crosshairdot "0"  //クロスヘアの中央にドットを表示する (0:off 1:on)
  74. //cl_crosshairsize "15"  //クロスヘアの長さを変更する。数字が大きいほど長くなる (0:off)
  75. //cl_crosshairthickness "0.75"  //クロスヘアの太さを変更する。数字が大きいほど太くなる。
  76. //cl_crosshairgap "5"  //クロスヘアの隙間を変更する。数字が大きいほど広くなる(マイナス値可能)。
  77.  
  78.  
  79. bind "F1" "buy vesthelm;buy vest"
  80. bind "F2" "buy ak47;buy m4a1"
  81. bind "F3" "buy galilr;buy famas"
  82. bind "F4" "buy mp7"
  83.  
  84. bind "F5" "buy awp"
  85. bind "F6" "buy ssg08"
  86. bind "F7" "buy p250"
  87. bind "F8" "buy nova"
  88.  
  89. bind "F9" "buy defuser"
  90. bind "F10" "buy flashbang"
  91. bind "F11" "buy hegrenade"
  92. bind "F12" "buy smokegrenade"
  93.  
  94. bind "KP_HOME" "buy decoy"
  95. bind "KP_UPARROW" "buy molotov;buy incgrenade"
  96.  
  97. unbind "`" //日本語キーボードの 半角/全角のbindをはずす
  98. bind "HOME" "toggleconsole" //上で解除したbindを別のキーに設定
  99. bind "ESCAPE" "cancelselect" //選んだものをキャンセルするbind
  100. unbind "MWHEELUP"
  101. bind "MWHEELDOWN" "+jump"
  102. bind "SPACE" "+jump"
  103.  
  104.  
  105. net_graph "0"
  106. net_graphpos "2"
  107. alias "net_on" "net_graph 3;alias net net_off"
  108. alias "net_off" "net_graph 0;alias net net_on"
  109. alias "net" "net_on"
  110. bind "[" "net"
  111.  
  112.  
  113. mp_autoteambalance 0 // Auto Team balance(オートチームバランス)をoffに
  114. maxplayers 32 // 鯖にJoin可能な人数(適当なのを設定)サーバー建てたあとは変えられない。
  115. mp_limitteams 16 // 片方のチームにJoin可能な人数(適当なのを設定)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement