Skip to content

Commit

Permalink
[BotW] Remove Temporary FPS limit
Browse files Browse the repository at this point in the history
Was causing too many misconfigured settings.
  • Loading branch information
Crementif committed Feb 5, 2021
1 parent 8ecc22a commit f94ac26
Showing 1 changed file with 33 additions and 33 deletions.
66 changes: 33 additions & 33 deletions src/BreathOfTheWild/Mods/FPS++/rules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -108,20 +108,20 @@ $fpsLimit = 20

# Simple FPS Lock

[Preset]
name = Enabled (prevents cutscene crashing, specific shrine physics issues)
category = Temporary 30FPS Limit
condition = $advancedMode == 0
$fpsLockMode:int = 1
$fpsLimit = 30
#[Preset]
#name = Enabled (prevents cutscene crashing, specific shrine physics issues)
#category = Temporary 30FPS Limit
#condition = $advancedMode == 0
#$fpsLockMode:int = 1
#$fpsLimit = 30


[Preset]
name = Disabled (Default)
category = Temporary 30FPS Limit
condition = $advancedMode == 0
default = 1
$fpsLockMode:int = 0
#[Preset]
#name = Disabled (Default)
#category = Temporary 30FPS Limit
#condition = $advancedMode == 0
#default = 1
#$fpsLockMode:int = 0


# Advanced Settings
Expand Down Expand Up @@ -220,6 +220,27 @@ condition = $advancedMode == 1
$fpsLimit = 20


# Cursor Fix Mode

[Preset]
name = Disabled (Default)
category = Menu Cursor Fix (Experimental)
condition = ($advancedMode-$staticFPSMode == 1)
$cursorFixAbove:int = 999

[Preset]
name = Enabled At 72FPS And Higher (Recommended)
category = Menu Cursor Fix (Experimental)
condition = ($advancedMode-$staticFPSMode == 1)
$cursorFixAbove:int = 2

[Preset]
name = Enabled (For Testing, Not Recommended!)
category = Menu Cursor Fix (Experimental)
condition = ($advancedMode-$staticFPSMode == 1)
$cursorFixAbove:int = 1


# Static Mode

[Preset]
Expand Down Expand Up @@ -292,27 +313,6 @@ condition = $advancedMode == 1
$fenceMethod = 3


# Cursor Fix Mode

[Preset]
name = Disabled (Default)
category = Menu Cursor Fix (Experimental)
condition = ($advancedMode-$staticFPSMode == 1)
$cursorFixAbove:int = 999

[Preset]
name = Enabled At 72FPS And Higher (Recommended)
category = Menu Cursor Fix (Experimental)
condition = ($advancedMode-$staticFPSMode == 1)
$cursorFixAbove:int = 2

[Preset]
name = Enabled (For Testing, Not Recommended!)
category = Menu Cursor Fix (Experimental)
condition = ($advancedMode-$staticFPSMode == 1)
$cursorFixAbove:int = 1


# Debug Menu Options

[Preset]
Expand Down

0 comments on commit f94ac26

Please sign in to comment.