mirror of
https://github.com/mon/BemaniPatcher.git
synced 2026-08-01 22:10:41 -07:00
Create Bistrover (#187)
* Create Bistrover * Update Bistrover * Update and rename Bistrover to Bistrover.html * Update index.html * Update index.html * Add files via upload * Update index.html * Rename Bistrover.html to bistrover.html * Delete bistrover.jpg * Add files via upload * Delete bistrover.jpg * Add files via upload * Update index.html * Fix formatting Co-authored-by: Will <will@mon.im>
This commit is contained in:
+157
@@ -0,0 +1,157 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<title>IIDX BISTROVER DLL Modder</title>
|
||||
<link rel="stylesheet" href="css/style.css" />
|
||||
<!-- don't hate -->
|
||||
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js"></script>
|
||||
<script type="text/javascript" src="js/FileSaver.min.js"></script>
|
||||
<script type="text/javascript" src="js/dllpatcher.js"></script>
|
||||
<script type="text/javascript">
|
||||
window.addEventListener("load", function () {
|
||||
new PatchContainer([
|
||||
//LDJ-2021042600
|
||||
new Patcher("bm2dx.dll", "2021-04-26", [
|
||||
{
|
||||
name: "Force 120hz timing and adapter mode in LDJ (Experimental)",
|
||||
patches: [
|
||||
{ offset: 0x3C6063, off: [0x75], on: [0xeb] },
|
||||
{ offset: 0x771A5E, off: [0x3c], on: [0x78] },
|
||||
{ offset: 0x771C49, off: [0x74, 0x03], on: [0x90, 0x90] },
|
||||
],
|
||||
},
|
||||
{
|
||||
name: "Shim Lightning Mode IO (for spicetools)",
|
||||
patches: [
|
||||
{
|
||||
offset: 0x715FBE,
|
||||
off: [0x0f, 0x84, 0x8d, 0x00, 0x00, 0x00],
|
||||
on: [0x90, 0x90, 0x90, 0x90, 0x90, 0x90],
|
||||
},
|
||||
{ offset: 0x78BFE4, off: [0x0f, 0x84], on: [0x90, 0xe9] },
|
||||
{ offset: 0x78C750, off: [0x9c, 0xe4], on: [0x3c, 0xdd] },
|
||||
],
|
||||
},
|
||||
{
|
||||
name: "Force LDJ software video decoder for all boot modes",
|
||||
patches: [
|
||||
{
|
||||
offset: 0x715FB7,
|
||||
off: [0x83, 0x78, 0x08, 0x02],
|
||||
on: [0x83, 0x78, 0x08, 0x05],
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
name: "Unscramble touch screen keypad in TDJ",
|
||||
patches: [
|
||||
{
|
||||
offset: 0x7488F5,
|
||||
off: [0x4d, 0x03, 0xc8, 0x49, 0xf7, 0xf1],
|
||||
on: [0xba, 0x0c, 0x00, 0x00, 0x00, 0x90],
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
{
|
||||
name: "pfree unlock p2",
|
||||
patches: [
|
||||
{
|
||||
offset: 0x65BF15,
|
||||
off: [0x74, 0x55],
|
||||
on: [0x90, 0x90],
|
||||
},
|
||||
{ offset: 0x65BF2B, off: [0x74, 0x3F], on: [0x90, 0x90] },
|
||||
|
||||
],
|
||||
},
|
||||
{
|
||||
name: "pfree unlock",
|
||||
patches: [
|
||||
{
|
||||
offset: 0x65BD64,
|
||||
off: [0x75],
|
||||
on: [0xEB],
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
name: "Bypass lightning monitor error",
|
||||
patches: [
|
||||
{ offset: 0x6A4D91, off: [0x0f, 0x85], on: [0x90, 0xe9] },
|
||||
],
|
||||
},
|
||||
{
|
||||
name: "Unlock All Songs",
|
||||
patches: [
|
||||
{ offset: 0x429D49, off: [0x75, 0x24], on: [0x90, 0x90] },
|
||||
],
|
||||
},
|
||||
{
|
||||
name: "Unlock All 12s",
|
||||
patches: [
|
||||
{
|
||||
offset: 0x429AF0,
|
||||
off: [0x83, 0xff, 0x03, 0x74, 0x05, 0x83, 0xff, 0x08],
|
||||
on: [0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90],
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
name: "Skip Decide Screen",
|
||||
patches: [
|
||||
{
|
||||
offset: 0x348980,
|
||||
off: [0xe8, 0x6b, 0x00, 0x00, 0x00],
|
||||
on: [0x90, 0x90, 0x90, 0x90, 0x90],
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
name: "Skip Camera Error",
|
||||
patches: [{ offset: 0x6B2318, off: [0x84], on: [0x81] }],
|
||||
},
|
||||
{
|
||||
name: "Cursor Lock",
|
||||
patches: [
|
||||
{ offset: 0x662ECF, off: [0x74, 0x1f], on: [0x90, 0x90] },
|
||||
],
|
||||
},
|
||||
|
||||
{
|
||||
name: "Standard/Menu Timer Freeze",
|
||||
patches: [{ offset: 0x6D6B77, off: [0x74], on: [0xeb] }],
|
||||
},
|
||||
{
|
||||
name: "WASAPI Shared Mode (with 44100Hz)",
|
||||
patches: [{ offset: 0x20A541, off: [0x01], on: [0x00] }],
|
||||
},
|
||||
{
|
||||
name: "Premium Free Timer Freeze",
|
||||
tooltip:
|
||||
"Freezes the timer in PREMIUM FREE mode, allowing unlimited play until exit",
|
||||
patches: [{ offset: 0x42E5DD, off: [0x7e], on: [0xeb] }],
|
||||
},
|
||||
{
|
||||
name: "Hide all bottom text",
|
||||
tooltip: "Free play text to LED ticker still displays",
|
||||
patches: [
|
||||
{
|
||||
offset: 0x95EA70,
|
||||
// biiiig yoshi
|
||||
off: [0x46, 0x52, 0x45, 0x45, 0x20, 0x50, 0x4C, 0x41, 0x59, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x43, 0x52, 0x45, 0x44, 0x49, 0x54, 0x3A, 0x20, 0x25, 0x64, 0x20, 0x43, 0x4F, 0x49, 0x4E, 0x3A, 0x20, 0x25, 0x64, 0x20, 0x2F, 0x20, 0x25, 0x64, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x43, 0x52, 0x45, 0x44, 0x49, 0x54, 0x3A, 0x20, 0x25, 0x64, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x50, 0x41, 0x53, 0x45, 0x4C, 0x49, 0x3A, 0x20, 0x4E, 0x4F, 0x54, 0x20, 0x41, 0x56, 0x41, 0x49, 0x4C, 0x41, 0x42, 0x4C, 0x45, 0x00, 0x00, 0x00, 0x45, 0x58, 0x54, 0x52, 0x41, 0x20, 0x50, 0x41, 0x53, 0x45, 0x4C, 0x49, 0x3A, 0x20, 0x25, 0x64, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x45, 0x58, 0x54, 0x52, 0x41, 0x20, 0x50, 0x41, 0x53, 0x45, 0x4C, 0x49, 0x3A, 0x20, 0x25, 0x73, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x50, 0x41, 0x53, 0x45, 0x4C, 0x49, 0x3A, 0x20, 0x25, 0x64, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x50, 0x41, 0x53, 0x45, 0x4C, 0x49, 0x3A, 0x20, 0x25, 0x73, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x50, 0x41, 0x53, 0x45, 0x4C, 0x49, 0x3A, 0x20, 0x2A, 0x2A, 0x2A, 0x2A, 0x2A, 0x2A, 0x00, 0x00, 0x20, 0x2B, 0x20, 0x25, 0x64, 0x00, 0x00, 0x00, 0x20, 0x2B, 0x20, 0x25, 0x73, 0x00, 0x00, 0x00, 0x50, 0x41, 0x53, 0x45, 0x4C, 0x49, 0x3A, 0x20, 0x4E, 0x4F, 0x20, 0x41, 0x43, 0x43, 0x4F, 0x55, 0x4E, 0x54, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x49, 0x4E, 0x53, 0x45, 0x52, 0x54, 0x20, 0x43, 0x4F, 0x49, 0x4E, 0x5B, 0x53, 0x5D, 0x00, 0x00, 0x50, 0x41, 0x53, 0x45, 0x4C, 0x49, 0x3A, 0x20, 0x2A, 0x2A, 0x2A, 0x2A, 0x2A, 0x2A, 0x20, 0x2B, 0x20, 0x30, 0x30, 0x30, 0x30, 0x30, 0x00, 0x00, 0x43, 0x52, 0x45, 0x44, 0x49, 0x54, 0x3A, 0x20, 0x39, 0x39, 0x20, 0x43, 0x4F, 0x49, 0x4E, 0x3A, 0x20, 0x39, 0x39, 0x20, 0x2F, 0x20, 0x31, 0x30],
|
||||
// biiiig yoshi
|
||||
on: [0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00],
|
||||
},
|
||||
],
|
||||
},
|
||||
]),
|
||||
]);
|
||||
});
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<h1>IIDX BISTROVER DLL Modder</h1>
|
||||
</body>
|
||||
</html>
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 51 KiB |
@@ -116,6 +116,12 @@
|
||||
<div>beatmania IIDX 27 HEROIC VERSE</div>
|
||||
</div>
|
||||
</a>
|
||||
<a href="bistrover.html" class="gameicon">
|
||||
<div>
|
||||
<img src="img/bistrover.png">
|
||||
<div>beatmania IIDX 28 BISTROVER</div>
|
||||
</div>
|
||||
</a>
|
||||
<a href="ddr2014.html" class="gameicon">
|
||||
<div>
|
||||
<img src="img/ddr2014.png">
|
||||
|
||||
Reference in New Issue
Block a user