mirror of
https://github.com/two-torial/webpatcher.git
synced 2024-11-14 10:57:36 +01:00
3b6055ba30
* variuos patches * more changes * oops a { * resize all images to 128x128 mogrify -resize 128x128 *.png * fix images I hate mogrify now * change names of files and fix images * move images, fix html file names * add sun plus version information * fix image sharpness + paradise lost size * fix sharpness * remove drummania text from nex+age logo * Fix names, remove jquery from wacca * Add .htaccess to prevent link rot --------- Co-authored-by: Will Toohey <will@mon.im>
162 lines
7.1 KiB
HTML
162 lines
7.1 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<title>jubeat Ave. 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("jubeat.dll", "2022-08-03", [
|
|
{
|
|
name: "Skip Tutorial",
|
|
patches: [{ offset: 0xD249F, off: [0x0F, 0x85], on: [0x90, 0xE9] }],
|
|
},
|
|
{
|
|
name: "Select Music Timer Freeze",
|
|
patches: [{ offset: 0xBC3D5, off: [0x75], on: [0xEB] }],
|
|
},
|
|
{
|
|
name: "Skip Category Select",
|
|
patches: [{ offset: 0xBC75A, off: [0x04], on: [0x07] }],
|
|
},
|
|
{
|
|
name: "Result Timer Freeze",
|
|
tooltip: "Counts down to 0 then stops",
|
|
patches: [{ offset: 0xA429B, off: [0x75], on: [0xEB] }],
|
|
},
|
|
{
|
|
name: "Skip Online Matching",
|
|
patches: [{ offset: 0xCE59F, off: [0x0F, 0x84], on: [0x90, 0xE9] }],
|
|
},
|
|
{
|
|
name: "Force Unlock All Markers",
|
|
patches: [
|
|
{ offset: 0x160AEE, off: [0x75], on: [0xEB] },
|
|
{ offset: 0x1A8EC0, off: [0x75], on: [0xEB] },
|
|
{ offset: 0x1A91AA, off: [0x0F, 0xB7, 0x45, 0xB0], on: [0x31, 0xC0, 0x90, 0x90] },
|
|
]
|
|
},
|
|
{
|
|
name: "Force Unlock All Backgrounds",
|
|
patches: [
|
|
{ offset: 0x132A2E, off: [0x75], on: [0xEB] },
|
|
{ offset: 0x132D0B, off: [0x0F, 0xB7, 0x45, 0xB0], on: [0x31, 0xC0, 0x90, 0x90] },
|
|
{ offset: 0x160BA1, off: [0x75], on: [0xEB] },
|
|
]
|
|
},
|
|
{
|
|
name: "Force Enable Expert Option",
|
|
patches: [{ offset: 0xD77E0, off: [0x55, 0x8B, 0xEC], on: [0xB0, 0x01, 0xC3] }],
|
|
},
|
|
{
|
|
type : "union",
|
|
name : "Default Marker For Guest Play",
|
|
offset : 0x5A5F7,
|
|
patches : [
|
|
{
|
|
name : "Default",
|
|
patch : [0x31],
|
|
},
|
|
{
|
|
name : "Festo",
|
|
patch : [0x2E],
|
|
},
|
|
{
|
|
name : "Qubell",
|
|
patch : [0x28],
|
|
},
|
|
{
|
|
name : "Shutter",
|
|
patch : [0x04],
|
|
},
|
|
],
|
|
},
|
|
]),
|
|
new Patcher("jubeat.dll", "2023-08-08", [
|
|
{
|
|
name: "Skip Tutorial",
|
|
patches: [{ offset: 0xD4CBF, off: [0x0F, 0x85], on: [0x90, 0xE9] }],
|
|
},
|
|
{
|
|
name: "Select Music Timer Freeze",
|
|
patches: [{ offset: 0xBE7C5, off: [0x75], on: [0xEB] }],
|
|
},
|
|
{
|
|
name: "Skip Category Select",
|
|
patches: [{ offset: 0xBEB4A, off: [0x04], on: [0x07] }],
|
|
},
|
|
{
|
|
name: "Result Timer Freeze",
|
|
tooltip: "Counts down to 0 then stops",
|
|
patches: [{ offset: 0xA636B, off: [0x75], on: [0xEB] }],
|
|
},
|
|
{
|
|
name: "Skip Online Matching",
|
|
patches: [{ offset: 0xD0D7F, off: [0x0F, 0x84], on: [0x90, 0xE9] }],
|
|
},
|
|
{
|
|
name: "Force Unlock All Markers",
|
|
patches: [
|
|
{ offset: 0x163F8B, off: [0x75], on: [0xEB] },
|
|
{ offset: 0x1AD210, off: [0x75], on: [0xEB] },
|
|
{ offset: 0x1AD4FA, off: [0x0F, 0xB7, 0x45, 0xB0], on: [0x31, 0xC0, 0x90, 0x90] },
|
|
]
|
|
},
|
|
{
|
|
name: "Force Unlock All Backgrounds",
|
|
patches: [
|
|
{ offset: 0x135E5E, off: [0x75], on: [0xEB] },
|
|
{ offset: 0x13613B, off: [0x0F, 0xB7, 0x45, 0xB0], on: [0x31, 0xC0, 0x90, 0x90] },
|
|
{ offset: 0x16403E, off: [0x75], on: [0xEB] },
|
|
]
|
|
},
|
|
{
|
|
name: "Force Enable Expert Option",
|
|
patches: [{ offset: 0xDA0A0, off: [0x55, 0x8B, 0xEC], on: [0xB0, 0x01, 0xC3] }],
|
|
},
|
|
{
|
|
type : "union",
|
|
name : "Default Marker For Guest Play",
|
|
offset : 0x5ADB7,
|
|
patches : [
|
|
{
|
|
name : "Default",
|
|
patch : [0x31],
|
|
},
|
|
{
|
|
name : "Festo",
|
|
patch : [0x2E],
|
|
},
|
|
{
|
|
name : "Qubell",
|
|
patch : [0x28],
|
|
},
|
|
{
|
|
name : "Shutter",
|
|
patch : [0x04]}]
|
|
}
|
|
])
|
|
]),
|
|
new PatchContainer([
|
|
new Patcher("music_db.dll", "2022-08-03", [
|
|
{
|
|
name : "Unlock all songs",
|
|
patches : [{offset : 0x1E55, off: [0x74, 0x0A], on : [0x90, 0x90]}]
|
|
},
|
|
]),
|
|
new Patcher("music_db.dll", "2023-08-08", [
|
|
{
|
|
name : "Unlock all songs",
|
|
patches : [{offset : 0x1EA5, off: [0x74, 0x0A], on : [0x90, 0x90]}]
|
|
}
|
|
])
|
|
])
|
|
});
|
|
</script>
|
|
</head>
|
|
<body>
|
|
<h1>jubeat Ave. DLL Modder</h1>
|
|
</body>
|
|
</html> |