forked from mon/BemaniPatcher
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsdvx6.html
177 lines (177 loc) · 6.46 KB
/
sdvx6.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
<!DOCTYPE html>
<html lang='en'>
<head>
<meta charset='utf-8'>
<title>SDVX VI 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([
// patches by https://github.com/drmext - added to BemaniPatcher by Y2K
new Patcher("soundvoltex.dll", "2021-12-14", [
{
name: "Disable power change",
tooltip: "Prevents power mode change on startup",
patches: [{ offset: 0x1F4003, off: [0x75], on: [0xEB] }],
},
{
name: "Disable monitor change",
tooltip: "Prevents monitor setting changes on startup",
patches: [{ offset: 0x1F409B, off: [0x75], on: [0xEB] }],
},
{
name: "Force BIO2 (KFC) IO in Valkyrie mode",
tooltip: "Will only work with <spec __type=\"str\">F</spec> changed to either G or H, in ea3-config.xml.",
patches: [{ offset: 0x400335, off: [0x87, 0x05], on: [0x47, 0x0C] }],
},
{
name: "120Hz Support",
patches: [{ offset: 0x71414E, off: [0x4E], on: [0x5E] }],
},
{
type : "union",
name : "Note FPS Target",
offset : 0x3C7C77,
patches : [
{
name : "Default",
patch : [0xF2, 0x0F, 0x59, 0x35, 0xD1, 0xCD, 0x34, 0x00, 0x0F, 0x57, 0xC0, 0x66, 0x0F, 0x2E, 0xF0],
},
{
name : "120 FPS",
patch : [0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0xB8, 0x78, 0x00, 0x00, 0x00, 0xF2, 0x0F, 0x2A, 0xF0],
},
{
name : "144 FPS",
patch : [0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0xB8, 0x90, 0x00, 0x00, 0x00, 0xF2, 0x0F, 0x2A, 0xF0],
},
{
name : "165 FPS",
patch : [0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0xB8, 0xA5, 0x00, 0x00, 0x00, 0xF2, 0x0F, 0x2A, 0xF0],
},
{
name : "240 FPS",
patch : [0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0xB8, 0xF0, 0x00, 0x00, 0x00, 0xF2, 0x0F, 0x2A, 0xF0],
},
{
name : "360 FPS",
patch : [0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0xB8, 0x68, 0x01, 0x00, 0x00, 0xF2, 0x0F, 0x2A, 0xF0],
},
]
},
{
name: "Force Note FPS Target",
tooltip: "Enable this if above is not Default",
patches: [
{ offset: 0x3C7C86, off: [0x74, 0x09], on: [0x90, 0x90] },
{ offset: 0x3C7C30, off: [0x74, 0x5F], on: [0x90, 0x90] },
],
},
{
name: "Shared mode WASAPI",
tooltip: "Only replaces the first audio device init attempt. Set output to 44100Hz 16bit if it doesn't work.",
patches: [{ offset: 0x43C3E9, off: [0x04], on: [0x00] }],
},
{
name: "Shared mode WASAPI Valkyrie",
patches: [{ offset: 0x43C347, off: [0x07], on: [0x00] }],
},
{
name: "Allow non E004 cards",
tooltip: "Allows cards that do not have E004 card IDs (such as mifare cards) to work.",
patches: [
{ offset: 0xA4B, off: [0x75, 0x12], on: [0x90, 0x90] },
{ offset: 0xA53, off: [0x74], on: [0xEB] },
],
},
{
name: "Unlock All songs",
patches: [
{offset: 0x1769FE,
off: [0xEB, 0x05, 0x33, 0xC9, 0x89, 0x4F, 0x14, 0x85, 0xDB, 0x74, 0x26, 0x83, 0xEB, 0x01, 0x74, 0x0F, 0x83, 0xEB, 0x01, 0x74, 0x1C, 0x83, 0xEB, 0x01, 0x74, 0x10, 0x83, 0xFB, 0x01, 0x74, 0x04, 0x8B, 0xC1, 0xEB, 0x13, 0xB8, 0x02, 0x00, 0x00, 0x00, 0xEB, 0x0C, 0xB8, 0x03, 0x00, 0x00, 0x00, 0xEB, 0x05, 0xB8, 0x01, 0x00, 0x00, 0x00],
on: [0x90, 0x90, 0x33, 0xC9, 0xB8, 0x03, 0x00, 0x00, 0x00, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90]},
//additional patch created by giz for server unlock override.
{offset: 0x167C11, off: [0x44, 0x0F, 0xB6, 0x74, 0x24, 0x40], on: [0x41, 0xBE, 0x03, 0x00, 0x00, 0x00]}
]
},
{
name: "Unlock All difficulties",
patches: [{ offset: 0x2F639F, off: [0x75], on: [0xEB] }],
},
{
name: "Enable S-CRITICAL in Light Start",
tooltip: "Only in Valkyrie mode.",
patches: [
{ offset: 0x753AA, off: [0x74, 0x40], on: [0x90, 0x90] },
{ offset: 0x7542F, off: [0x74, 0x20], on: [0x90, 0x90] },
{ offset: 0x7622A, off: [0x74, 0x04], on: [0x90, 0x90] },
],
},
{
name: "Uncensor album jackets (for K region only)",
patches: [{ offset: 0x69D390, off: [0x61], on: [0x75] }],
},
{
name: "Disable subscreen in Valkyrie mode",
patches: [{ offset: 0x3C7690, off: [0x83, 0xBD, 0xB8, 0x00, 0x00, 0x00, 0x02, 0x41, 0x0F, 0x93, 0xC6, 0x44, 0x88, 0x74, 0x24, 0x51],
on: [0x41, 0xB6, 0x00, 0x44, 0x88, 0x74, 0x24, 0x51, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90] }],
},
{
name: "Timer freeze",
patches: [{ offset: 0x740D6, off: [0x84], on: [0x85] }],
},
{
name: "Premium timer freeze",
patches: [
{ offset: 0x2FF885, off: [0x0F, 0x85], on: [0x90, 0xE9] },
{ offset: 0x285B69, off: [0x0F, 0x84], on: [0x90, 0xE9] },
{ offset: 0x1D363E, off: [0x75], on: [0xEB] },
],
},
{
name: "Hide premium guide banner",
tooltip: "blpass_ef (rainbow outline on health gauge) is shown instead of pt_sousa_usr",
patches: [{ offset: 0x217999, off: [0x63, 0x4F, 0x49], on: [0x1B, 0xF0, 0x44] }],
},
{
name: "Hide bottom text",
patches: [
{ offset: 0x9BE0F, off: [0xE8, 0x2C, 0x04, 0x00, 0x00], on: [0x90, 0x90, 0x90, 0x90, 0x90] }, // CREDIT: %s
{ offset: 0x9C1C9, off: [0xFF, 0x15, 0x99, 0x3E, 0x57, 0x00], on: [0x90, 0x90, 0x90, 0x90, 0x90, 0x90] }, // PASELI: %s
{ offset: 0x9C155, off: [0xFF, 0x15, 0x0D, 0x3F, 0x57, 0x00], on: [0x90, 0x90, 0x90, 0x90, 0x90, 0x90] }, // EXTRA PASELI: %s
{ offset: 0x9C1EF, off: [0xFF, 0x15, 0x73, 0x3E, 0x57, 0x00], on: [0x90, 0x90, 0x90, 0x90, 0x90, 0x90] }, // PASELI: NO ACCOUNT, PASELI: NOT AVAILABLE
],
},
{
type : "union",
name : "Premium Time Length",
offset : 0x2A5266,
patches : [
{
name : "Default (10 Minutes)",
patch : [0x00, 0x70, 0xC9, 0xB2, 0x8B, 0x00, 0x00, 0x00],
},
{
name : "20 Minutes",
patch : [0x00, 0xE0, 0x92, 0x65, 0x17, 0x01, 0x00, 0x00],
},
{
name : "30 Minutes",
patch : [0x00, 0x50, 0x5C, 0x18, 0xA3, 0x01, 0x00, 0x00],
},
{
name : "1 Hour",
patch : [0x00, 0xA0, 0xB8, 0x30, 0x46, 0x03, 0x00, 0x00],
},
],
},
]),
]);
});
</script>
</head>
<body>
<h1>SDVX VI DLL Modder</h1>
</body>
</html>