Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IIDX15 debug #376

Merged
merged 1 commit into from
Nov 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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