mirror of
https://github.com/mon/BemaniPatcher.git
synced 2026-08-01 22:10:41 -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:
@@ -45,6 +45,14 @@
|
|||||||
{offset: 0xC030D1, off: [0x75, 0x3F], on: [0x90, 0x90]},
|
{offset: 0xC030D1, off: [0x75, 0x3F], on: [0x90, 0x90]},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name: "Patch for Windows 7",
|
||||||
|
tooltip: "May not be able to connect to the server",
|
||||||
|
patches: [
|
||||||
|
{offset: 0x17fd7c4, off: [0x45, 0x78], on: [0x5F, 0x41]},
|
||||||
|
{offset: 0x17fd7cd, 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 AIR
|
// lybxlpsv AIR
|
||||||
name: "Disable Song Select Timer",
|
name: "Disable Song Select Timer",
|
||||||
@@ -103,6 +111,14 @@
|
|||||||
{offset: 0xC5FD51, off: [0x75, 0x3F], on: [0x90, 0x90]},
|
{offset: 0xC5FD51, off: [0x75, 0x3F], on: [0x90, 0x90]},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name: "Patch for Windows 7",
|
||||||
|
tooltip: "May not be able to connect to the server",
|
||||||
|
patches: [
|
||||||
|
{offset: 0x1892050, off: [0x45, 0x78], on: [0x5F, 0x41]},
|
||||||
|
{offset: 0x1892059, 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 AIRPLUS
|
// lybxlpsv AIRPLUS
|
||||||
name: "Disable Song Select Timer",
|
name: "Disable Song Select Timer",
|
||||||
|
|||||||
+4
-6
@@ -11,7 +11,7 @@
|
|||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
window.addEventListener("load", function () {
|
window.addEventListener("load", function () {
|
||||||
new PatchContainer([
|
new PatchContainer([
|
||||||
new Patcher("chuniApp.exe", "AMAZON PLUS", [
|
new Patcher("chuniApp.exe", "(1.35.00) AMAZON PLUS", [
|
||||||
{
|
{
|
||||||
// mon
|
// mon
|
||||||
name: "Allow 127.0.0.1/localhost as the network server",
|
name: "Allow 127.0.0.1/localhost as the network server",
|
||||||
@@ -52,17 +52,15 @@
|
|||||||
{offset: 0xCA9EF1, off: [0x75, 0x3F], on: [0x90, 0x90]},
|
{offset: 0xCA9EF1, off: [0x75, 0x3F], on: [0x90, 0x90]},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
/* Didn't find for this, should be a quick binary search
|
|
||||||
{
|
{
|
||||||
// maybenotuseful
|
// maybenotuseful
|
||||||
name: "Patch for Windows 7",
|
name: "Patch for Windows 7",
|
||||||
tooltip: "May not be able to connect to the server",
|
tooltip: "May not be able to connect to the server",
|
||||||
patches: [
|
patches: [
|
||||||
{offset: 0x19B0AAE, off: [0x45, 0x78], on: [0x5F, 0x41]},
|
{offset: 0x19ff4e8, 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: 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
|
// lybxlpsv
|
||||||
name: "Disable Song Select Timer",
|
name: "Disable Song Select Timer",
|
||||||
@@ -87,7 +85,7 @@
|
|||||||
]
|
]
|
||||||
}
|
}
|
||||||
]),
|
]),
|
||||||
new Patcher("chuniApp.exe", "AMAZON", [
|
new Patcher("chuniApp.exe", "(1.30.00) AMAZON", [
|
||||||
{
|
{
|
||||||
// mon
|
// mon
|
||||||
name: "Allow 127.0.0.1/localhost as the network server",
|
name: "Allow 127.0.0.1/localhost as the network server",
|
||||||
|
|||||||
+9
-1
@@ -11,7 +11,7 @@
|
|||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
window.addEventListener("load", function () {
|
window.addEventListener("load", function () {
|
||||||
new PatchContainer([
|
new PatchContainer([
|
||||||
new Patcher("chuniApp.exe", "(1.05.00) PLUS", [
|
new Patcher("chuniApp.exe", "(1.06.00) PLUS", [
|
||||||
{
|
{
|
||||||
// mon PLUS
|
// mon PLUS
|
||||||
name: "Allow 127.0.0.1 as the network server",
|
name: "Allow 127.0.0.1 as the network server",
|
||||||
@@ -43,6 +43,14 @@
|
|||||||
{offset: 0xB929D1, off: [0x75, 0x3F], on: [0x90, 0x90]},
|
{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
|
// lybxlpsv PLUS
|
||||||
name: "Disable Song Select Timer",
|
name: "Disable Song Select Timer",
|
||||||
|
|||||||
@@ -45,6 +45,14 @@
|
|||||||
{offset: 0xBDFB01, off: [0x75, 0x3F], on: [0x90, 0x90]},
|
{offset: 0xBDFB01, off: [0x75, 0x3F], on: [0x90, 0x90]},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name: "Patch for Windows 7",
|
||||||
|
tooltip: "May not be able to connect to the server",
|
||||||
|
patches: [
|
||||||
|
{offset: 0x18c9250, off: [0x45, 0x78], on: [0x5F, 0x41]},
|
||||||
|
{offset: 0x18c9259, 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 STAR
|
// lybxlpsv STAR
|
||||||
name: "Disable Song Select Timer",
|
name: "Disable Song Select Timer",
|
||||||
@@ -103,6 +111,14 @@
|
|||||||
{offset: 0xBF4CD1, off: [0x75, 0x3F], on: [0x90, 0x90]},
|
{offset: 0xBF4CD1, off: [0x75, 0x3F], on: [0x90, 0x90]},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name: "Patch for Windows 7",
|
||||||
|
tooltip: "May not be able to connect to the server",
|
||||||
|
patches: [
|
||||||
|
{offset: 0x18ec270, off: [0x45, 0x78], on: [0x5F, 0x41]},
|
||||||
|
{offset: 0x18ec279, 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 STARPLUS
|
// lybxlpsv STARPLUS
|
||||||
name: "Disable Song Select Timer",
|
name: "Disable Song Select Timer",
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 32 KiB |
Reference in New Issue
Block a user