Advertisement
Guest User

Untitled

a guest
Jul 28th, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.69 KB | None | 0 0
  1. //ALIAS
  2. alias serverinfo "developer 1;wait 120;status;wait 1000; developer 0"
  3. alias record_demo "start_demo"
  4. alias start_demo "prec_record; alias record_demo "stop_demo""
  5. alias stop_demo "stop; say_team "[P-REC] Stopped Recording."; play "buttons/button17.wav"; alias record_demo "start_demo""
  6.  
  7. //KEYBOARD BINDS
  8. unbindall
  9. bind "a" "+moveleft"
  10. bind "c" "voice_menu_3"
  11. bind "d" "+moveright"
  12. bind "e" "voicemenu 0 0"
  13. bind "g" "taunt"
  14. bind "h" "inspect"
  15. bind "i" "showmapinfo"
  16. bind "j" "prec_mark"
  17. bind "k" "toggleconsole"
  18. bind "l" "dropitem"
  19. bind "m" "open_charinfo_direct"
  20. bind "n" "open_charinfo_backpack"
  21. bind "o" "hud_reloadscheme"
  22. bind "p" "incrementvar net_graph 0 1 1"
  23. bind "q" "lastinv"
  24. bind "r" "+reload"
  25. bind "s" "+back"
  26. bind "t" "impulse 201"
  27. bind "u" "say_team"
  28. bind "v" "+voicerecord"
  29. bind "w" "+forward"
  30. bind "x" "voice_menu_2"
  31. bind "y" "say"
  32. bind "z" "voice_menu_1"
  33. bind "," "changeclass"
  34. bind "." "changeteam"
  35. bind "\" "+quickswitch"
  36. bind "-" "disguiseteam"
  37. bind "SPACE" "+jump"
  38. bind "SHIFT" "+duck"
  39. bind "TAB" "+showscores"
  40. bind "ESCAPE" "cancelselect"
  41.  
  42. //F-KEYS
  43. bind "F1" "cl_trigger_first_notification"
  44. bind "F2" "cl_decline_first_notification"
  45. bind "F3" "kill"
  46. bind "F4" "screenshot"
  47. bind "F5" "jpeg"
  48. bind "F6" "record_demo"
  49. bind "F7" "serverinfo"
  50. bind "F8" "record fix; stop"
  51. bind "F9" "incrementvar cl_hud_minmode 0 1 1"
  52. bind "F10" "quit prompt"
  53. bind "F11" "toggle cl_downloadfilter none nosounds"
  54.  
  55. //MOUSE BINDS
  56. bind "MOUSE1" "+attack"
  57. bind "MOUSE2" "+attack2"
  58. bind "MOUSE3" "lastdisguise"
  59. bind "MWHEELUP" "invprev"
  60. bind "MWHEELDOWN" "invnext"
  61.  
  62. //SLOT BINDS
  63. bind "1" "slot1"
  64. bind "2" "slot2"
  65. bind "3" "slot3"
  66. bind "4" "slot4"
  67. bind "5" "slot5"
  68. bind "6" "slot6"
  69. bind "7" "slot7"
  70. bind "8" "slot8"
  71. bind "9" "slot9"
  72. bind "0" "slot10"
  73. bind "[" "slot11"
  74. bind "]" "slot12"
  75.  
  76. //HUD OPTIONS
  77. hud_combattext "1"
  78. hud_medicautocallers "0"
  79. hud_medichealtargetmarker "0"
  80. hud_classautokill "1"
  81. hud_takesshots "0"
  82. cl_hud_minmode "0"
  83. cl_use_tournament_specgui "1"
  84. cl_spec_carrieditems "0"
  85. con_enable "1"
  86.  
  87. //MOUSE SETTINGS
  88. sensitivity "0.3"
  89. m_rawinput "1"
  90. m_filter "0"
  91. m_pitch "0.022"
  92. m_yaw "0.022"
  93. m_side "0.8"
  94. m_forward "1"
  95. m_customaccel "0"
  96. m_mouseaccel1 "0"
  97. m_mouseaccel2 "0"
  98. m_mousespeed "1"
  99. cl_mouselook "1"
  100. joystick "0"
  101.  
  102. //VIEWMODEL SETTINGS
  103. r_drawviewmodel "1"
  104. cl_flipviewmodels "0"
  105. viewmodel_fov "84"
  106. viewmodel_fov_demo "70"
  107.  
  108. //HITSOUND SETTINGS
  109. tf_dingalingaling "1"
  110. tf_dingaling_pitchmindmg "100"
  111. tf_dingaling_pitchmaxdmg "100"
  112. tf_dingaling_volume "0.9"
  113.  
  114. //GRAPHIC OPTIONS
  115. fov_desired "90"
  116. mat_colorcorrection "1"
  117. mp_decals "180"
  118. cl_playerspraydisable "0"
  119. r_spray_lifetime "2"
  120. glow_outline_effect_enable 1
  121. tf_particles_disable_weather "0"
  122. tf_colorblindassist "0"
  123. jpeg_quality "100"
  124. cl_showfps "1"
  125.  
  126. //NET SETTINGS
  127. cl_interp "0.08"
  128. cl_cmdrate "66"
  129. cl_updaterate "66"
  130. rate "30000"
  131.  
  132. //WEAPON HANDLING
  133. hud_fastswitch "1"
  134. cl_autoreload "1"
  135. cl_autorezoom "0"
  136. tf_remember_activeweapon "1"
  137. tf_remember_lastswitched "0"
  138. tf_simple_disguise_menu "0"
  139. tf_medigun_autoheal "0"
  140.  
  141. //STANDARD CROSSHAIR
  142. cl_crosshair_red "0"
  143. cl_crosshair_green "255"
  144. cl_crosshair_blue "0"
  145. cl_crosshair_file "crosshair7"
  146. cl_crosshair_scale "30"
  147.  
  148. //CONTENT OPTIONS
  149. cl_disablehtmlmotd "1"
  150. cl_downloadfilter "none"
  151.  
  152. //SOUND SETTINGS
  153. volume "0.32"
  154. snd_musicvolume "0"
  155. snd_pitchquality "1"
  156. cc_subtitles "0"
  157.  
  158. //VOICE SETTINGS
  159. voice_enable "1"
  160. voice_modenable "1"
  161. voice_scale "1"
  162.  
  163. //NETGRAPH
  164. net_graphsolid "1"
  165. net_graphtext "1"
  166. net_graphmsecs "400"
  167. net_graphshowlatency "1"
  168. net_graphshowinterp "1"
  169. net_graph "0"
  170. net_graphpos "1"
  171. net_graphheight "2"
  172. net_graphproportionalfont "0"
  173.  
  174. //MISC
  175. tf_respawn_on_loadoutchanges "0"
  176. cl_trading_show_requests_from "3"
  177. cl_notifications_show_ingame "1"
  178. cl_notifications_max_num_visible "3"
  179. cl_notifications_move_time "0.8"
  180. cl_showbackpackrarities "0"
  181.  
  182. //SERVER BROWSER
  183. sb_close_browser_on_connect "0"
  184. sb_dontshow_maxplayer_warning "1"
  185. sb_mod_suggested_maxplayers "24"
  186. sb_quick_list_bit_field "-1"
  187. sb_showblacklists "0"
  188.  
  189. //SKIP HELP DIALOGS
  190. tf_training_has_prompted_for_training "1"
  191. tf_training_has_prompted_for_offline_practice "1"
  192. tf_training_has_prompted_for_forums "1"
  193. tf_explanations_backpackpanel "1"
  194. tf_explanations_charinfopanel "1"
  195. tf_explanations_craftingpanel "1"
  196. tf_explanations_discardpanel "1"
  197. tf_explanations_store "1"
  198. tf_explanations_tradingpanel "1"
  199. tf_explanations_charinfo_armory_panel "1"
  200. cl_training_completed_with_classes "9"
  201.  
  202. //P-REC SETTINGS
  203. prec_mode "2"
  204. prec_recordstv "0"
  205. prec_check_update "1"
  206. prec_notify "1"
  207. prec_log "1"
  208. prec_screens "0"
  209. prec_delete_useless_demo "0"
  210. prec_min_streak "3"
  211. prec_dir "demos"
  212. prec_sound "1"
  213.  
  214. //EXECUTE OTHER CFG's
  215. exec maxframes
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement