Guest User

Untitled

a guest
Jun 19th, 2016
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.91 KB | None | 0 0
  1. //dota2upc.cfg v1.0
  2. //net_graph "1" // Draw the network usage graph
  3. //cl_showfps "1" // Show current fps
  4. //chat_join "name" // Automatically joins a chat channel upon launch
  5. // performance tweaks
  6. mat_queue_mode "2" // If u have processor with multi-core, set to 2, otherwise -1
  7. net_compressvoice "1" // Compresses voice chat for better latency
  8. cl_forcepreload "1" // Whether we should force preloading
  9. fps_max "75" // Frame rate limiter. Set this to your monitor refresh rate
  10. r_renderoverlayfragment "0"
  11. cl_interp_ratio "1" // Sets the interpolation amount (final amount is cl_interp_ratio/ cl_updaterate)
  12. cl_interp "0.025"
  13. mem_level "0" // Lowest setting for max fps
  14. gpu_level "0" // Lowest setting for max fps
  15. gpu_mem_level "0" // Lowest setting for max fps
  16. cpu_level "0" // Lowest setting for max fps
  17. mat_vsync "0" // Stops screen refresh rate exceeding refresh rate of monitor
  18. r_fastzreject "-1"
  19. mat_triplebuffered "0"
  20. dota_cheap_water "1"
  21. dota_embers "0"
  22. r_deferred_height_fog "0"
  23. cl_globallight_shadow_mode "0"
  24. r_screenspace_aa "0"
  25. r_deferred_simple_light "1"
  26. r_rainparticledensity "0" // Density of Particle Rain (0 - 1)
  27. r_flashlightdepthtexture "0"
  28. r_shadowfromworldlights "0" // Enable shadowing from world lights
  29. dota_screen_shake "0" // Disable/Enable screen shake
  30. cl_detaildist "500" // Distance at which detail props are no longer visible
  31. cl_detailfade "175" // Distance across which detail props fade in
  32. r_drawmodeldecals "0"
  33. r_decalstaticprops "0" // Decal static props test.
  34. ragdoll_sleepaftertime "3" // After this many seconds of being basically stationary, the ragdoll will go to sleep
  35. r_worldlightmin "0.005"
  36. props_break_max_pieces "2" // Maximum prop breakable piece count (-1 = model default)
  37. r_worldlights "2" // Number of world lights to use per vertex
  38. r_decals "512"
  39. r_decal_overlap_count "1"
  40. mat_bumpmap "0"
  41. mat_specular "0" // Enable/Disable specularity for perf testing
  42. mat_phong "0"
  43. mp_usehwmvcds "-1" // Enable the use of the hw morph vcd(s). (-1 = never, 1 = always, 0 = based upon GPU)
  44. mp_usehwmmodels "-1" // Enable the use of the hw morph models. (-1 = never, 1 = always, 0 = based upon GPU)
  45. //internet & newtowrk settings
  46. rate "80000 " // Total amount of bandwidth Dota 2 may use
  47. cl_cmdrate "20" // Max number of command packets sent to server per second. 20-40
  48. cl_updaterate "20" // Number of packets per second of updates you are requesting from the server. 20-40
  49. cl_lagcompensation "1" // Perform server side lag compensation of weapon firing events
  50. 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)
  51. net_maxcleartime "0" // Sends packets without waiting
  52. cl_smooth "0" // Smooth view/eye origin after prediction errors.
  53. cl_smoothtime "0.01" // Smooth client's view after prediction error over this many seconds. When errors occur smooth display over X time
  54. echo "---------------------------------------------"
  55. echo " Dota2upc.cfg loaded successfully !!! "
  56. echo "---------------------------------------------"
Add Comment
Please, Sign In to add comment