Add Win7 patch for all Chunithm & Add Amazon+ logo (#165)

* add win7 patch for all chunithm

* add amazon+ logo
This commit is contained in:
esterTion
2021-01-08 14:44:20 +08:00
committed by GitHub
parent 8d653de1fa
commit 5fab1028cf
5 changed files with 45 additions and 7 deletions
+4 -6
View File
@@ -11,7 +11,7 @@
<script type="text/javascript">
window.addEventListener("load", function () {
new PatchContainer([
new Patcher("chuniApp.exe", "AMAZON PLUS", [
new Patcher("chuniApp.exe", "(1.35.00) AMAZON PLUS", [
{
// mon
name: "Allow 127.0.0.1/localhost as the network server",
@@ -52,17 +52,15 @@
{offset: 0xCA9EF1, off: [0x75, 0x3F], on: [0x90, 0x90]},
],
},
/* Didn't find for this, should be a quick binary search
{
// maybenotuseful
name: "Patch for Windows 7",
tooltip: "May not be able to connect to the server",
patches: [
{offset: 0x19B0AAE, off: [0x45, 0x78], on: [0x5F, 0x41]},
{offset: 0x19B0AB7, off: [0x43, 0x61, 0x6E, 0x63, 0x65, 0x6C, 0x51, 0x75, 0x65, 0x72, 0x79], on: [0x51, 0x75, 0x65, 0x72, 0x79, 0x5F, 0x41, 0x00, 0x00, 0x00, 0x00]},
{offset: 0x19ff4e8, off: [0x45, 0x78], on: [0x5F, 0x41]},
{offset: 0x19ff4f1, off: [0x43, 0x61, 0x6E, 0x63, 0x65, 0x6C, 0x51, 0x75, 0x65, 0x72, 0x79], on: [0x51, 0x75, 0x65, 0x72, 0x79, 0x5F, 0x41, 0x00, 0x00, 0x00, 0x00]},
],
},
*/
{
// lybxlpsv
name: "Disable Song Select Timer",
@@ -87,7 +85,7 @@
]
}
]),
new Patcher("chuniApp.exe", "AMAZON", [
new Patcher("chuniApp.exe", "(1.30.00) AMAZON", [
{
// mon
name: "Allow 127.0.0.1/localhost as the network server",