BemaniPatcher/iidx15djtroopers.html
drmext 5ebbc65103
Some checks failed
Check HTML/JS is valid / build (push) Has been cancelled
IIDX15 debug
2024-11-24 11:58:10 +10:00

36 lines
2.5 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>IIDX DJ TROOPERS EXE 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.exe", "2007-11-26 (DEBUG VERSION)", [
{
name: "Fix ClearTexture AEP error on boot",
danger: "For new video cards and operating systems; game could still crash somewhere",
patches: [{ offset: 0x148A6E, off: [0x0F, 0x8E], on: [0x90, 0xE9] }]
},
{
name: "Shorten monitor check",
tooltip: "Don't wait an eternity to decide mode type",
patches: [{ offset: 0xB7F48, off: [0x30, 0x0C], on: [0x2C, 0x01] }]
},
{
name: "Prevent 'avs_conf' folder creation on E: drive",
tooltip: "For old tools that call CreateDirectoryA even with remapped path",
patches: [{ offset: 0x1537F, off: [0x6A, 0x00, 0x68, 0xA0, 0x97, 0x73, 0x00, 0xFF, 0x15, 0x88, 0x1D, 0x15, 0x03, 0x3B, 0xF4, 0xE8, 0xBF, 0xF6, 0xFE, 0xFF, 0x8B, 0xF4, 0x6A, 0x00, 0x8D, 0x45, 0xB0, 0x50, 0xFF, 0x15, 0x88, 0x1D, 0x15, 0x03, 0x3B, 0xF4, 0xE8, 0xAA, 0xF6, 0xFE, 0xFF, 0x8B, 0xF4, 0x6A, 0x00, 0x8D, 0x85, 0x68, 0xFF, 0xFF, 0xFF, 0x50, 0xFF, 0x15, 0x88, 0x1D, 0x15, 0x03, 0x3B, 0xF4, 0xE8, 0x92, 0xF6, 0xFE, 0xFF, 0x8B, 0xF4, 0x6A, 0x00, 0x8D, 0x85, 0x20, 0xFF, 0xFF, 0xFF, 0x50, 0xFF, 0x15, 0x88, 0x1D, 0x15, 0x03, 0x3B, 0xF4, 0xE8, 0x7A, 0xF6, 0xFE, 0xFF], 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, 0x90, 0x90, 0x90, 0x90] }]
},
]),
]);
});
</script>
</head>
<body>
<h1>IIDX DJ TROOPERS EXE Modder</h1>
</body>
</html>