two-torial-webpatcher/resident.html
bookqaq ef17e06fd9
recording related patch for resident 010 dll (#349)
* recording related for resident 010 dll

* Adjust wording of video patch

---------

Co-authored-by: Will <will@mon.im>
2024-03-23 15:38:41 +10:00

1168 lines
78 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>IIDX Resident 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", "2023-09-05 (LDJ-003)", [
{
name: "Standard/Menu Timer Freeze",
patches: [{ offset: 0xB283A5, off: [0x0F, 0x84], on: [0x90, 0xE9] }],
},
{
name: "Premium Free Timer Freeze",
patches: [{ offset: 0x9936AD, off: [0x75], on: [0xEB] }],
},
{
name: "Hide Time Limit Display on Results Screen",
patches: [{ offset: 0xA8DCE5, off: [0x0F, 0x84], on: [0x90, 0xE9] }],
},
{
name: "Hide Background Color Banners on Song List",
patches: [
{ offset: 0x11975AD, off: [0x5F], on: [0x00] },
{ offset: 0x11975BD, off: [0x5F], on: [0x00] },
]
},
{
name: "Cursor Lock",
patches: [{ offset: 0xA2E0EA, off: [0x74, 0x40], on: [0x90, 0x90] }],
},
{
name: "Unlock All Songs and Charts",
patches: [{ offset: 0x981202, off: [0x32, 0xC0], on: [0xB0, 0x01] }],
},
{
name: "CS-style Song Start Delay",
tooltip: "Holding Start will pause the song at the beginning until you release it",
patches: [{ offset: 0xA77B3D, off: [0x7C], on: [0xEB] }],
},
{
name: "Show Lightning Model Folder in LDJ",
tooltip: "This folder is normally exclusive to TDJ mode",
patches: [{ offset: 0x906097, off: [0x74, 0x0E], on: [0x90, 0x90] }],
},
{
name: "Bypass Lightning Monitor Error",
patches: [{ offset: 0xABB733, off: [0x0F, 0x84], on: [0x90, 0xE9] }],
},
{
name: "Lightning Mode Camera Crash Fix (for spicetools) / Force LDJ Software Video Decoder for All Boot Modes",
patches: [{ offset: 0xBBA748, off: [0x0F, 0x85, 0x09, 0x01, 0x00, 0x00], on: [0x90, 0x90, 0x90, 0x90, 0x90, 0x90] }],
},
{
name: "Force Custom Timing and Adapter Mode in LDJ (Experimental)",
tooltip: "Enable this if the patch below is not default",
patches: [
{ offset: 0x84EA21, off: [0x75, 0x0A], on: [0x90, 0x90] },
{ offset: 0x84EA3C, off: [0x75, 0x38], on: [0x90, 0x90] },
{ offset: 0x84EA59, off: [0x75, 0x0A], on: [0x90, 0x90] },
{ offset: 0x84EA74, off: [0x74], on: [0xEB] },
{ offset: 0xE84E3C, off: [0x75, 0x0A], on: [0xEB, 0x70] },
]
},
{
type : "union",
name : "Choose Custom LDJ Timing/Adapter FPS",
offset : 0xE84BEF,
patches : [
{
name : "60 FPS",
patch : [0xC7, 0x44, 0x24, 0x44, 0x3C, 0x00, 0x00, 0x00, 0x8B, 0x44, 0x24, 0x2C, 0x89, 0x84, 0x24, 0x10, 0x01, 0x00, 0x00, 0x48, 0x8B, 0x44, 0x24, 0x40, 0x48, 0x89, 0x84, 0x24, 0x14, 0x01, 0x00, 0x00, 0xC7, 0x44, 0x24, 0x30, 0x02, 0x00, 0x00, 0x00, 0xC7, 0x44, 0x24, 0x48, 0x01, 0x00, 0x00, 0x00, 0xC7, 0x44, 0x24, 0x4C, 0x3C, 0x00, 0x00, 0x00],
},
{
name : "120 FPS",
patch : [0xC7, 0x44, 0x24, 0x44, 0x78, 0x00, 0x00, 0x00, 0x8B, 0x44, 0x24, 0x2C, 0x89, 0x84, 0x24, 0x10, 0x01, 0x00, 0x00, 0x48, 0x8B, 0x44, 0x24, 0x40, 0x48, 0x89, 0x84, 0x24, 0x14, 0x01, 0x00, 0x00, 0xC7, 0x44, 0x24, 0x30, 0x02, 0x00, 0x00, 0x00, 0xC7, 0x44, 0x24, 0x48, 0x01, 0x00, 0x00, 0x00, 0xC7, 0x44, 0x24, 0x4C, 0x78, 0x00, 0x00, 0x00],
},
{
name : "144 FPS",
patch : [0xC7, 0x44, 0x24, 0x44, 0x90, 0x00, 0x00, 0x00, 0x8B, 0x44, 0x24, 0x2C, 0x89, 0x84, 0x24, 0x10, 0x01, 0x00, 0x00, 0x48, 0x8B, 0x44, 0x24, 0x40, 0x48, 0x89, 0x84, 0x24, 0x14, 0x01, 0x00, 0x00, 0xC7, 0x44, 0x24, 0x30, 0x02, 0x00, 0x00, 0x00, 0xC7, 0x44, 0x24, 0x48, 0x01, 0x00, 0x00, 0x00, 0xC7, 0x44, 0x24, 0x4C, 0x90, 0x00, 0x00, 0x00],
},
{
name : "165 FPS",
patch : [0xC7, 0x44, 0x24, 0x44, 0xA5, 0x00, 0x00, 0x00, 0x8B, 0x44, 0x24, 0x2C, 0x89, 0x84, 0x24, 0x10, 0x01, 0x00, 0x00, 0x48, 0x8B, 0x44, 0x24, 0x40, 0x48, 0x89, 0x84, 0x24, 0x14, 0x01, 0x00, 0x00, 0xC7, 0x44, 0x24, 0x30, 0x02, 0x00, 0x00, 0x00, 0xC7, 0x44, 0x24, 0x48, 0x01, 0x00, 0x00, 0x00, 0xC7, 0x44, 0x24, 0x4C, 0xA5, 0x00, 0x00, 0x00],
},
{
name : "240 FPS",
patch : [0xC7, 0x44, 0x24, 0x44, 0xF0, 0x00, 0x00, 0x00, 0x8B, 0x44, 0x24, 0x2C, 0x89, 0x84, 0x24, 0x10, 0x01, 0x00, 0x00, 0x48, 0x8B, 0x44, 0x24, 0x40, 0x48, 0x89, 0x84, 0x24, 0x14, 0x01, 0x00, 0x00, 0xC7, 0x44, 0x24, 0x30, 0x02, 0x00, 0x00, 0x00, 0xC7, 0x44, 0x24, 0x48, 0x01, 0x00, 0x00, 0x00, 0xC7, 0x44, 0x24, 0x4C, 0xF0, 0x00, 0x00, 0x00],
},
{
name : "360 FPS",
patch : [0xC7, 0x44, 0x24, 0x44, 0x68, 0x01, 0x00, 0x00, 0x8B, 0x44, 0x24, 0x2C, 0x89, 0x84, 0x24, 0x10, 0x01, 0x00, 0x00, 0x48, 0x8B, 0x44, 0x24, 0x40, 0x48, 0x89, 0x84, 0x24, 0x14, 0x01, 0x00, 0x00, 0xC7, 0x44, 0x24, 0x30, 0x02, 0x00, 0x00, 0x00, 0xC7, 0x44, 0x24, 0x48, 0x01, 0x00, 0x00, 0x00, 0xC7, 0x44, 0x24, 0x4C, 0x68, 0x01, 0x00, 0x00],
},
]
},
{
type : "union",
name : "Choose Custom TDJ Timing/Adapter FPS",
offset : 0xE84C4F,
patches : [
{
name : "60 FPS",
patch : [0xC7, 0x44, 0x24, 0x54, 0x3C, 0x00, 0x00, 0x00, 0x8B, 0x44, 0x24, 0x34, 0x89, 0x84, 0x24, 0x28, 0x01, 0x00, 0x00, 0x48, 0x8B, 0x44, 0x24, 0x50, 0x48, 0x89, 0x84, 0x24, 0x2C, 0x01, 0x00, 0x00, 0xC7, 0x44, 0x24, 0x38, 0x04, 0x00, 0x00, 0x00, 0xC7, 0x44, 0x24, 0x58, 0x01, 0x00, 0x00, 0x00, 0xC7, 0x44, 0x24, 0x5C, 0x3C, 0x00, 0x00, 0x00],
},
{
name : "120 FPS",
patch : [0xC7, 0x44, 0x24, 0x54, 0x78, 0x00, 0x00, 0x00, 0x8B, 0x44, 0x24, 0x34, 0x89, 0x84, 0x24, 0x28, 0x01, 0x00, 0x00, 0x48, 0x8B, 0x44, 0x24, 0x50, 0x48, 0x89, 0x84, 0x24, 0x2C, 0x01, 0x00, 0x00, 0xC7, 0x44, 0x24, 0x38, 0x04, 0x00, 0x00, 0x00, 0xC7, 0x44, 0x24, 0x58, 0x01, 0x00, 0x00, 0x00, 0xC7, 0x44, 0x24, 0x5C, 0x78, 0x00, 0x00, 0x00],
},
{
name : "144 FPS",
patch : [0xC7, 0x44, 0x24, 0x54, 0x90, 0x00, 0x00, 0x00, 0x8B, 0x44, 0x24, 0x34, 0x89, 0x84, 0x24, 0x28, 0x01, 0x00, 0x00, 0x48, 0x8B, 0x44, 0x24, 0x50, 0x48, 0x89, 0x84, 0x24, 0x2C, 0x01, 0x00, 0x00, 0xC7, 0x44, 0x24, 0x38, 0x04, 0x00, 0x00, 0x00, 0xC7, 0x44, 0x24, 0x58, 0x01, 0x00, 0x00, 0x00, 0xC7, 0x44, 0x24, 0x5C, 0x90, 0x00, 0x00, 0x00],
},
{
name : "165 FPS",
patch : [0xC7, 0x44, 0x24, 0x54, 0xA5, 0x00, 0x00, 0x00, 0x8B, 0x44, 0x24, 0x34, 0x89, 0x84, 0x24, 0x28, 0x01, 0x00, 0x00, 0x48, 0x8B, 0x44, 0x24, 0x50, 0x48, 0x89, 0x84, 0x24, 0x2C, 0x01, 0x00, 0x00, 0xC7, 0x44, 0x24, 0x38, 0x04, 0x00, 0x00, 0x00, 0xC7, 0x44, 0x24, 0x58, 0x01, 0x00, 0x00, 0x00, 0xC7, 0x44, 0x24, 0x5C, 0xA5, 0x00, 0x00, 0x00],
},
{
name : "240 FPS",
patch : [0xC7, 0x44, 0x24, 0x54, 0xF0, 0x00, 0x00, 0x00, 0x8B, 0x44, 0x24, 0x34, 0x89, 0x84, 0x24, 0x28, 0x01, 0x00, 0x00, 0x48, 0x8B, 0x44, 0x24, 0x50, 0x48, 0x89, 0x84, 0x24, 0x2C, 0x01, 0x00, 0x00, 0xC7, 0x44, 0x24, 0x38, 0x04, 0x00, 0x00, 0x00, 0xC7, 0x44, 0x24, 0x58, 0x01, 0x00, 0x00, 0x00, 0xC7, 0x44, 0x24, 0x5C, 0xF0, 0x00, 0x00, 0x00],
},
{
name : "360 FPS",
patch : [0xC7, 0x44, 0x24, 0x54, 0x68, 0x01, 0x00, 0x00, 0x8B, 0x44, 0x24, 0x34, 0x89, 0x84, 0x24, 0x28, 0x01, 0x00, 0x00, 0x48, 0x8B, 0x44, 0x24, 0x50, 0x48, 0x89, 0x84, 0x24, 0x2C, 0x01, 0x00, 0x00, 0xC7, 0x44, 0x24, 0x38, 0x04, 0x00, 0x00, 0x00, 0xC7, 0x44, 0x24, 0x58, 0x01, 0x00, 0x00, 0x00, 0xC7, 0x44, 0x24, 0x5C, 0x68, 0x01, 0x00, 0x00],
},
]
},
{
type : "union",
name : "Choose Fullscreen Monitor Check FPS Target",
offset : 0xAC884C,
patches : [
{
name : "60 FPS",
patch : [0x3C, 0x00],
},
{
name : "120 FPS",
patch : [0x78, 0x00],
},
{
name : "144 FPS",
patch : [0x90, 0x00],
},
{
name : "165 FPS",
patch : [0xA5, 0x00],
},
{
name : "240 FPS",
patch : [0xF0, 0x00],
},
{
name : "360 FPS",
patch : [0x68, 0x01],
},
]
},
{
name: "Skip Monitor Check",
patches: [{ offset: 0xABB6F2, off: [0x8C], on: [0x8D] }],
},
{
type : "union",
name : "Choose Skip Monitor Check FPS",
offset : 0xAE49F0,
patches : [
{
name : "Default",
patch : [0x89, 0x54, 0x24, 0x10, 0x48, 0x89, 0x4C, 0x24, 0x08, 0x48, 0x83, 0xEC, 0x28, 0x48, 0x8B, 0x44, 0x24, 0x30, 0x8B, 0x80, 0x48, 0x0B, 0x00, 0x00, 0x05, 0x67, 0x01],
},
{
name : "60.0000 FPS",
patch : [0x48, 0xB8, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x4E, 0x40, 0x66, 0x48, 0x0F, 0x6E, 0xC0, 0xF2, 0x0F, 0x58, 0xC8, 0xC3, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC],
},
{
name : "120.0000 FPS",
patch : [0x48, 0xB8, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x5E, 0x40, 0x66, 0x48, 0x0F, 0x6E, 0xC0, 0xF2, 0x0F, 0x58, 0xC8, 0xC3, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC],
},
{
name : "144.0000 FPS",
patch : [0x48, 0xB8, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x62, 0x40, 0x66, 0x48, 0x0F, 0x6E, 0xC0, 0xF2, 0x0F, 0x58, 0xC8, 0xC3, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC],
},
{
name : "165.0000 FPS",
patch : [0x48, 0xB8, 0x00, 0x00, 0x00, 0x00, 0x00, 0xA0, 0x64, 0x40, 0x66, 0x48, 0x0F, 0x6E, 0xC0, 0xF2, 0x0F, 0x58, 0xC8, 0xC3, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC],
},
{
name : "240.0000 FPS",
patch : [0x48, 0xB8, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x6E, 0x40, 0x66, 0x48, 0x0F, 0x6E, 0xC0, 0xF2, 0x0F, 0x58, 0xC8, 0xC3, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC],
},
{
name : "360.0000 FPS",
patch : [0x48, 0xB8, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x76, 0x40, 0x66, 0x48, 0x0F, 0x6E, 0xC0, 0xF2, 0x0F, 0x58, 0xC8, 0xC3, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC],
},
]
},
{
type : "number",
name : "Monitor Adjust Offset",
offset : 0x1273938,
size : 4,
min : -1000,
max : 1000,
},
{
name: "Skip CAMERA DEVICE ERROR Prompt",
patches: [{ offset: 0xAD57B9, off: [0x84], on: [0x81] }],
},
{
name: "Force Max V-Discs",
tooltip: "Infinite leggendaria plays in pfree",
patches: [{ offset: 0x51DBA3, off: [0x0F, 0x84], on: [0x90, 0xE9] }],
},
{
name: "Enable 1P Premium Free",
patches: [{ offset: 0xA265FC, off: [0x75], on: [0xEB] }],
},
{
name: "Enable 2P Premium Free",
patches: [
{ offset: 0xA26ABE, off: [0x74, 0x30], on: [0x90, 0x90] },
{ offset: 0xA26AE4, off: [0x74, 0x0A], on: [0x90, 0x90] },
]
},
{
name: "Enable Arena",
patches: [{ offset: 0xA26BEA, off: [0x74, 0x64], on: [0x90, 0x90] }],
},
{
name: "Enable BPL Battle",
patches: [{ offset: 0xA26C8A, off: [0x74, 0x64], on: [0x90, 0x90] }],
},
{
name: "All Notes Preview 12s",
patches: [
{ offset: 0xA5F817, off: [0x05], on: [0x0C] },
{ offset: 0xA5FAA1, off: [0x05], on: [0x0C] },
]
},
{
name: "Dark Mode",
patches: [{ offset: 0xA5D42A, off: [0x85, 0xC0], on: [0x90, 0x90] }],
},
{
name: "Hide Measure Lines",
patches: [{ offset: 0x857416, off: [0x75], on: [0xEB] }],
},
{
name: "WASAPI Shared Mode (with 44100Hz)",
patches: [{ offset: 0x383A71, off: [0x01], on: [0x00] }],
},
{
name: "SSE4.2 Fix",
patches: [{ offset: 0x383984, off: [0xF3, 0x45, 0x0F], on: [0x90, 0x90, 0x90] }],
},
{
name: "Skip Decide Screen",
tooltip: "Immediately loads into chart after selection.",
patches: [{ offset: 0x555890, off: [0x48, 0x89, 0x4C, 0x24], on: [0x48, 0x8B, 0xC1, 0xC3] }],
},
{
name: "30 to 60 FPS on music select",
tooltip: "Caution: Nothing knows what happens on cab. I only test on my laptop its OK. Force change select menu fps may cause some hardware error on the cab.",
patches: [{ offset: 0xE84E9D, off: [0x1E], on: [0x3C] }],
},
{
name: "Quick Retry",
patches: [
{ offset: 0x90E2B1, off: [0x00], on: [0x01] },
{ offset: 0x90E2C0, off: [0x74], on: [0xEB] },
]
},
{
name: "Disable News Sound",
tooltip: "Disables the sound played when news banners appear.",
patches: [{ offset: 0x120DF58, off: [0x73, 0x79, 0x73, 0x73, 0x64, 0x5F, 0x6E, 0x65, 0x77, 0x73, 0x5F, 0x63, 0x75, 0x74, 0x69, 0x6E, 0x5F, 0x73, 0x65], on: [0x73, 0x79, 0x73, 0x73, 0x64, 0x5F, 0x64, 0x75, 0x6D, 0x6D, 0x79, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 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: 0xF02F6E, off: [0xFF, 0x94, 0x24, 0x08, 0x01, 0x00, 0x00], on: [0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90] }],
},
{
name: "QWERTY Keyboard Layout for Song Search",
tooltip: "Changes the touch keyboard layout from alphabetical to QWERTY in song and artist search menu (TDJ only)",
patches: [{ offset: 0x11B4EB2, off: [0x41, 0x42, 0x43, 0x44, 0x45, 0x46, 0x47, 0x48, 0x49, 0x4A, 0x4B, 0x4C, 0x4D, 0x4E, 0x4F, 0x50, 0x51, 0x52, 0x53, 0x54, 0x55, 0x56, 0x57, 0x58, 0x59, 0x5A, 0x2D], on: [0x51, 0x57, 0x45, 0x52, 0x54, 0x59, 0x55, 0x49, 0x4F, 0x50, 0x41, 0x53, 0x44, 0x46, 0x47, 0x48, 0x4A, 0x4B, 0x4C, 0x2D, 0x5A, 0x58, 0x43, 0x56, 0x42, 0x4E, 0x4D] }],
},
{
name: "Hide All Bottom Text",
tooltip: "Except for FREE PLAY",
patches: [{ offset: 0x118C068, off: [0x43, 0x52, 0x45, 0x44, 0x49, 0x54, 0x3A, 0x20, 0x25, 0x64, 0x20, 0x43, 0x4F, 0x49, 0x4E, 0x3A, 0x20, 0x25, 0x64, 0x20, 0x2F, 0x20, 0x25, 0x64, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x43, 0x52, 0x45, 0x44, 0x49, 0x54, 0x3A, 0x20, 0x25, 0x64, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x50, 0x41, 0x53, 0x45, 0x4C, 0x49, 0x3A, 0x20, 0x4E, 0x4F, 0x54, 0x20, 0x41, 0x56, 0x41, 0x49, 0x4C, 0x41, 0x42, 0x4C, 0x45, 0x00, 0x00, 0x00, 0x45, 0x58, 0x54, 0x52, 0x41, 0x20, 0x50, 0x41, 0x53, 0x45, 0x4C, 0x49, 0x3A, 0x20, 0x25, 0x64, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x45, 0x58, 0x54, 0x52, 0x41, 0x20, 0x50, 0x41, 0x53, 0x45, 0x4C, 0x49, 0x3A, 0x20, 0x25, 0x73, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x50, 0x41, 0x53, 0x45, 0x4C, 0x49, 0x3A, 0x20, 0x25, 0x64, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x50, 0x41, 0x53, 0x45, 0x4C, 0x49, 0x3A, 0x20, 0x25, 0x73, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x50, 0x41, 0x53, 0x45, 0x4C, 0x49, 0x3A, 0x20, 0x2A, 0x2A, 0x2A, 0x2A, 0x2A, 0x2A, 0x00, 0x00, 0x20, 0x2B, 0x20, 0x25, 0x64, 0x00, 0x00, 0x00, 0x20, 0x2B, 0x20, 0x25, 0x73, 0x00, 0x00, 0x00, 0x50, 0x41, 0x53, 0x45, 0x4C, 0x49, 0x3A, 0x20, 0x4E, 0x4F, 0x20, 0x41, 0x43, 0x43, 0x4F, 0x55, 0x4E, 0x54, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x49, 0x4E, 0x53, 0x45, 0x52, 0x54, 0x20, 0x43, 0x4F, 0x49, 0x4E, 0x5B, 0x53, 0x5D, 0x00, 0x00, 0x50, 0x41, 0x53, 0x45, 0x4C, 0x49, 0x3A, 0x20, 0x2A, 0x2A, 0x2A, 0x2A, 0x2A, 0x2A, 0x20, 0x2B, 0x20, 0x30, 0x30, 0x30, 0x30, 0x30, 0x00, 0x00, 0x43, 0x52, 0x45, 0x44, 0x49, 0x54, 0x3A, 0x20, 0x39, 0x39, 0x20, 0x43, 0x4F, 0x49, 0x4E, 0x3A, 0x20, 0x39, 0x39, 0x20, 0x2F, 0x20, 0x31, 0x30], on: [0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00] }],
},
{
name: "WMV Bga Crash Fix",
tooltip: "Omnimix Only",
patches: [{ offset: 0xAFBD19, off: [0x01], on: [0x03] }],
},
{
type : "union",
name : "Reroute FREE PLAY Text",
offset : 0x519B5B,
patches : [
{
name : "Default",
patch : [0xF9, 0x2C, 0xC7, 0x00],
},
{
name : "Song Title/Ticker information",
patch : [0xDD, 0xBF, 0xCF, 0x06],
},
{
name : "Hide",
patch : [0xE5, 0x12, 0xD6, 0x00],
},
]
},
{
name: "Reroute PASELI: ****** Text To Song Title/Ticker Information",
patches: [{ offset: 0x519D22, off: [0xDA, 0x2B, 0xC7, 0x00], on: [0x16, 0xBE, 0xCF, 0x06] }],
},
{
name: "Debug Mode",
tooltip: "While in game, press F1 to enable menu. (Disables Profile/Score saving)",
patches: [{ offset: 0xAD7530, off: [0x32, 0xC0], on: [0xB0, 0x01] }],
},
{
name: "Increase 'All Factory Settings' Buffer",
tooltip: "Enable this if the option below is not default",
patches: [
{ offset: 0xB360AE, off: [0x58, 0x01, 0x00, 0x00], on: [0x22, 0x61, 0x14, 0x00] },
{ offset: 0x112D4AA, off: [0x58, 0x01, 0x00, 0x00], on: [0x22, 0x61, 0x14, 0x00] },
]
},
{
type : "union",
name : "Reroute 'All Factory Settings' Test Menu",
offset : 0xB360CA,
patches : [
{
name : "Default",
patch : [0x92, 0xA1, 0x03, 0x00],
},
{
name : "AfpViewerScene",
patch : [0x82, 0x5A, 0xD5, 0xFF],
},
{
name : "QproViewerScene",
patch : [0x52, 0x6C, 0xD6, 0xFF],
},
{
name : "SoundViewerScene",
patch : [0xC2, 0xC1, 0xD7, 0xFF],
},
]
},
{
type : "union",
name : "Reroute 'Ecomode Options' Test Menu",
offset : 0xB362DA,
patches : [
{
name : "Default",
patch : [0x82, 0x15, 0x04, 0x00],
},
{
name : "CustomizeViewerScene",
patch : [0xC2, 0x99, 0xD5, 0xFF],
},
{
name : "SoundRankingViewerScene",
patch : [0x22, 0xDF, 0xD6, 0xFF],
},
{
name : "SystemSoundViewerScene",
patch : [0x52, 0x79, 0xD8, 0xFF],
},
]
},
{
name: "Prevent Windows volume change (stop game from setting it to 100% on launch)",
patches: [{ offset: 0x4C3D77, off: [0xFF, 0x94, 0x24, 0x90, 0x00, 0x00, 0x00], on: [0x31, 0xC0, 0x90, 0x90, 0x90, 0x90, 0x90] }],
},
{
name: "Quicker Quick Retry",
tooltip: "Shortens duration of the 'stage failed' animation.",
patches: [{ offset: 0xA76633, off: [0x7C, 0x21], on: [0x90, 0x90] }],
},
// {
// name: "Omnimix",
// tooltip: '"Official"',
// patches: [
// { offset: 0x902E69, off: [0x74, 0x3C], on: [0x90, 0x90] },
// { offset: 0xAF8E0B, off: [0x0F, 0xB6, 0x44, 0x24, 0x40, 0x85, 0xC0, 0x0F, 0x84, 0xF8, 0x00, 0x00, 0x00, 0x48, 0x83, 0x7C, 0x24, 0x48, 0x00, 0x0F, 0x84, 0xEC, 0x00, 0x00, 0x00, 0x48, 0x8B, 0x44, 0x24, 0x48, 0x0F, 0xB6, 0x40, 0x03, 0x83, 0xF8, 0x58, 0x75, 0x39, 0x48, 0x8B, 0x44, 0x24, 0x48, 0x0F, 0xB6, 0x40, 0x04, 0x83, 0xF8, 0x58, 0x75, 0x2B, 0x48, 0x8B, 0x44, 0x24, 0x48, 0x0F, 0xB6, 0x40, 0x05, 0x83, 0xF8, 0x58, 0x75, 0x1D, 0x48, 0x8B, 0x44, 0x24, 0x48, 0xC6, 0x40, 0x03, 0x4A, 0x48, 0x8B, 0x44, 0x24, 0x48, 0xC6, 0x40, 0x04, 0x42], on: [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, 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] },
// { offset: 0xAF8E68, off: [0x41], on: [0x58] },
// { offset: 0xAFD481, off: [0x08, 0x07], on: [0xFF, 0xFF] },
// { offset: 0xAFD485, off: [0x7F, 0x0A], on: [0x90, 0x90] },
// { offset: 0xAFD48B, off: [0x08, 0x07], on: [0xFF, 0xFF] },
// { offset: 0x11BD5EF, off: [0x61], on: [0x6F] },
// { offset: 0x127492B, off: [0x64, 0x61, 0x74, 0x61], on: [0x6F, 0x6D, 0x6E, 0x69] },
// ]
// },
// {
// name: "Omnimix",
// tooltip: '"Unofficial"',
// patches: [
// { offset: 0xAF8E12, off: [0x0F, 0x84, 0xF8], on: [0x90, 0xE9, 0x48] },
// { offset: 0xAF8E68, off: [0x41], on: [0x58] },
// { offset: 0xAFD485, off: [0x7F, 0x0A], on: [0x90, 0x90] },
// { offset: 0xAFD48F, off: [0x7E], on: [0xEB] },
// { offset: 0x11BD5EF, off: [0x61], on: [0x6F] },
// { offset: 0x127492B, off: [0x64, 0x61, 0x74, 0x61], on: [0x6F, 0x6D, 0x6E, 0x69] },
// { offset: 0x11B788A, off: [0x79, 0x6F, 0x6D, 0x69], on: [0x6F, 0x6D, 0x6E, 0x69] },
// { offset: 0x11B78B3, off: [0x79, 0x6F, 0x6D, 0x69], on: [0x6F, 0x6D, 0x6E, 0x69] },
// { offset: 0x12915F1, off: [0x6C, 0x69, 0x73, 0x74], on: [0x6F, 0x6D, 0x6E, 0x69] },
// { offset: 0x902E5F, off: [0xE8, 0xBC, 0xE1, 0x07, 0x00], on: [0xB8, 0x01, 0x00, 0x00, 0x00] },
// ]
// },
]),
new Patcher("bm2dx.dll", "2023-09-05 (LDJ-010)", [
{
name: "Standard/Menu Timer Freeze",
patches: [{ offset: 0x679A87, off: [0x0F, 0x84], on: [0x90, 0xE9] }],
},
{
name: "Premium Free Timer Freeze",
patches: [{ offset: 0x5C4553, off: [0x74], on: [0xEB] }],
},
{
name: "Hide Time Limit Display on Results Screen",
patches: [{ offset: 0x631D13, off: [0x74], on: [0xEB] }],
},
{
name: "Hide Background Color Banners on Song List",
patches: [
{ offset: 0x98E2F5, off: [0x5F], on: [0x00] },
{ offset: 0x98E305, off: [0x5F], on: [0x00] },
]
},
{
name: "Cursor Lock",
patches: [{ offset: 0x6080C1, off: [0x74, 0x1F], on: [0x90, 0x90] }],
},
{
name: "Unlock All Songs and Charts",
patches: [{ offset: 0x5BE40A, off: [0x32, 0xC0], on: [0xB0, 0x01] }],
},
{
name: "CS-style Song Start Delay",
tooltip: "Holding Start will pause the song at the beginning until you release it",
patches: [{ offset: 0x628D07, off: [0x7D, 0x36], on: [0x90, 0x90] }],
},
// {
// name: "Show Lightning Model Folder in LDJ",
// tooltip: "This folder is normally exclusive to TDJ mode",
// patches: [{ offset: 0x592C76, off: [0x75, 0x0A], on: [0x90, 0x90] }],
// },
{
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: 0x7A8F70, off: [0xFF, 0x90, 0x98, 0x00, 0x00, 0x00, 0x90], on: [0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90] }],
},
{
name: "Disable Volume Change",
patches: [{ offset: 0x4318F1, off: [0xFF, 0x50, 0x38], on: [0x90, 0x90, 0x90] }],
},
{
name: "Skip Camera Device Error",
patches: [{ offset: 0x650E0B, off: [0x84], on: [0x81] }],
},
{
name: "Skip Monitor Error",
patches: [
{ offset: 0x645A3A, off: [0x77, 0x3F], on: [0x90, 0x90] },
{ offset: 0x645A47, off: [0x77, 0x32], on: [0x90, 0x90] },
]
},
{
name: "Enable Single Monitor Windowed Subscreen",
patches: [{ offset: 0x64C15F, off: [0x41, 0x0F, 0x93, 0xC6], on: [0x41, 0xB6, 0x01, 0x90] }],
},
// {
// name: "Force LDJ Software Video Decoder for All Boot Modes",
// patches: [{ offset: 0x6B7C21, off: [0x0F, 0x85, 0x86, 0x00, 0x00, 0x00], on: [0x90, 0x90, 0x90, 0x90, 0x90, 0x90] }],
// },
// {
// name: "Force Custom Timing and Adapter Mode (Experimental)",
// tooltip: "Enable this if the patch below is not default",
// patches: [
// { offset: 0x54A4B1, off: [0x74, 0x2E], on: [0x90, 0x90] },
// { offset: 0x54A4BC, off: [0x74, 0x23], on: [0x90, 0x90] },
// { offset: 0x787902, off: [0x74, 0x14], on: [0x90, 0x90] },
// { offset: 0x78790D, off: [0x74, 0x09], on: [0x90, 0x90] },
// ]
// },
// {
// type : "union",
// name : "Choose Custom LDJ Timing/Adapter FPS",
// offset : 0x7876FB,
// patches : [
// {
// name : "60 FPS",
// patch : [0xC7, 0x45, 0xDB, 0x3C, 0x00, 0x00, 0x00, 0xC7, 0x45, 0xFF, 0x01, 0x00, 0x00, 0x00, 0x48, 0x8B, 0x45, 0xD7, 0x48, 0x89, 0x45, 0x03, 0xC7, 0x45, 0xD7, 0x01, 0x00, 0x00, 0x00, 0xC7, 0x45, 0xDB, 0x3C, 0x00, 0x00, 0x00],
// },
// {
// name : "120 FPS",
// patch : [0xC7, 0x45, 0xDB, 0x78, 0x00, 0x00, 0x00, 0xC7, 0x45, 0xFF, 0x01, 0x00, 0x00, 0x00, 0x48, 0x8B, 0x45, 0xD7, 0x48, 0x89, 0x45, 0x03, 0xC7, 0x45, 0xD7, 0x01, 0x00, 0x00, 0x00, 0xC7, 0x45, 0xDB, 0x78, 0x00, 0x00, 0x00],
// },
// {
// name : "144 FPS",
// patch : [0xC7, 0x45, 0xDB, 0x90, 0x00, 0x00, 0x00, 0xC7, 0x45, 0xFF, 0x01, 0x00, 0x00, 0x00, 0x48, 0x8B, 0x45, 0xD7, 0x48, 0x89, 0x45, 0x03, 0xC7, 0x45, 0xD7, 0x01, 0x00, 0x00, 0x00, 0xC7, 0x45, 0xDB, 0x90, 0x00, 0x00, 0x00],
// },
// {
// name : "165 FPS",
// patch : [0xC7, 0x45, 0xDB, 0xA5, 0x00, 0x00, 0x00, 0xC7, 0x45, 0xFF, 0x01, 0x00, 0x00, 0x00, 0x48, 0x8B, 0x45, 0xD7, 0x48, 0x89, 0x45, 0x03, 0xC7, 0x45, 0xD7, 0x01, 0x00, 0x00, 0x00, 0xC7, 0x45, 0xDB, 0xA5, 0x00, 0x00, 0x00],
// },
// {
// name : "240 FPS",
// patch : [0xC7, 0x45, 0xDB, 0xF0, 0x00, 0x00, 0x00, 0xC7, 0x45, 0xFF, 0x01, 0x00, 0x00, 0x00, 0x48, 0x8B, 0x45, 0xD7, 0x48, 0x89, 0x45, 0x03, 0xC7, 0x45, 0xD7, 0x01, 0x00, 0x00, 0x00, 0xC7, 0x45, 0xDB, 0xF0, 0x00, 0x00, 0x00],
// },
// {
// name : "360 FPS",
// patch : [0xC7, 0x45, 0xDB, 0x68, 0x01, 0x00, 0x00, 0xC7, 0x45, 0xFF, 0x01, 0x00, 0x00, 0x00, 0x48, 0x8B, 0x45, 0xD7, 0x48, 0x89, 0x45, 0x03, 0xC7, 0x45, 0xD7, 0x01, 0x00, 0x00, 0x00, 0xC7, 0x45, 0xDB, 0x68, 0x01, 0x00, 0x00],
// },
// ]
// },
{
type : "union",
name : "Choose Custom TDJ Timing/Adapter FPS",
offset : 0x787735,
patches : [
{
name : "60 FPS",
patch : [0xC7, 0x45, 0xDB, 0x3C, 0x00, 0x00, 0x00, 0xC7, 0x45, 0x17, 0x03, 0x00, 0x00, 0x00, 0x48, 0x8B, 0x45, 0xD7, 0x48, 0x89, 0x45, 0x1B, 0xC7, 0x45, 0xD7, 0x01, 0x00, 0x00, 0x00, 0xC7, 0x45, 0xDB, 0x3C, 0x00, 0x00, 0x00],
},
{
name : "120 FPS",
patch : [0xC7, 0x45, 0xDB, 0x78, 0x00, 0x00, 0x00, 0xC7, 0x45, 0x17, 0x03, 0x00, 0x00, 0x00, 0x48, 0x8B, 0x45, 0xD7, 0x48, 0x89, 0x45, 0x1B, 0xC7, 0x45, 0xD7, 0x01, 0x00, 0x00, 0x00, 0xC7, 0x45, 0xDB, 0x78, 0x00, 0x00, 0x00],
},
{
name : "144 FPS",
patch : [0xC7, 0x45, 0xDB, 0x90, 0x00, 0x00, 0x00, 0xC7, 0x45, 0x17, 0x03, 0x00, 0x00, 0x00, 0x48, 0x8B, 0x45, 0xD7, 0x48, 0x89, 0x45, 0x1B, 0xC7, 0x45, 0xD7, 0x01, 0x00, 0x00, 0x00, 0xC7, 0x45, 0xDB, 0x90, 0x00, 0x00, 0x00],
},
{
name : "165 FPS",
patch : [0xC7, 0x45, 0xDB, 0xA5, 0x00, 0x00, 0x00, 0xC7, 0x45, 0x17, 0x03, 0x00, 0x00, 0x00, 0x48, 0x8B, 0x45, 0xD7, 0x48, 0x89, 0x45, 0x1B, 0xC7, 0x45, 0xD7, 0x01, 0x00, 0x00, 0x00, 0xC7, 0x45, 0xDB, 0xA5, 0x00, 0x00, 0x00],
},
{
name : "240 FPS",
patch : [0xC7, 0x45, 0xDB, 0xF0, 0x00, 0x00, 0x00, 0xC7, 0x45, 0x17, 0x03, 0x00, 0x00, 0x00, 0x48, 0x8B, 0x45, 0xD7, 0x48, 0x89, 0x45, 0x1B, 0xC7, 0x45, 0xD7, 0x01, 0x00, 0x00, 0x00, 0xC7, 0x45, 0xDB, 0xF0, 0x00, 0x00, 0x00],
},
{
name : "360 FPS",
patch : [0xC7, 0x45, 0xDB, 0x68, 0x01, 0x00, 0x00, 0xC7, 0x45, 0x17, 0x03, 0x00, 0x00, 0x00, 0x48, 0x8B, 0x45, 0xD7, 0x48, 0x89, 0x45, 0x1B, 0xC7, 0x45, 0xD7, 0x01, 0x00, 0x00, 0x00, 0xC7, 0x45, 0xDB, 0x68, 0x01, 0x00, 0x00],
},
]
},
{
type : "union",
name : "Choose Fullscreen Monitor Check FPS Target",
offset : 0x64C23D,
patches : [
{
name : "60 FPS",
patch : [0x3C, 0x00],
},
{
name : "120 FPS",
patch : [0x78, 0x00],
},
{
name : "144 FPS",
patch : [0x90, 0x00],
},
{
name : "165 FPS",
patch : [0xA5, 0x00],
},
{
name : "240 FPS",
patch : [0xF0, 0x00],
},
{
name : "360 FPS",
patch : [0x68, 0x01],
},
]
},
{
name: "Skip Monitor Check",
patches: [{ offset: 0x645A13, off: [0x8C], on: [0x8D] }],
},
{
type : "union",
name : "Choose Skip Monitor Check FPS",
offset : 0x658F10,
patches : [
{
name : "Default",
patch : [0x44, 0x8B, 0x91, 0x48, 0x0B, 0x00, 0x00, 0x44, 0x8B, 0xCA, 0x4C, 0x8B, 0xD9, 0x41, 0x81, 0xC2, 0x67, 0x01, 0x00, 0x00],
},
{
name : "60.0000 FPS",
patch : [0x48, 0xB8, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x4E, 0x40, 0x66, 0x48, 0x0F, 0x6E, 0xC0, 0xF2, 0x0F, 0x58, 0xC8, 0xC3],
},
{
name : "120.0000 FPS",
patch : [0x48, 0xB8, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x5E, 0x40, 0x66, 0x48, 0x0F, 0x6E, 0xC0, 0xF2, 0x0F, 0x58, 0xC8, 0xC3],
},
{
name : "144.0000 FPS",
patch : [0x48, 0xB8, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x62, 0x40, 0x66, 0x48, 0x0F, 0x6E, 0xC0, 0xF2, 0x0F, 0x58, 0xC8, 0xC3],
},
{
name : "165.0000 FPS",
patch : [0x48, 0xB8, 0x00, 0x00, 0x00, 0x00, 0x00, 0xA0, 0x64, 0x40, 0x66, 0x48, 0x0F, 0x6E, 0xC0, 0xF2, 0x0F, 0x58, 0xC8, 0xC3],
},
{
name : "240.0000 FPS",
patch : [0x48, 0xB8, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x6E, 0x40, 0x66, 0x48, 0x0F, 0x6E, 0xC0, 0xF2, 0x0F, 0x58, 0xC8, 0xC3],
},
{
name : "360.0000 FPS",
patch : [0x48, 0xB8, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x76, 0x40, 0x66, 0x48, 0x0F, 0x6E, 0xC0, 0xF2, 0x0F, 0x58, 0xC8, 0xC3],
},
]
},
{
name: "Force Monitor Adjust Offset",
tooltip: "Enable to force using the below patch, otherwise 0 is used.",
patches: [
{ offset: 0x65AEA2, off: [0x74, 0x26], on: [0xEB, 0x0B] },
{ offset: 0x65AEC3, off: [0x08], on: [0x21] },
]
},
{
type : "number",
name : "Monitor Adjust Offset",
tooltip: "Every +1 Adjust is -0.10 offset. Use -28 to make LDJ mode behave like TDJ mode default.",
offset : 0xA57CE8,
size : 4,
min : -1000,
max : 1000,
},
{
name: "Enable 1P Premium Free",
patches: [{ offset: 0x60421E, off: [0x75], on: [0xEB] }],
},
{
name: "Enable 2P Premium Free",
patches: [
{ offset: 0x6043EC, off: [0x74, 0x1B], on: [0x90, 0x90] },
{ offset: 0x604402, off: [0x74, 0x05], on: [0x90, 0x90] },
]
},
{
name: "All Notes Preview 12s",
patches: [
{ offset: 0x61D88D, off: [0x05], on: [0x0C] },
{ offset: 0x61D9FB, off: [0x05], on: [0x0C] },
],
},
{
name: "Dark Mode",
patches: [{ offset: 0x61C8B7, off: [0x84, 0xC0], on: [0x90, 0x90] }],
},
{
name: "Hide Measure Lines",
patches: [{ offset: 0x54E116, off: [0x75], on: [0xEB] }],
},
{
name: "Skip Decide Screen",
tooltip: "Immediately loads into chart after selection.",
patches: [{ offset: 0x466B80, off: [0x48, 0x89, 0x5C, 0x24], on: [0x48, 0x8B, 0xC1, 0xC3] }],
},
{
name: "Quick Retry",
patches: [{ offset: 0x597490, off: [0x40, 0x53, 0x48, 0x83, 0xEC, 0x20], on: [0xB0, 0x01, 0xC3, 0x90, 0x90, 0x90] }],
},
{
name: "Quicker Quick Retry",
tooltip: "Shortens duration of the 'stage failed' animation.",
patches: [{ offset: 0x6281D5, off: [0x7C, 0x12], on: [0x90, 0x90] }],
},
{
name: "Hide All Bottom Text",
tooltip: "Except for FREE PLAY",
patches: [{ offset: 0x9832F8, off: [0x43, 0x52, 0x45, 0x44, 0x49, 0x54, 0x3A, 0x20, 0x25, 0x64, 0x20, 0x43, 0x4F, 0x49, 0x4E, 0x3A, 0x20, 0x25, 0x64, 0x20, 0x2F, 0x20, 0x25, 0x64, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x43, 0x52, 0x45, 0x44, 0x49, 0x54, 0x3A, 0x20, 0x25, 0x64, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x50, 0x41, 0x53, 0x45, 0x4C, 0x49, 0x3A, 0x20, 0x4E, 0x4F, 0x54, 0x20, 0x41, 0x56, 0x41, 0x49, 0x4C, 0x41, 0x42, 0x4C, 0x45, 0x00, 0x00, 0x00, 0x45, 0x58, 0x54, 0x52, 0x41, 0x20, 0x50, 0x41, 0x53, 0x45, 0x4C, 0x49, 0x3A, 0x20, 0x25, 0x64, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x45, 0x58, 0x54, 0x52, 0x41, 0x20, 0x50, 0x41, 0x53, 0x45, 0x4C, 0x49, 0x3A, 0x20, 0x25, 0x73, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x50, 0x41, 0x53, 0x45, 0x4C, 0x49, 0x3A, 0x20, 0x25, 0x64, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x50, 0x41, 0x53, 0x45, 0x4C, 0x49, 0x3A, 0x20, 0x25, 0x73, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x50, 0x41, 0x53, 0x45, 0x4C, 0x49, 0x3A, 0x20, 0x2A, 0x2A, 0x2A, 0x2A, 0x2A, 0x2A, 0x00, 0x00, 0x20, 0x2B, 0x20, 0x25, 0x64, 0x00, 0x00, 0x00, 0x20, 0x2B, 0x20, 0x25, 0x73, 0x00, 0x00, 0x00, 0x50, 0x41, 0x53, 0x45, 0x4C, 0x49, 0x3A, 0x20, 0x4E, 0x4F, 0x20, 0x41, 0x43, 0x43, 0x4F, 0x55, 0x4E, 0x54, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x49, 0x4E, 0x53, 0x45, 0x52, 0x54, 0x20, 0x43, 0x4F, 0x49, 0x4E, 0x5B, 0x53, 0x5D, 0x00, 0x00, 0x50, 0x41, 0x53, 0x45, 0x4C, 0x49, 0x3A, 0x20, 0x2A, 0x2A, 0x2A, 0x2A, 0x2A, 0x2A, 0x20, 0x2B, 0x20, 0x30, 0x30, 0x30, 0x30, 0x30, 0x00, 0x00, 0x43, 0x52, 0x45, 0x44, 0x49, 0x54, 0x3A, 0x20, 0x39, 0x39, 0x20, 0x43, 0x4F, 0x49, 0x4E, 0x3A, 0x20, 0x39, 0x39, 0x20, 0x2F, 0x20, 0x31, 0x30], on: [0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00] }],
},
{
type : "union",
name : "Reroute FREE PLAY Text",
offset : 0x44AC1F,
patches : [
{
name : "Default",
patch : [0xC5, 0x94, 0x53, 0x00],
},
{
name : "Song Title/Ticker information",
patch : [0x29, 0x36, 0x5A, 0x06],
},
{
name : "Hide",
patch : [0x71, 0x43, 0x61, 0x00],
},
]
},
{
name: "Reroute PASELI: ****** Text To Song Title/Ticker Information",
patches: [{ offset: 0x44AD5D, off: [0x2F, 0x94, 0x53, 0x00], on: [0xEB, 0x34, 0x5A, 0x06] }],
},
{
name: "Debug Mode",
tooltip: "While in game, press F1 to enable menu. (Disables Profile/Score saving)",
patches: [{ offset: 0x651D10, off: [0x32, 0xC0], on: [0xB0, 0x01] }],
},
{
name: "Increase 'All Factory Settings' Buffer",
tooltip: "Enable this if the option below is not default",
patches: [
{ offset: 0x67F65E, off: [0x58, 0x01, 0x00, 0x00], on: [0x22, 0x61, 0x14, 0x00] },
{ offset: 0x926DCA, off: [0x58, 0x01, 0x00, 0x00], on: [0x22, 0x61, 0x14, 0x00] },
]
},
{
type : "union",
name : "Reroute 'All Factory Settings' Test Menu",
offset : 0x67F675,
patches : [
{
name : "Default",
patch : [0xB7, 0x81, 0x01, 0x00],
},
{
name : "AfpViewerScene",
patch : [0x27, 0x00, 0xEE, 0xFF],
},
{
name : "QproViewerScene",
patch : [0x77, 0x97, 0xEE, 0xFF],
},
{
name : "SoundViewerScene",
patch : [0x27, 0x0F, 0xEF, 0xFF],
},
{
name : "CustomizeViewerScene",
patch : [0xB7, 0x25, 0xEE, 0xFF],
},
{
name : "SoundRankingViewerScene",
patch : [0xE7, 0xC8, 0xEE, 0xFF],
},
]
},
{
name: "Omnimix",
patches: [
{ offset: 0x662A20, off: [0x74, 0x73], on: [0xEB, 0x30] },
{ offset: 0x662A55, off: [0x41], on: [0x58] },
{ offset: 0x6650EF, off: [0x74], on: [0xEB] },
{ offset: 0x665106, off: [0x7F, 0x19], on: [0x90, 0x90] },
{ offset: 0x9A91E7, off: [0x61], on: [0x6F] },
{ offset: 0xA58963, off: [0x64, 0x61, 0x74, 0x61], on: [0x6F, 0x6D, 0x6E, 0x69] },
// { offset: 0x9A41EA, off: [0x79, 0x6F, 0x6D, 0x69], on: [0x6F, 0x6D, 0x6E, 0x69] },
// { offset: 0x9A4213, off: [0x79, 0x6F, 0x6D, 0x69], on: [0x6F, 0x6D, 0x6E, 0x69] },
// { offset: 0xA6F9C1, off: [0x6C, 0x69, 0x73, 0x74], on: [0x6F, 0x6D, 0x6E, 0x69] },
{ offset: 0x5917CD, off: [0xE8, 0x3E, 0x18, 0x03, 0x00], on: [0xB8, 0x01, 0x00, 0x00, 0x00] },
]
},
{
name: "Disable Recording Lock",
tooltip: "Allows all songs to be recorded in-game",
patches: [{ offset: 0x5973DF, off: [0x40, 0x84, 0xFF], on: [0x90, 0x90, 0x90] }],
},
{
name: "Disable Server Region Check for Premium Area Functions",
tooltip: "force activate functions (such as recording) for asphyxia and server with region other than 'JP'",
patches: [{ offset: 0x71cdc3, off: [0x75, 0x41], on: [0x90, 0x90]}],
},
{
name: "Faster video uploads",
tooltip: "Expand InternetWriteFile() body chunk size to 0x3200000 - makes video upload put request 1000 times faster in theory",
patches: [{ offset: 0x7b53ea, off: [0x41, 0xbe, 0x00, 0x32, 0x00, 0x00], on: [0x41, 0xbe, 0x00, 0x00, 0x20, 0x03]}],
}
]),
new Patcher("bm2dx.dll", "2023-09-05 (LDJ-012)", [
{
name: "Standard/Menu Timer Freeze",
patches: [{ offset: 0x5ACA77, off: [0x0F, 0x84], on: [0x90, 0xE9] }],
},
{
name: "Premium Free Timer Freeze",
patches: [{ offset: 0x4F7333, off: [0x74], on: [0xEB] }],
},
{
name: "Hide Time Limit Display on Results Screen",
patches: [{ offset: 0x564B73, off: [0x74], on: [0xEB] }],
},
{
name: "Hide Background Color Banners on Song List",
patches: [
{ offset: 0x8BF6F5, off: [0x5F], on: [0x00] },
{ offset: 0x8BF705, off: [0x5F], on: [0x00] },
]
},
{
name: "Cursor Lock",
patches: [{ offset: 0x53AEA1, off: [0x74, 0x1F], on: [0x90, 0x90] }],
},
{
name: "Unlock All Songs and Charts",
patches: [{ offset: 0x4F11EA, off: [0x32, 0xC0], on: [0xB0, 0x01] }],
},
{
name: "CS-style Song Start Delay",
tooltip: "Holding Start will pause the song at the beginning until you release it",
patches: [{ offset: 0x55BB67, off: [0x7D, 0x36], on: [0x90, 0x90] }],
},
{
name: "Show Lightning Model Folder in LDJ",
tooltip: "This folder is normally exclusive to TDJ mode",
patches: [{ offset: 0x4C5A56, off: [0x75, 0x0A], on: [0x90, 0x90] }],
},
{
name: "Force TDJ Mode",
patches: [{ offset: 0x6BA869, off: [0x02], on: [0x03] }],
},
{
name: "Skip Camera Device Error",
patches: [{ offset: 0x583DFB, off: [0x84], on: [0x81] }],
},
{
name: "Skip Monitor Error",
patches: [
{ offset: 0x578A0A, off: [0x77, 0x3F], on: [0x90, 0x90] },
{ offset: 0x578A17, off: [0x77, 0x32], on: [0x90, 0x90] },
]
},
{
name: "Enable Single Monitor Windowed Subscreen",
patches: [{ offset: 0x57F12F, off: [0x41, 0x0F, 0x93, 0xC6], on: [0x41, 0xB6, 0x01, 0x90] }],
},
{
name: "Lightning Mode Camera Crash Fix (for spicetools) / Force LDJ Software Video Decoder for All Boot Modes",
patches: [{ offset: 0x5EAEF1, off: [0x0F, 0x85, 0x86, 0x00, 0x00, 0x00], on: [0x90, 0x90, 0x90, 0x90, 0x90, 0x90] }],
},
{
name: "Force Custom Timing and Adapter Mode in LDJ (Experimental)",
tooltip: "Enable this if the patch below is not default",
patches: [
{ offset: 0x47D291, off: [0x74, 0x2E], on: [0x90, 0x90] },
{ offset: 0x47D29C, off: [0x74, 0x23], on: [0x90, 0x90] },
{ offset: 0x6BABE2, off: [0x74, 0x14], on: [0x90, 0x90] },
{ offset: 0x6BABED, off: [0x74, 0x09], on: [0x90, 0x90] },
]
},
{
type : "union",
name : "Choose Custom LDJ Timing/Adapter FPS",
offset : 0x6BA9DB,
patches : [
{
name : "60 FPS",
patch : [0xC7, 0x45, 0xDB, 0x3C, 0x00, 0x00, 0x00, 0xC7, 0x45, 0xFF, 0x01, 0x00, 0x00, 0x00, 0x48, 0x8B, 0x45, 0xD7, 0x48, 0x89, 0x45, 0x03, 0xC7, 0x45, 0xD7, 0x01, 0x00, 0x00, 0x00, 0xC7, 0x45, 0xDB, 0x3C, 0x00, 0x00, 0x00],
},
{
name : "120 FPS",
patch : [0xC7, 0x45, 0xDB, 0x78, 0x00, 0x00, 0x00, 0xC7, 0x45, 0xFF, 0x01, 0x00, 0x00, 0x00, 0x48, 0x8B, 0x45, 0xD7, 0x48, 0x89, 0x45, 0x03, 0xC7, 0x45, 0xD7, 0x01, 0x00, 0x00, 0x00, 0xC7, 0x45, 0xDB, 0x78, 0x00, 0x00, 0x00],
},
{
name : "144 FPS",
patch : [0xC7, 0x45, 0xDB, 0x90, 0x00, 0x00, 0x00, 0xC7, 0x45, 0xFF, 0x01, 0x00, 0x00, 0x00, 0x48, 0x8B, 0x45, 0xD7, 0x48, 0x89, 0x45, 0x03, 0xC7, 0x45, 0xD7, 0x01, 0x00, 0x00, 0x00, 0xC7, 0x45, 0xDB, 0x90, 0x00, 0x00, 0x00],
},
{
name : "165 FPS",
patch : [0xC7, 0x45, 0xDB, 0xA5, 0x00, 0x00, 0x00, 0xC7, 0x45, 0xFF, 0x01, 0x00, 0x00, 0x00, 0x48, 0x8B, 0x45, 0xD7, 0x48, 0x89, 0x45, 0x03, 0xC7, 0x45, 0xD7, 0x01, 0x00, 0x00, 0x00, 0xC7, 0x45, 0xDB, 0xA5, 0x00, 0x00, 0x00],
},
{
name : "240 FPS",
patch : [0xC7, 0x45, 0xDB, 0xF0, 0x00, 0x00, 0x00, 0xC7, 0x45, 0xFF, 0x01, 0x00, 0x00, 0x00, 0x48, 0x8B, 0x45, 0xD7, 0x48, 0x89, 0x45, 0x03, 0xC7, 0x45, 0xD7, 0x01, 0x00, 0x00, 0x00, 0xC7, 0x45, 0xDB, 0xF0, 0x00, 0x00, 0x00],
},
{
name : "360 FPS",
patch : [0xC7, 0x45, 0xDB, 0x68, 0x01, 0x00, 0x00, 0xC7, 0x45, 0xFF, 0x01, 0x00, 0x00, 0x00, 0x48, 0x8B, 0x45, 0xD7, 0x48, 0x89, 0x45, 0x03, 0xC7, 0x45, 0xD7, 0x01, 0x00, 0x00, 0x00, 0xC7, 0x45, 0xDB, 0x68, 0x01, 0x00, 0x00],
},
]
},
{
type : "union",
name : "Choose Custom TDJ Timing/Adapter FPS",
offset : 0x6BAA15,
patches : [
{
name : "60 FPS",
patch : [0xC7, 0x45, 0xDB, 0x3C, 0x00, 0x00, 0x00, 0xC7, 0x45, 0x17, 0x03, 0x00, 0x00, 0x00, 0x48, 0x8B, 0x45, 0xD7, 0x48, 0x89, 0x45, 0x1B, 0xC7, 0x45, 0xD7, 0x01, 0x00, 0x00, 0x00, 0xC7, 0x45, 0xDB, 0x3C, 0x00, 0x00, 0x00],
},
{
name : "120 FPS",
patch : [0xC7, 0x45, 0xDB, 0x78, 0x00, 0x00, 0x00, 0xC7, 0x45, 0x17, 0x03, 0x00, 0x00, 0x00, 0x48, 0x8B, 0x45, 0xD7, 0x48, 0x89, 0x45, 0x1B, 0xC7, 0x45, 0xD7, 0x01, 0x00, 0x00, 0x00, 0xC7, 0x45, 0xDB, 0x78, 0x00, 0x00, 0x00],
},
{
name : "144 FPS",
patch : [0xC7, 0x45, 0xDB, 0x90, 0x00, 0x00, 0x00, 0xC7, 0x45, 0x17, 0x03, 0x00, 0x00, 0x00, 0x48, 0x8B, 0x45, 0xD7, 0x48, 0x89, 0x45, 0x1B, 0xC7, 0x45, 0xD7, 0x01, 0x00, 0x00, 0x00, 0xC7, 0x45, 0xDB, 0x90, 0x00, 0x00, 0x00],
},
{
name : "165 FPS",
patch : [0xC7, 0x45, 0xDB, 0xA5, 0x00, 0x00, 0x00, 0xC7, 0x45, 0x17, 0x03, 0x00, 0x00, 0x00, 0x48, 0x8B, 0x45, 0xD7, 0x48, 0x89, 0x45, 0x1B, 0xC7, 0x45, 0xD7, 0x01, 0x00, 0x00, 0x00, 0xC7, 0x45, 0xDB, 0xA5, 0x00, 0x00, 0x00],
},
{
name : "240 FPS",
patch : [0xC7, 0x45, 0xDB, 0xF0, 0x00, 0x00, 0x00, 0xC7, 0x45, 0x17, 0x03, 0x00, 0x00, 0x00, 0x48, 0x8B, 0x45, 0xD7, 0x48, 0x89, 0x45, 0x1B, 0xC7, 0x45, 0xD7, 0x01, 0x00, 0x00, 0x00, 0xC7, 0x45, 0xDB, 0xF0, 0x00, 0x00, 0x00],
},
{
name : "360 FPS",
patch : [0xC7, 0x45, 0xDB, 0x68, 0x01, 0x00, 0x00, 0xC7, 0x45, 0x17, 0x03, 0x00, 0x00, 0x00, 0x48, 0x8B, 0x45, 0xD7, 0x48, 0x89, 0x45, 0x1B, 0xC7, 0x45, 0xD7, 0x01, 0x00, 0x00, 0x00, 0xC7, 0x45, 0xDB, 0x68, 0x01, 0x00, 0x00],
},
]
},
{
type : "union",
name : "Choose Fullscreen Monitor Check FPS Target",
offset : 0x57F20D,
patches : [
{
name : "60 FPS",
patch : [0x3C, 0x00],
},
{
name : "120 FPS",
patch : [0x78, 0x00],
},
{
name : "144 FPS",
patch : [0x90, 0x00],
},
{
name : "165 FPS",
patch : [0xA5, 0x00],
},
{
name : "240 FPS",
patch : [0xF0, 0x00],
},
{
name : "360 FPS",
patch : [0x68, 0x01],
},
]
},
{
name: "Skip Monitor Check",
patches: [{ offset: 0x5789E3, off: [0x8C], on: [0x8D] }],
},
{
type : "union",
name : "Choose Skip Monitor Check FPS",
offset : 0x58BF00,
patches : [
{
name : "Default",
patch : [0x44, 0x8B, 0x91, 0x48, 0x0B, 0x00, 0x00, 0x44, 0x8B, 0xCA, 0x4C, 0x8B, 0xD9, 0x41, 0x81, 0xC2, 0x67, 0x01, 0x00, 0x00],
},
{
name : "60.0000 FPS",
patch : [0x48, 0xB8, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x4E, 0x40, 0x66, 0x48, 0x0F, 0x6E, 0xC0, 0xF2, 0x0F, 0x58, 0xC8, 0xC3],
},
{
name : "120.0000 FPS",
patch : [0x48, 0xB8, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x5E, 0x40, 0x66, 0x48, 0x0F, 0x6E, 0xC0, 0xF2, 0x0F, 0x58, 0xC8, 0xC3],
},
{
name : "144.0000 FPS",
patch : [0x48, 0xB8, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x62, 0x40, 0x66, 0x48, 0x0F, 0x6E, 0xC0, 0xF2, 0x0F, 0x58, 0xC8, 0xC3],
},
{
name : "165.0000 FPS",
patch : [0x48, 0xB8, 0x00, 0x00, 0x00, 0x00, 0x00, 0xA0, 0x64, 0x40, 0x66, 0x48, 0x0F, 0x6E, 0xC0, 0xF2, 0x0F, 0x58, 0xC8, 0xC3],
},
{
name : "240.0000 FPS",
patch : [0x48, 0xB8, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x6E, 0x40, 0x66, 0x48, 0x0F, 0x6E, 0xC0, 0xF2, 0x0F, 0x58, 0xC8, 0xC3],
},
{
name : "360.0000 FPS",
patch : [0x48, 0xB8, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x76, 0x40, 0x66, 0x48, 0x0F, 0x6E, 0xC0, 0xF2, 0x0F, 0x58, 0xC8, 0xC3],
},
]
},
{
name: "Force Monitor Adjust Offset",
tooltip: "Enable to force using the below patch, otherwise 0 is used.",
patches: [
{ offset: 0x58DE92, off: [0x74, 0x26], on: [0xEB, 0x0B] },
{ offset: 0x58DEB3, off: [0x08], on: [0x21] },
]
},
{
type : "number",
name : "Monitor Adjust Offset",
tooltip: "Every +1 Adjust is -0.10 offset. Use -28 to make LDJ mode behave like TDJ mode default.",
offset : 0x989188,
size : 4,
min : -1000,
max : 1000,
},
{
name: "Enable 1P Premium Free",
patches: [{ offset: 0x536FFE, off: [0x75], on: [0xEB] }],
},
{
name: "Enable 2P Premium Free",
patches: [
{ offset: 0x5371CC, off: [0x74, 0x1B], on: [0x90, 0x90] },
{ offset: 0x5371E2, off: [0x74, 0x05], on: [0x90, 0x90] },
]
},
{
name: "Enable Arena",
patches: [{ offset: 0x537222, off: [0x74, 0x30], on: [0x90, 0x90] }],
},
{
name: "Enable BPL Battle",
patches: [{ offset: 0x537236, off: [0x74, 0x1C], on: [0x90, 0x90] }],
},
{
name: "All Notes Preview 12s",
patches: [
{ offset: 0x5506ED, off: [0x05], on: [0x0C] },
{ offset: 0x55085B, off: [0x05], on: [0x0C] },
],
},
{
name: "Dark Mode",
patches: [{ offset: 0x54F717, off: [0x84, 0xC0], on: [0x90, 0x90] }],
},
{
name: "Hide Measure Lines",
patches: [{ offset: 0x480EF6, off: [0x75], on: [0xEB] }],
},
{
name: "WASAPI Shared Mode (with 44.1kHz)",
patches: [{ offset: 0x2CF4C5, off: [0x45, 0x8B, 0xF0], on: [0x4D, 0x31, 0xF6] }],
},
{
name: "Prevent Windows volume change (stop game from setting it to 100% on launch)",
patches: [{ offset: 0x363F71, off: [0xFF, 0x50, 0x38], on: [0x90, 0x90, 0x90] }],
},
{
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: 0x6DC250, off: [0xFF, 0x90, 0x98, 0x00, 0x00, 0x00], on: [0x90, 0x90, 0x90, 0x90, 0x90, 0x90] }],
},
{
name: "Skip Decide Screen",
tooltip: "Immediately loads into chart after selection.",
patches: [{ offset: 0x399400, off: [0x48, 0x89, 0x5C, 0x24], on: [0x48, 0x8B, 0xC1, 0xC3] }],
},
{
name: "Quick Retry",
patches: [{ offset: 0x4CA270, off: [0x40, 0x53, 0x48, 0x83, 0xEC, 0x20], on: [0xB0, 0x01, 0xC3, 0x90, 0x90, 0x90] }],
},
{
name: "Quicker Quick Retry",
tooltip: "Shortens duration of the 'stage failed' animation.",
patches: [{ offset: 0x55B035, off: [0x7C, 0x12], on: [0x90, 0x90] }],
},
{
name: "Hide All Bottom Text",
tooltip: "Except for FREE PLAY",
patches: [{ offset: 0x8B46D0, off: [0x43, 0x52, 0x45, 0x44, 0x49, 0x54, 0x3A, 0x20, 0x25, 0x64, 0x20, 0x43, 0x4F, 0x49, 0x4E, 0x3A, 0x20, 0x25, 0x64, 0x20, 0x2F, 0x20, 0x25, 0x64, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x43, 0x52, 0x45, 0x44, 0x49, 0x54, 0x3A, 0x20, 0x25, 0x64, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x50, 0x41, 0x53, 0x45, 0x4C, 0x49, 0x3A, 0x20, 0x4E, 0x4F, 0x54, 0x20, 0x41, 0x56, 0x41, 0x49, 0x4C, 0x41, 0x42, 0x4C, 0x45, 0x00, 0x00, 0x00, 0x45, 0x58, 0x54, 0x52, 0x41, 0x20, 0x50, 0x41, 0x53, 0x45, 0x4C, 0x49, 0x3A, 0x20, 0x25, 0x64, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x45, 0x58, 0x54, 0x52, 0x41, 0x20, 0x50, 0x41, 0x53, 0x45, 0x4C, 0x49, 0x3A, 0x20, 0x25, 0x73, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x50, 0x41, 0x53, 0x45, 0x4C, 0x49, 0x3A, 0x20, 0x25, 0x64, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x50, 0x41, 0x53, 0x45, 0x4C, 0x49, 0x3A, 0x20, 0x25, 0x73, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x50, 0x41, 0x53, 0x45, 0x4C, 0x49, 0x3A, 0x20, 0x2A, 0x2A, 0x2A, 0x2A, 0x2A, 0x2A, 0x00, 0x00, 0x20, 0x2B, 0x20, 0x25, 0x64, 0x00, 0x00, 0x00, 0x20, 0x2B, 0x20, 0x25, 0x73, 0x00, 0x00, 0x00, 0x50, 0x41, 0x53, 0x45, 0x4C, 0x49, 0x3A, 0x20, 0x4E, 0x4F, 0x20, 0x41, 0x43, 0x43, 0x4F, 0x55, 0x4E, 0x54, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x49, 0x4E, 0x53, 0x45, 0x52, 0x54, 0x20, 0x43, 0x4F, 0x49, 0x4E, 0x5B, 0x53, 0x5D, 0x00, 0x00, 0x50, 0x41, 0x53, 0x45, 0x4C, 0x49, 0x3A, 0x20, 0x2A, 0x2A, 0x2A, 0x2A, 0x2A, 0x2A, 0x20, 0x2B, 0x20, 0x30, 0x30, 0x30, 0x30, 0x30, 0x00, 0x00, 0x43, 0x52, 0x45, 0x44, 0x49, 0x54, 0x3A, 0x20, 0x39, 0x39, 0x20, 0x43, 0x4F, 0x49, 0x4E, 0x3A, 0x20, 0x39, 0x39, 0x20, 0x2F, 0x20, 0x31, 0x30], on: [0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00] }],
},
{
type : "union",
name : "Reroute FREE PLAY Text",
offset : 0x37D29F,
patches : [
{
name : "Default",
patch : [0x1D, 0x7E, 0x53, 0x00],
},
{
name : "Song Title/Ticker information",
patch : [0x69, 0x0B, 0x57, 0x06],
},
{
name : "Hide",
patch : [0x91, 0x2D, 0x61, 0x00],
},
]
},
{
name: "Reroute PASELI: ****** Text To Song Title/Ticker Information",
patches: [{ offset: 0x37D3DD, off: [0x87, 0x7D, 0x53, 0x00], on: [0x2B, 0x0A, 0x57, 0x06] }],
},
{
name: "Debug Mode",
tooltip: "While in game, press F1 to enable menu. (Disables Profile/Score saving)",
patches: [{ offset: 0x584D00, off: [0x32, 0xC0], on: [0xB0, 0x01] }],
},
{
name: "Increase 'All Factory Settings' Buffer",
tooltip: "Enable this if the option below is not default",
patches: [
{ offset: 0x5B264E, off: [0x58, 0x01, 0x00, 0x00], on: [0x22, 0x61, 0x14, 0x00] },
{ offset: 0x85814A, off: [0x58, 0x01, 0x00, 0x00], on: [0x22, 0x61, 0x14, 0x00] },
]
},
{
type : "union",
name : "Reroute 'All Factory Settings' Test Menu",
offset : 0x5B2665,
patches : [
{
name : "Default",
patch : [0x37, 0x82, 0x01, 0x00],
},
{
name : "AfpViewerScene",
patch : [0x17, 0xFE, 0xED, 0xFF],
},
{
name : "QproViewerScene",
patch : [0x67, 0x95, 0xEE, 0xFF],
},
{
name : "SoundViewerScene",
patch : [0x17, 0x0D, 0xEF, 0xFF],
},
{
name : "CustomizeViewerScene",
patch : [0xA7, 0x23, 0xEE, 0xFF],
},
{
name : "SoundRankingViewerScene",
patch : [0xD7, 0xC6, 0xEE, 0xFF],
},
]
},
{
name: "Omnimix",
patches: [
{ offset: 0x595A10, off: [0x74, 0x73], on: [0xEB, 0x30] },
{ offset: 0x595A45, off: [0x41], on: [0x58] },
{ offset: 0x5980DF, off: [0x74], on: [0xEB] },
{ offset: 0x5980F6, off: [0x7F, 0x19], on: [0x90, 0x90] },
{ offset: 0x8DA677, off: [0x61], on: [0x6F] },
{ offset: 0x989E03, off: [0x64, 0x61, 0x74, 0x61], on: [0x6F, 0x6D, 0x6E, 0x69] },
// { offset: 0x8D5672, off: [0x79, 0x6F, 0x6D, 0x69], on: [0x6F, 0x6D, 0x6E, 0x69] },
// { offset: 0x8D569B, off: [0x79, 0x6F, 0x6D, 0x69], on: [0x6F, 0x6D, 0x6E, 0x69] },
// { offset: 0x9A0EB1, off: [0x6C, 0x69, 0x73, 0x74], on: [0x6F, 0x6D, 0x6E, 0x69] },
{ offset: 0x4C462D, off: [0xE8, 0xCE, 0xCA, 0x02, 0x00], on: [0xB8, 0x01, 0x00, 0x00, 0x00] },
]
},
]),
]);
});
</script>
</head>
<body>
<h1>IIDX Resident DLL Modder</h1>
</body>
</html>