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
+4 -4
View File
@@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8">
<title>Taiko no Tatsujin (March 2020 Ver.) Modder</title>
<title>Taiko no Tatsujin (Nijiiro Ver.) Modder</title>
<link rel="stylesheet" href="css/style.css">
<script type="text/javascript" src="js/dllpatcher.js"></script>
<script type="text/javascript">
@@ -136,19 +136,19 @@
{offset: 0xB5B728, off: [0x66, 0x3A, 0x5C, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6E, 0x67, 0x31, 0x2E, 0x62, 0x69, 0x6E, 0x00], on: [0x2E, 0x2F, 0x53, 0x65, 0x74, 0x74,0x69, 0x6E, 0x67, 0x31, 0x2E, 0x62, 0x69, 0x6E, 0x00]},
{offset: 0xB5B738, off: [0x67, 0x3A, 0x5C, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6E, 0x67, 0x32, 0x2E, 0x62, 0x69, 0x6E, 0x00], on: [0x2E, 0x2F, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6E, 0x67, 0x32, 0x2E, 0x62, 0x69, 0x6E, 0x00]}
],
},
},
{
name: "Move the CabinetOfflineData files to Same Folder as the Exe",
patches: [
{offset: 0xB1A6B0, off: [0x46, 0x3A, 0x2F], on: [0x2E, 0x2F, 0x2F]}
],
},
},
])
]);
});
</script>
</head>
<body>
<h1>Taiko no Tatsujin (March 2020 Ver.) Modder</h1>
<h1>Taiko no Tatsujin (Nijiiro Ver.) Modder</h1>
</body>
</html>