forked from mon/BemaniPatcher
-
Notifications
You must be signed in to change notification settings - Fork 0
/
heroicverse.html
255 lines (255 loc) · 10.6 KB
/
heroicverse.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
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
<!DOCTYPE html>
<html lang='en'>
<head>
<meta charset='utf-8'>
<title>IIDX HEROIC VERSE DLL 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('bm2dx.dll', "2020-09-29", [
{
name: 'Disable TDJ check for exclusive songs',
patches: [
{offset: 0x352EA9, off: [0x75, 0x19], on: [0x90, 0x90]},
{offset: 0x352F19, off: [0x75, 0x15], on: [0x90, 0x90]},
]
},
{
name: 'Disable TDJ check for lightning category',
patches: [
{offset: 0x33718D, off: [0x75, 0x0A], on: [0x90, 0x90]},
]
},
{
name: 'Force 120hz timing and adapter mode in LDJ (Experimental)',
patches: [
{offset: 0x2FBBA3, off: [0x75], on: [0xEB]},
{offset: 0x621169, off: [0x74, 0x03], on: [0x90, 0x90]},
{offset: 0x620F7E, off: [0x3C], on: [0x78]},
]
},
{
name: 'Force LDJ software video decoder for all boot modes',
patches: [{offset: 0x5FBCC7, off: [0x83, 0x78, 0x08, 0x02], on: [0x83, 0x78, 0x08, 0x05]}]
},
{
name: 'Bypass lightning monitor error',
patches: [{offset: 0x58C681, off: [0x0F, 0x85], on: [0x90, 0xE9]}]
},
{ // mon
name: 'Force shared audio',
tooltip : 'If it doesn\'t work, set your device to 44100Hz 16bit',
patches: [{offset: 0x2678B1, off: [0x01], on: [0x00]}]
},
{
name: 'Skip decide screen',
tooltip : 'Immediately loads into chart after selection',
patches: [{offset: 0x2D6160, off: [0xE8, 0x6B, 0x00, 0x00, 0x00], on: [0x90, 0x90, 0x90, 0x90, 0x90]}]
},
{
name: 'Cursor lock',
tooltip : "After song finishes, song select remains on previous song",
patches: [{offset: 0x551D98, off: [0x84, 0xC0], on: [0x90, 0x90]}]
},
{
name: 'Unlock All Songs',
patches: [{offset: 0x353E90, off: [0x75, 0x24], on: [0x90, 0x90]}]
},
{
name: 'Unlock All 12s',
patches: [{offset: 0x353CD0, off: [0x83, 0xFF, 0x03, 0x74, 0x05, 0x83, 0xFF, 0x08], on:[0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90]}],
},
{ // ikaros14
name: 'Quick Retry',
patches: [{offset: 0x339BBF, off: [0x32, 0xC0], on: [0xB0, 0x01]}]
},
{
name: 'Skip CAMERA DEVICE ERROR prompt',
tooltip: 'Prevents the CAMERA DEVICE ERROR message from popping up on boot',
patches: [{offset: 0x59962B, off: [0x84], on: [0x81]}]
},
{
name: 'Premium Free (1 Player Mode)',
patches: [{offset: 0x54B667, off: [0x75], on: [0xEB]}]
},
{
name: 'Premium Free (2 Player Mode)',
patches: [
{offset: 0x54B805, off: [0x74, 0x55], on: [0x90, 0x90]},
{offset: 0x54B81B, off: [0x74, 0x3F], on: [0x90, 0x90]}
]
},
{
name: 'Premium Free Timer Freeze',
tooltip: 'Freezes the timer in PREMIUM FREE mode, allowing unlimited play until exit',
patches: [{offset: 0x356BBD, off: [0x7E], on: [0xEB]}]
},
{
name: 'Standard/Menu Timer Freeze',
tooltip: 'Freezes the timer in STANDARD and in-game menus such as song select',
patches: [{offset: 0x5BDCA7, off: [0x74], on: [0xEB]}]
},
{
name: 'Shim Lightning Mode IO (for spicetools)',
patches: [
{offset: 0x5FBCCE, off: [0x0F, 0x84, 0x8D, 0x00, 0x00, 0x00], on: [0x90, 0x90, 0x90, 0x90, 0x90, 0x90]},
{offset: 0x63B0E4, off: [0x0F, 0x84], on: [0x90, 0xE9]},
{offset: 0x63B850, off: [0x7C, 0xE5], on: [0x0C, 0xDE]}
]
},
{
name: 'Hide "EXTRA PASELI: %d"',
patches: [{
offset: 0x2BD1B1,
off: [0x7F, 0x12, 0x44, 0x8B, 0xCB, 0x4C, 0x8D, 0x05, 0xF3, 0xD8, 0x4E, 0x00 ],
on: [0x90, 0xe9, 0x22, 0x00, 0x00, 0x00, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90]
}]
},
{
name: 'Hide "INSERT COIN[S]"',
patches: [{offset: 0x2BD56B, off: [0xE8, 0x50, 0xAA, 0x00, 0x00], on: [0x90, 0x90, 0x90, 0x90, 0x90]}]
},
{
name: 'Hide "PASELI: *****"',
patches: [{offset: 0x2BD3BB, off: [0xFF, 0x15, 0x5F, 0x8E, 0x4E, 0x00], on: [0x90, 0x90, 0x90, 0x90, 0x90, 0x90]}]
},
{
name: 'Hide "PASELI: NO ACCOUNT"',
patches: [{offset: 0x2BD459, off: [0xFF, 0x15, 0xC1, 0x8D, 0x4E, 0x00], on: [0x90, 0x90, 0x90, 0x90, 0x90, 0x90]}]
},
{
name: 'Hide "PASELI: NOT AVAILABLE"',
patches: [{offset: 0x2BD2B4, off: [0x48, 0x8D, 0x05, 0xDD, 0xD7, 0x4E, 0x00], on: [0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90]}]
},
{
name: 'Hide "CREDIT: %d"',
patches: [{offset: 0x2BD0D6, off: [0xFF, 0x15, 0x44, 0x91, 0x4E, 0x00], on: [0x90, 0x90, 0x90, 0x90, 0x90, 0x90]}]
},
{
name: 'SSE4.2 Fix',
tooltip : "This will allow the game to run on processors which do not support the SSE4.2 instruction set. If you can successfully boot the game, do NOT check this.",
patches: [{offset: 0x2677C4, off: [0xF3, 0x45, 0x0F], on: [0x90, 0x90, 0x90]}]
},
{
name: 'Always show FAST/SLOW total',
tooltip : "Toggles the 'FA/SL' judge text to show by default instead of requiring VEFX to be held.",
patches: [
{offset: 0x5667F0, off: [0x74], on: [0x75]},
{offset: 0x5665D3, off: [0x74], on: [0x75]},
]
},
{
name: 'CS-Style Song Start Delay',
tooltip : "Holding Start will pause the song at the beginning until you release it",
patches: [
{offset: 0x575423, off: [0x7D, 0x4D], on: [0x90, 0x90]}
]
},
{
name: 'Free play text to LED ticker (Bottom Right)',
tooltip : "Song Title/Ticker information will display instead of FREEPLAY",
patches: [{offset: 0x2BD26F, off: [0xE5, 0xD7, 0x4E, 0x00], on: [0x49, 0x7F, 0x50, 0x04]}]
},
{
name: 'Unscramble touch screen keypad in TDJ',
tooltip: 'Disable randomization of keypad layout when carding in',
patches: [{offset: 0x614855, off: [0x4D, 0x03, 0xC8, 0x49, 0xF7, 0xF1], on:[0xBA, 0x0C, 0x00, 0x00, 0x00, 0x90]}]
},
{
name: 'Always display EX score instead of money score',
patches: [{offset: 0x5ca12e, off: [0x33, 0xc0], on:[0xeb, 0xf4]}]
},
{
name: 'Debug Mode',
tooltip : "While in game, press F1 to enable menu. (Disables Profile/Score saving)",
patches: [{offset: 0x59A450, off: [0x32, 0xC0], on:[0xB0, 0x01]}]
},
{
name: 'QC Mode',
tooltip : "Hidden test menu. Press SW4 to navigate right/left",
patches: [
{offset: 0x5E3171, off: [0x74, 0x4F], on:[0x90, 0x90]},
{offset: 0x5E3199, off: [0x74], on: [0xEB]},
]
},
{
name: 'Increase "All Factory Settings" buffer',
tooltip : "Enable this if the option below is not default",
patches: [
{offset: 0x5C359E, off: [0x40, 0x01, 0x00, 0x00], on:[0x22, 0x61, 0x14, 0x00]},
{offset: 0x78E62A, off: [0x40, 0x01, 0x00, 0x00], on:[0x22, 0x61, 0x14, 0x00]},
]
},
{
type : 'union',
name : 'Reroute "All Factory Settings" test menu',
offset : 0x5C35B5,
patches : [
{
name : "TestAllFactorySettingsScene",
tooltip : "Default",
patch : [0x17, 0x88, 0x01, 0x00],
},
{
name : "AfpViewerScene",
patch : [0x57, 0x72, 0xD4, 0xFF],
},
{
name : "QproViewerScene",
patch : [0x07, 0x03, 0xD5, 0xFF],
},
{
name : "SoundViewerScene",
patch : [0x37, 0x69, 0xD5, 0xFF],
},
]
},
{
type : "union",
name : "Reroute 'I/O Check -> Camera Check -> 2D Code check' test menu",
offset : 0x5C3A55,
patches : [
{
name : "TestIOCheckQrCheckScene",
tooltip : "Default",
patch : [0xA7, 0x49, 0x01, 0x00],
},
{
name : "CustomizeViewerScene",
patch : [0x87, 0x92, 0xD4, 0xFF],
},
{
name : "SoundRankingViewerScene",
patch : [0x47, 0x2B, 0xD5, 0xFF],
},
{
name : "SystemSoundViewerScene",
patch : [0x47, 0x9E, 0xD5, 0xFF],
},
]
},
{
name: 'Disable News Sound',
tooltip : "Disables the sound played when news banners appear.",
patches: [
{offset: 0x88D1C0, off: [0x10], on:[0x00]},
]
},
{
name: 'Increase game volume',
tooltip : "Ignore the in-game volume settings and use the maximum possible volume level. Especially helpful for TDJ which tends to be very quiet.",
patches: [
{offset: 0x63F2E5, off: [0xFF, 0x90, 0x98, 0x00, 0x00, 0x00], on:[0x90, 0x90, 0x90, 0x90, 0x90, 0x90]},
]
}
]),
]);
});
</script>
</head>
<body>
<h1>IIDX HEROIC VERSE DLL Modder</h1>
</body>
</html>