OmniNX/variants/oc/SaltySD/plugins/FPSLocker/patches/010018601E9E0000/31A37D73E22F1059.yaml
2026-02-07 22:51:06 +01:00

31 lines
839 B
YAML

# Bakery Simulator 1.1.0
# BID: 31A37D73E22F1059
ALL_FPS:
# Disable bUseFixedFrameRate to untie game speed from framerate and unlock FPS
-
type: write
address: [MAIN, 0x5F9B6A8, 0x7A4]
address_unsafe: true
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
# r.VSync
-
type: write
address: [MAIN, 0x57A0B58, 0]
value_type: int32
value: [0, 0]
# t.MaxFPS
-
type: evaluate_write
address: [MAIN, 0x5F9BFC8, 0]
value_type: float
value: [FPS_LOCK_TARGET, FPS_LOCK_TARGET]
-
type: block
what: timing