forked from Mirrors/OmniNX
17 lines
447 B
YAML
17 lines
447 B
YAML
# MEGATON MUSASHI W: WIRED 3.1.1
|
|
# BID: F1E096F78DFB8263
|
|
|
|
unsafeCheck: true
|
|
|
|
ALL_FPS:
|
|
# fixedDeltaTime = 1/FPS
|
|
-
|
|
type: evaluate_write
|
|
address: [MAIN, 0xC84AD20, 0x48]
|
|
value_type: float
|
|
value: "1 / FPS_TARGET"
|
|
- # maximumDeltaTime = 1/15 (with this setting game will slow down below 15 FPS instead of 30 FPS)
|
|
type: write
|
|
address: [MAIN, 0xC84AD20, 0x100]
|
|
value_type: float
|
|
value: 0.0666666666
|