mirror of
https://github.com/two-torial/webpatcher.git
synced 2024-11-14 19:07:37 +01:00
Added Museca 1 (#54)
* Created Museca1.html with Song 1 lock Created Museca1.html with Song 1 lock * added museca1.png for index.html * Updated index with museca 1 selection * Delete museca1.png * Add files via upload
This commit is contained in:
parent
919aea7409
commit
f4be242e83
BIN
img/museca1.png
Normal file
BIN
img/museca1.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 48 KiB |
@ -64,6 +64,9 @@
|
||||
<img src="img/clan.png">
|
||||
<div>Jubeat Clan</div>
|
||||
</div></a>
|
||||
<a href="museca1.html" class="gameicon"><div>
|
||||
<img src="img/museca1.png">
|
||||
<div>Museca 1</div>
|
||||
<a href="museca2.html" class="gameicon"><div>
|
||||
<img src="img/museca2.png">
|
||||
<div>MÚSECA 1+1/2</div>
|
||||
|
29
museca1.html
Normal file
29
museca1.html
Normal file
@ -0,0 +1,29 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Museca 1 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 DllPatcherContainer([
|
||||
new DllPatcher("museca", [
|
||||
{
|
||||
//Discovered by Cammy - ported by Zelminar
|
||||
name: "Song 1 Lock",
|
||||
tooltip: "Song clears/scores only. Profile progress and custom settings do not save. Reboot game to re-query for scores.",
|
||||
patches: [{offset: 0x27E0C7, off: [0xFF, 0x83, 0x8C, 0x09, 0x00, 0x00], on: [0x90, 0x90, 0x90, 0x90, 0x90, 0x90]}]
|
||||
},
|
||||
], true),
|
||||
]);
|
||||
});
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Museca 1 DLL Modder</h1>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in New Issue
Block a user