From 933bdb2aaa2db77b6365d685ea24bf7eceaf93aa Mon Sep 17 00:00:00 2001 From: beerpiss Date: Thu, 11 Apr 2024 22:00:10 +0700 Subject: [PATCH] [chunithm] Add amdaemon patches for free play and local server usage --- chusansun.html | 22 ++++++++++++++++++++++ chusansunplus.html | 22 ++++++++++++++++++++++ 2 files changed, 44 insertions(+) diff --git a/chusansun.html b/chusansun.html index 3d1f8d4..b1f5282 100644 --- a/chusansun.html +++ b/chusansun.html @@ -116,6 +116,28 @@ ]); new PatchContainer([ new Patcher("amdaemon.exe", "2.10.00", [ + { + name: "Allow 127.0.0.1/localhost as the network server", + patches: [ + { + offset: 0x3B6EF4, + off: [0xFF, 0x15, 0x3E, 0x79, 0x1A, 0x00, 0x8B], + on: [0x33, 0xC0, 0x48, 0x83, 0xC4, 0x28, 0xC3], + }, + { + offset: 0x6BC83C, + off: [0x31, 0x32, 0x37, 0x2F], + on: [0x30, 0x2F, 0x38, 0x00], + }, + ], + }, + { + name: "Free Play", + tooltip: "Endless credits", + patches: [ + {offset: 0x2BB928, off: [0x28], on: [0x08]}, + ] + }, { name: "Replace error 6401 with no error", danger: "[DEPRECATED] Sets all instances of error 6401 to 0", diff --git a/chusansunplus.html b/chusansunplus.html index 0d9a3da..3984c1b 100644 --- a/chusansunplus.html +++ b/chusansunplus.html @@ -116,6 +116,28 @@ ]); new PatchContainer([ new Patcher("amdaemon.exe", "2.16.00", [ + { + name: "Allow 127.0.0.1/localhost as the network server", + patches: [ + { + offset: 0x3B6EF4, + off: [0xFF, 0x15, 0x3E, 0x79, 0x1A, 0x00, 0x8B], + on: [0x33, 0xC0, 0x48, 0x83, 0xC4, 0x28, 0xC3], + }, + { + offset: 0x6BC83C, + off: [0x31, 0x32, 0x37, 0x2F], + on: [0x30, 0x2F, 0x38, 0x00], + }, + ], + }, + { + name: "Free Play", + tooltip: "Endless credits", + patches: [ + {offset: 0x2BB928, off: [0x28], on: [0x08]}, + ] + }, { name: "Replace error 6401 with no error", danger: "[DEPRECATED] Sets all instances of error 6401 to 0",