forked from masagrator/FPSLocker-Warehouse
-
Notifications
You must be signed in to change notification settings - Fork 0
/
B067B077906C6208.yaml
62 lines (60 loc) · 1.56 KB
/
B067B077906C6208.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
# 三國志14 with 威力加強版 1.0.10
# BID: B067B077906C6208
# Cursor speed is tied to framerate, main menu animations speed is not adjusted properly in range from 35 to 55 FPS
unsafeCheck: true
MASTER_WRITE:
# Redirect adjusting game speed to FPS Lock stored in MAIN + 0x2B92800, REF: 20 79 68 BC 01 10 2E 1E 00 D8 21 7E
-
type: bytes
main_offset: 0xB8ED98
value_type: uint32
value:
- 0x90010029
- 0x91200129
# Redirect FPS Lock to MAIN + 0x2B92800, REF: C8 32 40 B9 E8 C2 00 B9
-
type: bytes
main_offset: 0x89668C
value_type: uint32
value:
- 0x900117E8
- 0xB9480108
# Redirect game speed to MAIN + 0x2B92808, REF: 00 28 21 1E 00 A0 00 BD C0 03 5F D6
-
type: bytes
main_offset: 0x11139A0
value_type: uint32
value:
- 0xF000D3E8
- 0xBD40A000
- 0xBD480901
# Default FPS Targets
-
type: bytes
main_offset: 0x2B92800
value_type: uint32
value: [30, 60]
-
type: bytes
main_offset: 0x2B92808
value_type: float
value: 0.0333333333
ALL_FPS:
-
type: evaluate_write
address: [MAIN, 0x2B92800]
value_type: uint32
value: FPS_LOCK_TARGET
- # Adjust max delta for menus, 0 - 30 FPS, 1 - 60 FPS, REF: 20 79 68 BC 01 10 2E 1E 00 D8 21 7E
type: evaluate_write
address: [MAIN, 0x254EA80]
value_type: uint32
value: "FPS_TARGET / 60"
-
type: write
address: [MAIN, 0x2B92808]
value_type: float
value: "1 / FPS_TARGET"
-
type: block
what: timing