mirror of
https://github.com/mon/BemaniPatcher.git
synced 2026-08-01 22:10:41 -07:00
Added ddr2014 (#3)
* Uploaded ddr2014 icon for index.html * Added ddr2014 * ddr2014 page * Update index.html * Update index.html * Changes #2 - Updated "Premium Free HACK" to "Premium Free" - Capitalized "m" in h1 "Modder" - Truncated Premium Free Tooltip Pending change: specify DLL name * ddr2014.html changes #3 - Updated DllPatcher value from DDR 2014 to "mdxja_" - re-added "Reboot game to re-query for scores." to Premium Free Tooltip
This commit is contained in:
@@ -0,0 +1,27 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<title>DDR 2014 DLL Modder</title>
|
||||||
|
<link rel="stylesheet" href="css/style.css">
|
||||||
|
<!-- don't hate -->
|
||||||
|
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.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 DllPatcher("mdxja_", [
|
||||||
|
{// Created by Renard1911
|
||||||
|
name : "Premium Free",
|
||||||
|
shortname : "pfree",
|
||||||
|
tooltip: "Song clears/scores only. Profile progress and custom settings do not save. Reboot game to re-query for scores.",
|
||||||
|
patches : [{offset : 0x23C5, off: [0xFF, 0x80, 0xE4, 0x16, 0x00, 0x00], on : [0x90, 0x90, 0x90, 0x90, 0x90, 0x90]}]
|
||||||
|
},
|
||||||
|
]);
|
||||||
|
});
|
||||||
|
</script>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<h1>DDR 2014 DLL Modder</h1>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
Binary file not shown.
|
After Width: | Height: | Size: 38 KiB |
+5
-1
@@ -1,4 +1,4 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
@@ -24,6 +24,10 @@
|
|||||||
<img src="img/qubell.png">
|
<img src="img/qubell.png">
|
||||||
<div>Jubeat Qubell</div>
|
<div>Jubeat Qubell</div>
|
||||||
</div></a>
|
</div></a>
|
||||||
|
<a href="ddr2014.html" class="gameicon"><div>
|
||||||
|
<img src="img/ddr2014.png">
|
||||||
|
<div>Dance Dance Revolution 2014</div>
|
||||||
|
</div></a>
|
||||||
<a href="popn22lapistoria.html" class="gameicon"><div>
|
<a href="popn22lapistoria.html" class="gameicon"><div>
|
||||||
<img src="img/lapis.png">
|
<img src="img/lapis.png">
|
||||||
<div>Pop'n Music 22 Lapistoria</div>
|
<div>Pop'n Music 22 Lapistoria</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user