Skip to content

Commit

Permalink
IIDX15 debug
Browse files Browse the repository at this point in the history
  • Loading branch information
drmext authored and mon committed Nov 24, 2024
1 parent fbc0113 commit 5ebbc65
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 0 deletions.
35 changes: 35 additions & 0 deletions iidx15djtroopers.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,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>
Binary file added img/iidx/15djtroopers.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,10 @@ <h1>Pick a game!</h1>
</label>
<input type="checkbox" id="check_iidx" class="sectionToggle"/>
<div class="subsection">
<a href="iidx15djtroopers.html" class="gameicon">
<img src="img/iidx/15djtroopers.png">
<div>beatmania IIDX 15 DJ TROOPERS</div>
</a>
<a href="iidx18resortanthem.html" class="gameicon">
<img src="img/iidx/18resortanthem.png">
<div>beatmania IIDX 18 Resort Anthem</div>
Expand Down

0 comments on commit 5ebbc65

Please sign in to comment.