two-torial-webpatcher/sdvx6.html
Yonokid 3b6055ba30
Chunithm and other big patches (#343)
* variuos patches

* more changes

* oops a {

* resize all images to 128x128

mogrify -resize 128x128 *.png

* fix images

I hate mogrify now

* change names of files and fix images

* move images, fix html file names

* add sun plus version information

* fix image sharpness + paradise lost size

* fix sharpness

* remove drummania text from nex+age logo

* Fix names, remove jquery from wacca

* Add .htaccess to prevent link rot

---------

Co-authored-by: Will Toohey <will@mon.im>
2024-02-27 10:06:10 +10:00

178 lines
7.6 KiB
HTML

<!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>