-
Notifications
You must be signed in to change notification settings - Fork 136
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add DDR X Series * Fix index order
- Loading branch information
Showing
7 changed files
with
329 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,188 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<title>DDR X 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("ddr.exe", "2008-12-19", [ | ||
{ | ||
name: "NVIDIA gray arrow/freeze color fix", | ||
tooltip: "Also affects newer AMD cards", | ||
patches: [{ offset: 0x24887, off: [0x85, 0xD2, 0xD9, 0x44, 0x24, 0x24, 0x89, 0x54, 0x24, 0x2C, 0xDB, 0x44, 0x24, 0x2C, 0x7D, 0x06, 0xD8, 0x05, 0x30, 0xC9, 0x5D, 0x00, 0x0F, 0xBE, 0x54, 0x24, 0x13], on: [0x89, 0x54, 0xE4, 0x2C, 0xDB, 0x44, 0xE4, 0x2C, 0xD9, 0x44, 0xE4, 0x24, 0x8B, 0x54, 0xE4, 0x13, 0xDC, 0x05, 0x40, 0xC9, 0x5D, 0x00, 0xD9, 0xC9, 0x0F, 0xBE, 0xD2] }], | ||
}, | ||
{ | ||
name: "Timer Freeze", | ||
patches: [{ offset: 0x209A8, off: [0x89, 0x4D, 0x34], on: [0x90, 0x90, 0x90] }], | ||
}, | ||
{ | ||
name: "Mute crowd cheering and booing during song", | ||
tooltip: "Use with modified voice.xwb to also mute announcer", | ||
patches: [{ offset: 0x3EDCB, off: [0x0F, 0x84], on: [0x90, 0xE9] }], | ||
}, | ||
{ | ||
name: "Force DATA check OK", | ||
tooltip: "Use with modified VOICE.xwb to mute announcer", | ||
patches: [{ offset: 0xD1233, off: [0x74], on: [0xEB] }], | ||
}, | ||
{ | ||
name: "Unlock Songs, Characters, Options, and Courses", | ||
patches: [ | ||
{ offset: 0x8C95, off: [0x72, 0x06], on: [0x90, 0x90] }, | ||
{ offset: 0x8CE9, off: [0x72, 0x06], on: [0x90, 0x90] }, | ||
{ offset: 0x8D21, off: [0x72, 0x06], on: [0x90, 0x90] }, | ||
{ offset: 0x8D5D, off: [0x72, 0x06], on: [0x90, 0x90] }, | ||
{ offset: 0x95EF, off: [0x72, 0x06], on: [0x90, 0x90] }, | ||
{ offset: 0xB2459, off: [0x74, 0x04], on: [0x90, 0x90] }, | ||
{ offset: 0xB2583, off: [0x74, 0x04], on: [0x90, 0x90] }, | ||
{ offset: 0xB4973, off: [0x74, 0x04], on: [0x90, 0x90] }, | ||
], | ||
}, | ||
]), | ||
new Patcher("ddr.exe", "2009-02-16", [ | ||
{ | ||
name: "NVIDIA gray arrow/freeze color fix", | ||
tooltip: "Also affects newer AMD cards", | ||
patches: [{ offset: 0x24D2E, off: [0x85, 0xD2, 0xD9, 0x44, 0x24, 0x24, 0x89, 0x54, 0x24, 0x2C, 0xDB, 0x44, 0x24, 0x2C, 0x7D, 0x06, 0xD8, 0x05, 0x60, 0xE6, 0x5D, 0x00, 0x0F, 0xBE, 0x54, 0x24, 0x13], on: [0x89, 0x54, 0xE4, 0x2C, 0xDB, 0x44, 0xE4, 0x2C, 0xD9, 0x44, 0xE4, 0x24, 0x8B, 0x54, 0xE4, 0x13, 0xDC, 0x05, 0x70, 0xE6, 0x5D, 0x00, 0xD9, 0xC9, 0x0F, 0xBE, 0xD2] }], | ||
}, | ||
{ | ||
name: "Timer Freeze", | ||
patches: [{ offset: 0x20DF8, off: [0x89, 0x4D, 0x34], on: [0x90, 0x90, 0x90] }], | ||
}, | ||
{ | ||
name: "Mute crowd cheering and booing during song", | ||
tooltip: "Use with modified voice.xwb to also mute announcer", | ||
patches: [{ offset: 0x3F3EB, off: [0x0F, 0x84], on: [0x90, 0xE9] }], | ||
}, | ||
{ | ||
name: "Force DATA check OK", | ||
tooltip: "Use with modified VOICE.xwb to mute announcer", | ||
patches: [{ offset: 0xD3533, off: [0x74], on: [0xEB] }], | ||
}, | ||
{ | ||
name: "Unlock Songs, Characters, Options, and Courses", | ||
patches: [ | ||
{ offset: 0x8D85, off: [0x72, 0x06], on: [0x90, 0x90] }, | ||
{ offset: 0x8DD9, off: [0x72, 0x06], on: [0x90, 0x90] }, | ||
{ offset: 0x8E11, off: [0x72, 0x06], on: [0x90, 0x90] }, | ||
{ offset: 0x8E4D, off: [0x72, 0x06], on: [0x90, 0x90] }, | ||
{ offset: 0x96DF, off: [0x72, 0x06], on: [0x90, 0x90] }, | ||
{ offset: 0xB4749, off: [0x74, 0x04], on: [0x90, 0x90] }, | ||
{ offset: 0xB4873, off: [0x74, 0x04], on: [0x90, 0x90] }, | ||
{ offset: 0xB4973, off: [0x74, 0x04], on: [0x90, 0x90] }, | ||
], | ||
}, | ||
]), | ||
new Patcher("ddr.exe", "2009-03-16", [ | ||
{ | ||
name: "NVIDIA gray arrow/freeze color fix", | ||
tooltip: "Also affects newer AMD cards", | ||
patches: [{ offset: 0x2652A, off: [0x85, 0xD2, 0xD9, 0x44, 0x24, 0x1C, 0x89, 0x54, 0x24, 0x28, 0xDB, 0x44, 0x24, 0x28, 0x7D, 0x06, 0xD8, 0x05, 0x60, 0x5A, 0x5E, 0x00, 0x0F, 0xBE, 0x54, 0x24, 0x13], on: [0x89, 0x54, 0xE4, 0x28, 0xDB, 0x44, 0xE4, 0x28, 0xD9, 0x44, 0xE4, 0x1C, 0x8B, 0x54, 0xE4, 0x13, 0xDC, 0x05, 0x70, 0x5A, 0x5E, 0x00, 0xD9, 0xC9, 0x0F, 0xBE, 0xD2] }], | ||
}, | ||
{ | ||
name: "Timer Freeze", | ||
patches: [{ offset: 0x22568, off: [0x89, 0x4D, 0x34], on: [0x90, 0x90, 0x90] }], | ||
}, | ||
{ | ||
name: "Mute crowd cheering and booing during song", | ||
tooltip: "Use with modified voice.xwb to also mute announcer", | ||
patches: [{ offset: 0x4309B, off: [0x0F, 0x84], on: [0x90, 0xE9] }], | ||
}, | ||
{ | ||
name: "Force DATA check OK", | ||
tooltip: "Use with modified VOICE.xwb to mute announcer", | ||
patches: [{ offset: 0xDF3BD, off: [0x74], on: [0xEB] }], | ||
}, | ||
{ | ||
name: "Unlock Songs, Characters, Options, and Courses", | ||
patches: [ | ||
{ offset: 0xAAF5, off: [0x72, 0x06], on: [0x90, 0x90] }, | ||
{ offset: 0xAB49, off: [0x72, 0x06], on: [0x90, 0x90] }, | ||
{ offset: 0xAB81, off: [0x72, 0x06], on: [0x90, 0x90] }, | ||
{ offset: 0xABBD, off: [0x72, 0x06], on: [0x90, 0x90] }, | ||
{ offset: 0xB44F, off: [0x72, 0x06], on: [0x90, 0x90] }, | ||
{ offset: 0xBFB89, off: [0x74, 0x04], on: [0x90, 0x90] }, | ||
{ offset: 0xBFCB3, off: [0x74, 0x04], on: [0x90, 0x90] }, | ||
{ offset: 0xBFDB3, off: [0x74, 0x04], on: [0x90, 0x90] }, | ||
], | ||
}, | ||
]), | ||
new Patcher("ddr.exe", "2009-06-10", [ | ||
{ | ||
name: "NVIDIA gray arrow/freeze color fix", | ||
tooltip: "Also affects newer AMD cards", | ||
patches: [{ offset: 0x269BA, off: [0x85, 0xD2, 0xD9, 0x44, 0x24, 0x1C, 0x89, 0x54, 0x24, 0x28, 0xDB, 0x44, 0x24, 0x28, 0x7D, 0x06, 0xD8, 0x05, 0x98, 0x6E, 0x5E, 0x00, 0x0F, 0xBE, 0x54, 0x24, 0x13], on: [0x89, 0x54, 0xE4, 0x28, 0xDB, 0x44, 0xE4, 0x28, 0xD9, 0x44, 0xE4, 0x1C, 0x8B, 0x54, 0xE4, 0x13, 0xDC, 0x05, 0xA8, 0x6E, 0x5E, 0x00, 0xD9, 0xC9, 0x0F, 0xBE, 0xD2] }], | ||
}, | ||
{ | ||
name: "Timer Freeze", | ||
patches: [{ offset: 0x229F8, off: [0x89, 0x4D, 0x34], on: [0x90, 0x90, 0x90] }], | ||
}, | ||
{ | ||
name: "Mute crowd cheering and booing during song", | ||
tooltip: "Use with modified voice.xwb to also mute announcer", | ||
patches: [{ offset: 0x4359B, off: [0x0F, 0x84], on: [0x90, 0xE9] }], | ||
}, | ||
{ | ||
name: "Force DATA check OK", | ||
tooltip: "Use with modified VOICE.xwb to mute announcer", | ||
patches: [{ offset: 0xDFC5D, off: [0x74], on: [0xEB] }], | ||
}, | ||
{ | ||
name: "Unlock Songs, Characters, Options, and Courses", | ||
patches: [ | ||
{ offset: 0xAD65, off: [0x72, 0x06], on: [0x90, 0x90] }, | ||
{ offset: 0xADB9, off: [0x72, 0x06], on: [0x90, 0x90] }, | ||
{ offset: 0xADF1, off: [0x72, 0x06], on: [0x90, 0x90] }, | ||
{ offset: 0xAE2D, off: [0x72, 0x06], on: [0x90, 0x90] }, | ||
{ offset: 0xB6BF, off: [0x72, 0x06], on: [0x90, 0x90] }, | ||
{ offset: 0xC0419, off: [0x74, 0x04], on: [0x90, 0x90] }, | ||
{ offset: 0xC0543, off: [0x74, 0x04], on: [0x90, 0x90] }, | ||
{ offset: 0xC0643, off: [0x74, 0x04], on: [0x90, 0x90] }, | ||
], | ||
}, | ||
]), | ||
new Patcher("ddr.exe", "2009-06-30", [ | ||
{ | ||
name: "NVIDIA gray arrow/freeze color fix", | ||
tooltip: "Also affects newer AMD cards", | ||
patches: [{ offset: 0x26A3A, off: [0x85, 0xD2, 0xD9, 0x44, 0x24, 0x1C, 0x89, 0x54, 0x24, 0x28, 0xDB, 0x44, 0x24, 0x28, 0x7D, 0x06, 0xD8, 0x05, 0x98, 0x6E, 0x5E, 0x00, 0x0F, 0xBE, 0x54, 0x24, 0x13], on: [0x89, 0x54, 0xE4, 0x28, 0xDB, 0x44, 0xE4, 0x28, 0xD9, 0x44, 0xE4, 0x1C, 0x8B, 0x54, 0xE4, 0x13, 0xDC, 0x05, 0xA8, 0x6E, 0x5E, 0x00, 0xD9, 0xC9, 0x0F, 0xBE, 0xD2] }], | ||
}, | ||
{ | ||
name: "Timer Freeze", | ||
patches: [{ offset: 0x22A78, off: [0x89, 0x4D, 0x34], on: [0x90, 0x90, 0x90] }], | ||
}, | ||
{ | ||
name: "Mute crowd cheering and booing during song", | ||
tooltip: "Use with modified voice.xwb to also mute announcer", | ||
patches: [{ offset: 0x4358B, off: [0x0F, 0x84], on: [0x90, 0xE9] }], | ||
}, | ||
{ | ||
name: "Force DATA check OK", | ||
tooltip: "Use with modified VOICE.xwb to mute announcer", | ||
patches: [{ offset: 0xDFD2D, off: [0x74], on: [0xEB] }], | ||
}, | ||
{ | ||
name: "Unlock Songs, Characters, Options, and Courses", | ||
patches: [ | ||
{ offset: 0xADA5, off: [0x72, 0x06], on: [0x90, 0x90] }, | ||
{ offset: 0xADF9, off: [0x72, 0x06], on: [0x90, 0x90] }, | ||
{ offset: 0xAE31, off: [0x72, 0x06], on: [0x90, 0x90] }, | ||
{ offset: 0xAE6D, off: [0x72, 0x06], on: [0x90, 0x90] }, | ||
{ offset: 0xB6FF, off: [0x72, 0x06], on: [0x90, 0x90] }, | ||
{ offset: 0xC0499, off: [0x74, 0x04], on: [0x90, 0x90] }, | ||
{ offset: 0xC05C3, off: [0x74, 0x04], on: [0x90, 0x90] }, | ||
{ offset: 0xC06C3, off: [0x74, 0x04], on: [0x90, 0x90] }, | ||
], | ||
}, | ||
]), | ||
]); | ||
}); | ||
</script> | ||
</head> | ||
<body> | ||
<h1>DDR X DLL Modder</h1> | ||
</body> | ||
</html> |
Oops, something went wrong.