mirror of
https://github.com/mon/BemaniPatcher.git
synced 2026-08-01 14:10:40 -07:00
Chunithm and other big patches (#343)
* variuos patches
* more changes
* oops a {
* resize all images to 128x128
mogrify -resize 128x128 *.png
* fix images
I hate mogrify now
* change names of files and fix images
* move images, fix html file names
* add sun plus version information
* fix image sharpness + paradise lost size
* fix sharpness
* remove drummania text from nex+age logo
* Fix names, remove jquery from wacca
* Add .htaccess to prevent link rot
---------
Co-authored-by: Will Toohey <will@mon.im>
This commit is contained in:
+17
-17
@@ -7,8 +7,8 @@
|
||||
<script type="text/javascript" src="js/dllpatcher.js"></script>
|
||||
<script type="text/javascript">
|
||||
window.addEventListener("load", function () {
|
||||
new PatchContainer([
|
||||
new Patcher("chuniApp.exe", "(1.06.00) PLUS", [
|
||||
new PatchContainer([
|
||||
new Patcher("chuniApp.exe", "1.06.00", [
|
||||
{
|
||||
// mon PLUS
|
||||
name: "Allow 127.0.0.1 as the network server",
|
||||
@@ -40,14 +40,6 @@
|
||||
{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",
|
||||
@@ -70,24 +62,32 @@
|
||||
patches: [
|
||||
{offset: 0x3F9A83, off: [0x01], on: [0x00]},
|
||||
]
|
||||
},
|
||||
{
|
||||
name: "Patch for Windows 7",
|
||||
danger: "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]},
|
||||
],
|
||||
}
|
||||
]),
|
||||
]),
|
||||
]);
|
||||
});
|
||||
</script>
|
||||
|
||||
<script type="text/javascript">
|
||||
<script type="text/javascript">
|
||||
window.addEventListener("load", function () {
|
||||
new PatchContainer([
|
||||
new Patcher("aimeReaderHost.exe", "(1.05.00) PLUS", [
|
||||
{
|
||||
new PatchContainer([
|
||||
new Patcher("aimeReaderHost.exe", "1.05.00", [
|
||||
{
|
||||
name: "Change obfuscation to be compatible with segatools",
|
||||
tooltip: "Patches 'aime.anbzvarg.wc' to 'nvzr.anbzvarg.wc' for Aime server check to work correctly.",
|
||||
tooltip: "(Scene Release Only) Patches 'aime.anbzvarg.wc' to 'nvzr.anbzvarg.wc' for Aime server check to work correctly.",
|
||||
patches: [
|
||||
{offset: 0xA36A8, off: [0x61, 0x69, 0x6D, 0x65, 0x2E, 0x61, 0x6E, 0x62, 0x7A, 0x76, 0x61, 0x72, 0x67, 0x2E, 0x77, 0x63], on: [0x6E, 0x76, 0x7A, 0x72, 0x2E, 0x61, 0x6E, 0x62, 0x7A, 0x76, 0x61, 0x72, 0x67, 0x2E, 0x77, 0x63]},
|
||||
]
|
||||
}
|
||||
]),
|
||||
]),
|
||||
]);
|
||||
});
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user