UltraNX/SaltySD/plugins/FPSLocker/patches/0100416004C00000/01ACE43E724259C3.yaml

37 lines
731 B
YAML
Raw Normal View History

2023-10-25 11:42:26 +00:00
# DOOM 1.2
# BID: 01ACE43E724259C3
unsafeCheck: true
2024-07-02 09:50:28 +00:00
ALL_FPS:
2023-10-25 11:42:26 +00:00
# rs_460Threshold (default)
-
type: write
address: [MAIN, 0x87AEC74]
value_type: float
value: 1
# rs_raiseMilliseconds
-
2024-07-02 09:50:28 +00:00
type: evaluate_write
2023-10-25 11:42:26 +00:00
address: [MAIN, 0x87AF0B4]
value_type: float
2024-07-02 09:50:28 +00:00
value: "0.966 * FRAMETIME_TARGET"
# rs_dropMilliseconds (33/(1000/30))*(1000/FPS)
2023-10-25 11:42:26 +00:00
-
2024-07-02 09:50:28 +00:00
type: evaluate_write
2023-10-25 11:42:26 +00:00
address: [MAIN, 0x87AF02C]
value_type: float
2024-07-02 09:50:28 +00:00
value: "0.99 * FRAMETIME_TARGET"
# com_adaptiveTickMaxHz (default)
2023-10-25 11:42:26 +00:00
-
type: write
address: [MAIN, 0x74B2680]
value_type: int32
2024-07-02 09:50:28 +00:00
value: 120
2023-10-25 11:42:26 +00:00
# com_adaptiveTickMinHz
-
type: write
address: [MAIN, 0x74B25F8]
value_type: int32
value: 15