mirror of
https://github.com/two-torial/webpatcher.git
synced 2025-01-31 20:15:23 +01:00
Merge pull request #7 from beer-psi/chunithm/customizable-timers
Some checks failed
Check HTML/JS is valid / build (push) Has been cancelled
Some checks failed
Check HTML/JS is valid / build (push) Has been cancelled
[chunithm] Add patches for editing different selection timers
This commit is contained in:
commit
80d0d40643
@ -31,11 +31,28 @@
|
||||
]
|
||||
},
|
||||
{
|
||||
name: "Set all timers to 999",
|
||||
danger: "Breaks online matching functionality",
|
||||
patches: [
|
||||
{offset: 0x870320, off: [0x8b, 0x44, 0x24, 0x04, 0x69, 0xc0, 0xe8, 0x03, 0x00, 0x00], on: [0xb8, 0x58, 0x3e, 0x0f, 0x00, 0x90, 0x90, 0x90, 0x90, 0x90]}
|
||||
]
|
||||
name: "Map selection timer",
|
||||
type: "number",
|
||||
offset: 0x955EB7,
|
||||
size: 1,
|
||||
min: 1,
|
||||
max: 127,
|
||||
},
|
||||
{
|
||||
name: "Ticket selection timer",
|
||||
type: "number",
|
||||
offset: 0x949652,
|
||||
size: 1,
|
||||
min: 1,
|
||||
max: 127,
|
||||
},
|
||||
{
|
||||
name: "Course selection timer",
|
||||
type: "number",
|
||||
offset: 0x9FA65B,
|
||||
size: 1,
|
||||
min: 1,
|
||||
max: 127,
|
||||
},
|
||||
{
|
||||
name: "Unlimited maximum tracks",
|
||||
@ -136,7 +153,14 @@
|
||||
patches: [
|
||||
{offset: 0x37daeb, off: [0x75], on: [0xeb]}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
name: "Set all timers to 999",
|
||||
danger: "[DEPRECATED] Breaks online matching functionality",
|
||||
patches: [
|
||||
{offset: 0x870320, off: [0x8b, 0x44, 0x24, 0x04, 0x69, 0xc0, 0xe8, 0x03, 0x00, 0x00], on: [0xb8, 0x58, 0x3e, 0x0f, 0x00, 0x90, 0x90, 0x90, 0x90, 0x90]}
|
||||
]
|
||||
},
|
||||
]),
|
||||
new Patcher("chusanApp.exe", "2.22.00", [
|
||||
{
|
||||
@ -160,11 +184,28 @@
|
||||
]
|
||||
},
|
||||
{
|
||||
name: "Set all timers to 999",
|
||||
danger: "Breaks online matching functionality",
|
||||
patches: [
|
||||
{offset: 0x8705b0, off: [0x8b, 0x44, 0x24, 0x04, 0x69, 0xc0, 0xe8, 0x03, 0x00, 0x00], on: [0xb8, 0x58, 0x3e, 0x0f, 0x00, 0x90, 0x90, 0x90, 0x90, 0x90]}
|
||||
]
|
||||
name: "Map selection timer",
|
||||
type: "number",
|
||||
offset: 0x956167,
|
||||
size: 1,
|
||||
min: 1,
|
||||
max: 127,
|
||||
},
|
||||
{
|
||||
name: "Ticket selection timer",
|
||||
type: "number",
|
||||
offset: 0x9498F2,
|
||||
size: 1,
|
||||
min: 1,
|
||||
max: 127,
|
||||
},
|
||||
{
|
||||
name: "Course selection timer",
|
||||
type: "number",
|
||||
offset: 0x9FA9AB,
|
||||
size: 1,
|
||||
min: 1,
|
||||
max: 127,
|
||||
},
|
||||
{
|
||||
name: "Unlimited maximum tracks",
|
||||
@ -265,7 +306,14 @@
|
||||
patches: [
|
||||
{offset: 0x37daeb, off: [0x75], on: [0xeb]}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
name: "Set all timers to 999",
|
||||
danger: "[DEPRECATED] Breaks online matching functionality",
|
||||
patches: [
|
||||
{offset: 0x8705b0, off: [0x8b, 0x44, 0x24, 0x04, 0x69, 0xc0, 0xe8, 0x03, 0x00, 0x00], on: [0xb8, 0x58, 0x3e, 0x0f, 0x00, 0x90, 0x90, 0x90, 0x90, 0x90]}
|
||||
]
|
||||
},
|
||||
])
|
||||
]);
|
||||
new PatchContainer([
|
||||
|
@ -31,11 +31,28 @@
|
||||
]
|
||||
},
|
||||
{
|
||||
name: "Set all timers to 999",
|
||||
danger: "Breaks online matching functionality",
|
||||
patches: [
|
||||
{offset: 0x8791B0, off: [0x8b, 0x44, 0x24, 0x04, 0x69, 0xc0, 0xe8, 0x03, 0x00, 0x00], on: [0xb8, 0x58, 0x3e, 0x0f, 0x00, 0x90, 0x90, 0x90, 0x90, 0x90]}
|
||||
]
|
||||
name: "Map selection timer",
|
||||
type: "number",
|
||||
offset: 0x965B37,
|
||||
size: 1,
|
||||
min: 1,
|
||||
max: 127,
|
||||
},
|
||||
{
|
||||
name: "Ticket selection timer",
|
||||
type: "number",
|
||||
offset: 0x9592C2,
|
||||
size: 1,
|
||||
min: 1,
|
||||
max: 127,
|
||||
},
|
||||
{
|
||||
name: "Course selection timer",
|
||||
type: "number",
|
||||
offset: 0xA0EADB,
|
||||
size: 1,
|
||||
min: 1,
|
||||
max: 127,
|
||||
},
|
||||
{
|
||||
name: "Unlimited maximum tracks",
|
||||
@ -131,7 +148,14 @@
|
||||
patches: [
|
||||
{offset: 0x37DCFB, off: [0x75], on: [0xeb]}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
name: "Set all timers to 999",
|
||||
danger: "[DEPRECATED] Breaks online matching functionality",
|
||||
patches: [
|
||||
{offset: 0x8791B0, off: [0x8b, 0x44, 0x24, 0x04, 0x69, 0xc0, 0xe8, 0x03, 0x00, 0x00], on: [0xb8, 0x58, 0x3e, 0x0f, 0x00, 0x90, 0x90, 0x90, 0x90, 0x90]}
|
||||
]
|
||||
},
|
||||
]),
|
||||
]);
|
||||
new PatchContainer([
|
||||
@ -159,4 +183,4 @@
|
||||
<h1>CHUNITHM LUMINOUS PLUS Modder</h1>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
</html>
|
||||
|
@ -31,11 +31,28 @@
|
||||
]
|
||||
},
|
||||
{
|
||||
name: "Set all timers to 999",
|
||||
danger: "Breaks online matching functionality",
|
||||
patches: [
|
||||
{offset: 0x804c60, off: [0x8b, 0x44, 0x24, 0x04, 0x69, 0xc0, 0xe8, 0x03, 0x00, 0x00], on: [0xb8, 0x58, 0x3e, 0x0f, 0x00, 0x90, 0x90, 0x90, 0x90, 0x90]}
|
||||
]
|
||||
name: "Map selection timer",
|
||||
type: "number",
|
||||
offset: 0x8DF920,
|
||||
size: 1,
|
||||
min: 1,
|
||||
max: 127,
|
||||
},
|
||||
{
|
||||
name: "Ticket selection timer",
|
||||
type: "number",
|
||||
offset: 0x8D37B2,
|
||||
size: 1,
|
||||
min: 1,
|
||||
max: 127,
|
||||
},
|
||||
{
|
||||
name: "Course selection timer",
|
||||
type: "number",
|
||||
offset: 0x977D5B,
|
||||
size: 1,
|
||||
min: 1,
|
||||
max: 127,
|
||||
},
|
||||
{
|
||||
name: "Unlimited maximum tracks",
|
||||
@ -121,7 +138,14 @@
|
||||
patches: [
|
||||
{offset: 0x37e24b, off: [0x75], on: [0xeb]}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
name: "Set all timers to 999",
|
||||
danger: "[DEPRECATED] Breaks online matching functionality",
|
||||
patches: [
|
||||
{offset: 0x804c60, off: [0x8b, 0x44, 0x24, 0x04, 0x69, 0xc0, 0xe8, 0x03, 0x00, 0x00], on: [0xb8, 0x58, 0x3e, 0x0f, 0x00, 0x90, 0x90, 0x90, 0x90, 0x90]}
|
||||
]
|
||||
},
|
||||
])
|
||||
]);
|
||||
new PatchContainer([
|
||||
|
@ -30,11 +30,28 @@
|
||||
]
|
||||
},
|
||||
{
|
||||
name: "Set all timers to 999",
|
||||
danger: "Breaks online matching functionality",
|
||||
patches: [
|
||||
{offset: 0x819940, off: [0x8b, 0x44, 0x24, 0x04, 0x69, 0xc0, 0xe8, 0x03, 0x00, 0x00], on: [0xb8, 0x58, 0x3e, 0x0f, 0x00, 0x90, 0x90, 0x90, 0x90, 0x90]}
|
||||
]
|
||||
name: "Map selection timer",
|
||||
type: "number",
|
||||
offset: 0x8F52E0,
|
||||
size: 1,
|
||||
min: 1,
|
||||
max: 127,
|
||||
},
|
||||
{
|
||||
name: "Ticket selection timer",
|
||||
type: "number",
|
||||
offset: 0x8E9142,
|
||||
size: 1,
|
||||
min: 1,
|
||||
max: 127,
|
||||
},
|
||||
{
|
||||
name: "Course selection timer",
|
||||
type: "number",
|
||||
offset: 0x98EA0B,
|
||||
size: 1,
|
||||
min: 1,
|
||||
max: 127,
|
||||
},
|
||||
{
|
||||
name: "Unlimited maximum tracks",
|
||||
@ -120,7 +137,14 @@
|
||||
patches: [
|
||||
{offset: 0x37dfcb, off: [0x75], on: [0xeb]}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
name: "Set all timers to 999",
|
||||
danger: "[DEPRECATED] Breaks online matching functionality",
|
||||
patches: [
|
||||
{offset: 0x819940, off: [0x8b, 0x44, 0x24, 0x04, 0x69, 0xc0, 0xe8, 0x03, 0x00, 0x00], on: [0xb8, 0x58, 0x3e, 0x0f, 0x00, 0x90, 0x90, 0x90, 0x90, 0x90]}
|
||||
]
|
||||
},
|
||||
])
|
||||
]);
|
||||
new PatchContainer([
|
||||
|
@ -37,10 +37,28 @@
|
||||
],
|
||||
},
|
||||
{
|
||||
name: "Set All Timers to 999",
|
||||
patches: [
|
||||
{ offset: 0x8393D0, off: [0x8B, 0x44, 0x24, 0x04, 0x69, 0xC0, 0xE8, 0x03, 0x00, 0x00], on: [0xB8, 0x58, 0x3E, 0x0F, 0x00, 0x90, 0x90, 0x90, 0x90, 0x90] },
|
||||
],
|
||||
name: "Map selection timer",
|
||||
type: "number",
|
||||
offset: 0x91C340,
|
||||
size: 1,
|
||||
min: 1,
|
||||
max: 127,
|
||||
},
|
||||
{
|
||||
name: "Ticket selection timer",
|
||||
type: "number",
|
||||
offset: 0x910062,
|
||||
size: 1,
|
||||
min: 1,
|
||||
max: 127,
|
||||
},
|
||||
{
|
||||
name: "Course selection timer",
|
||||
type: "number",
|
||||
offset: 0x9B896B,
|
||||
size: 1,
|
||||
min: 1,
|
||||
max: 127,
|
||||
},
|
||||
{
|
||||
name: "Patch for head-to-head play",
|
||||
@ -113,6 +131,13 @@
|
||||
{ offset: 0x1CCB1, off: [0x85, 0xC0], on: [0xEB, 0x30] },
|
||||
],
|
||||
},
|
||||
{
|
||||
name: "Set All Timers to 999",
|
||||
danger: "[DEPRECATED] Breaks online matching functionality",
|
||||
patches: [
|
||||
{ offset: 0x8393D0, off: [0x8B, 0x44, 0x24, 0x04, 0x69, 0xC0, 0xE8, 0x03, 0x00, 0x00], on: [0xB8, 0x58, 0x3E, 0x0F, 0x00, 0x90, 0x90, 0x90, 0x90, 0x90] },
|
||||
],
|
||||
},
|
||||
])
|
||||
]);
|
||||
new PatchContainer([
|
||||
|
@ -37,10 +37,28 @@
|
||||
],
|
||||
},
|
||||
{
|
||||
name: "Set All Timers to 999",
|
||||
patches: [
|
||||
{ offset: 0x843800, off: [0x8B, 0x44, 0x24, 0x04, 0x69, 0xC0, 0xE8, 0x03, 0x00, 0x00], on: [0xB8, 0x58, 0x3E, 0x0F, 0x00, 0x90, 0x90, 0x90, 0x90, 0x90] },
|
||||
],
|
||||
name: "Map selection timer",
|
||||
type: "number",
|
||||
offset: 0x928000,
|
||||
size: 1,
|
||||
min: 1,
|
||||
max: 127,
|
||||
},
|
||||
{
|
||||
name: "Ticket selection timer",
|
||||
type: "number",
|
||||
offset: 0x91BD12,
|
||||
size: 1,
|
||||
min: 1,
|
||||
max: 127,
|
||||
},
|
||||
{
|
||||
name: "Course selection timer",
|
||||
type: "number",
|
||||
offset: 0x9C456B,
|
||||
size: 1,
|
||||
min: 1,
|
||||
max: 127,
|
||||
},
|
||||
{
|
||||
name: "Patch for head-to-head play",
|
||||
@ -113,6 +131,13 @@
|
||||
{ offset: 0x1CCB1, off: [0x85, 0xC0], on: [0xEB, 0x30] },
|
||||
],
|
||||
},
|
||||
{
|
||||
name: "Set All Timers to 999",
|
||||
danger: "[DEPRECATED] Breaks online matching functionality",
|
||||
patches: [
|
||||
{ offset: 0x843800, off: [0x8B, 0x44, 0x24, 0x04, 0x69, 0xC0, 0xE8, 0x03, 0x00, 0x00], on: [0xB8, 0x58, 0x3E, 0x0F, 0x00, 0x90, 0x90, 0x90, 0x90, 0x90] },
|
||||
],
|
||||
},
|
||||
])
|
||||
]);
|
||||
new PatchContainer([
|
||||
|
Loading…
x
Reference in New Issue
Block a user