37 lines
762 B
YAML
Raw Normal View History

2024-01-25 04:20:59 +03:00
# Astral Chain 1.0.1
# BID: 4B159F0F7A360669
# Thanks to MrComputerRevo for figuring out where is minimal game speed
unsafeCheck: true
MASTER_WRITE:
# Change minimal game speed to half of default value
-
type: bytes
main_offset: 0x91DC94
value_type: uint32
value: 0x1E2C1001
-
type: bytes
main_offset: 0x91DCA0
value_type: uint32
value: 0x1E2C1001
-
type: bytes
main_offset: 0x91DCAC
value_type: uint32
value: 0x52A7E008
2024-03-22 03:23:55 +03:00
# Block cutscenes from having speed fixed to 30 FPS
2024-01-25 04:20:59 +03:00
-
type: bytes
2024-03-22 03:23:55 +03:00
main_offset: 0x91DC10
2024-01-25 04:20:59 +03:00
value_type: uint32
value:
- 0xD503201F
2024-07-02 12:50:28 +03:00
ALL_FPS:
2024-01-25 04:20:59 +03:00
-
2024-07-02 12:50:28 +03:00
type: evaluate_write
2024-01-25 04:20:59 +03:00
address: [MAIN, 0xCCB7AF0, 0x420]
value_type: uint32
2024-07-02 12:50:28 +03:00
value: "VSYNC_TARGET - 1"