shasahara

cfg

Apr 6th, 2021 (edited)
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.13 KB | None | 0 0
  1. // Tenzin's CFG
  2.  
  3. // Mouse - Zowie FK1
  4. // Keyboard - 2007 Logitech Desk Keyboard
  5. // Pad - Playboy Magazine: October 1975 (Agneta Eckemyr & Zoe Z)
  6. // Resolution - 1024x768
  7. // Sensitivity - 54.5 cm/360
  8. // Headphones - Beyerdynamic DT 770 PRO
  9.  
  10. // Launch Options: +exec tenz -refresh -nojoy -novid -threads 4 -high -tickrate 128 -d3d9ex
  11.  
  12. unbindall
  13.  
  14. // Crosshair
  15.  
  16. cl_crosshair_drawoutline "0"
  17. cl_crosshair_dynamic_maxdist_splitratio "0.35"
  18. cl_crosshair_dynamic_splitalpha_innermod "1"
  19. cl_crosshair_dynamic_splitalpha_outermod "0.5"
  20. cl_crosshair_dynamic_splitdist "7"
  21. cl_crosshair_friendly_warning "1"
  22. cl_crosshair_outlinethickness "0.500000"
  23. cl_crosshair_sniper_show_normal_inaccuracy "0"
  24. cl_crosshair_sniper_width "1"
  25. cl_crosshair_t "0"
  26. cl_crosshairalpha "255"
  27. cl_crosshaircolor "5"
  28. cl_crosshaircolor_b "0"
  29. cl_crosshaircolor_g "255"
  30. cl_crosshaircolor_r "0"
  31. cl_crosshairdot "0"
  32. cl_crosshairgap "0.500000"
  33. cl_crosshairgap_useweaponvalue "0"
  34. cl_crosshairsize "4.500000"
  35. cl_crosshairstyle "4"
  36. cl_crosshairthickness ".5"
  37. cl_crosshairusealpha "1"
  38. cl_fixedcrosshairgap "-3.500000"
  39.  
  40.  
  41. // Movement and other important binds
  42.  
  43. sensitivity 0.95
  44. bind v +voicerecord
  45. bind w "+forward"
  46. bind s "+back"
  47. bind space "+jump"
  48. bind a "+moveleft"
  49. bind d "+moveright"
  50. bind shift "+speed"
  51. bind ctrl "+duck"
  52. bind mwheeldown "+jump"
  53. bind mwheelup "+jump
  54. bind r "+reload"
  55. bind q "lastinv"
  56. bind e "+use"
  57. bind i "+left"
  58.  
  59.  
  60. // Rates
  61.  
  62. rate 80000
  63. cl_cmdrate 128
  64. cl_updaterate 128
  65. cl_interp 0.0
  66. cl_interp_ratio 1
  67. cl_timeout 300
  68. cl_lagcompensation 1
  69. ds_get_newest_subscribed_files
  70.  
  71.  
  72. // Netgraph
  73.  
  74. net_graph 1
  75. net_graphheight 48
  76. net_graphpos 2
  77. net_graphproportionalfont 0
  78.  
  79.  
  80. // Mouse
  81.  
  82. m_rawinput 0
  83. m_customaccel 0
  84. m_mouseaccel1 0
  85. m_mouseaccel2 0
  86. m_mousespeed 0
  87. m_customaccel_scale 0
  88.  
  89.  
  90. // Server Settings
  91.  
  92. cl_forcepreload 0
  93. cl_resend 6
  94. cl_resend_timeout 6
  95. cl_downloadfilter "nosounds"
  96. player_nevershow_communityservermessage 1
  97. cl_clearhinthistory 1
  98. cl_debugrumble 0
  99. adsp_debug 0
  100.  
  101.  
  102. // Sound
  103.  
  104. volume .25
  105. voice_enable 1
  106. voice_loopback 1
  107. voice_scale 0.5
  108. //dsp_enhance_stereo 0
  109. //snd_pitchquality 1
  110. snd_mixahead 0.018
  111. //snd_headphone_pan_exponent 1.2
  112. snd_headphone_pan_exponent 1.0
  113. //snd_headphone_pan_radial_weight 0.5
  114. snd_headphone_pan_radial_weight 1
  115. //snd_front_headphone_position 53.2
  116. snd_front_headphone_position 90.0
  117. snd_rear_headphone_position 90.0
  118. //snd_legacy_surround 0
  119.  
  120.  
  121. // Scripts
  122.  
  123. developer 1
  124. con_filter_enable 2
  125. con_filter_text_out "Player:"
  126. con_filter_text "damage"
  127.  
  128.  
  129. alias "+scorenet" "net_graphheight 64; +score"
  130. alias "-scorenet" "net_graphheight 1337; -score"
  131. bind "tab" "+scorenet"
  132.  
  133.  
  134.  
  135. // Graphic optimization
  136.  
  137. r_dynamic 0
  138. r_eyegloss 0
  139. fps_max 701
  140. fps_max_menu 241
  141. func_break_max_pieces 0
  142. cl_predict 1
  143. cl_predictweapons 1
  144. cl_detail_avoid_force 0
  145. cl_detail_avoid_radius 0
  146. cl_detail_avoid_recover_speed 0
  147. cl_detail_max_sway 0
  148. joystick 0
  149. bind shift "+speed; r_cleardecals"
  150.  
  151.  
  152.  
  153. // In game settings
  154.  
  155.  
  156. hud_scaling 0.9
  157. cl_teamid_overhead_mode 1
  158. cl_autowepswitch 0
  159. cl_showloadout 1
  160. option_duck_method 0
  161. option_speed_method 0
  162. hud_takesshots 1
  163. cl_showhelp 0
  164. cl_autohelp 0
  165. cl_disablefreezecam 1
  166. cl_spec_mode 4
  167. cl_freezecameffects_showholiday 1
  168. cl_hud_color 2
  169. cl_use_opens_buy_menu 0
  170. cl_showpos 0
  171. mat_monitorgamma 1.6
  172. gameinstructor_enable 0
  173.  
  174. // Radar size
  175.  
  176. cl_radar_scale 0.1
  177. cl_hud_radar_scale 1.3
  178.  
  179. //reveals bomb while defusing
  180.  
  181. alias "+pg_useradar" "+use; cl_radar_scale 0.70; gameinstructor_enable 1"
  182. alias "-pg_useradar" "-use; cl_radar_scale 0.1; gameinstructor_enable 0"
  183. bind "e" "+pg_useradar"
  184.  
  185.  
  186.  
  187. // Viewmodel
  188.  
  189. cl_viewmodel_shift_left_amt "1.5"
  190. cl_viewmodel_shift_right_amt "0.75"
  191. viewmodel_fov "68"
  192. viewmodel_offset_x "2.5"
  193. viewmodel_offset_y "2.0"
  194. viewmodel_offset_z "-2.0"
  195. viewmodel_presetpos "0"
  196. viewmodel_recoil "1.0"
  197.  
  198. cl_righthand 0
  199. cl_bob_lower_amt "21"
  200. cl_bobamt_lat "0.4"
  201. cl_bobamt_vert "0.25"
  202. cl_bobcycle "0.98""
  203.  
  204.  
  205. // Binds
  206.  
  207. bind 1 "slot1"
  208. bind 2 "slot2"
  209. bind 3 "slot3"
  210. bind 4 "slot4"
  211. bind 5 "slot5"
  212. bind 6 "slot6"
  213. bind x "slot12"
  214. bind "f3" "autobuy"
  215. bind "f4" "rebuy"
  216. bind mouse1 "+attack"
  217. bind mouse2 "+attack2"
  218. //bind mouse3 "toggle cl_righthand"
  219. //bind mouse4 "use weapon_flashbang"
  220. bind p "say :^]"
  221. bind j "say ¯\_(⊙︿⊙)_/¯"
  222. bind k "say young sniper ︻デ═一"
  223. bind "b" "buymenu"
  224. bind "g" "drop"
  225. bind "/" "messagemode"
  226. bind "u" "messagemode2"
  227. bind "m" "teammenu"
  228. bind "`" "toggleconsole"
  229. bind "ESCAPE" "cancelselect"
  230. bind "t" "+spray_menu
  231. bind z "radio"
  232. bind "semicolon" "+lookatweapon"
  233. bind "f" "player_ping"
  234.  
  235. bind 3 "slot3; cl_righthand 1"; bind 2 "slot2; cl_righthand 0"; bind 1 "slot1; cl_righthand 0"; bind 4 "slot4; cl_righthand 0"; bind 5 "slot5; cl_righthand 0
  236. host_writeconfig
  237.  
  238. clear
  239. echo " "
  240. echo " "
  241. echo " "
  242. echo " ```..----..``` "
  243. echo " `.-:+osssyyyysssso+:-.` "
  244. echo " `.-:+syhdddddddddddddhso/.` "
  245. echo " `-/oyhddddddddddddddddddyo:` "
  246. echo " `-/oyhddddddddddddddddddho:` "
  247. echo " `.-://++oossyhhdddddhyo/-. "
  248. echo " `..-:::::--..``` ``..--:+shdddhy+-` "
  249. echo " .:+syhddhysso+/:--..````````````````````````````.:ohdddhs/. "
  250. echo " `.-/+oyyyhhhhhhhhhyyysoo++///////////////////++osyhdddddho:` "
  251. echo " ```..--:::///+++oooooooooooooooooooooooooooooossyhddddddy+/-` "
  252. echo " ``..--:::::::::::::::::::::::::::/+shdddddhs+:.`` "
  253. echo " ` `` ``` ` `.:+syhdddddhs+/:-..```` "
  254. echo " ``.------------------:::/+oyhhddddddddhhhhyyyso/.` "
  255. echo " ``.:+osssyyyyyyyyyyyssssssssyhhdddddddddddddddddhs/-`` "
  256. echo " ``-:+ossssyyyyyysssssooo+//+oyhhdddddddhhhhddddddyo/-.` "
  257. echo " ````````````````````` `./oyhdddddhyo++shdddddys+:.` "
  258. echo " `.:+shdddddy+:-``./shddddyo/-.` "
  259. echo " `.-/oyhddddhyo/.` `:sddddds+-.` "
  260. echo " `:+syhdddhys+:.` `.:ohdddhs+-` "
  261. echo " `-+yddddhs+:.`` `-/syhddyo/-.` "
  262. echo " `.:ohddddy+-` `-/oshddhyo/:. "
  263. echo " ``-/shdddhs/. `.:+yhdddhs/-.` "
  264. echo " ``-/shdddhs/` `-/oyhddhyo/. "
  265. echo " ``-/ohdddds/. `:+shddhs+:-` "
  266. echo " `./ohddddy+.`.:+shddho/-.` "
  267. echo " ``....--:/+shddddh+-`.-/+yhdho/-`` "
  268. echo " `.:+ooossssyhddddhs+-` `.:ohdho/-.` "
  269. echo " `:ohdddddddddhhso/:.` .+ydhs/-`` "
  270. echo " `-:://++++//:--.`` ./ydho/-.` "
  271. echo " ``````` `.-:ohdho/-.` "
  272. echo " ``...----:/+syhddho:-`` "
  273. echo " `-/+syhhhhhhdddddhy+-` "
  274. echo " `.-:/+oooo++++++//:.` "
  275. echo " ``.....`...``` "
  276. echo " "
  277. echo " "
  278. echo " "
  279. echo " "
  280. echo "ooga ooga"
  281.  
Add Comment
Please, Sign In to add comment