mirror of
https://github.com/mon/BemaniPatcher.git
synced 2026-08-01 22:10:41 -07:00
Add Hello! Pop'n Music support
I've added the network IP check removal patch to allow booting the game on the 192.168 IP address range.
This commit is contained in:
@@ -0,0 +1,28 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<title>Hello! Pop'n Music DLL Modder</title>
|
||||||
|
<link rel="stylesheet" href="css/style.css">
|
||||||
|
<!-- don't hate -->
|
||||||
|
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js"></script>
|
||||||
|
<script type="text/javascript" src="js/FileSaver.min.js"></script>
|
||||||
|
<script type="text/javascript" src="js/dllpatcher.js"></script>
|
||||||
|
<script type="text/javascript">
|
||||||
|
window.addEventListener("load", function () {
|
||||||
|
new Patcher("popn.dll", "", [
|
||||||
|
{
|
||||||
|
name: "Remove the game's 10.0.*.* IP check, allowing any IP address.",
|
||||||
|
tooltip: "Without this, games will not get past server error 2-5000-0001",
|
||||||
|
patches: [
|
||||||
|
{offset: 0x0007520C, off: [0x3C, 0xC0], on: [0x3C, 0x3C]}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]);
|
||||||
|
});
|
||||||
|
</script>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<h1>Hello! Pop'n Music DLL Modder</h1>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
Binary file not shown.
|
After Width: | Height: | Size: 10 KiB |
@@ -243,6 +243,12 @@
|
|||||||
<div>Hatsune Miku: Project DIVA Arcade Future Tone</div>
|
<div>Hatsune Miku: Project DIVA Arcade Future Tone</div>
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
|
<a href="hellopopn.html" class="gameicon">
|
||||||
|
<div>
|
||||||
|
<img src="img/hello-popn-music.jpg">
|
||||||
|
<div>Hello! Pop'n Music</div>
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
<a href="jubeatknit.html" class="gameicon">
|
<a href="jubeatknit.html" class="gameicon">
|
||||||
<div>
|
<div>
|
||||||
<img src="img/knit.png">
|
<img src="img/knit.png">
|
||||||
|
|||||||
Reference in New Issue
Block a user