Add DANCERUSH

This commit is contained in:
drmext 2023-05-07 06:49:39 +00:00 committed by Will
parent 7f8447702b
commit 4047a68377
5 changed files with 88 additions and 34 deletions

View File

@ -1660,10 +1660,6 @@
},
]
},
{
name: "Auto Play",
patches: [{ offset: 0x367599, off: [0x00], on: [0x01] }],
},
{
name: "Omnimix",
patches: [
@ -2059,10 +2055,6 @@
},
]
},
{
name: "Auto Play",
patches: [{ offset: 0x369109, off: [0x00], on: [0x01] }],
},
{
name: "Omnimix",
patches: [
@ -2458,10 +2450,6 @@
},
]
},
{
name: "Auto Play",
patches: [{ offset: 0x36FAA9, off: [0x00], on: [0x01] }],
},
{
name: "Omnimix",
patches: [
@ -2841,10 +2829,6 @@
},
]
},
{
name: "Auto Play",
patches: [{ offset: 0x37E9F9, off: [0x00], on: [0x01] }],
},
{
name: "Omnimix",
patches: [
@ -3224,10 +3208,6 @@
},
]
},
{
name: "Auto Play",
patches: [{ offset: 0x37F409, off: [0x00], on: [0x01] }],
},
{
name: "Omnimix",
patches: [

83
drs.html Normal file
View File

@ -0,0 +1,83 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>DANCERUSH STARDOM DLL 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("superstep.dll", "2020-12-14", [
{
name: "Timer Freeze",
patches: [{ offset: 0x3565AA, off: [0x89, 0x43, 0x0C], on: [0x90, 0x90, 0x90] }],
},
{
name: "Song Unlock",
patches: [
{ offset: 0x785AD8, off: [0x74], on: [0xEB] },
{ offset: 0x785B08, off: [0x00], on: [0x01] },
{ offset: 0x787219, off: [0x75, 0x07], on: [0x90, 0x90] },
{ offset: 0x78721E, off: [0x00], on: [0x03] },
{ offset: 0x892B55, off: [0x66], on: [0x62] },
]
},
{
name: "Hide Bottom Text",
tooltip: "Such as EVENT MODE, PASELI, COIN, CREDIT",
patches: [
{ offset: 0x74B733, off: [0x0F, 0x84], on: [0x90, 0xE9] },
{ offset: 0x74B9BB, off: [0x74, 0x4F], on: [0x90, 0x90] },
{ offset: 0x74B9C0, off: [0x0F, 0x84], on: [0x90, 0xE9] },
]
},
{
type : "union",
name : "Reroute 'All Factory Settings' Test Menu",
tooltip : "AfpViewer keyboard controls are broken",
offset : 0xA2C138,
patches : [
{
name : "Default",
patch : [0x70, 0xD8, 0x39, 0x80, 0x01],
},
{
name : "QCTestMenuScene",
patch : [0x30, 0xD9, 0x39, 0x80, 0x01],
},
{
name : "AfpViewerScene",
patch : [0x30, 0xAC, 0x39, 0x80, 0x01],
},
]
},
{
type : "union",
name : "Reroute 'QCTestMenuScene' Test Menu",
tooltip : "The patch above must be set to 'QCTestMenuScene'",
offset : 0x39CD50,
patches : [
{
name : "Default",
patch : [0xEC, 0x93, 0x3F, 0x00],
},
{
name : "KoteraTestScene",
patch : [0xBC, 0xD5, 0x3D, 0x00],
},
{
name : "GamePrototypeSelectScene",
patch : [0xDC, 0xBB, 0x3C, 0x00],
},
]
},
]),
]);
});
</script>
</head>
<body>
<h1>DANCERUSH STARDOM DLL Modder</h1>
</body>
</html>

BIN
img/drs.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

View File

@ -186,6 +186,11 @@
</a>
</div>
<a href="drs.html" class="gameicon">
<img src="img/drs.png">
<div>DANCERUSH STARDOM</div>
</a>
<a href="gc4ex.html" class="gameicon">
<img src="img/gc4ex.png">
<div>Groove Coaster 4EX Infinity Highway</div>

View File

@ -89,13 +89,6 @@
{ offset: 0x11D768, off: [0x77, 0x3E], on: [0xEB, 0x07] },
],
},
{
name: "Autoplay",
patches: [
{ offset: 0xD35CE, off: [0x0F, 0x84, 0x08, 0x01, 0x00, 0x00], on: [0x90, 0x90, 0x90, 0x90, 0x90, 0x90] },
{ offset: 0xD36B8, off: [0x74, 0x53], on: [0x90, 0x90] },
]
},
{
name: "Replace COLOR CHECK test menu with debug CHARA VIEWER",
tooltip: "Press service button to exit",
@ -197,13 +190,6 @@
{ offset: 0x123068, off: [0x77, 0x3E], on: [0xEB, 0x07] },
],
},
{
name: "Autoplay",
patches: [
{ offset: 0xD799E, off: [0x0F, 0x84, 0x08, 0x01, 0x00, 0x00], on: [0x90, 0x90, 0x90, 0x90, 0x90, 0x90] },
{ offset: 0xD7A88, off: [0x74, 0x53], on: [0x90, 0x90] },
],
},
{
name: "Replace COLOR CHECK test menu with debug CHARA VIEWER",
tooltip: "Press service button to exit",