Advertisement
Guest User

Untitled

a guest
Apr 30th, 2016
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.22 KB | None | 0 0
  1. echo ""
  2. echo ""
  3. echo "LOADING CONFIG..."
  4. echo ""
  5. echo ""
  6.  
  7. //CONSOLE
  8. con_enable "1" // Konsole aktivieren
  9. bind "F5" "toggleconsole" // Konsole binden
  10.  
  11.  
  12. // VIDEO SETTINGS + GAMMA \ BRIGHTNESS
  13. mat_monitorgamma "1.6" // 1.6=hellste 2.6=dunkelste
  14. mat_monitorgamma_tv_enabled "0" // Gamma Einstellungen für TV
  15. mat_queue_mode "-1" // Multi-Core Rendering Erkennung
  16. mat_savechanges // Video Einstellungen in die registry schreiben
  17. fps_max 300 // FPS einstellen
  18.  
  19.  
  20. //AUDIO SETTINGS
  21. volume 0.1 // min=0 max=1 - Allgemeine Lautstärke.
  22. snd_musicvolume 0 // min=0 max=1 - Musik Lautstärke.
  23. voice_scale 1 // min=0 max=1 - Sprache Lautstärke.
  24. snd_mixahead 0.05 // Größe des Soundbuffers
  25.  
  26. // NETSETTINGS
  27. cl_cmdrate "128"
  28. cl_updaterate "128"
  29. rate "100000"
  30. cl_interp "0"
  31. cl_interp_ratio "1"
  32. cl_bobcycle "0.98"
  33.  
  34. //HUD
  35. hud_scaling "0.6" // HUD Größe
  36. cl_hud_background_alpha "0.8" // Transparenz min=0 max=1
  37. cl_hud_bomb_under_radar "0" // Position Bombensymbol
  38. cl_hud_color "8" // HUD Farbe (1-10)
  39. cl_hud_healthammo_style "1" // Leben- und Rüstungs-Anzeige
  40. cl_hud_playercount_pos "1" // Spieleranzahl Position
  41. cl_hud_playercount_showcount "1" // Nur Spieleranzahl anzeigen (keine Avatare)
  42. cl_showloadout "1" // Inventar dauerhaft anzeigen
  43.  
  44. //RADAR
  45. cl_radar_always_centered 0 // Radar immer zentrieren
  46. cl_radar_scale 0.35 // Radar Skalierung
  47. cl_radar_icon_scale_min 0.5 // Radar Icon Skalierung
  48. cl_hud_radar_scale 1.3 // Radar Größe
  49.  
  50. //WEAPON POS
  51. viewmodel_fov "65"
  52. viewmodel_offset_x "2"
  53. viewmodel_offset_y "2"
  54. viewmodel_offset_z "-2"
  55. cl_righthand "1" // Waffe rechts tragen
  56. cl_viewmodel_shift_left_amt "0"
  57. cl_viewmodel_shift_right_amt "0"
  58. cl_bob_lower_amt "10"
  59. cl_bobamt_lat "0"
  60. cl_bobamt_vert "0"
  61.  
  62.  
  63. //NETGRAPGH
  64. net_graph 1
  65. net_graphproportionalfont "0"
  66. net_graphheight 1052
  67. net_graphpos 1
  68.  
  69.  
  70. //CROSSHAIR
  71. cl_crosshair_drawoutline "0"
  72. cl_crosshair_dynamic_maxdist_splitratio "0.35"
  73. cl_crosshair_dynamic_splitalpha_innermod "1"
  74. cl_crosshair_dynamic_splitalpha_outermod "0.5"
  75. cl_crosshair_dynamic_splitdist "7"
  76. cl_crosshair_outlinethickness "1"
  77. cl_crosshair_sniper_width "2"
  78. cl_crosshairalpha "800"
  79. cl_crosshaircolor "1"
  80. cl_crosshaircolor_b "255"
  81. cl_crosshaircolor_g "0"
  82. cl_crosshaircolor_r "255"
  83. cl_crosshairdot "0"
  84. cl_crosshairgap "-1"
  85. cl_crosshairgap_useweaponvalue "0"
  86. cl_crosshairscale "4"
  87. cl_crosshairsize "3"
  88. cl_crosshairstyle "4"
  89. cl_crosshairthickness "0"
  90. cl_crosshairusealpha "1"
  91. cl_fixedcrosshairgap "3"
  92.  
  93.  
  94.  
  95.  
  96. //MOUSE SETTINGS
  97. m_rawinput "1" //Raw Input on
  98. m_customaccel "0" //Mouse Acceleration off
  99. m_customaccel_exponent "0" //Acceleration Amount
  100. m_mousespeed "0" //Windows mouse acceleration off
  101. m_mouseaccel1 "0" //Windows mouse acceleration initial threshold (2x movement)
  102. m_mouseaccel2 "0" //Windows mouse acceleration secondary threshold (4x movement)
  103. sensitivity "1.9"
  104.  
  105.  
  106. //disable annoying STUFF
  107. cl_autohelp "0" // disable ingame popups
  108. cl_showhelp "0" // disable ingame popups
  109. cl_autowepswitch "0" // disable auto switch to picked up weapon
  110. cl_forcepreload "1" // Forces the game to load all the sound and art assets on map load.
  111. cl_disablehtmlmotd "1" // disables those annoying ads when connecting to a server
  112. cl_disablefreezecam "1" // Disables the annoying camera freeze on death
  113. r_drawtracers_firstperson "0" // disable tracers in your point of view. Enemy tracers are still visible
  114.  
  115.  
  116. //BUYSCRIPT
  117. bind "kp_end" "buy ak47; buy m4a1;"
  118. bind "kp_downarrow" "buy sg556; buy aug;"
  119. bind "kp_pgdn" "buy awp;"
  120. bind "kp_leftarrow" "buy ump45;"
  121. bind "kp_rightarrow" "buy defuser;"
  122. bind "kp_5" "buy p90;"
  123. bind "kp_minus" "buy vesthelm;"
  124. bind "kp_plus" "buy vest;"
  125. bind "kp_home" "buy molotov; buy incgrenade;"
  126. bind "kp_uparrow" "buy flashbang;"
  127. bind "kp_pgup" "buy hegrenade;"
  128. bind "kp_multiply" "buy smokegrenade;"
  129.  
  130. //jumpthrow Bind
  131. unbind "mouse3"
  132. alias "+jumpthrow" "+jump;-attack"
  133. alias "-jumpthrow" "-jump"
  134. bind "mouse3" "+jumpthrow"
  135.  
  136. host_writeconfig
  137. clear
  138. echo ""
  139. echo ""
  140. echo "H3adex config loaded"
  141. echo "Updated: 2016-04-21"
  142. echo ""
  143. echo ""
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement