RiQuY

Tekken 7 Potato Config + Maps

Dec 23rd, 2017
1,018
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.86 KB | None | 0 0
  1. #SHARE THIS FILE TO EVERYONE WHO NEEDS IT
  2. #Author of the pastebin, Ricardo-Stryki
  3.  
  4. BONUS:
  5. Check this topic to install Potato Versions of the maps, this improves performance a lot.
  6. http://w11.zetaboards.com/SFxT_Mods/topic/30287309/11/
  7.  
  8. CONFIG FILES TUTORIAL:
  9. Go to that folder and search for the next files, and edit the content of each one.
  10. NOTE: If the game don't want to keep your config, set the files permission to only readable.
  11. C:\Users\YOURUSERHERE\AppData\Local\TekkenGame\Saved\Config\WindowsNoEditor
  12.  
  13. Engine.ini GameUserSettings.ini Scalability.ini
  14.  
  15. README if you have troubles:
  16. In GameUserSettings.ini you can change the next values to the resolution of the textures that you want.
  17. DesiredScreenWidth=1280
  18. DesiredScreenHeight=720
  19.  
  20. And this, to downscale the graphics 1-100
  21. sg.ResolutionQuality=50.000000
  22.  
  23. --------------------------------------------------
  24.  
  25. If you can't see nothing in the map change in Scalability.ini the value of the next command to something between 0.1 to 1
  26. r.ViewDistanceScale=0.0
  27.  
  28. NOTE: The ! symbol means a comment, that doesnt interfere in the file.
  29.  
  30. !#######################################
  31. !#############CONFIG FILES##############
  32. !#######################################
  33.  
  34. !Engine.ini
  35. !--------------->
  36. [Core.System]
  37. Paths=../../../Engine/Content
  38. Paths=%GAMEDIR%Content
  39. Paths=../../../Engine/Plugins/Wwise/Content
  40. Paths=../../../Engine/Plugins/Runtime/CriWare/Content
  41. Paths=../../../TekkenGame/Plugins/NeoFur/Content
  42.  
  43. [/script/engine.renderersettings]
  44. r.ShadowQuality=0
  45.  
  46. [/Script/Engine.Engine]
  47. bUseBackgroundLevelStreaming=False
  48. !----------------->
  49.  
  50. !########################################
  51.  
  52. !GameUserSettings.ini
  53. !----------------->
  54. [/Script/Engine.GameUserSettings]
  55. LastUserConfirmedResolutionSizeX=0
  56. LastUserConfirmedResolutionSizeY=0
  57. WindowPosX=0
  58. WindowPosY=0
  59. bUseDesktopResolutionForFullscreen=False
  60. LastConfirmedFullscreenMode=0
  61. PreferredFullscreenMode=0
  62. Version=5
  63. AudioQualityLevel=0
  64. FrameRateLimit=0.000000
  65. DesiredScreenWidth=1280
  66. !DesiredScreenWidth=640
  67. bUseDesiredScreenHeight=True
  68. DesiredScreenHeight=720
  69. !DesiredScreenHeight=360
  70. LastRecommendedScreenWidth=-1.000000
  71. LastRecommendedScreenHeight=-1.000000
  72. LastCPUBenchmarkResult=-1.000000
  73. LastGPUBenchmarkResult=-1.000000
  74. LastGPUBenchmarkMultiplier=1.000000
  75. ResolutionSizeX=1280
  76. ResolutionSizeY=720
  77. !ResolutionSizeX=640
  78. !ResolutionSizeY=360
  79.  
  80. [ScalabilityGroups]
  81. sg.ResolutionQuality=50.000000
  82. sg.AntiAliasingQuality=0
  83. sg.ShadowQuality=0
  84. sg.PostProcessQuality=0
  85. sg.TextureQuality=0
  86. sg.EffectsQuality=0
  87. sg.HeightFieldShadowQuality=0
  88. sg.FoliageQuality=0
  89. sg.TrueSkyQuality=0
  90. sg.GroundClutterQuality=0
  91. sg.IBLQuality=0
  92. !---------------->
  93.  
  94. !########################################
  95.  
  96. !Scalability.ini
  97. ------------------->
  98. [ScalabilitySettings]
  99. PerfIndexValues_ResolutionQuality=1
  100.  
  101. [ViewDistanceQuality@0]
  102. r.SkeletalMeshLODBias=5
  103. r.ViewDistanceScale=0.0
  104.  
  105. [ShadowQuality@0]
  106. r.ShadowQuality=0
  107. r.Shadow.CSM.MaxCascades=0
  108. r.Shadow.MaxResolution=0
  109. r.Shadow.RadiusThreshold=0.0
  110. r.Shadow.DistanceScale=0.0
  111. r.AllowLandscapeShadows=0
  112.  
  113. [PostProcessQuality@0]
  114. r.MotionBlurQuality=0
  115. r.AmbientOcclusionMipLevelFactor=0
  116. r.AmbientOcclusionRadiusScale=0
  117. r.RenderTargetPoolMin=0
  118. r.BloomQuality=0
  119. r.Upscale.Quality=0
  120. r.Filter.SizeScale=0
  121. r.Tonemapper.Quality=0
  122.  
  123. [TextureQuality@0]
  124. r.Streaming.MipBias=3
  125. r.MaxAnisotropy=0
  126. r.Streaming.PoolSize=800
  127.  
  128. [EffectsQuality@0]
  129. r.TranslucencyLightingVolumeDim=1
  130. r.MaterialQualityLevel=0
  131. r.MaterialQualityLevel=0
  132. r.EmitterSpawnRateScale=0
  133. r.EmitterSpawnRateScale=0.0
  134. r.DefaultFeature.AutoExposure=False
  135.  
  136. [FoliageQuality@0]
  137. r.ParticleLightQuality=0
  138.  
  139. [HeightFieldShadowQuality@0]
  140. r.HFShadowQuality=0
  141.  
  142. [AntiAliasingQuality@0]
  143. r.MSAA.CompositingSampleCount=0
  144. !---------------->
  145.  
  146.  
  147.  
  148. !#SHARE THIS FILE TO EVERYONE WHO NEEDS IT
  149. !#Author of the pastebin, Ricardo-Stryki
Advertisement
Add Comment
Please, Sign In to add comment