mirror of
https://github.com/two-torial/webpatcher.git
synced 2024-11-15 03:17:36 +01:00
Add DDR X and X2 US
This commit is contained in:
parent
71a5761291
commit
105d91c495
34
ddrx.html
34
ddrx.html
@ -178,6 +178,40 @@
|
||||
],
|
||||
},
|
||||
]),
|
||||
new Patcher("ddr.exe", "2009-09-11 (US)", [
|
||||
{
|
||||
name: "NVIDIA gray arrow/freeze color fix",
|
||||
tooltip: "Also affects newer AMD cards",
|
||||
patches: [{ offset: 0x26DE1, off: [0x85, 0xC9, 0xD9, 0x44, 0x24, 0x1C, 0x89, 0x4C, 0x24, 0x28, 0xDB, 0x44, 0x24, 0x28, 0x7D, 0x06, 0xD8, 0x05, 0x28, 0xF9, 0x5F, 0x00, 0x0F, 0xBE, 0x54, 0x24, 0x13], on: [0x89, 0x4C, 0xE4, 0x28, 0xDB, 0x44, 0xE4, 0x28, 0xD9, 0x44, 0xE4, 0x1C, 0x8B, 0x54, 0xE4, 0x13, 0xDC, 0x05, 0x38, 0xF9, 0x5F, 0x00, 0xD9, 0xC9, 0x0F, 0xBE, 0xD2] }],
|
||||
},
|
||||
{
|
||||
name: "Timer Freeze",
|
||||
patches: [{ offset: 0x22D88, 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: 0x43B7B, off: [0x0F, 0x84], on: [0x90, 0xE9] }],
|
||||
},
|
||||
{
|
||||
name: "Force DATA check OK",
|
||||
tooltip: "Use with modified VOICE.xwb to mute announcer",
|
||||
patches: [{ offset: 0xE7C9D, off: [0x74], on: [0xEB] }],
|
||||
},
|
||||
{
|
||||
name: "Unlock Songs, Characters, Options, and Courses",
|
||||
patches: [
|
||||
{ offset: 0xB025, off: [0x72, 0x06], on: [0x90, 0x90] },
|
||||
{ offset: 0xB079, off: [0x72, 0x06], on: [0x90, 0x90] },
|
||||
{ offset: 0xB0B1, off: [0x72, 0x06], on: [0x90, 0x90] },
|
||||
{ offset: 0xB0ED, off: [0x72, 0x06], on: [0x90, 0x90] },
|
||||
{ offset: 0xB97F, off: [0x72, 0x06], on: [0x90, 0x90] },
|
||||
{ offset: 0xC6673, off: [0x74, 0x04], on: [0x90, 0x90] },
|
||||
{ offset: 0xC6771, off: [0x74, 0x04], on: [0x90, 0x90] },
|
||||
{ offset: 0xC6871, off: [0x74, 0x04], on: [0x90, 0x90] },
|
||||
],
|
||||
},
|
||||
]),
|
||||
]);
|
||||
});
|
||||
</script>
|
||||
|
25
ddrx2.html
25
ddrx2.html
@ -51,6 +51,31 @@
|
||||
],
|
||||
},
|
||||
]),
|
||||
new Patcher("ddr.exe", "2010-12-07 (US)", [
|
||||
{
|
||||
name: "NVIDIA gray arrow/freeze color fix",
|
||||
tooltip: "Also affects newer AMD cards",
|
||||
patches: [{ offset: 0x1FB39, off: [0x85, 0xC9, 0xD9, 0x44, 0x24, 0x1C, 0x89, 0x4C, 0x24, 0x28, 0xDB, 0x44, 0x24, 0x28, 0x7D, 0x06, 0xD8, 0x05, 0x90, 0x99, 0x60, 0x00, 0x0F, 0xBE, 0x54, 0x24, 0x13], on: [0x89, 0x4C, 0xE4, 0x28, 0xDB, 0x44, 0xE4, 0x28, 0xD9, 0x44, 0xE4, 0x1C, 0x8B, 0x54, 0xE4, 0x13, 0xDC, 0x05, 0xA0, 0x99, 0x60, 0x00, 0xD9, 0xC9, 0x0F, 0xBE, 0xD2] }],
|
||||
},
|
||||
{
|
||||
name: "Timer Freeze",
|
||||
patches: [{ offset: 0x1C968, off: [0x89, 0x4D, 0x38], on: [0x90, 0x90, 0x90] }],
|
||||
},
|
||||
{
|
||||
name: "Mute crowd cheering and booing during song",
|
||||
tooltip: "Use with modified voice.xwb to also mute announcer",
|
||||
patches: [{ offset: 0x3F7AA, off: [0x0F, 0x84], on: [0x90, 0xE9] }],
|
||||
},
|
||||
{
|
||||
name: "Force DATA check OK",
|
||||
tooltip: "Use with modified VOICE.xwb to mute announcer",
|
||||
patches: [{ offset: 0xEA05D, off: [0x74], on: [0xEB] }],
|
||||
},
|
||||
{
|
||||
name: "Song Unlock",
|
||||
patches: [{ offset: 0x22FC, off: [0x32, 0xC0], on: [0xB0, 0x01] }],
|
||||
},
|
||||
]),
|
||||
]);
|
||||
});
|
||||
</script>
|
||||
|
Loading…
Reference in New Issue
Block a user