UltraNX/SaltySD/plugins/FPSLocker/patches/0100309016E7A000/14C878ECCA9D7CB5.yaml
2024-03-22 03:23:55 +03:00

284 lines
5.3 KiB
YAML

# Demon Slayer -Kimetsu no Yaiba- The Hinokami Chronicles 1.53
# BID: 14C878ECCA9D7CB5
unsafeCheck: true
15FPS:
# Disable bUseFixedFrameRate to unlock framerate
-
type: write
address: [MAIN, 0xB314540, 0x7F8]
value_type: uint32
# Default is 0x47, bUseFixedFrameRate |= 0x40
# By writing 7 we are making sure that other flags are maintained:
# bAllowMultiThreadedAnimationUpdate |= 4
# bOptimizeAnimBlueprintMemberVariableAccess |= 2
# bCanBlueprintsTickByDefault |= 1
value: 7
# Disable CustomTimeStep
-
type: write
address: [MAIN, 0xB314540, 0x810]
value_type: uint8
value: 0
# t.MaxFPS
-
type: write
address: [MAIN, 0xB314830, 0]
value_type: float
value: [15, 15]
# r.VSync
-
type: write
address: [MAIN, 0xAB49110, 0]
value_type: uint32
value: [0, 0]
-
type: block
what: timing
20FPS:
# Disable bUseFixedFrameRate
-
type: write
address: [MAIN, 0xB314540, 0x7F8]
value_type: uint32
value: 7
# CustomTimeStep
-
type: write
address: [MAIN, 0xB314540, 0x810]
value_type: uint8
value: 0
# t.MaxFPS
-
type: write
address: [MAIN, 0xB314830, 0]
value_type: float
value: [20, 20]
# r.VSync
-
type: write
address: [MAIN, 0xAB49110, 0]
value_type: uint32
value: [0, 0]
-
type: block
what: timing
25FPS:
# Disable bUseFixedFrameRate
-
type: write
address: [MAIN, 0xB314540, 0x7F8]
value_type: uint32
value: 7
# CustomTimeStep
-
type: write
address: [MAIN, 0xB314540, 0x810]
value_type: uint8
value: 0
# t.MaxFPS
-
type: write
address: [MAIN, 0xB314830, 0]
value_type: float
value: [25, 25]
# r.VSync
-
type: write
address: [MAIN, 0xAB49110, 0]
value_type: uint32
value: [0, 0]
-
type: block
what: timing
30FPS:
# Disable bUseFixedFrameRate (default is 0x47)
-
type: write
address: [MAIN, 0xB314540, 0x7F8]
value_type: uint32
value: 7
# CustomTimeStep (by default it's 1)
-
type: write
address: [MAIN, 0xB314540, 0x810]
value_type: uint8
value: 0
# t.MaxFPS (default value)
-
type: write
address: [MAIN, 0xB314830, 0]
value_type: float
value: [0, 0]
# r.VSync (by default it's 1)
-
type: write
address: [MAIN, 0xAB49110, 0]
value_type: uint32
value: [0, 0]
35FPS:
# Disable bUseFixedFrameRate
-
type: write
address: [MAIN, 0xB314540, 0x7F8]
value_type: uint32
value: 7
# CustomTimeStep
-
type: write
address: [MAIN, 0xB314540, 0x810]
value_type: uint8
value: 0
# t.MaxFPS
-
type: write
address: [MAIN, 0xB314830, 0]
value_type: float
value: [35, 35]
# r.VSync
-
type: write
address: [MAIN, 0xAB49110, 0]
value_type: uint32
value: [0, 0]
-
type: block
what: timing
40FPS:
# Disable bUseFixedFrameRate
-
type: write
address: [MAIN, 0xB314540, 0x7F8]
value_type: uint32
value: 7
# CustomTimeStep
-
type: write
address: [MAIN, 0xB314540, 0x810]
value_type: uint8
value: 0
# t.MaxFPS
-
type: write
address: [MAIN, 0xB314830, 0]
value_type: float
value: [40, 40]
# r.VSync
-
type: write
address: [MAIN, 0xAB49110, 0]
value_type: uint32
value: [0, 0]
-
type: block
what: timing
45FPS:
# Disable bUseFixedFrameRate
-
type: write
address: [MAIN, 0xB314540, 0x7F8]
value_type: uint32
value: 7
# CustomTimeStep
-
type: write
address: [MAIN, 0xB314540, 0x810]
value_type: uint8
value: 0
# t.MaxFPS
-
type: write
address: [MAIN, 0xB314830, 0]
value_type: float
value: [45, 45]
# r.VSync
-
type: write
address: [MAIN, 0xAB49110, 0]
value_type: uint32
value: [0, 0]
-
type: block
what: timing
50FPS:
# Disable bUseFixedFrameRate
-
type: write
address: [MAIN, 0xB314540, 0x7F8]
value_type: uint32
value: 7
# CustomTimeStep
-
type: write
address: [MAIN, 0xB314540, 0x810]
value_type: uint8
value: 0
# t.MaxFPS
-
type: write
address: [MAIN, 0xB314830, 0]
value_type: float
value: [50, 50]
# r.VSync
-
type: write
address: [MAIN, 0xAB49110, 0]
value_type: uint32
value: [0, 0]
-
type: block
what: timing
55FPS:
# Disable bUseFixedFrameRate
-
type: write
address: [MAIN, 0xB314540, 0x7F8]
value_type: uint32
value: 7
# CustomTimeStep
-
type: write
address: [MAIN, 0xB314540, 0x810]
value_type: uint8
value: 0
# t.MaxFPS
-
type: write
address: [MAIN, 0xB314830, 0]
value_type: float
value: [55, 55]
# r.VSync
-
type: write
address: [MAIN, 0xAB49110, 0]
value_type: uint32
value: [0, 0]
-
type: block
what: timing
60FPS:
# Disable bUseFixedFrameRate
-
type: write
address: [MAIN, 0xB314540, 0x7F8]
value_type: uint32
value: 7
# CustomTimeStep
-
type: write
address: [MAIN, 0xB314540, 0x810]
value_type: uint8
value: 0
# t.MaxFPS (default value)
-
type: write
address: [MAIN, 0xB314830, 0]
value_type: float
value: [0, 0]
# r.VSync
-
type: write
address: [MAIN, 0xAB49110, 0]
value_type: uint32
value: [0, 0]