two-torial-webpatcher/casthour.html

224 lines
14 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>IIDX CastHour 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([
//LDJ-2022082400
new Patcher("bm2dx.dll", "2022-08-24", [
{
name: "Shim Lightning Mode IO (for old versions of spicetools)",
patches: [
{ offset: 0x5A2E94, off: [0x0F, 0x84], on: [0x90, 0xE9] },
{ offset: 0x5A3600, off: [0x0C, 0xD9], on: [0xAC, 0xD1] },
],
},
{
name: "Lightning Mode camera crash fix (for spicetools)",
patches: [
{
offset: 0x4C3ABE,
off: [0x0F, 0x84, 0x8D, 0x00, 0x00, 0x00],
on: [0x90, 0x90, 0x90, 0x90, 0x90, 0x90]
}
],
},
{
name: "Force 120hz timing and adapter mode in LDJ",
patches: [
{ offset: 0x352191, off: [0x5B, 0xF6, 0x75], on: [0x5B, 0xF6, 0xEB] },
{ offset: 0x58755C, off: [0x45, 0xDB, 0x3C], on: [0x45, 0xDB, 0x78] },
{ offset: 0x587748, off: [0x00, 0x74, 0x03, 0x8B, 0x41], on: [0x00, 0x90, 0x90, 0x8B, 0x41] },
],
},
{
name: "Change from WASAPI Exclusive Mode to Shared Mode",
tooltip: "Turns WASAPI Exclusive Mode into Shared Mode. Audio device's default format must be set to 44100Hz for this to work.",
patches: [{ offset: 0x177AC1, off: [0x01], on: [0x00] }],
},
{
name: "Unscramble touch screen keypad in TDJ",
patches: [
{
offset: 0x525AA5,
off: [0x4D, 0x03, 0xC8, 0x49, 0xF7, 0xF1],
on: [0xba, 0x0c, 0x00, 0x00, 0x00, 0x90],
},
],
},
{
name: "Skip CAMERA DEVICE ERROR prompt",
tooltip: "Prevents the CAMERA DEVICE ERROR message from popping up on boot",
patches: [
{ offset: 0x45AACB, off: [0x84], on: [0x81] },
],
},
{
name: "Enable Premium Free",
patches: [
{ offset: 0x3FCFC9, off: [0x75], on: [0xEB] },
{ offset: 0x3FD1FA, off: [0x74, 0x6C], on: [0x90, 0x90] },
{ offset: 0x3FD210, off: [0x74, 0x56], on: [0x90, 0x90] },
],
},
{
name: "2P force ARENA",
tooltip: "Allows selecting Arena option on 2P side",
patches: [
{ offset: 0x3FD225, off: [0x75, 0x41], on: [0x90, 0x90] },
],
},
{
name: "Force BPL BATTLE",
tooltip: "Forcibly enables BPL BATTLE option",
patches: [
{ offset: 0x3FD24A, off: [0x74, 0x1C], on: [0x90, 0x90] },
],
},
{
name: "Skip Decide Screen",
patches: [
{
offset: 0x2BC4D0,
off: [0xE8, 0x6B, 0x00, 0x00, 0x00],
on: [0x90, 0x90, 0x90, 0x90, 0x90],
},
],
},
{
name: "CS-style song start delay",
tooltip : "Holding Start will pause the song at the beginning until you release it",
patches: [
{
offset: 0x434804,
off: [0x7D, 0x36],
on: [0x90, 0x90],
},
],
},
{
name: "Cursor Lock",
tooltip: "After song finishes, song select remains on previous song",
patches: [
{ offset: 0x4048BF, off: [0x74, 0x20], on: [0x90, 0x90] },
],
},
{
name: "Quick Retry",
patches: [
{ offset: 0x39B58F, off: [0x32, 0xC0], on: [0xB0, 0x01] },
],
},
{
name: "Premium Free Timer Freeze",
tooltip: "Freezes the timer in PREMIUM FREE mode, allowing unlimited play until exit",
patches: [{ offset: 0x3C514D, off: [0x7E], on: [0xEB] }],
},
{
name: "Standard/Menu Timer Freeze",
patches: [{ offset: 0x481DB7, off: [0x0F, 0x84], on: [0x90, 0xE9] }],
},
{
name: "Unlock All Songs",
patches: [
{ offset: 0x3BF1DA, off: [0x32, 0xC0], on: [0xB0, 0x01] },
],
},
{
name: "Force Max V-Discs",
tooltip: "Infinite leggendaria plays in pfree",
patches: [{ offset: 0x2A3503, off: [0x0F, 0x84], on: [0x90, 0xE9] }],
},
{
name: "Hide Time Limit Display on Results Screen",
patches: [{ offset: 0x43C72F, off: [0x84, 0xC0], on: [0x90, 0x90] }],
},
{
name: "Hide bottom text",
tooltip: "Hides the CREDIT, INSERT COINS, NO ACCOUNT, NOT AVAILABLE, and EXTRA PASELI messages",
patches: [
{
offset: 0x757978,
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: "Redirect LED ticker to FREE PLAY",
tooltip: "Displays LED ticker messages on bottom right when FREE PLAY is enabled",
patches: [
{ offset: 0x2A119F, off: [0xC5, 0x6F, 0x4B, 0x00], on: [0xC9, 0x59, 0x46, 0x06] },
],
},
{
name: "Redirect LED ticker to PASELI display",
tooltip: "Displays LED ticker messages on bottom left when PASELI messages are present",
patches: [
{ offset: 0x2A12DD, off: [0x2F, 0x6F, 0x4B, 0x00], on: [0x8B, 0x58, 0x46, 0x06] },
],
},
{
name: "Disable News Sound",
tooltip: "Disables the sound played when news banners appear.",
patches: [
{
offset: 0x7C4030,
off: [0x73, 0x79, 0x73, 0x73, 0x64, 0x5F, 0x6E, 0x65, 0x77, 0x73, 0x5F, 0x63, 0x75, 0x74, 0x69, 0x6E, 0x5F, 0x73, 0x65], // syssd_news_cutin_se
on: [0x73, 0x79, 0x73, 0x73, 0x64, 0x5F, 0x64, 0x75, 0x6D, 0x6D, 0x79, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00] // syssd_dummy
},
]
},
{
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: 0x5A7095, off: [0xFF, 0x90, 0x98, 0x00, 0x00, 0x00], on: [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: 0x76DB82,
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], // ABCDEFGHIJKLMNOPQRSTUVWXYZ-
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] // QWERTYUIOPASDFGHJKL-ZXCVBNM
},
]
},
{
name: "Bypass lightning monitor error",
tooltip: "Enable this if you get a monitor error while in TDJ mode",
patches: [
{ offset: 0x44D831, off: [0x0F, 0x85], on: [0x90, 0xE9] },
],
},
{
name: "Force LDJ software video decoder for all boot modes",
patches: [
{ offset: 0x4C3ABA, off: [0x02], on: [0x05] },
],
},
{
name: "SSE4.2 Fix",
tooltip: "This will allow the game to run on processors which do not support the SSE4.2 instruction set.",
danger: "If you can successfully boot the game, do NOT check this. This is known to cause a crash when using WASAPI audio.",
patches: [
{ offset: 0x1779D4, off: [0xF3, 0x45, 0x0F], on: [0x90, 0x90, 0x90] },
],
},
]),
]);
});
</script>
</head>
<body>
<h1>IIDX CastHour DLL Modder</h1>
</body>
</html>