This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Just Performance | |
Adding the following to your GameUserSettings.ini under [/Script/GameSystemsPlugin.IntrepidGameUserSettings]. | |
The GameUserSettings.ini can be found under %localappdata%\AOC\Saved\Config\WindowsClient | |
async settings are the secret sauce for performance with UE5. | |
r.RayTracing.AsyncBuild=1 | |
r.TSR.AsyncCompute=3 | |
r.LumenScene.Lighting.AsyncCompute=1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Definition] | |
titleIds = 0005000010116100,00050000101C4C00,00050000101C4D00 | |
name = Resolution | |
path = "Xenoblade Chronicles X/Graphics/Resolution" | |
description = Changes the resolution of the game. Made by getdls.|Modified and updated to v5 by Lemon King. | |
version = 5 | |
[Default] | |
$width = 1280 | |
$height = 720 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
; Soul Calibur VI: Cinema Quality | |
; Version: 1.01 | |
; TextureQuality@3 is combined with ViewDistanceQuality@Cine as the setting does not exist on SC6 | |
[TextureQuality@3] | |
r.Streaming.MipBias=-2 | |
r.SkeletalMeshLODBias=-2 | |
r.MaxAnisotropy=16 | |
r.Streaming.LimitPoolSizeToVRAM=0 | |
r.Streaming.PoolSize=3000 |