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:
+9
-1
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user