Advertisement
Guest User

Borderlands The Pre Sequel Tweak Guide

a guest
Oct 20th, 2014
261
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.37 KB | None | 0 0
  1. Borderlands 2 Tweak Tutorial:
  2.  
  3. Right click borderlands, click "Set launch options" then do:
  4.  
  5. -nolauncher -nostartupmovies
  6.  
  7.  
  8. First, find this file:
  9. C:\Users\Matt\Documents\my games\Borderlands The Pre-Sequel\WillowGame\Config\WillowEngine.ini
  10.  
  11. Change to these values:
  12.  
  13. MipFadeInSpeed0=0.000000
  14. MipFadeOutSpeed0=0.000000
  15. MipFadeInSpeed1=0.000000
  16. MipFadeOutSpeed1=0.000000
  17.  
  18. bSmoothFrameRate=TRUE
  19. MinSmoothedFrameRate=0
  20. MaxSmoothedFrameRate=999
  21. (will be in multiple places)
  22.  
  23. PoolSize=999999999
  24. UseTextureFileCache=FALSE
  25.  
  26. MinDesiredFrameRate=60.000000/999999999.0
  27.  
  28. DropParticleDistortion=True
  29. OnlyStreamInTextures=True
  30.  
  31.  
  32. Extreme Quality tweaks:
  33.  
  34. MinShadowResolution=2048
  35. MinPreShadowResolution=2048
  36. MaxShadowResolution=2048
  37. MaxWholeSceneDominantShadowResolution=4096
  38. ShadowFadeResolution=16
  39. PreShadowFadeResulotion=512
  40. ShadowFadeExponent=0.250000
  41.  
  42. replace the 5 lines:
  43.  
  44. ShadowCascades=3
  45. ShadowSplit=???
  46. ShadowSplit=???
  47. ShadowSplit=???
  48. ShadowSplit=???
  49.  
  50. with
  51.  
  52. ShadowCascades=10
  53. ShadowSplit=0.0
  54. ShadowSplit=0.05
  55. ShadowSplit=0.05
  56. ShadowSplit=0.05
  57. ShadowSplit=0.1
  58. ShadowSplit=0.18
  59. ShadowSplit=0.29
  60. ShadowSplit=0.45
  61. ShadowSplit=0.60
  62. ShadowSplit=0.85
  63. ShadowSplit=1.0
  64.  
  65.  
  66. extreme performace tweaks:
  67.  
  68. replace
  69. DefaultPostProcessName=WillowEngineMaterials.WillowScenePostProcess
  70. with
  71. DefaultPostProcessName=WillowEngineMaterials.CinematicScenePostProcess
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement