two-torial-webpatcher/gc4ex.html
Yonokid 3b6055ba30
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>
2024-02-27 10:06:10 +10:00

104 lines
5.9 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Groove Coaster 4EX 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("game.exe", "4.52", [
// for in memory patching, add 0x400c00 to file offsets to get virtual addresses
{
name: "Unlock all songs",
patches: [
{offset: 0x25654b, off: [0x75, 0x22], on: [0x90, 0x90]},
{offset: 0x256e5b, off: [0x75, 0x5e], on: [0x90, 0x90]}
],
},
{
name: "Unlock all song difficulties",
patches: [
// non-extra
{offset: 0x298e0, off: [0x55, 0x8b, 0xec, 0x51, 0x89, 0x4d], on: [0xb8, 0xff, 0x00, 0x00, 0x00, 0xc3]},
// extra
{offset: 0x220d30, off: [0x55, 0x8b, 0xec, 0x51, 0x89, 0x4d, 0xfc, 0x8b, 0x4d, 0xfc, 0x81, 0xc1, 0xd4, 0x07, 0x00, 0x00, 0xe8, 0x5b, 0x0f, 0xdf, 0xff, 0x3b, 0x45, 0x08, 0x73, 0x04, 0x33, 0xc0, 0xeb, 0x14, 0x8b, 0x45, 0x08, 0x50, 0x8b, 0x4d, 0xfc, 0x81, 0xc1, 0xd4, 0x07, 0x00, 0x00, 0xe8, 0x60, 0xb7, 0xe1], on: [0x8b, 0x44, 0x24, 0x04, 0x8b, 0x15, 0x54, 0xa5, 0x7d, 0x00, 0x8b, 0x0d, 0x50, 0xa5, 0x7d, 0x00, 0x3b, 0x02, 0x74, 0x0d, 0x81, 0xc2, 0xb4, 0x00, 0x00, 0x00, 0x49, 0x75, 0xf3, 0x31, 0xc0, 0xeb, 0x0b, 0x31, 0xc0, 0x83, 0x7a, 0x2c, 0x00, 0x0f, 0x95, 0xc0, 0x01, 0xc0, 0xc2, 0x04, 0x00]},
],
},
{
name: "Unlimited plays",
patches: [
{offset: 0x2356e0, off: [0x55, 0x8b, 0xec, 0x51], on: [0x33, 0xc0, 0x40, 0xc3]},
],
},
{
name: "Unlock all avatars, titles, navigators, skins, and sound effects",
patches: [
// unlock
{offset: 0x2214e0, off: [0x55, 0x8b, 0xec, 0x83], on: [0x33, 0xc0, 0x40, 0xc3]},
// allow selection
{offset: 0x1bc9fc, off: [0xe8, 0x4f, 0x95, 0xe5, 0xff], on: [0xb8, 0x01, 0x00, 0x00, 0x00]},
{offset: 0x1bb51f, off: [0xe8, 0x2c, 0xaa, 0xe5, 0xff], on: [0xb8, 0x01, 0x00, 0x00, 0x00]},
{offset: 0x1bf2fb, off: [0xe8, 0x50, 0x6c, 0xe5, 0xff], on: [0xb8, 0x01, 0x00, 0x00, 0x00]},
{offset: 0x1c3b48, off: [0xe8, 0x03, 0x24, 0xe5, 0xff], on: [0xb8, 0x01, 0x00, 0x00, 0x00]},
{offset: 0x1c3f71, off: [0xe8, 0xda, 0x1f, 0xe5, 0xff], on: [0xb8, 0x01, 0x00, 0x00, 0x00]},
{offset: 0x1c3fc7, off: [0xe8, 0x84, 0x1f, 0xe5, 0xff], on: [0xb8, 0x01, 0x00, 0x00, 0x00]},
{offset: 0x1c1d1f, off: [0xe8, 0x2c, 0x42, 0xe5, 0xff], on: [0xb8, 0x01, 0x00, 0x00, 0x00]},
{offset: 0x1c4c54, off: [0xe8, 0xf7, 0x12, 0xe5, 0xff], on: [0xb8, 0x01, 0x00, 0x00, 0x00]},
{offset: 0x1c1c4f, off: [0xe8, 0xfc, 0x42, 0xe5, 0xff], on: [0xb8, 0x01, 0x00, 0x00, 0x00]},
],
},
{
name: "Hide in-game tutorial prompts",
patches: [
{offset: 0x248659, off: [0x0f, 0x84], on: [0x90, 0xe9]},
],
},
{
name: "Hide scrolling \"currently offline\" message while offline",
patches: [
{offset: 0x332ae, off: [0xe8, 0xad, 0x0e, 0x1c, 0x00], on: [0x90, 0x90, 0x90, 0x90, 0x90]},
],
},
{
name: "Show folder jackets while offline",
patches: [
{offset: 0x1ac8c0, off: [0x74, 0x33], on: [0x90, 0x90]},
],
},
{
name: "Fast/slow indicator",
type: "union",
offset: 0x2266e0,
patches: [
{
name: "Default",
patch: [0x55, 0x8b, 0xec, 0x83, 0xec],
},
{
name: "Show fast/slow near avatar",
patch: [0x33, 0xc0, 0x40, 0xc3, 0x90],
},
{
name: "Show fast/slow near judgement text",
patch: [0x33, 0xc0, 0x40, 0x40, 0xc3],
},
],
},
{
name: "Show fast/slow even on GREAT judgement",
patches: [
{offset: 0x243e7f, off: [0x74, 0x11], on: [0x90, 0x90]},
],
},
]),
]);
});
</script>
</head>
<body>
<h1>Groove Coaster 4EX Modder</h1>
</body>
</html>