Advertisement
JackStanley

Jack Stanley's custom config

Apr 18th, 2018
4,731
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.21 KB | None | 0 0
  1. // launch options: -novid -nojoy -nosteamcontroller -noff -softparticlesdefaultoff -reuse -noborder -windowed -r_emulate_gl -nohltv -threads 4
  2. // dxlevel: 98
  3. // upload=1.57Mbps too lazy to change it
  4. // maxperformance preset, no tutorial addon, mouse tweaks addon
  5. // LOD tweak + nosoundscapes + hamburger's model removal + yttrium's competitive viewmodels
  6. // Specs: https://pastebin.com/raw/N9iD9v9b
  7. // Thanks stabby, b4nny and many others for scripts and aliases
  8.  
  9.  
  10.  
  11.  
  12. //------------------------------------------------
  13. // TF2 Anti-Virus by Casual v1.1
  14. //------------------------------------------------
  15. // PLEASE READ THROUGH THIS FILE CAREFULLY BEFORE USE!
  16. // It contains very important information to make full use of its features!
  17. // I am not responsible for any damages usage of these instructions might cause!
  18.  
  19.  
  20. //------------------------------------------------
  21. // General tips
  22. //------------------------------------------------
  23. // By creating an alias with the same name as an existing ConVar or ConCommand you can prevent anyone from changing / executing that command.
  24. // This config makes extensive use of it to prevent the server from modifying certain ConVars.
  25. // Examples:
  26. // alias unbindall "echo blocked!" - will prevent you from executing this command (by accident)
  27.  
  28.  
  29. //------------------------------------------------
  30. // AdBlock: pinion.gg
  31. //------------------------------------------------
  32. // Pinion is a popular advertising network which abuses Flash to play really annoying advertising in motds.
  33. // Follow these steps carefully to disable them from working.
  34. // NOTE! (20 Feb 2013) The guys from pinion have said that they will work on preventing this bypass from working so (part of) it may not work to your satisfaction!
  35. //
  36. // http://nopinion.tumblr.com/
  37. // First we must prevent pinion from connecting to its host to load the ads,
  38. // Add '127.0.0.1 motd.pinion.gg' to your hosts file, use google if you have any issues.
  39. //
  40. // There used to be a trick (creating an empty text file in your tf directory named textwindow_temp.html) to prevent the game from showing a html motd.
  41. // While I've been advocating its use I think it stopped working when Valve switched to webkit for rendering the html. So ignore this advice :)
  42. //
  43. // Pinion also has an annoying feature that forces you to watch their ads for up to 20 seconds (it'll reopen the motd if you click continue too soon).
  44. // Since we're already blocking their ads from loading there's no point for us to look at an empty screen.
  45. // The way pinion works is by asking your client to execute a command 'closed_htmlpage' to notify the server when you click continue.
  46. // No such command exists on your client and thus it'll forward it to the server, however by aliasing it we effectively hijack this command so the server will never know we got passed it!
  47. // BUG: However doing so causes the motd (I don't know if pinion is doing this on purpose) to open by itself at random times during gameplay. To prevent this we have to issue a 'closed_htmlpage' command some time afterwards.
  48. // Because we have already aliased it the only way for us to send this command to the server directly is with the 'cmd' command, bind it to a key or type it some time during gameplay.
  49.  
  50. cl_disablehtmlmotd 0
  51. alias closed_htmlpage "echo Blocked pinion!"
  52. alias fuckpinion "cmd closed_htmlpage"
  53.  
  54. //------------------------------------------------
  55. // Aux features
  56. //------------------------------------------------
  57.  
  58. // Gets rid of servers playing annoying sound files
  59. // NOTE! This will also prevent the main menu from playing a song!
  60. alias play "echo Blocked play!"
  61. alias sndplaydelay "echo Blocked sndplaydelay!"
  62. alias playgamesound "echo Blocked playgamesound!"
  63. alias soundfade "echo Blocked soundfade!"
  64.  
  65. // Servers don't need this
  66. alias cl_spec_mode
  67. alias rpt_connect
  68. alias r_screenoverlay
  69.  
  70.  
  71.  
  72.  
  73.  
  74. bind tab "+scoreboard"
  75. alias +scoreboard "+showscores;cl_showpos 1;net_graph 4;developer 1;mat_filterlightmaps 1;mat_filtertextures 1;mem_compact;r_cleardecals;"
  76. alias -scoreboard "-showscores;cl_showpos 0;net_graph 0;developer 0;mat_filterlightmaps 0;mat_filtertextures 0;mem_compact"
  77.  
  78. //bind tab "mat_filterlightmaps 1;mat_filtertextures 1"
  79.  
  80. // BASICS
  81. sensitivity // note that at a resolution of 1920x1080 or higher, a sensitivity higher than 2.712 will result in pixel skipping--consider increasing your DPI to keep it below this value.
  82. volume .018
  83. snd_musicvolume 0
  84. fov_desired 90
  85. viewmodel_fov 90
  86. viewmodel_fov_demo 80
  87.  
  88. // SOUND:
  89. snd_surround_speakers 7 // 0 for built-in Miles3D headphone sound, 2/4/5/7 for speakers setup (select appropriate # of speakers), 7 for using Razer Surround Sound for headphones (installer is included in this pack)
  90. dsp_enhance_stereo 0 // "0" for software headphones surround, "1" for snd_surround_speakers 0 (normal headphone setting)
  91. snd_spatialize_roundrobin 0 // keep at 0 for better surround sound placement/accuracy
  92. snd_mixahead .06 // Sound delay/buffer. Increase if you the beginning of sounds are cut out .05 has been known to be unstable
  93. dsp_water 0 // removes "underwatery" sound
  94. snd_pitchquality 1 // no reason to use 0, makes sound horrible at nill FPS increase
  95. dsp_slowcpu 1 // helps frame, reduces noise
  96.  
  97. // HIT SOUND--my settings (tweak as you like)
  98. play "hitsound.wav" //name of the file you want to use. This pre-caches the sound.
  99. tf_dingalingaling "1"
  100. tf_dingaling_wav_override "hitsound.wav"
  101. tf_dingaling_pitchmaxdmg "150" //higher pitch for high damage
  102. tf_dingaling_pitchmindmg "50" //lower pitch for less damage
  103. tf_dingalingaling_last_effect "hitsound.wav"
  104.  
  105. // CHARACTER VIEWMODEL in the corner--enable this to see your disguise and disguise weapon, very useful for spy:
  106. cl_hud_playerclass_use_playermodel 1
  107.  
  108. // JARATE ICON
  109. tf_colorblindassist 1 // shows jar icons over jarated targets
  110.  
  111. //Zoom
  112. bind shift "+zoomin"
  113. alias "+zoomin" "fov_desired 75;r_drawviewmodel 0"
  114. alias "-zoomin" "fov_desired 90;r_drawviewmodel 1"
  115.  
  116. // COMBAT TEXT BATCHING (damage text)
  117. hud_combattext_batching 1
  118. hud_combattext_batching_window 2.0 // seconds
  119.  
  120. // COMMUNICATION
  121. hud_saytext_time 2 //Default is 12 and measured in seconds, this is the amount of time chat stays on your screen
  122. voice_enable 0 //Default is 1, This is the voice chat in the game 1 = on, 0 = off
  123.  
  124. // Normal Jump Script
  125. alias "+jumpeh" "+jump;dotxhaircolor;spec_mode;+moveup"
  126. alias "-jumpeh" "-duck;dotxhaircolor;-moveup"
  127. bind "space" "+jumpeh"
  128.  
  129. // set crouch to move you downward in water
  130. bind "ctrl" "+dk;dotxhaircolor"
  131. alias +dk "+duck;+movedown;dotxhaircolor"
  132. alias -dk "-duck;-movedown;dotxhaircolor"
  133.  
  134. // QUICKPLAY
  135. tf_custom_ping_enabled 1
  136. tf_custom_ping 75 // sets your ping limit to 75 instead of 100 default...tweak till you're able to find a game fast enough for you not to mind a little longer wait for lower ping :)
  137. tf_quickplay_pref_advanced_view 1
  138.  
  139. //Net_graph settings
  140. net_graphshowinterp 1
  141. net_graphshowlatency 1
  142. net_graphtext "1"
  143. net_graphproportionalfont 1
  144. net_graph 1
  145. net_graphpos 250
  146. net_graphsolid 0
  147. net_graphmsecs 200
  148. net_scale 15
  149. net_graphheight 64
  150. net_graphsolid 0
  151.  
  152. //Mouse
  153. sensitivity
  154. m_yaw 0.022000
  155. m_pitch 0.022000
  156. m_customaccel_exponent 0
  157. m_customaccel_max 0
  158. m_customaccel_scale 0
  159. m_filter 0
  160. m_forward 1
  161. m_mouseaccel1 0
  162. m_mouseaccel2 0
  163. m_customaccel 0
  164. m_rawinput 1
  165. m_mousespeed 0
  166.  
  167. //Demo recorder
  168. ds_kill_delay 15.000000
  169. ds_enable 2
  170. ds_dir
  171. ds_notify 1
  172. ds_sound on
  173. ds_min_streak 4
  174. ds_autodelete 0
  175. ds_screens 1
  176.  
  177. mod_load_anims_async 0 // Disable async animation loading, yttrium's competitive viewmodels workaround
  178. mod_load_mesh_async 0 // Disable async mesh loading ^
  179. mod_load_vcollide_async 0 // Disable async vcollide loading ^
  180.  
  181. //adv. options
  182. hud_fastswitch 1
  183. cl_autoreload "1"
  184. tf_hud_target_id_disable_floating_health 1
  185. cl_hud_minmode 0
  186. hud_combattext "1"
  187. ud_combattext_doesnt_block_overhead_text "0"
  188. tf_sniper_fullcharge_bell "1"
  189. tf_simple_disguise_menu "0"
  190. cl_autorezoom "0"
  191. tf_hud_no_crosshair_on_scope_zoom "0"
  192. tf_medigun_autoheal "1"
  193. hud_medichealtargetmarker "1"
  194. f_colorblindassist "1"
  195. cl_use_tournament_specgui "1"
  196. cl_spec_carrieditems "1"
  197. glow_outline_effect_enable "0"
  198. cl_hud_playerclass_use_playermodel "1"
  199. tf_use_min_viewmodels "0"
  200. cl_notifications_show_ingame "0"
  201.  
  202. //quick demo mark
  203. bind [KEY] "ds_mark marking; prec_mark marking"
  204.  
  205. //Net_graph settings
  206. net_graphshowinterp 1
  207. net_graphshowlatency 1
  208. net_graphtext "1"
  209. net_graphproportionalfont 1
  210. net_graph 0
  211. net_graphpos 250
  212. net_graphsolid 0
  213. net_graphmsecs 50
  214. net_scale 15
  215.  
  216. hud_escort_interp 0.1
  217. sv_allow_point_servercommand always
  218.  
  219. // -----------------------
  220. // '-- Closed Captions --'
  221. // -----------------------
  222. // Customization of notifications of sounds and voices in closed captions
  223.  
  224. cc_linger_time 1 // Seconds for captions to stay on screen
  225. cc_minvisibleitems 1 // Minimum captions to shown
  226. cc_predisplay_time 0 // Delay between the sound and showing the caption
  227. cc_sentencecaptionnorepeat 4 // How many times a caption can repeat
  228. snd_vox_captiontrace 1 // show sentence IDs when there is no caption
  229. closecaption 1
  230. cc_subtitles 0
  231. cc_lang "clovervidiar"
  232. cc_predisplay_time 0
  233.  
  234.  
  235. alias walkway "map tr_walkway_rc2" //fast tr_walkway_rc2
  236. alias "badlands" "rcon changelevel cp_badlands"
  237. alias "process" "rcon changelevel cp_process_final"
  238. alias "snakewater" "rcon changelevel cp_snakewater_final1"
  239. alias "gullywash" "rcon changelevel cp_gullywash_final1"
  240. alias "granary" "rcon changelevel cp_granary_pro_b10"
  241. alias "product" "rcon changelevel koth_product_rc8"
  242. alias "metalworks" "rcon changelevel cp_metalworks_rc7"
  243. alias "sunshine" "rcon changelevel cp_sunshine_rc9"
  244. alias "mge" "rcon changelevel mge_training_v8_beta4b"
  245.  
  246. cl_hud_killstreak_display_alpha 100 // Adjust the translucency of the killstreak banner (0 to 255)
  247. cl_hud_killstreak_display_fontsize 1 // Killstreak font size (0 to 2)
  248. cl_hud_killstreak_display_time 2.25 // Killstreak display time in seconds
  249.  
  250. glow_outline_effect_enable 1 // Enable ally and objective xrays
  251. tf_enable_glows_after_respawn 1 // Enable spawn xrays
  252. tf_spec_xray_disable 0 // Enable xrays while spectating
  253. tf_spectate_pyrovision 0 // Do not force use pyrovision in spectator mode
  254.  
  255.  
  256.  
  257. map_background preload_room; wait 10; disconnect //yttrium's competitive viewmodels preloading
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement