two-torial-webpatcher/ddr2014.html
Zelminar 9592352e96 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
2017-10-24 14:43:58 +10:00

28 lines
1.2 KiB
HTML

<!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>