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
+9 -1
View File
@@ -11,7 +11,7 @@
<script type="text/javascript">
window.addEventListener("load", function () {
new PatchContainer([
new Patcher("chuniApp.exe", "(1.05.00) PLUS", [
new Patcher("chuniApp.exe", "(1.06.00) PLUS", [
{
// mon PLUS
name: "Allow 127.0.0.1 as the network server",
@@ -43,6 +43,14 @@
{offset: 0xB929D1, off: [0x75, 0x3F], on: [0x90, 0x90]},
],
},
{
name: "Patch for Windows 7",
tooltip: "May not be able to connect to the server",
patches: [
{offset: 0x1746104, off: [0x45, 0x78], on: [0x5F, 0x41]},
{offset: 0x174610d, 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 PLUS
name: "Disable Song Select Timer",