Skip to content

Commit

Permalink
[chunithm] Add amdaemon patches for free play and local server usage
Browse files Browse the repository at this point in the history
  • Loading branch information
beer-psi authored and mon committed Apr 12, 2024
1 parent ef17e06 commit 933bdb2
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 0 deletions.
22 changes: 22 additions & 0 deletions chusansun.html
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
22 changes: 22 additions & 0 deletions chusansunplus.html
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 933bdb2

Please sign in to comment.