mirror of
https://github.com/mon/BemaniPatcher.git
synced 2026-08-01 14:10:40 -07:00
Add Win7 patch for all Chunithm & Add Amazon+ logo (#165)
* add win7 patch for all chunithm * add amazon+ logo
This commit is contained in:
+4
-6
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user