UltraNX/SaltySD/plugins/FPSLocker/patches/010051C0134F8000/20503FA77FA416B7.yaml

36 lines
988 B
YAML
Raw Normal View History

2024-03-22 00:23:55 +00:00
# DRAGON BALL Z: KARAKOT + A NEW POWER AWAKENS SET 1.50
# BID: 20503FA77FA416B7
unsafeCheck: true
2024-07-02 09:50:28 +00:00
ALL_FPS:
2024-03-22 00:23:55 +00:00
# Disable bUseFixedFrameRate in cutscenes to unlock framerate
-
type: write
address: [MAIN, 0x9456538, 0x810]
value_type: uint32
# Default is 0x47 in cutscenes, bUseFixedFrameRate |= 0x40
# By writing 7 we are making sure that other flags are maintained:
# bAllowMultiThreadedAnimationUpdate |= 4
# bOptimizeAnimBlueprintMemberVariableAccess |= 2
# bCanBlueprintsTickByDefault |= 1
value: 7
# r.DynamicRes.FrameTimeBudget
-
2024-07-02 09:50:28 +00:00
type: evaluate_write
2024-03-22 00:23:55 +00:00
address: [MAIN, 0x9421478, 0]
value_type: float
2024-07-02 09:50:28 +00:00
value: ["TruncDec(FRAMETIME_TARGET, 2)", "TruncDec(FRAMETIME_TARGET, 2)"]
2024-03-22 00:23:55 +00:00
# t.MaxFPS
-
2024-07-02 09:50:28 +00:00
type: evaluate_write
2024-03-22 00:23:55 +00:00
address: [MAIN, 0x9456DE8, 0]
value_type: float
2024-07-02 09:50:28 +00:00
value: [FPS_LOCK_TARGET, FPS_LOCK_TARGET]
2024-03-22 00:23:55 +00:00
# r.VSync
-
type: write
address: [MAIN, 0x88C2C08, 0]
value_type: int32
value: [0, 0]