Advertisement
ReverendV92

TF2 Low-Spec Config Custom

Mar 6th, 2020
521
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 6.11 KB | None | 0 0
  1. // Launch Commands:
  2. // -window -noborder -dev -novid -nostartupsound -w 2560 -h 1080
  3.  
  4. key_updatelayout
  5. developer 1
  6. fps_max 30 // FPS cap
  7.  
  8. // Core Engine Crap
  9.  
  10. sv_unlockedchapters 99
  11. sv_pure -1
  12.  
  13. con_enable 1 // Enable Console
  14. con_notifytime 0 // Console Notify time = 0 seconds
  15. con_drawnotify 0
  16.  
  17. // Row 1 Binds
  18.  
  19. bind escape cancelselect
  20. // bind f1
  21. bind f2 show_quest_log
  22. // bind f3
  23. // bind f4
  24. // bind f5
  25. // bind f6
  26. // bind f7
  27. bind f8 "screenshot;jpeg"
  28. // bind f9
  29. // bind f10
  30. // bind f11
  31. // bind f12
  32. // bind prntscrn
  33. // bind scrolllock
  34. // bind pause
  35. // bind numlock  // because the pause button on my keyboard registers as "numlock"
  36.  
  37. // Row 2 Binds
  38.  
  39. bind ` toggleconsole // Kinda important, yeah?
  40. bind 1 slot1
  41. bind 2 slot2
  42. bind 3 slot3
  43. bind 4 slot4
  44. bind 5 slot5
  45. bind 6 slot6
  46. bind 7 slot7
  47. bind 8 slot8
  48. bind 9 slot9
  49. bind 0 slot10
  50. bind - disguiseteam
  51. // bind =
  52.  
  53. // Row 3 Binds
  54.  
  55. bind tab +showscores
  56. bind q lastinv
  57. bind w +forward
  58. bind e "+helpme;+use"
  59. bind r +reload
  60. // bind t
  61. // bind y
  62. // bind u
  63. bind i showmapinfo
  64. // bind o
  65. // bind p
  66. // bind [
  67. // bind ]
  68. // bind \
  69.  
  70. // Row 4 Binds
  71.  
  72. // bind capslock
  73. bind a +moveleft
  74. bind s +back
  75. bind d +moveright
  76. // bind f
  77. bind g +taunt
  78. bind h +use_acton_slot_item
  79. // bind j
  80. // bind k
  81. bind l dropitem
  82. // bind semicolon
  83. // bind '
  84. // bind enter
  85.  
  86. // Row 5 Binds
  87.  
  88. // bind shift
  89. bind z voice_menu_1
  90. bind x voice_menu_2
  91. bind c voice_menu_3
  92. // bind v
  93. bind b lastdisguise
  94. bind n open_charinfo_backpack
  95. bind m open_charinfo_direct
  96. bind , changeclass
  97. bind . changeteam
  98. // bind /
  99. // bind rshift
  100.  
  101. // Row 6 Binds
  102.  
  103. bind ctrl +duck
  104. // bind lwin
  105. bind alt +walk
  106. bind space +jump
  107. // bind ralt
  108. // bind rwin
  109. // bind app
  110. // bind rctrl
  111.  
  112. // Arrow Key Area Binds
  113.  
  114. // bind ins
  115. bind home say
  116. bind pgup cl_trigger_first_notification
  117. bind del say_party
  118. bind end say_team
  119. bind pgdn cl_decline_first_notification
  120.  
  121. // bind uparrow
  122. // bind leftarrow
  123. // bind rightarrow
  124. // bind downarrow
  125.  
  126. // Numpad Binds
  127.  
  128. // bind kp_slash
  129. // bind kp_multiply
  130. // bind kp_minus
  131. // bind kp_home
  132. // bind kp_uparrow
  133. // bind kp_pgup
  134. // bind kp_add
  135. // bind kp_leftarrow
  136. // bind kp_5
  137. // bind kp_rightarrow
  138. // bind kp_end
  139. // bind kp_downarrow
  140. // bind kp_pgdn
  141. // bind kp_enter
  142. // bind kp_ins
  143. // bind kp_del
  144.  
  145. bind mouse1 +attack
  146. bind mouse2 +attack2
  147. bind mouse3 +attack3
  148. // bind mouse4
  149. // bind mouse5
  150. bind mwheelup invprev
  151. bind mwheeldown invnext
  152.  
  153. // Mouse
  154.  
  155. m_filter 1
  156. m_customaccel 3
  157. m_rawinput 1
  158.  
  159. // Performance
  160.  
  161. mat_colorcorrection 0
  162. cl_detaildist 0
  163.  
  164. r_3dsky 1
  165. r_dynamic 0
  166. r_maxdlights 0
  167. r_worldlights 0
  168. r_shadows 0
  169. r_drawflecks 0
  170. r_threaded_particles 1
  171. r_threaded_renderables 1
  172.  
  173. r_lod 2
  174. r_decals 24
  175. mp_decals 24
  176. r_decalstaticprops 0
  177. r_drawmodeldecals 0
  178. r_maxmodeldecal 0
  179.  
  180. sv_forcepreload 1
  181.  
  182. mat_specular 0
  183. mat_queue_mode 2
  184.  
  185. mat_filterlightmaps 0
  186. mat_bumpmap 0  
  187. mat_picmip 4
  188. mat_forceaniso 0  
  189. mat_mipmaptextures 0
  190. mat_filtertextures 0  
  191. mat_envmapsize 0  
  192. mat_antialias 0
  193.  
  194. mat_motion_blur_enabled 0
  195.  
  196. // Water
  197.  
  198. mat_drawwater 1
  199. r_waterdrawreflection 0  
  200. r_waterdrawrefraction 0
  201. cl_show_splashes 0
  202.  
  203. // FX
  204.  
  205. fov_desired 90
  206. viewmodel_fov 54
  207.  
  208. cl_ejectbrass 0
  209.  
  210. muzzleflash_light 0
  211.  
  212. // Characters & Ragdolls
  213.  
  214. r_eyemove 0
  215. r_eyes 0
  216. r_teeth 0
  217. cl_ragdoll_collide 0
  218. blink_duration 0
  219. ai_expression_optimization 1
  220.  
  221. // Ropes
  222.  
  223. rope_averagelight 0
  224. rope_collide 0
  225. rope_rendersolid 0
  226. rope_shake 0
  227. rope_smooth 0
  228. rope_smooth_enlarge 0
  229. rope_smooth_maxalpha 0
  230. rope_smooth_maxalphawidth 0
  231. rope_smooth_minalpha 0
  232. rope_smooth_minwidth 0
  233. rope_subdiv 0
  234. rope_wind_dist 0.01
  235.  
  236. // Gibs
  237.  
  238. cl_phys_props_enable 0
  239.  
  240. props_break_max_pieces 0
  241. props_break_max_pieces_perframe 0
  242.  
  243. violence_ablood 0
  244. violence_agibs 0
  245. violence_hblood 0
  246. violence_hgibs 0
  247.  
  248. // TF2 Bits
  249.  
  250. // Weapons
  251.  
  252. hud_fastswitch 1 // Fast-Switch Weapons
  253. tf_sniper_fullcharge_bell 1
  254. tf_medigun_autoheal 1
  255. hud_medicautocallers 1
  256. hud_medicautocallersthreshold 47
  257. hud_medichealtargetmarker 1
  258. tf_use_min_viewmodels 1
  259. tf_simple_disguise_menu 1
  260.  
  261. hud_classautokill 0
  262.  
  263. cl_disablehtmlmotd 1
  264. cl_showbackpackrarities 1
  265. tf_explanations_backpackpanel 1
  266. cl_notifications_show_ingame 0
  267. cl_trading_show_requests_from 4
  268.  
  269. cl_ask_favorite_opt_out 1
  270. cl_ask_blacklist_opt_out 1
  271.  
  272. cl_spec_mode 6
  273.  
  274. hud_freezecamhide 1
  275.  
  276. hud_combattext_batching 1
  277. hud_combattext_red 255
  278. hud_combattext_green 1
  279. hud_combattext_blue 1
  280.  
  281. tf_contract_competitive_show 1
  282.  
  283. // Hints
  284.  
  285. tf_hud_notification_show_count_kart_controls 3
  286. tf_hud_notification_show_count_ghost_controls_no_respawn 1
  287. cl_hud_playerclass_playermodel_showed_confirm_dialog 1
  288. tf_spectator_target_location 2
  289. tf_hud_target_id_alpha 100
  290. // cl_use_tournament_specgui 1
  291.  
  292. tf_explanations_charinfopanel 1
  293. tf_show_preset_explanation_in_class_loadout 0
  294. tf_show_taunt_explanation_in_class_loadout 0
  295. tf_explanations_craftingpanel 1
  296. tf_show_maps_details_explanation_count 1
  297. tf_explanations_discardpanel 1
  298. tf_explanations_store 1
  299. tf_scoreboard_mouse_mode 1
  300. tf_scoreboard_ping_as_text 1
  301. tf_scoreboard_alt_class_icons 1
  302. tf_casual_welcome_hide 1
  303. tf_matchmaking_ticket_help 1
  304. tf_quest_map_intro_viewed 1
  305. tf_inspect_hint_count 11
  306. tf_highfive_hintcount 3
  307. tf_remember_activeweapon 1
  308. tf_remember_lastswitched 1
  309. tf_respawn_on_loadoutchanges 0
  310. sb_dontshow_maxplayer_warning 1
  311.  
  312. tf_find_a_match_hint_viewed 1
  313. tf_training_has_prompted_for_training 1
  314. tf_training_has_prompted_for_offline_practice 1
  315. tf_training_has_prompted_for_forums 1
  316. tf_training_has_prompted_for_options 1
  317. tf_training_has_prompted_for_loadout 1
  318.  
  319. // Pyrovision
  320.  
  321. pyro_vignette_distortion 0
  322. pyro_dof 0
  323.  
  324. // MvM
  325.  
  326. tf_mvm_tabs_discovered 3
  327. tf_romevision_opt_in 1
  328. tf_mvm_classupgradehelpcount 3
  329.  
  330. // Replay
  331.  
  332. ds_prefix delme_
  333. ds_min_streak 4.000000
  334. ds_kill_delay 15.000000
  335. ds_autodelete 1
  336.  
  337. replay_replaywelcomedlgcount 2
  338. replay_enableeventbasedscreenshots 1
  339. replay_quitmsg_dontaskagain 1
  340. replay_replayeditor_rewindmsgcounter 1
  341. replay_enablerenderpreview 0
  342.  
  343. // Sound
  344.  
  345. snd_mix_async 1
  346.  
  347. volume 1
  348. snd_musicvolume 1
  349. voice_enable 0
  350. voice_forcemicrecord 0
  351. sv_voiceenable 0 // Disable VOIP
  352.  
  353. hud_saytext_time 0 // Chat display time = 0 seconds
  354.  
  355. clear
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement