forked from mon/BemaniPatcher
-
Notifications
You must be signed in to change notification settings - Fork 0
/
sdvx6.html
144 lines (144 loc) · 5.17 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
<!DOCTYPE html>
<html lang='en'>
<head>
<meta charset='utf-8'>
<title>SDVX VI DLL Modder</title>
<link rel='stylesheet' href='css/style.css'>
<!-- don't hate -->
<script src='https://code.jquery.com/jquery-3.3.1.slim.min.js'></script>
<script type='text/javascript' src='js/FileSaver.min.js'></script>
<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: "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] }],
},
{
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 V DLL Modder</h1>
</body>
</html>