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:
Zelminar
2017-10-23 22:43:58 -06:00
committed by Will
parent d6e555f6c6
commit 9592352e96
3 changed files with 77 additions and 46 deletions
+27
View File
@@ -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>
BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

+5 -1
View File
@@ -1,4 +1,4 @@
<!DOCTYPE html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
@@ -24,6 +24,10 @@
<img src="img/qubell.png">
<div>Jubeat Qubell</div>
</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>
<img src="img/lapis.png">
<div>Pop'n Music 22 Lapistoria</div>