Advertisement
Guest User

Untitled

a guest
Feb 6th, 2016
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.06 KB | None | 0 0
  1. clear
  2. clear_anim_cache
  3. clear_debug_overlays
  4.  
  5. echo "|DEBUG| == Update 06 Ianuarie 2016 =="
  6. echo " "
  7. echo "|DEBUG| == Consola a fost curatata =="
  8. echo " "
  9.  
  10. //*******************************************\\
  11. // | SETARI PENTRU INTERNET |
  12. //*******************************************\\
  13.  
  14. alias "default" "cl_cmdrate "64";cl_updaterate "64";cl_interp_ratio "2";rate "80000";cl_interp "0.031000";echo |DEBUG| == Default internet loaded =="
  15. rate 128000
  16. cl_cmdrate 128
  17. cl_updaterate 128
  18. cl_interp_ratio 1
  19. cl_interp 0
  20. cl_interpolate 1
  21. cl_predict 1
  22. cl_lagcompensation 1
  23. cl_forcepreload 1
  24. clientport "1337"
  25. echo "|DEBUG| == Setarile pentru internet au fost incarcate =="
  26.  
  27. //*******************************************\\
  28. // | SETARI PENTRU FPS |
  29. //*******************************************\\
  30.  
  31. spec_show_xray "0"
  32. fps_max "300"
  33. fps_max_menu "300"
  34. mat_monitorgamma "2.05"
  35. mat_monitorgamma_tv_enabled "0"
  36. echo "|DEBUG| == Setarile pentru fps au fost incarcate =="
  37.  
  38. //*******************************************\\
  39. // | SETARI PENTRU HUD |
  40. //*******************************************\\
  41.  
  42. hud_scaling "0.8"
  43. cl_hud_background_alpha "1.000000"
  44. cl_hud_bomb_under_radar "1"
  45. cl_hud_color "3"
  46. cl_hud_healthammo_style "1"
  47. cl_hud_playercount_pos "0"
  48. cl_hud_playercount_showcount "1""
  49. cl_loadout_colorweaponnames "0"
  50. ui_steam_overlay_notification_position "topleft"
  51. cl_freezecameffects_showholiday "0"
  52.  
  53. echo "|DEBUG| == Setarile pentru hud au fost incarcate =="
  54.  
  55. //*******************************************\\
  56. // | SETARI PENTRU MOUSE |
  57. //*******************************************\\
  58.  
  59. sensitivity "1.0" // 800 dpi , 500 hz
  60. m_yaw "0.0165"
  61. m_rawinput "1"
  62. m_forward 1
  63. m_mousespeed 0
  64. m_mouseaccel2 0
  65. m_mouseaccel1 0
  66. m_customaccel 0
  67. m_customaccel_max 0
  68. m_customaccel_exponent 0
  69. m_customaccel_scale 0
  70. zoom_sensitivity_ratio_mouse "1"
  71. alias "+findbomb" "+use; gameinstructor_enable 1"
  72. alias "-findbomb" "-use; gameinstructor_enable 0"
  73. bind "E" "+findbomb"
  74. echo "|DEBUG| == Setarile pentru mouse au fost incarcate =="
  75.  
  76. //*******************************************\\
  77. // | SETARI PENTRU SUNET |
  78. //*******************************************\\
  79.  
  80. volume "0.4"
  81. voice_enable "1"
  82. voice_scale "0.4"
  83. windows_speaker_config "1"
  84. snd_musicvolume "0"
  85. snd_mixahead "0.05"
  86. snd_headphone_pan_exponent "2"
  87. snd_headphone_pan_radial_weight "2"
  88. snd_legacy_surround "0"
  89. snd_mute_losefocus "1"
  90. snd_musicvolume_multiplier_inoverlay "0"
  91. snd_pitchquality "1"
  92. snd_deathcamera_volume "0.0"
  93. snd_mapobjective_volume "0.0"
  94. snd_menumusic_volume "0.0"
  95. snd_mute_losefocus "0"
  96. snd_roundend_volume "0.1"
  97. snd_roundstart_volume "0.0"
  98. snd_tensecondwarning_volume "0.1"
  99. snd_mute_losefocus "0"
  100. lobby_voice_chat_enabled "0"
  101. cl_downloadfilter "nosounds"
  102. dsp_enhance_stereo "0"
  103. snd_pitchquality "1"
  104. snd_rear_headphone_position "90.0"
  105. snd_headphone_pan_exponent "1.5"
  106. snd_headphone_pan_radial_weight "0.5"
  107. snd_front_headphone_position "45.0"
  108. // 43.2 (5:4 resolution), 45.0 (4:3 resolution), 50.2 (16:10 resolution), or 53.2 (16:9 resolution)
  109. soundscape_flush
  110.  
  111. echo "|DEBUG| == Setarile pentru sunet au fost incarcate =="
  112.  
  113. //*******************************************\\
  114. // | SETARI PENTRU TASTATURA |
  115. //*******************************************\\
  116.  
  117. bind "TAB" "+showscores;r_cleardecals;";
  118.  
  119. bind "h" "displaydamage"
  120. //Displaydamage - Switch Script
  121. alias displaydamage "displaydamage_on"
  122. alias displaydamage_on "con_filter_text Damage Given; con_filter_text_out Player:; con_filter_enable 2; developer 1; alias displaydamage "displaydamage_off""
  123. alias displaydamage_off "con_filter_enable 0; developer 0; alias displaydamage "displaydamage_on""
  124.  
  125. bind "f" "+lookatweapon"
  126. bind "v" "use weapon_knife;use weapon_flashbang"
  127. bind "F1" "autobuy"
  128. bind "F2" "rebuy"
  129. bind "MOUSE3" "+voicerecord"
  130. bind "shift" "+speed"
  131. bind "CTRL" "+duck"
  132. bind "MWHEELUP" "cl_radar_scale 0.3"
  133. bind "MWHEELDOWN" "cl_radar_scale 0.7"
  134. echo "|DEBUG| == Setarile pentru tastatura au fost incarcate =="
  135.  
  136. //*******************************************\\
  137. // | SETARI PENTRU MODEL |
  138. //*******************************************\\
  139.  
  140. viewmodel_fov "54"
  141. viewmodel_offset_x "2.5"
  142. viewmodel_offset_y "1"
  143. viewmodel_offset_z "-1.5"
  144.  
  145. cl_righthand "0"
  146. echo "|DEBUG| == Setarile pentru model au fost incarcate =="
  147.  
  148. //*******************************************\\
  149. // | SETARI PENTRU TINTA |
  150. //*******************************************\\
  151.  
  152. cl_crosshair_drawoutline "1"
  153. cl_crosshair_dynamic_maxdist_splitratio "1"
  154. cl_crosshair_dynamic_splitalpha_innermod "1"
  155. cl_crosshair_dynamic_splitalpha_outermod "1"
  156. cl_crosshair_dynamic_splitdist "2.500000"
  157. cl_crosshair_outlinethickness "1"
  158. cl_crosshairalpha "300"
  159. cl_crosshaircolor "1"
  160. cl_crosshaircolor_b "255"
  161. cl_crosshaircolor_g "0"
  162. cl_crosshaircolor_r "255"
  163. cl_crosshairdot "0"
  164. cl_crosshairgap "^10"
  165. cl_crosshairgap_useweaponvalue "0"
  166. cl_crosshairscale "0"
  167. cl_crosshairsize "2"
  168. cl_crosshairstyle "2"
  169. cl_crosshairthickness "0"
  170. cl_crosshairusealpha "1"
  171. cl_fixedcrosshairgap "3"
  172.  
  173. echo "|DEBUG| == Setarile pentru tinta au fost incarcate =="
  174.  
  175. //*******************************************\\
  176. // | SETARI PENTRU RADAR |
  177. //*******************************************\\
  178.  
  179. cl_radar_always_centered "1"
  180. cl_radar_icon_scale_min "0.6"
  181. cl_radar_rotate "1"
  182. cl_radar_scale "0.7"
  183. cl_teammate_colors_show "1"
  184. cl_radar_square_with_scoreboard "1"
  185. echo "|DEBUG| == Setarile pentru radar au fost incarcate =="
  186.  
  187. //*******************************************\\
  188. // | SETARI PENTRU GAMEPLAY |
  189. //*******************************************\\
  190.  
  191. cl_mute_enemy_team 1
  192. lobby_default_access "1"
  193. cl_disablehtmlmotd 1
  194. cl_dm_buyrandomweapons "0"
  195. mm_dedicated_search_maxping "50"
  196. cl_clearhinthistory "1"
  197. con_enable "1"
  198. option_duck_method "0"
  199. option_speed_method "0"
  200. cl_use_opens_buy_menu "0"
  201. cl_showloadout "1"
  202. cl_show_clan_in_death_notice "0"
  203. player_nevershow_communityservermessage "1"
  204. gameinstructor_enable "0"
  205. cl_disablefreezecam "1"
  206. cl_freezecampanel_position_dynamic 0
  207. cl_autowepswitch "0"
  208. cl_autohelp "0"
  209. cl_showhelp "0"
  210. r_drawtracers_firstperson "0"
  211. hud_showtargetid "1"
  212. con_filter_text "damage"
  213. con_filter_enable "2"
  214. echo "|DEBUG| == Setari pentru gameplay au fost incarcate =="
  215.  
  216. //*******************************************\\
  217. // | TWEAKS |
  218. //*******************************************\\
  219.  
  220. //FPS BOOST - Start
  221. r_eyegloss "0"
  222. r_eyemove "0"
  223. r_eyeshift_x "0"
  224. r_eyeshift_y "0"
  225. r_eyeshift_z "0"
  226. r_eyesize "0"
  227. muzzleflash_light 0
  228. r_dynamic "0"
  229. cl_detail_max_sway "0"
  230. mat_powersavingsmode "0"
  231. engine_no_focus_sleep "0"
  232. //FPS BOOST - STOP
  233.  
  234. cl_crosshair_sniper_width "2"
  235.  
  236. echo "|DEBUG| == Tweaks-urile au fost incarcate =="
  237.  
  238. //*******************************************\\
  239. // | LAUNCH OPTIONS |
  240. //*******************************************\\
  241.  
  242. echo "|DEBUG| == Setarile pentru launch options =="
  243. echo "-console -novid"
  244. host_writeconfig
  245.  
  246. //*******************************************\\
  247. // | FINAL |
  248. //*******************************************\\
  249.  
  250. echo " "
  251. echo " "
  252. echo "|DEBUG| == Setarile au fost incarcate cu SUCCES =="
  253. echo " "
  254. echo " "
  255. echo "|DEBUG| == Good Luck && Have Fun =="
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement