-
Notifications
You must be signed in to change notification settings - Fork 136
/
Copy pathiidx15djtroopers.html
35 lines (35 loc) · 2.46 KB
/
iidx15djtroopers.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<!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>