mirror of
https://github.com/Ultra-NX/UltraNX.git
synced 2025-01-13 10:51:26 +00:00
30 lines
659 B
YAML
30 lines
659 B
YAML
# S.T.A.L.K.E.R.: Clear Sky 1.0.1
|
|
# BID: 38171F8A5687B940
|
|
|
|
unsafeCheck: true
|
|
|
|
ALL_FPS:
|
|
# psLoadedFrameLimitFps
|
|
-
|
|
type: evaluate_write
|
|
address: [MAIN, 0x17BD76C]
|
|
value_type: float
|
|
value: FPS_LOCK_TARGET
|
|
# psCurrentFrameLimitFps
|
|
-
|
|
type: evaluate_write
|
|
address: [MAIN, 0x17DA8E8]
|
|
value_type: float
|
|
value: FPS_LOCK_TARGET
|
|
# psCurrentFrameLimitMs
|
|
-
|
|
type: evaluate_write
|
|
address: [MAIN, 0x1A4436C]
|
|
value_type: float
|
|
value: "1000 / FPS_LOCK_TARGET"
|
|
# ResolutionInfo::sDynresGPUBudgetMs
|
|
-
|
|
type: evaluate_write
|
|
address: [MAIN, 0x17BD748]
|
|
value_type: float
|
|
value: "0.99 * FRAMETIME_TARGET" |