cemu_graphic_packs/Mods/BreathOfTheWild_FPS++/rules.txt
Crementif 8699939dfc [BotW] Switch to Xalphenos' FPS++ V2.1 (fix arrow time)
Switch over to Xalphenos version since his version now has a dynamically sized "oldest frame" (there's not really a good name for what it does) thing which was one of the main things in my version.

Once FPS++ progress is halted, I'll clean up the comments again to something similar what I had in my version, which I feel is more understandable for people that want to see what it does and maybe improve it.

If testing is correct, the previous version also had stability drops or something in comparison with this version. If anything, this update only pushes the arrow time stamina drain fix.
2018-12-23 02:07:08 +01:00

47 lines
1.2 KiB
Plaintext

[Definition]
titleIds = 00050000101C9300,00050000101C9400,00050000101C9500
name = Dynamic (FPS++)
path = "The Legend of Zelda: Breath of the Wild/Mods/Dynamic (FPS++)"
description = Important: Don't enable Static FPS while having FPS++ also enabled! This pack won't work without Cemuhook, make sure to install that! This pack only works when you've properly updated your game (we always recommend the latest updates). Keep in mind that going above 30fps will bring game bugs, so you might want to use the "30FPS" preset.
version = 3
[Preset]
name = 60FPS (ideal for 240/120/60Hz displays)
$targetFPS:int = 60
[Preset]
name = 30FPS (ideal for 240/120/60Hz displays)
$targetFPS:int = 30
[Preset]
name = 40FPS (ideal for 240/120/60Hz displays)
$targetFPS:int = 40
[Preset]
name = 20FPS (ideal for 240/120/60Hz displays)
$targetFPS:int = 20
[Preset]
name = 48FPS (ideal for 144Hz displays)
$targetFPS:int = 48
[Preset]
name = 72FPS (ideal for 144Hz displays)
$targetFPS:int = 72
[Preset]
name = 75FPS (ideal for 75Hz displays)
$targetFPS:int = 75
[Preset]
name = 120FPS (ideal for 240/120/60Hz displays)
$targetFPS:int = 120
[Preset]
name = 144FPS (ideal for 144Hz displays)
$targetFPS:int = 144
[Control]
vsyncFrequency = $targetFPS