Chunithm and other big patches (#343)

* 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>
This commit is contained in:
Yonokid
2024-02-26 19:06:10 -05:00
committed by GitHub
parent ee2ab62fa0
commit 3b6055ba30
152 changed files with 2763 additions and 2027 deletions
+23 -21
View File
@@ -2,12 +2,13 @@
<html lang="en">
<head>
<meta charset="utf-8">
<title>CHUNITHM PARADISE Modder</title>
<title>CHUNITHM PARADISE (LOST) 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 Patcher("chuniApp.exe", "", [
new PatchContainer([
new Patcher("chuniApp.exe", "1.50.00", [
{
name: "Allow 127.0.0.1/localhost as the network server",
patches: [
@@ -56,15 +57,6 @@
{offset: 0x48C9B3, off: [0x01], on: [0x00]},
]
},
{
// maybenotuseful
name: "Patch for Windows 7",
tooltip: "May not be able to connect to the server",
patches: [
{offset: 0x1bdd428, off: [0x45, 0x78], on: [0x5F, 0x41]},
{offset: 0x1bdd430, off: [0x43, 0x61, 0x6E, 0x63, 0x65, 0x6C, 0x51, 0x75, 0x65, 0x72, 0x79], on: [0x51, 0x75, 0x65, 0x72, 0x79, 0x5F, 0x41, 0x00, 0x00, 0x00, 0x00]},
],
},
{
// ikaros14
name: "Increase max credits to 254",
@@ -80,14 +72,6 @@
{offset: 0xCB2CF5, off: [0x28], on: [0x08]},
],
},
{
// esterTion
name: "Dummy LED",
tooltip: "Skip LED board check",
patches: [
{offset: 0x24A5E7, off: [0x00], on: [0x01]},
],
},
{
name: "No Encryption",
tooltip: "Title server workaround",
@@ -97,17 +81,35 @@
},
{
name: "No TLS",
tooltip: "Title server workaround",
tooltip: "Title server workaround: Disables HTTPS",
patches: [
{offset: 0xD04D09, off: [0x81, 0xE3, 0x00, 0x00, 0x80, 0x00], on: [0x31, 0xDB, 0x90, 0x90, 0x90, 0x90]},
]
},
{
// maybenotuseful
name: "Patch for Windows 7",
danger: "May not be able to connect to the server",
patches: [
{offset: 0x1bdd428, off: [0x45, 0x78], on: [0x5F, 0x41]},
{offset: 0x1bdd430, off: [0x43, 0x61, 0x6E, 0x63, 0x65, 0x6C, 0x51, 0x75, 0x65, 0x72, 0x79], on: [0x51, 0x75, 0x65, 0x72, 0x79, 0x5F, 0x41, 0x00, 0x00, 0x00, 0x00]},
],
},
{
// esterTion
name: "Dummy LED",
danger: "[DEPRECATED] Skip LED board check",
patches: [
{offset: 0x24A5E7, off: [0x00], on: [0x01]},
],
}
])
]);
});
</script>
</head>
<body>
<h1>CHUNITHM PARADISE Modder</h1>
<h1>CHUNITHM PARADISE (LOST) Modder</h1>
</body>
</html>