Update sdvx6.html

add "Unlock All songs", "Uncensor album jackets (for K region only)"
This commit is contained in:
ikaros14
2022-04-04 12:06:45 +09:00
committed by Will
parent f028f55871
commit 8c10ffab7d
+133 -119
View File
@@ -11,125 +11,139 @@
<script type='text/javascript'> <script type='text/javascript'>
window.addEventListener('load', function () { window.addEventListener('load', function () {
new PatchContainer([ new PatchContainer([
// patches by https://github.com/drmext - added to BemaniPatcher by Y2K // patches by https://github.com/drmext - added to BemaniPatcher by Y2K
new Patcher("soundvoltex.dll", "2021-12-14", [ new Patcher("soundvoltex.dll", "2021-12-14", [
{ {
name: "Disable power change", name: "Disable power change",
tooltip: "Prevents power mode change on startup", tooltip: "Prevents power mode change on startup",
patches: [{ offset: 0x1F4003, off: [0x75], on: [0xEB] }], patches: [{ offset: 0x1F4003, off: [0x75], on: [0xEB] }],
}, },
{ {
name: "Disable monitor change", name: "Disable monitor change",
tooltip: "Prevents monitor setting changes on startup", tooltip: "Prevents monitor setting changes on startup",
patches: [{ offset: 0x1F409B, off: [0x75], on: [0xEB] }], patches: [{ offset: 0x1F409B, off: [0x75], on: [0xEB] }],
}, },
{ {
name: "Force BIO2 (KFC) IO in Valkyrie mode", 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.", 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] }], patches: [{ offset: 0x400335, off: [0x87, 0x05], on: [0x47, 0x0C] }],
}, },
{ {
name: "120Hz Support", name: "120Hz Support",
patches: [{ offset: 0x71414E, off: [0x4E], on: [0x5E] }], patches: [{ offset: 0x71414E, off: [0x4E], on: [0x5E] }],
}, },
{ {
type : "union", type : "union",
name : "Note FPS Target", name : "Note FPS Target",
offset : 0x3C7C77, offset : 0x3C7C77,
patches : [ patches : [
{ {
name : "Default", name : "Default",
patch : [0xF2, 0x0F, 0x59, 0x35, 0xD1, 0xCD, 0x34, 0x00, 0x0F, 0x57, 0xC0, 0x66, 0x0F, 0x2E, 0xF0], patch : [0xF2, 0x0F, 0x59, 0x35, 0xD1, 0xCD, 0x34, 0x00, 0x0F, 0x57, 0xC0, 0x66, 0x0F, 0x2E, 0xF0],
}, },
{ {
name : "120 FPS", name : "120 FPS",
patch : [0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0xB8, 0x78, 0x00, 0x00, 0x00, 0xF2, 0x0F, 0x2A, 0xF0], patch : [0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0xB8, 0x78, 0x00, 0x00, 0x00, 0xF2, 0x0F, 0x2A, 0xF0],
}, },
{ {
name : "144 FPS", name : "144 FPS",
patch : [0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0xB8, 0x90, 0x00, 0x00, 0x00, 0xF2, 0x0F, 0x2A, 0xF0], patch : [0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0xB8, 0x90, 0x00, 0x00, 0x00, 0xF2, 0x0F, 0x2A, 0xF0],
}, },
{ {
name : "165 FPS", name : "165 FPS",
patch : [0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0xB8, 0xA5, 0x00, 0x00, 0x00, 0xF2, 0x0F, 0x2A, 0xF0], patch : [0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0xB8, 0xA5, 0x00, 0x00, 0x00, 0xF2, 0x0F, 0x2A, 0xF0],
}, },
{ {
name : "240 FPS", name : "240 FPS",
patch : [0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0xB8, 0xF0, 0x00, 0x00, 0x00, 0xF2, 0x0F, 0x2A, 0xF0], patch : [0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0xB8, 0xF0, 0x00, 0x00, 0x00, 0xF2, 0x0F, 0x2A, 0xF0],
}, },
{ {
name : "360 FPS", name : "360 FPS",
patch : [0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0xB8, 0x68, 0x01, 0x00, 0x00, 0xF2, 0x0F, 0x2A, 0xF0], patch : [0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0xB8, 0x68, 0x01, 0x00, 0x00, 0xF2, 0x0F, 0x2A, 0xF0],
}, },
] ]
}, },
{ {
name: "Force Note FPS Target", name: "Force Note FPS Target",
tooltip: "Enable this if above is not Default", tooltip: "Enable this if above is not Default",
patches: [ patches: [
{ offset: 0x3C7C86, off: [0x74, 0x09], on: [0x90, 0x90] }, { offset: 0x3C7C86, off: [0x74, 0x09], on: [0x90, 0x90] },
{ offset: 0x3C7C30, off: [0x74, 0x5F], on: [0x90, 0x90] }, { offset: 0x3C7C30, off: [0x74, 0x5F], on: [0x90, 0x90] },
], ],
}, },
{ {
name: "Shared mode WASAPI", name: "Shared mode WASAPI",
tooltip: "Only replaces the first audio device init attempt. Set output to 44100Hz 16bit if it doesn't work.", 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] }], patches: [{ offset: 0x43C3E9, off: [0x04], on: [0x00] }],
}, },
{ {
name: "Shared mode WASAPI Valkyrie", name: "Shared mode WASAPI Valkyrie",
patches: [{ offset: 0x43C347, off: [0x07], on: [0x00] }], patches: [{ offset: 0x43C347, off: [0x07], on: [0x00] }],
}, },
{ {
name: "Allow non E004 cards", name: "Allow non E004 cards",
tooltip: "Allows cards that do not have E004 card IDs (such as mifare cards) to work.", tooltip: "Allows cards that do not have E004 card IDs (such as mifare cards) to work.",
patches: [ patches: [
{ offset: 0xA4B, off: [0x75, 0x12], on: [0x90, 0x90] }, { offset: 0xA4B, off: [0x75, 0x12], on: [0x90, 0x90] },
{ offset: 0xA53, off: [0x74], on: [0xEB] }, { offset: 0xA53, off: [0x74], on: [0xEB] },
], ],
}, },
{ {
name: "Disable subscreen in Valkyrie mode", name: 'Unlock All songs',
patches: [{ offset: 0x3C7690, off: [0x83, 0xBD, 0xB8, 0x00, 0x00, 0x00, 0x02, 0x41, 0x0F, 0x93, 0xC6, 0x44, 0x88, 0x74, 0x24, 0x51], patches: [
on: [0x41, 0xB6, 0x00, 0x44, 0x88, 0x74, 0x24, 0x51, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90] }], {offset: 0x17C9FE,
}, 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]},
name: "Timer freeze", //additional patch created by giz for server unlock override.
patches: [{ offset: 0x740D6, off: [0x84], on: [0x85] }], {offset: 0x16DEB1, off: [0x44, 0x0F, 0xB6, 0x74, 0x24, 0x40], on: [0x41, 0xBE, 0x03, 0x00, 0x00, 0x00]}
}, ]
{ },
name: "Premium timer freeze", {
patches: [ name: "Uncensor album jackets (for K region only)",
{ offset: 0x2FF885, off: [0x0F, 0x85], on: [0x90, 0xE9] }, patches: [{ offset: 0x69D390, off: [0x61], on: [0x75] }],
{ offset: 0x285B69, off: [0x0F, 0x84], on: [0x90, 0xE9] }, },
{ offset: 0x1D363E, off: [0x75], 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: "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: "Timer freeze",
}, patches: [{ offset: 0x740D6, off: [0x84], on: [0x85] }],
{ },
type : "union", {
name : "Premium Time Length", name: "Premium timer freeze",
offset : 0x2A5266, patches: [
patches : [ { offset: 0x2FF885, off: [0x0F, 0x85], on: [0x90, 0xE9] },
{ { offset: 0x285B69, off: [0x0F, 0x84], on: [0x90, 0xE9] },
name : "Default (10 Minutes)", { offset: 0x1D363E, off: [0x75], on: [0xEB] },
patch : [0x00, 0x70, 0xC9, 0xB2, 0x8B, 0x00, 0x00, 0x00], ],
}, },
{ {
name : "20 Minutes", name: "Hide premium guide banner",
patch : [0x00, 0xE0, 0x92, 0x65, 0x17, 0x01, 0x00, 0x00], 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 : "30 Minutes", {
patch : [0x00, 0x50, 0x5C, 0x18, 0xA3, 0x01, 0x00, 0x00], type : "union",
}, name : "Premium Time Length",
{ offset : 0x2A5266,
name : "1 Hour", patches : [
patch : [0x00, 0xA0, 0xB8, 0x30, 0x46, 0x03, 0x00, 0x00], {
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],
}, },
], ],
}, },