mirror of
https://github.com/two-torial/webpatcher.git
synced 2025-01-19 16:18:40 +01:00
Add HEROIC VERSE 2020-09-29 hex edits.
This commit is contained in:
parent
bc78315d71
commit
16ebda81dd
52
heroicverse.html
Normal file
52
heroicverse.html
Normal file
@ -0,0 +1,52 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang='en'>
|
||||
<head>
|
||||
<meta charset='utf-8'>
|
||||
<title>IIDX HEROIC VERSE 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 PatchContainer([
|
||||
new Patcher('bm2dx.dll', "2020-09-29", [
|
||||
{
|
||||
name: 'Disable TDJ check for exclusive songs',
|
||||
patches: [
|
||||
{offset: 0x352EA9, off: [0x75, 0x19], on: [0x90, 0x90]},
|
||||
{offset: 0x352F19, off: [0x75, 0x15], on: [0x90, 0x90]},
|
||||
]
|
||||
},
|
||||
{
|
||||
name: 'Disable TDJ check for lightning category',
|
||||
patches: [
|
||||
{offset: 0x33718D, off: [0x75, 0x0A], on: [0x90, 0x90]},
|
||||
]
|
||||
},
|
||||
{
|
||||
name: 'Force 120hz timing and adapter mode in LDJ (Experimental)',
|
||||
patches: [
|
||||
{offset: 0x2FBBA3, off: [0x75], on: [0xEB]},
|
||||
{offset: 0x621169, off: [0x74, 0x03], on: [0x90, 0x90]},
|
||||
{offset: 0x620F7E, off: [0x3C], on: [0x78]},
|
||||
]
|
||||
},
|
||||
{
|
||||
name: 'Force LDJ software video decoder for all boot modes',
|
||||
patches: [{offset: 0x5FBCC7, off: [0x83, 0x78, 0x08, 0x02], on: [0x83, 0x78, 0x08, 0x05]}]
|
||||
},
|
||||
{
|
||||
name: 'Skip Decide Screen',
|
||||
patches: [{offset: 0x2D6160, off: [0xE8, 0x6B, 0x00, 0x00, 0x00], on: [0x90, 0x90, 0x90, 0x90, 0x90]}]
|
||||
},
|
||||
]),
|
||||
]);
|
||||
});
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<h1>IIDX HEROIC VERSE DLL Modder</h1>
|
||||
</body>
|
||||
</html>
|
BIN
img/heroicverse.png
Normal file
BIN
img/heroicverse.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 40 KiB |
@ -68,6 +68,12 @@
|
||||
<div>beatmania IIDX 26 Rootage</div>
|
||||
</div>
|
||||
</a>
|
||||
<a href="heroicverse.html" class="gameicon">
|
||||
<div>
|
||||
<img src="img/heroicverse.png">
|
||||
<div>beatmania IIDX 27 HEROIC VERSE</div>
|
||||
</div>
|
||||
</a>
|
||||
<a href="ddr2014.html" class="gameicon">
|
||||
<div>
|
||||
<img src="img/ddr2014.png">
|
||||
|
Loading…
x
Reference in New Issue
Block a user