From 0f8c7f6951db056914f0e3f73d94e8c0aec48cc6 Mon Sep 17 00:00:00 2001 From: epigramx Date: Sun, 13 Oct 2019 09:44:31 +0300 Subject: [PATCH] [BotW] Change the default FPS of static to 45 It makes indirectly clearer how it works, to those that don't change the default. --- Mods/BreathOfTheWild_StaticFPS/rules.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Mods/BreathOfTheWild_StaticFPS/rules.txt b/Mods/BreathOfTheWild_StaticFPS/rules.txt index e761f5b5..f72580cf 100644 --- a/Mods/BreathOfTheWild_StaticFPS/rules.txt +++ b/Mods/BreathOfTheWild_StaticFPS/rules.txt @@ -5,6 +5,10 @@ path = "The Legend of Zelda: Breath of the Wild/Mods/Static FPS Mod" description = "Simplified FPS++ to keep behavior closer to the default game. Don't mix dynamic and static mods. It requires that you can maintain the target FPS." version = 3 +[Preset] +name = Static 45FPS +$targetFPS:int = 45 + [Preset] name = Static 60FPS (ideal for 240/120/60Hz displays) $targetFPS:int = 60 @@ -13,10 +17,6 @@ $targetFPS:int = 60 name = Static 30FPS (most stable; ideal for 240/120/60Hz displays) $targetFPS:int = 30 -[Preset] -name = Static 45FPS -$targetFPS:int = 45 - [Preset] name= Static 165FPS (ideal for 165hz displays) $targetFPS:it = 165