Advertisement
Guest User

Untitled

a guest
Dec 7th, 2019
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.89 KB | None | 0 0
  1. // --- #schocky 2015 ---
  2. // launch-options: -console -novid -full -w 1920 -h 1080 -nod3d9ex -dxlevel 80
  3. //old setiings of hugo -noassert -noborder -nocrashdialog -nominidumps -novid -refresh 60 -dxlevel 98 -console -high -dev -width 1920 -height 1080 -threads 4
  4.  
  5. //launch-options
  6. //-novid -nojoy -noff -reuse -softparticlesdefaultoff -limitvsconst -r_emulate_gl +mat_trilinear 0 -noforcemaccel -noforcemspd -dxlevel 98
  7.  
  8.  
  9. //--- options ---
  10.  
  11. tf_dingaling_lasthit_pitch_override 100
  12. tf_scoreboard_ping_as_text 1
  13. // --- mouse ---
  14. sensitivity "2"
  15. m_rawinput "1"
  16. m_filter "0"
  17.  
  18. // --- audio/voice ---
  19. volume "0.08"
  20. snd_pitchquality "0"
  21. dsp_enhance_stereo "0"
  22. snd_mix_async "1"
  23. snd_mixahead ".05"
  24. snd_async_fullyasync "1"
  25. voice_enable "1"
  26. snd_musicvolume "0.0"
  27.  
  28. // --- video ---
  29. exec fps.cfg
  30. // --- maxfps/fov_desired ---
  31. cl_hud_playerclass_use_playermodel 0
  32. fps_max "720" // getting almost no noticable tearing with hz*5 :X
  33. fov_desired "90"
  34. cpu_frequency_monitoring "0"
  35. mat_monitorgamma "3"
  36. mat_monitorgamma_tv_enabled "1"
  37. mat_monitorgamma_tv_exp "3"
  38. mat_monitorgamma_tv_range_max "255"
  39. mat_monitorgamma_tv_range_min "0"
  40.  
  41. // --- multiplayer ---
  42. cl_allowdownload "1"
  43. cl_downloadfilter "nosounds"
  44.  
  45. // --- advanced ---
  46. cl_hud_playerclass_use_playermodel "0"
  47. cl_autoreload "1"
  48. hud_fastswitch "1"
  49. cl_hud_minmode "0"
  50. hud_classautokill "0"
  51. tf_respawn_on_loadoutchanges "1"
  52. tf_medigun_autoheal "1"
  53. cl_autorezoom "0"
  54. hud_takesshots "0"
  55. tf_remember_lastswitched "1"
  56. viewmodel_fov "90"
  57. viewmodel_fov_demo "90"
  58. fov_desired "90"
  59. cl_showfps "3"
  60. cl_playerspraydisable "0"
  61. tf_colorblindassist "0"
  62. cl_disablehtmlmotd "0"
  63. cl_spec_carrieditems "1"
  64. cl_use_tournament_specgui "1"
  65. tf_simple_disguise_menu "0"
  66. hud_combattext "1"
  67. hud_medichealtargetmarker "1"
  68. hud_medicautocallersthreshold "50"
  69. tf_dingalingaling "1"
  70. tf_dingaling_volume "1"
  71. glow_outline_effect_enable "1"
  72. cl_cloud_settings "0"
  73. cl_notifications_show_ingame "1"
  74. cl_trading_show_requests_from "2"
  75. sb_close_browser_on_connect "1"
  76. cl_forcepreload "1"
  77. cl_cloud_settings "0"
  78. sys_minidumpspewlines "1"
  79. cl_loadondemand_default "0"
  80. ai_expression_optimization "0"
  81. cl_mvm_wave_status_visible_during_wave "1"
  82. cl_use_tournament_specgui "1"
  83. hud_combattext_batching "0"
  84.  
  85. //--- net ---
  86. // --- settings ---
  87. //cl_cmdrate 66
  88. //cl_interp 0.0152
  89. //cl_interp_ratio 1
  90. //cl_lagcompensation 1
  91. //cl_pred_optimize 2
  92. //cl_smooth 0
  93. //cl_smoothtime 0.01
  94. //cl_updaterate 66
  95. //rate 60000
  96.  
  97. cl_updaterate 1000
  98. cl_cmdrate 1000
  99. cl_interp 0
  100. cl_interp_ratio 1
  101. cl_lagcompensation 1
  102. cl_pred_optimize 2
  103. cl_smooth 0
  104. cl_smoothtime 0.07
  105. rate 300000
  106.  
  107. // --- graph ---
  108. alias +scoregraph "+showscores; net_graph 1; developer 1"
  109. alias -scoregraph "-showscores; net_graph 0; developer 0"
  110. bind TAB +scoregraph
  111.  
  112. net_graph 0
  113. net_graphheight 1045
  114. net_graphpos 1
  115. net_graphproportionalfont 0
  116.  
  117. //--- threading ---
  118. mat_queue_mode "2"
  119. r_threaded_client_shadow_manager "1"
  120. cl_threaded_client_leaf_system "1"
  121. r_threaded_particles "1"
  122. r_threaded_renderables "1"
  123. cl_threaded_bone_setup "1"
  124. r_queued_decals "0"
  125. r_queued_ropes "0"
  126. r_queued_post_processing "0"
  127.  
  128. //--- p-rec ---
  129. prec_notify "1"
  130. prec_mode "2"
  131. prec_make_screens "0"
  132. prec_sound "1"
  133.  
  134. //--- cleaning up and stopping debug flooding ---
  135. adsp_debug "0"
  136. cl_clearhinthistory "1"
  137. cl_debugrumble "0"
  138. cl_rumblescale "0"
  139. mat_debugdepthval "0"
  140. mat_debugdepthvalmax "0"
  141. mat_debug_postprocessing_effects "0"
  142. cl_ask_blacklist_opt_out "1"
  143. cl_ask_favorite_opt_out "1"
  144. sb_dontshow_maxplayer_warning "1"
  145. tf_explanations_backpackpanel "1"
  146. tf_explanations_charinfo_armory_panel "1"
  147. tf_explanations_charinfopanel "1"
  148. tf_explanations_craftingpanel "1"
  149. tf_explanations_discardpanel "1"
  150. tf_explanations_store "1"
  151. tf_training_has_prompted_for_forums "1"
  152. tf_training_has_prompted_for_loadout 1
  153. tf_training_has_prompted_for_offline_practice "1"
  154. tf_training_has_prompted_for_options "1"
  155. tf_training_has_prompted_for_training "1"
  156. tf_scoreboard_ping_as_text 1
  157. con_filter_enable "1"
  158. con_filter_text_out "particle"
  159. con_filter_text_out "material"
  160. con_filter_text_out "muzzle"
  161. con_filter_text_out "Cannot update control point"
  162. con_filter_text_out "doesn't have attachment"
  163.  
  164. //Null movement -------------------------------------------------------------
  165.  
  166. bind w +mfwd
  167. bind s +mback
  168. bind a +mleft
  169. bind d +mright
  170.  
  171. alias +mfwd "-back;+forward;alias checkfwd +forward"
  172. alias +mback "-forward;+back;alias checkback +back"
  173. alias +mleft "-moveright;+moveleft;alias checkleft +moveleft"
  174. alias +mright "-moveleft;+moveright;alias checkright +moveright"
  175. alias -mfwd "-forward;checkback;alias checkfwd none"
  176. alias -mback "-back;checkfwd;alias checkback none"
  177. alias -mleft "-moveleft;checkright;alias checkleft none"
  178. alias -mright "-moveright;checkleft;alias checkright none"
  179. alias checkfwd none
  180. alias checkback none
  181. alias checkleft none
  182. alias checkright none
  183. alias none ""
  184.  
  185. clear
  186. //--- end ---\\
  187.  
  188. mat_filtertextures 0
  189. sv_cheats 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement