mirror of
https://github.com/two-torial/webpatcher.git
synced 2024-11-14 19:07:37 +01:00
tricoro & SPADA hex edits (#36)
* SPADA page go! * (boring) tricoro page GO! * Add tricoro & SPADA to index * Make the clan icon not suck * Add tricoro & SPADA icons * Add icons to index.html
This commit is contained in:
parent
181e050b5c
commit
09eed5d2e9
BIN
img/clan.png
BIN
img/clan.png
Binary file not shown.
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 7.0 KiB |
BIN
img/spada.png
Normal file
BIN
img/spada.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 45 KiB |
BIN
img/tricoro.png
Normal file
BIN
img/tricoro.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 41 KiB |
@ -16,6 +16,14 @@
|
||||
<img src="img/beatstream2.png">
|
||||
<div>BeatStream 2</div>
|
||||
</div></a>
|
||||
<a href="tricoro.html" class="gameicon"><div>
|
||||
<img src="img/tricoro.png">
|
||||
<div>Beatmania IIDX 20 Tricoro</div>
|
||||
</div></a>
|
||||
<a href="spada.html" class="gameicon"><div>
|
||||
<img src="img/spada.png">
|
||||
<div>Beatmania IIDX 21 Spada</div>
|
||||
</div></a>
|
||||
<a href="pendual.html" class="gameicon"><div>
|
||||
<img src="img/pendual.png">
|
||||
<div>Beatmania IIDX 22 Pendual</div>
|
||||
|
67
spada.html
Normal file
67
spada.html
Normal file
@ -0,0 +1,67 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>IIDX SPADA 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 DllPatcherContainer([
|
||||
new DllPatcher("bm2dx", [
|
||||
{
|
||||
name: "Timer Freeze",
|
||||
patches: [{offset: 0x9150E, off: [0x74], on: [0xEB]}]
|
||||
},
|
||||
{
|
||||
name: "Unlock all songs",
|
||||
patches: [{offset: 0x48C3D, off: [0x75, 0x09], 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: 0x6A046, off: [0x7C], on: [0xEB]}]
|
||||
},
|
||||
{
|
||||
name: "Premium Free",
|
||||
patches: [{offset: 0x4F2DA, off: [0x75], on: [0xEB]}]
|
||||
},
|
||||
{
|
||||
name: "Premium Free Timer Freeze",
|
||||
patches: [{offset: 0x4882D, off: [0x48], on: [0x90]}]
|
||||
},
|
||||
{
|
||||
name: "Hide FREE PLAY text",
|
||||
patches: [{offset: 0x13E8A, off: [0xEC, 0x0B, 0x15], on: [0x14, 0xC8, 0xC7]}]
|
||||
},
|
||||
{
|
||||
name: "Cursor lock",
|
||||
tooltip: "After song finishes, song select remains on previous song",
|
||||
patches: [{offset: 0x5C3EE, off: [0x74, 0x22], on: [0x90, 0x90]}]
|
||||
},
|
||||
{
|
||||
name: "Volume Bug Fix",
|
||||
tooltip: "If your volume gets forced to max, turn this on",
|
||||
patches: [{offset: 0xCA369, off: [0x00], on: [0x01]}]
|
||||
},
|
||||
{
|
||||
name: "Debug mode (disables score saving!)",
|
||||
tooltip: "Press F1 in-game to open menu",
|
||||
patches: [{offset: 0x9E090, off: [0x32, 0xC0], on: [0x0C, 0x01]}]
|
||||
},
|
||||
{
|
||||
name: "Free play text to LED ticker",
|
||||
patches: [{offset: 0x13E8A, off: [0xEC, 0x0B, 0x15, 0x10], on: [0xF4, 0xAE, 0x41, 0x11]}]
|
||||
},
|
||||
], "2014-07-16"),
|
||||
]);
|
||||
});
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<h1>IIDX SPADA DLL Modder</h1>
|
||||
</body>
|
||||
</html>
|
49
tricoro.html
Normal file
49
tricoro.html
Normal file
@ -0,0 +1,49 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>IIDX tricoro 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 DllPatcherContainer([
|
||||
new DllPatcher("bm2dx", [
|
||||
{
|
||||
name: "Premium Free",
|
||||
patches: [{offset: 0x49CAC, off: [0x75], on: [0xEB]}]
|
||||
},
|
||||
], "2012-10-09"),
|
||||
new DllPatcher("bm2dx", [
|
||||
{
|
||||
name: "Premium Free",
|
||||
patches: [{offset: 0x4C47C, off: [0x75], on: [0xEB]}]
|
||||
},
|
||||
], "2012-12-07"),
|
||||
new DllPatcher("bm2dx", [
|
||||
{
|
||||
name: "Premium Free",
|
||||
patches: [{offset: 0x4E6CC, off: [0x75], on: [0xEB]}]
|
||||
},
|
||||
], "2013-03-05"),
|
||||
new DllPatcher("bm2dx", [
|
||||
{
|
||||
name: "Premium Free",
|
||||
patches: [{offset: 0x4F2DC, off: [0x75], on: [0xEB]}]
|
||||
},
|
||||
{
|
||||
name: "Unlock All Songs",
|
||||
patches: [{offset: 0x4921D, off: [0x75, 0x09], on: [0x90, 0x90]}]
|
||||
},
|
||||
], "2013-09-09"),
|
||||
]);
|
||||
});
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<h1>IIDX tricoro DLL Modder</h1>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in New Issue
Block a user