Skip to content

Releases: AlteriaX/WuWa-Configs

WuWa-Tweaks v1.3.3

08 Sep 15:40
0c36e86
Compare
Choose a tag to compare

How to install: Image Guide | Alternative image host
If you have memory leak try when using the mod try launching the game with DX11.

Enable 120FPS option for all GPUs.

Prevent impostor update batch value from changing when using skills.

A folder and config file will be created automatically in the ~mods folder after launching the game for first time.

{
    // There won't be any comments in the actual config file
    // Whether to use borderless or not when selecting fullscreen in game settings
    "borderless": true,
	
    // Force custom resolution - only works for windowed mode / normal fullscreen
    "useCustomResolution": false,
    "resolutionWidth": 1920,
    "resolutionHeight": 1080,
	
    // Change FPS cap but UI in settings won't show the correct values
    "fpsCap": [
        30,
        60,
        120,
        1000
    ]
}

Remove forced values for the commands below, you can set it in Engine.ini now.

; If you want to use FSR set r.ScreenPercentage to 77, it doesn't reduce it automatically anymore
r.DefaultFeature.AntiAliasing
r.TemporalAA.ClampTolerant
r.TemporalAACurrentFrameWeight
r.TemporalAAFilterSize
r.TemporalAASamples
r.MipMapLODBias
r.ScreenPercentage