Advertisement
Guest User

Untitled

a guest
Nov 27th, 2015
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.57 KB | None | 0 0
  1. cl_clanid "8677989"
  2.  
  3. m_rawinput "1" //Raw Input on
  4. m_customaccel "0" //Mouse Acceleration off
  5. m_customaccel_exponent "0" //Acceleration Amount
  6. m_mousespeed "0" //Windows mouse acceleration off
  7. m_mouseaccel1 "0" //Windows mouse acceleration initial threshold (2x movement)
  8. m_mouseaccel2 "0" //Windows mouse acceleration secondary threshold (4x movement)
  9.  
  10. cl_crosshair_drawoutline "1"
  11. cl_crosshair_dynamic_maxdist_splitratio "0"
  12. cl_crosshair_dynamic_splitalpha_innermod "1"
  13. cl_crosshair_dynamic_splitalpha_outermod "0.300000"
  14. cl_crosshair_dynamic_splitdist "1"
  15. cl_crosshair_outlinethickness "1"
  16. cl_crosshairalpha "200"
  17. cl_crosshaircolor "5"
  18. cl_crosshaircolor_b "255"
  19. cl_crosshaircolor_g "0"
  20. cl_crosshaircolor_r "255"
  21. cl_crosshairdot "0"
  22. cl_crosshairgap "-1"
  23. cl_crosshairscale "0"
  24. cl_crosshairsize "3"
  25. cl_crosshairstyle "4"
  26. cl_crosshairthickness "0"
  27. cl_crosshairusealpha "1"
  28. rate "80000"
  29. cl_cmdrate "128"
  30. cl_updaterate "128"
  31. cl_interp "0"
  32. cl_interp_ratio "1"
  33. mat_hdr_enabled "0"
  34. cl_radar_scale "0.5"
  35. cl_lagcompensation "1"
  36.  
  37. viewmodel_presetpos 4
  38. //viewmodel_fov 70
  39. //viewmodel_offset_x 1.5
  40. //viewmodel_offset_y 2
  41. //viewmodel_offset_z -1.5
  42.  
  43. //viewmodel_fov 68
  44. //viewmodel_offset_x 2.5
  45. //viwemodel_offset_y 0
  46. //viewmodel_offset_z -1.5
  47. //cl_bobamt_vert 0.12
  48. //cl_bobamt_lat 0.12
  49. //cl_bob_lower_amt 5
  50. //cl_bobamt_lat "0.1"
  51. //cl_bobamt_vert "0.1"
  52. //cl_bobcycle "2"
  53.  
  54. //PGL Viewmodel
  55.  
  56. viewmodel_fov "70"
  57. viewmodel_offset_x "2"
  58. viewmodel_offset_y "2"
  59. viewmodel_offset_z "-2"
  60. // PGL Head bob
  61.  
  62. cl_bob_lower_amt "5
  63. cl_bobamt_lat "0.1"
  64. cl_bobamt_vert "0.1"
  65. cl_bobcycle "2 "
  66.  
  67. // "0.98" is enforced by ESEA/ESL
  68. cl_viewmodel_shift_left_amt "0.5"
  69. // Reduce gun shifting when crouching
  70. cl_viewmodel_shift_right_amt "0.5"
  71. // Reduce gun shifting when crouching
  72. cl_bob_lower_amt "0"
  73.  
  74. //How to pick up a specific grenade (E = HE) (Q = FLASH) (1 = SMOKE) (2 = FIRE) (3 = DECOY)
  75. alias alt55 "buyanddrop"
  76. alias alt5 bind g alt55
  77. alias alt66 "disablevoice"
  78. alias alt6 bind mouse5 alt66 //CHANGE THE "mouse5" TO YOUR VOICE KEY
  79. alias def5 "bind g drop"
  80. alias def6 "bind mouse5 +voicerecord //CHANGE THE "mouse5" TO YOUR VOICE KEY
  81. alias +altbinds "alt5; alt6"
  82. alias -altbinds "def5; def6"
  83. bind alt +altbinds
  84.  
  85. //Show netgraph when checking scoreboard
  86. net_graph "1"
  87. net_graphheight "9999"
  88. alias "+scorenet" "+showscores; net_graphheight 0"
  89. alias "-scorenet" "-showscores; net_graphheight 9999"
  90. bind "TAB" "+scorenet"
  91.  
  92. //Display Damage with Switch Script
  93. alias displaydamage "displaydamage_on"
  94. alias displaydamage_on "con_filter_text Damage Given To; con_filter_text_out Player:; con_filter_enable 2; developer 1; playvol buttons\blip1 0.5; alias displaydamage "displaydamage_off""
  95. alias displaydamage_off "con_filter_enable 0; developer 0; playvol buttons\blip2 0.5; alias displaydamage "displaydamage_on""
  96. bind "f5" "displaydamage"
  97.  
  98. // Jump Throw Script
  99. alias "+jumpthrow" "+jump;-attack"
  100. alias "-jumpthrow" "-jump"
  101. bind "mouse4" "+jumpthrow"
  102.  
  103. alias "buyanddrop" "slot1; drop; buy ak47; buy m4a1; buy m4a1_silencer"
  104.  
  105. // Disable in-game voice + no rebinds needed
  106. alias "disablevoice" "voice_chat"
  107. alias "voice_chat" "chat_1"
  108. alias "chat_1" "voice_enable 1; playvol buttons\blip1 0.5; alias voice_chat chat_0"
  109. alias "chat_0" "voice_enable 0; playvol buttons\blip2 0.5; alias voice_chat chat_1"
  110.  
  111. //Binds
  112. bind "w" "+forward;r_cleardecals"
  113. bind "a" "+moveleft;r_cleardecals"
  114. bind "s" "+back;r_cleardecals"
  115. bind "d" "+moveright;r_cleardecals"
  116.  
  117. bind "KP_INS" "say ''Wenn du Biba guckst, hast du dich selbst schon aufgegeben'' - Karl Lagerfeld"
  118.  
  119. host_writeconfig
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement