forked from mon/BemaniPatcher
-
Notifications
You must be signed in to change notification settings - Fork 0
/
taikonotatsujin.html
154 lines (154 loc) · 8.06 KB
/
taikonotatsujin.html
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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Taiko no Tatsujin (March 2020 Ver.) Modder</title>
<link rel="stylesheet" href="css/style.css">
<script type="text/javascript" src="js/dllpatcher.js"></script>
<script type="text/javascript">
window.addEventListener("load", function () {
new PatchContainer([
new Patcher("Taiko.exe", "00.18", [
{
name: "Bypass Errors",
patches: [
{offset: 0x1E4A0, off: [0x48], on: [0xC3]}
]
},
{
name: "Unlock Songs",
patches: [
{offset: 0x1F5F78, off: [0x32, 0xC0], on: [0xB0, 0x01]}
]
},
{
name: "Shared Audio Mode",
patches: [
{offset: 0x551577, off: [0x74], on: [0xEB]},
],
},
{
name: "Disable V-Sync",
patches: [
{offset: 0x3D5589, off: [0x8B, 0x96, 0x80, 0x00, 0x00, 0x00], on: [0xBA, 0x00, 0x00, 0x00, 0x00, 0x90]},
],
},
{
name: "Patch game to run at 144fps (Breaks some Animations)",
patches: [
{offset: 0x9A5030, off: [0x74, 0x5A, 0x05, 0x41], on: [0xE4, 0x38, 0xDE, 0x40]},
{offset: 0x9EBEC4, off: [0x7F, 0xA4, 0x88, 0x3C], on: [0x39, 0x8E, 0x63, 0x3C]},
{offset: 0x9EC07E, off: [0x5E, 0x40], on: [0x62, 0x40]},
{offset: 0x9EC142, off: [0xF0, 0x42], on: [0x10, 0x43]},
],
},
{
name: "Patch Borderless Fullscreen Window Size to 2560x1440",
patches: [
{offset: 0x223F2B, off: [0x80, 0x07], on: [0x00, 0x0A]},
{offset: 0x223F32, off: [0x38, 0x04], on: [0xA0, 0x05]},
],
},
{
name: "Freeze STAGE Count to 1",
patches: [
{offset: 0x206E34, off: [0x41, 0xFF, 0x46, 0x04], on: [0x90, 0x90, 0x90, 0x90]},
],
},
{
name: "Unlimited STAGEs (Requires STAGEs to be set to 3 or 4)",
patches: [
{offset: 0x206DA5, off: [0x48, 0x8B, 0x8E, 0x80, 0x00, 0x00, 0x00, 0x48, 0x8D, 0x15, 0x35, 0x7D, 0x7C, 0x00], on: [0x41, 0xFF, 0x4E, 0x04, 0xE9, 0x8A, 0x00, 0x00, 0x00, 0x90, 0x90, 0x90, 0x90, 0x90]},
],
},
{
name: "English Character Names",
patches: [
{offset: 0x9BF3B0, off: [0xE3, 0x81, 0xA9, 0xE3, 0x82, 0x93, 0xE3, 0x81, 0xA1, 0xE3, 0x82, 0x83, 0xE3, 0x82, 0x93], on: [0x44, 0x4F, 0x4E, 0x2D, 0x63, 0x68, 0x61, 0x6E, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00]},
{offset: 0x9CD8B8, off: [0xE3, 0x81, 0x8B, 0xE3, 0x81, 0xA3, 0xE3, 0x81, 0xA1, 0xE3, 0x82, 0x83, 0xE3, 0x82, 0x93], on: [0x4B, 0x41, 0x54, 0x53, 0x55, 0x2D, 0x63, 0x68, 0x61, 0x6E, 0x00, 0x00, 0x00, 0x00, 0x00]},
],
},
]),
new Patcher("Taiko.exe", "08.18", [
{
name: "Bypass Errors",
patches: [
{offset: 0x22DC0, off: [0x48], on: [0xC3]}
]
},
{
name: "Unlock Songs",
patches: [
{offset: 0x31428D, off: [0x32, 0xC0], on: [0xB0, 0x01]}
]
},
{
name: "Shared Audio Mode",
patches: [
{offset: 0x692217, off: [0x74], on: [0xEB]},
],
},
{
name: "Disable V-Sync",
patches: [
{offset: 0x516739, off: [0x8B, 0x96, 0x80, 0x00, 0x00, 0x00], on: [0xBA, 0x00, 0x00, 0x00, 0x00, 0x90]},
],
},
{
name: "Patch Borderless Fullscreen Window Size to 2560x1440",
patches: [
{offset: 0x35F05B, off: [0x80, 0x07], on: [0x00, 0x0A]},
{offset: 0x35F062, off: [0x38, 0x04], on: [0xA0, 0x05]},
],
},
{
name: "Patch game to run at 144fps (Breaks some Animations)",
patches: [
{offset: 0xB194D4, off: [0x74, 0x5A, 0x05, 0x41], on: [0xE4, 0x38, 0xDE, 0x40]},
{offset: 0xB7675C, off: [0x7F, 0xA4, 0x88, 0x3C], on: [0x39, 0x8E, 0x63, 0x3C]},
{offset: 0xB76936, off: [0x5E, 0x40], on: [0x62, 0x40]},
{offset: 0xB76A16, off: [0xF0, 0x42], on: [0x10, 0x43]},
],
},
{
name: "Freeze Enso Mode STAGE Count to 1",
patches: [
{offset: 0x328225, off: [0x41, 0xFF, 0x46, 0x04], on: [0x90, 0x90, 0x90, 0x90]},
],
},
{
name: "English Character Names",
patches: [
{offset: 0xB44258, off: [0xE3, 0x81, 0xA9, 0xE3, 0x82, 0x93, 0xE3, 0x81, 0xA1, 0xE3, 0x82, 0x83, 0xE3, 0x82, 0x93], on: [0x44, 0x4F, 0x4E, 0x2D, 0x63, 0x68, 0x61, 0x6E, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00]},
{offset: 0xB56130, off: [0xE3, 0x81, 0x8B, 0xE3, 0x81, 0xA3, 0xE3, 0x81, 0xA1, 0xE3, 0x82, 0x83, 0xE3, 0x82, 0x93], on: [0x4B, 0x41, 0x54, 0x53, 0x55, 0x2D, 0x63, 0x68, 0x61, 0x6E, 0x00, 0x00, 0x00, 0x00, 0x00]},
{offset: 0xB56108, off: [0xEF, 0xBC, 0xA1, 0xEF, 0xBC, 0xA9, 0xE3, 0x81, 0xA9, 0xE3], on: [0x41, 0x69, 0x2D, 0x44, 0x4F, 0x4E, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00]},
],
},
{
name: "Remove Song ID Limit",
patches: [
{offset: 0x312B26, off: [0x3F, 0x06], on: [0x00, 0x7F]}
],
},
{
name: "Move the Setting Bin Files to the Same Folder as the Exe",
patches: [
{offset: 0xB5B728, off: [0x66, 0x3A, 0x5C, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6E, 0x67, 0x31, 0x2E, 0x62, 0x69, 0x6E, 0x00], on: [0x2E, 0x2F, 0x53, 0x65, 0x74, 0x74,0x69, 0x6E, 0x67, 0x31, 0x2E, 0x62, 0x69, 0x6E, 0x00]},
{offset: 0xB5B738, off: [0x67, 0x3A, 0x5C, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6E, 0x67, 0x32, 0x2E, 0x62, 0x69, 0x6E, 0x00], on: [0x2E, 0x2F, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6E, 0x67, 0x32, 0x2E, 0x62, 0x69, 0x6E, 0x00]}
],
},
{
name: "Move the CabinetOfflineData files to Same Folder as the Exe",
patches: [
{offset: 0xB1A6B0, off: [0x46, 0x3A, 0x2F], on: [0x2E, 0x2F, 0x2F]}
],
},
])
]);
});
</script>
</head>
<body>
<h1>Taiko no Tatsujin (March 2020 Ver.) Modder</h1>
</body>
</html>