mirror of
https://github.com/mon/BemaniPatcher.git
synced 2026-03-21 17:54:44 -05:00
This commit is contained in:
parent
fbc0113af4
commit
5ebbc65103
35
iidx15djtroopers.html
Normal file
35
iidx15djtroopers.html
Normal file
|
|
@ -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>
|
||||
BIN
img/iidx/15djtroopers.png
Normal file
BIN
img/iidx/15djtroopers.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 37 KiB |
|
|
@ -123,6 +123,10 @@
|
|||
</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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user