two-torial-webpatcher/copula.html

143 lines
9.2 KiB
HTML
Raw Normal View History

2017-01-28 05:41:42 +01:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>IIDX copula DLL Modder</title>
2017-01-28 05:41:42 +01:00
<link rel="stylesheet" href="css/style.css">
<script type="text/javascript" src="js/dllpatcher.js"></script>
<script type="text/javascript">
window.addEventListener("load", function() {
2019-11-17 11:58:28 +01:00
new PatchContainer([
new Patcher('bm2dx.dll', "2016-08-31", [
{
name : "Timer Freeze",
patches : [{offset : 0x8F98E, off: [0x74], on : [0xEB]}]
},
{
name : "Premium Free",
patches : [{offset : 0x562BA, off: [0x75], on : [0xEB]}]
},
// By mon - modifies a few more bytes than needed but whatever
{
name : "Premium Free (2 player mode)",
patches : [{offset : 0x56424, off: [0x74, 0x2f], on : [0x90, 0x90]},
{offset : 0x56435, off: [0x0f, 0x85, 0x3b], on : [0xe9, 0x3c, 0xff]},
{offset : 0x5643a, off: [0xff], on : [0x90]}]
},
{
name : "Premium Free Timer Freeze",
patches : [{offset : 0x4F8FD, off: [0x48], on : [0x90]}]
},
{
name : "Unlock All Songs",
patches : [{offset : 0x4FD84, off: [0x74, 0x16], on : [0x90, 0x90]}]
},
{
name : "Level 12 Unlocked",
patches : [{offset : 0x4FE35, off: [0x83, 0xFF, 0x02, 0x74, 0x0B, 0x83, 0xFF, 0x05, 0x74, 0x06, 0xB0, 0x01],
on : [0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90]}]
},
{
name : "Cursor lock",
tooltip : "After song finishes, song select remains on previous song",
patches : [{offset : 0x63722, off: [0x74, 0x23], on : [0x90, 0x90]}]
},
{
name : "CS-Style Song Start Delay",
tooltip : "Holding Start will pause the song at the beginning until you release it",
patches : [{offset : 0x6F3FF, off: [0x7C], on : [0xEB]}]
},
{
name : "Disable HCN Tutorial",
tooltip : "Don't show tutorial for Hell Charge Notes",
patches : [{offset : 0x6F3E6, off: [0x5E, 0xE9, 0x24, 0xFF, 0xFF, 0xFF], on : [0x00, 0x00, 0x00, 0x00, 0x00, 0x00]}]
},
{
name : "Quick Retry",
tooltip : "Hold VEFX and Effect during a song to restart",
patches : [{offset : 0x46724, off: [0x8A, 0xC3], on : [0xB0, 0x01]}]
},
{
name : "Dark Mode",
patches : [{offset : 0x68833, off: [0x74, 0x32], on : [0x90, 0x90]}]
},
{
name : "Volume Bug Fix",
tooltip : "If your volume gets forced to max, turn this on",
patches : [{offset : 0xCB2B9, off: [0x00], on : [0x01]}]
},
{
type : "union",
name : "FREE PLAY text",
offset : 0x1379A,
patches : [
{
name : "On",
patch : [0x88, 0x3D, 0x11, 0x10],
},
{
name : "Off",
patch : [0x87, 0x3D, 0x11, 0x10],
},
{
name : "Replace with song name",
patch : [0x54, 0x1D, 0x42, 0x11],
},
]
},
{
//by nibs
name: "Shorter monitor check",
tooltip: "Runs for 300 frames (5 seconds) instead of 1200 (20 seconds), recommended only if you have a very stable framerate",
patches: [{offset: 0x77DAA, off: [0xB0, 0x04], on: [0x2C, 0x01]}]
},
{
//by nibs
name: "6 digits in monitor check",
tooltip: "Purely visual, does not affect anything besides the FPS display",
//changes the FPS = %2.4f string to FPS = %2.6f
patches: [{offset: 0x13E429, off: [0x34], on: [0x36]}]
},
2022-05-25 12:07:26 +02:00
{
name: "Coin Unlock",
patches: [
2022-05-28 05:48:36 +02:00
{offset: 0x13E30,
2022-05-25 12:07:26 +02:00
off: [0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC,
2022-05-28 05:48:36 +02:00
0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC],
2022-05-25 12:07:26 +02:00
on: [0x56, 0x8B, 0xF1, 0x80, 0x7E, 0x04, 0x00, 0x75, 0x08, 0xC7, 0x06, 0x00, 0x00, 0x00, 0x00, 0x5E, 0xC3, 0x83, 0x3E, 0x00,
0x7E, 0x11, 0x6A, 0x32, 0x68, 0x00, 0x20, 0x00, 0x00, 0xE8, 0xAE, 0xE1, 0xFF, 0xFF, 0x83, 0xC4, 0x08, 0xFF, 0x0E, 0x5E, 0xC3]
},
2022-05-28 05:48:36 +02:00
{offset: 0x13EA0,
2022-05-25 12:07:26 +02:00
off: [0xC3, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC,
0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC,
0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC,
0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC,
0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC,
2022-05-28 05:48:36 +02:00
0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC],
on: [0x53, 0x55, 0x56, 0x8B, 0xF1, 0xE8, 0x06, 0xF4, 0xFE, 0xFF, 0x8B, 0xE8, 0x8B, 0xDD, 0x2B, 0x5E, 0x08, 0x8B, 0xCE, 0x53,
0xE8, 0xA7, 0xFE, 0xFF, 0xFF, 0x84, 0xC0, 0x74, 0x18, 0x68, 0x58, 0x3E, 0x11, 0x10, 0x6A, 0x29, 0x68, 0xF0, 0xBB, 0xB2, 0x1E,
0xE8, 0x92, 0xE3, 0xFF, 0xFF, 0x83, 0xC4, 0x0C, 0x5E, 0x5D, 0x5B, 0xC3, 0x85, 0xDB, 0x7E, 0x09, 0x53, 0xE8, 0x11, 0x06, 0xFF,
0xFF, 0x83, 0xC4, 0x04, 0x57, 0x8B, 0x7E, 0x0C, 0x2B, 0x7E, 0x10, 0x85, 0xFF, 0x7E, 0x09, 0x57, 0xE8, 0x1D, 0x06, 0xFF, 0xFF,
0x83, 0xC4, 0x04, 0x8D, 0x04, 0x1F, 0x85, 0xC0, 0x0F, 0x9F, 0xC1, 0x88, 0x4E, 0x19, 0x50, 0x8B, 0xCE, 0xE8, 0x77, 0xFF, 0xFF,
2022-05-25 12:07:26 +02:00
0xFF, 0x8B, 0x56, 0x0C, 0x5F, 0x89, 0x6E, 0x08, 0x89, 0x56, 0x10, 0x5E, 0x5D, 0x5B, 0xE9, 0x15, 0xFF, 0xFF, 0xFF]
},
2022-05-28 05:48:36 +02:00
{offset: 0x30450,
off: [0xB0, 0x01, 0xC3, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC],
2022-05-25 12:07:26 +02:00
on: [0x56, 0x8B, 0xF1, 0x8D, 0x4E, 0x08, 0xE8, 0xA5, 0x17, 0x00, 0x00, 0x84, 0xC0, 0x74, 0x04, 0xB0, 0x01, 0x5E, 0xC3, 0x8D, 0x4E, 0x44, 0x5E, 0xE9, 0x04, 0x0D, 0x00, 0x00]
},
2022-05-28 05:48:36 +02:00
{offset: 0x30470,
off: [0xB0, 0x01, 0xC3, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC],
2022-05-25 12:07:26 +02:00
on: [0x56, 0x8B, 0xF1, 0x8D, 0x4E, 0x08, 0xE8, 0x85, 0x17, 0x00, 0x00, 0x84, 0xC0, 0x74, 0x04, 0xB0, 0x01, 0x5E, 0xC3, 0x8D, 0x4E, 0x44, 0x5E, 0xE9, 0x14, 0x0E, 0x00, 0x00]
}
]
}
])
])
2017-01-28 05:41:42 +01:00
});
</script>
</head>
<body>
<h1>IIDX copula DLL Modder</h1>
2017-01-28 05:41:42 +01:00
</body>
</html>