2023-10-25 11:42:26 +00:00
|
|
|
# Need For Speed Hot Pursuit Remastered 1.0.3
|
|
|
|
# BID: 799D1061182C1302
|
|
|
|
# Thanks to theboy181 for finding instruction responsible for calculating frame time which I used to find where is FPS target stored
|
|
|
|
|
|
|
|
unsafeCheck: true
|
|
|
|
|
2024-07-02 09:50:28 +00:00
|
|
|
ALL_FPS:
|
2023-10-25 11:42:26 +00:00
|
|
|
# FPS Target
|
|
|
|
-
|
2024-07-02 09:50:28 +00:00
|
|
|
type: evaluate_write
|
2023-10-25 11:42:26 +00:00
|
|
|
address: [MAIN, 0xED96A8, 0x30]
|
|
|
|
value_type: uint64
|
2024-07-02 09:50:28 +00:00
|
|
|
value: "(FRAMETIME_TARGET / 2) * 19200"
|
2023-10-25 11:42:26 +00:00
|
|
|
# FPS 2D Game Speed Target
|
|
|
|
-
|
2024-07-02 09:50:28 +00:00
|
|
|
type: evaluate_write
|
2023-10-25 11:42:26 +00:00
|
|
|
address: [MAIN, 0xEFFC60, 0x30]
|
|
|
|
value_type: float
|
2024-07-02 09:50:28 +00:00
|
|
|
value: "0.5 / FPS_TARGET"
|
2023-10-25 11:42:26 +00:00
|
|
|
# FPS 3D Game Speed Target
|
|
|
|
-
|
2024-07-02 09:50:28 +00:00
|
|
|
type: evaluate_write
|
2023-10-25 11:42:26 +00:00
|
|
|
address: [MAIN, 0xEFFC60, 0x50]
|
|
|
|
value_type: float
|
2024-07-02 09:50:28 +00:00
|
|
|
value: "0.5 / FPS_TARGET"
|
2023-10-25 11:42:26 +00:00
|
|
|
-
|
|
|
|
type: block
|
|
|
|
what: timing
|