2023-10-25 11:42:26 +00:00
|
|
|
# Assassin's Creed: The Ezio Collection - Assassin's Creed 2 1.3
|
|
|
|
# BID: 824B38A25986B2AB
|
|
|
|
# Scenes exclusively 2D are tied to framerate, so at 60 FPS they are 2x faster.
|
|
|
|
|
|
|
|
unsafeCheck: true
|
|
|
|
|
|
|
|
MASTER_WRITE:
|
|
|
|
# Patch code to multiply last frametime by float scale factor stored in MAIN+0x3B4D800
|
|
|
|
# To match it to Dynamic Resolution calculations
|
|
|
|
-
|
|
|
|
type: bytes
|
|
|
|
main_offset: 0xB40638
|
|
|
|
value_type: uint32
|
|
|
|
value:
|
|
|
|
- 0xB0018069
|
|
|
|
- 0xBD480120
|
|
|
|
- 0x1E200909
|
|
|
|
- 0xD503201F
|
|
|
|
# Write default dynamic resolution timing factor
|
|
|
|
-
|
|
|
|
type: bytes
|
|
|
|
main_offset: 0x3B4D800
|
|
|
|
value_type: float
|
|
|
|
value: 1
|
2024-07-02 09:50:28 +00:00
|
|
|
ALL_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, 0x3B4D800]
|
|
|
|
value_type: float
|
2024-07-02 09:50:28 +00:00
|
|
|
value: "FPS_TARGET / 30"
|