Advertisement
Guest User

2.2 Launch Options

a guest
Jul 24th, 2010
176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.50 KB | None | 0 0
  1.  
  2. NOTE: This is note my cfg I have just modified viNeZ.cfg
  3.  
  4. //_______________________________________________________________________
  5.  
  6. //________________________________________________________________________________​ _____________________
  7. // DONT TOUCH UNLESS YOU KNOW WHAT YOURE DOING
  8. // NET ___________________________________________
  9. fov_desired "90"
  10. sv_unlag "1"
  11. cl_predictweapons "1"
  12. cl_resend "6"
  13. cl_timeout "30"
  14. net_maxfragments "1280"
  15. rate "30000"
  16. cl_allowdownload "0"
  17. cl_allowupload "0"
  18. adsp_debug "0"
  19. blink_duration "0"
  20. budget_averages_window "0"
  21. budget_background_alpha "0"
  22. budget_history_numsamplesvisible "0"
  23. budget_history_range_ms "5"
  24. budget_peaks_window "0"
  25. budget_show_averages "0"
  26. budget_show_history "0"
  27. budget_show_peaks "0"
  28. cl_autohelp "0"
  29. con_enable 1
  30. cl_deathicon_bg_alpha 0
  31. cl_deathicon_height 20
  32. cl_deathicon_width 20
  33. cl_showpos 0
  34. cl_restrict_server_commands 0
  35. cl_cmdrate "66"
  36. cl_lagcomp_errorcheck "1"
  37. cl_lagcompensation "1"
  38. cl_updaterate "66"
  39. cl_smooth "0"
  40. cl_smoothtime ".01"// Smooth client's view after prediction error over this many seconds
  41. cl_interp_threadmodeticks "1"
  42. cl_pred_optimize "2" //Optimize for not copying data if didn't receive a network update (1), and also for not repredicting if there were no errors (2)
  43. cl_interp_ratio "1"
  44. cl_interp_all "1"
  45. cl_interp_npcs "1"
  46. cl_interp "0.0152"
  47. mat_qeue_mode "2"
  48. fps_max "101"
  49. cl_forcepreload "1"
  50. snd_mix_async "1"
  51. cl_predictweapons "1"
  52. hud_fastswitch "1"
  53. net_showevents "0"
  54. cl_downloadfilter "nosounds"
  55. zoom_sensitivity_ratio .9
  56.  
  57. // VOICE & SOUND _________________________________
  58. voice_forcemicrecord "0"
  59. voice_enable "0"
  60. voice_scale "1"
  61. voice_modenable "1"
  62. snd_mixahead "0.1"
  63. dsp_enhance_stereo "0"
  64. dsp_volume "1"
  65. dsp_spatial "40"
  66. dsp_speaker "50"
  67. dsp_water "14"
  68. soundscape_flush "1" // Flushes the server & client side soundscapes
  69.  
  70. // GIBS __________________________________________
  71. violence_agibs "1" // Show alien gib entities
  72. violence_hgibs "1" // Show human gib entities
  73. violence_hblood "1" // Draw human blood
  74. violence_ablood "1" // Draw alien blood
  75.  
  76. // _Set various settings _________________________
  77. sv_forcepreload "1" // forces preload to help increase performance
  78. jpeg_quality "100" // jpeg screenshot quality.
  79. mat_monitorgamma "1.7" // monitor gamma (typically 2.2 for CRT and 1.7 for LCD)
  80.  
  81. // _Set processing settings_
  82. // _transfers load from GPU to CPU to boost performance
  83. r_mmx "1"
  84. r_3dnow "1"
  85. r_sse "1"
  86. r_sse2 "1"
  87. // r_sse3 "1"
  88. dsp_slow_cpu "1"
  89.  
  90.  
  91. // Mini Map Settings
  92. overview_health 1
  93. overview_names 0
  94. overview_path 0
  95. overview_locked 1
  96. overview_zoom 1.5
  97.  
  98. // Other Settings
  99. hud_takesshots 1
  100. cl_enabledeatheffects 0
  101. cl_enabledeathfilmgrain 0
  102. cl_enablespectatoreffects 0
  103. cl_deatheffect_always_on 0
  104. hud_classautokill 0
  105. hud_centerid 1 // _centers player IDs
  106.  
  107. // Remove Ragdolls
  108. alias ragdolls_on "cl_ragdoll_collide 1; cl_ragdoll_fade_time 15; cl_ragdoll_physics_enable 1; cl_ragdoll_forcefade 0"
  109. alias ragdolls_off "ragdoll_sleepaftertime 10; cl_ragdoll_collide 0; cl_ragdoll_physics_enable 1; cl_ragdoll_fade_time 0.0F; g_ragdoll_fadespeed 0.0f; g_ragdoll_important_maxcount 10; g_ragdoll_lvfadespeed 10; g_ragdoll_maxcount 10"
  110. ragdolls_off
  111.  
  112.  
  113.  
  114. //Blood settings
  115. violence_ablood 1
  116. violence_agibs 1
  117. violence_hblood 1
  118. violence_hgibs 1
  119.  
  120. echo Airshotnic's Config Loaded!
  121. *****************************************
  122.  
  123. echo " ___ "
  124. echo "| _|_ __"
  125. echo "| _| |_| |"
  126. echo "|_| |_____|"
  127. echo "m0re's config loaded"
  128. echo "#etf2l @ qnet"
  129. echo Airshotnic's Config Loaded!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement