mirror of
https://github.com/mon/BemaniPatcher.git
synced 2026-08-01 22:10:41 -07:00
Rootage edits from an anonymous benefactor
This commit is contained in:
+127
@@ -0,0 +1,127 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang='en'>
|
||||
<head>
|
||||
<meta charset='utf-8'>
|
||||
<title>IIDX ROOTAGE 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('bm2dx', [
|
||||
{
|
||||
name: 'SSE4.2 Fix',
|
||||
tooltip : "This will allow the game to run on processors which do not support the SSE4.2 instruction set. If you can successfully boot the game, do NOT check this.",
|
||||
patches: [{offset: 0x3F8C77, off: [0xF3, 0x45, 0x0F], on: [0x90, 0x90, 0x90]}]
|
||||
},
|
||||
{
|
||||
name: 'Unlock All Songs',
|
||||
patches: [{offset: 0x16D7B2, off: [0x74, 0x10], on: [0x90, 0x90]}]
|
||||
},
|
||||
{
|
||||
name: 'Unlock All 12s',
|
||||
patches: [{offset: 0x16D660, off: [0x83, 0xFF, 0x02, 0x74, 0x05, 0x83, 0xFF, 0x05], on: [0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90]}]
|
||||
},
|
||||
{
|
||||
name: 'Skip CAMERA DEVICE ERROR prompt',
|
||||
patches: [{offset: 0x36F37B, off: [0x84], on: [0x81]}]
|
||||
},
|
||||
{
|
||||
name: '1P Premium Free',
|
||||
patches: [{offset: 0x32F5C7, off: [0x75, 0x14], on: [0xEB, 0x14]}]
|
||||
},
|
||||
{
|
||||
name: '2P Premium Free',
|
||||
patches: [
|
||||
{offset: 0x32F765, off: [0x74, 0x55], on: [0x90, 0x90]},
|
||||
{offset: 0x32F77B, off: [0x74, 0x3F], on: [0x90, 0x90]}
|
||||
]
|
||||
},
|
||||
{
|
||||
name: 'Premium Free Timer Freeze',
|
||||
patches: [{offset: 0x16FCAD, off: [0xFF, 0xC8], on: [0x90, 0x90]}]
|
||||
},
|
||||
{
|
||||
name: 'Standard/Menu Timer Freeze',
|
||||
patches: [{offset: 0x387EB7, off: [0x74], on: [0xEB]}]
|
||||
},
|
||||
{
|
||||
name: 'Cursor lock',
|
||||
tooltip : "After song finishes, song select remains on previous song",
|
||||
patches: [{offset: 0x334914, off: [0x74, 0x1D], on: [0x90, 0x90]}]
|
||||
},
|
||||
{
|
||||
name: 'CS-Style Song Start Delay',
|
||||
tooltip : "Holding Start will pause the song at the beginning until you release it",
|
||||
patches: [{offset: 0x35396A, off: [0x7D, 0x25], on: [0x90, 0x90]}]
|
||||
},
|
||||
{
|
||||
name: 'Play video preview on all songs',
|
||||
tooltip : "By default, only some songs in the beginner folder show a BGA preview on the music select screen. This edit extends this function to every song in any folder.",
|
||||
patches: [
|
||||
{offset: 0x11CA4C, off: [0x0F, 0xB6], on: [0xEB, 0x2F]},
|
||||
{offset: 0x11FDFE, off: [0x74, 0x0E], on: [0x90, 0x90]}
|
||||
]
|
||||
},
|
||||
{
|
||||
name: 'Hide INSERT COIN[S] text',
|
||||
patches: [{offset : 0x107279, off: [0x3B], on: [0x3A]}]
|
||||
},
|
||||
{
|
||||
name: 'Hide CREDIT: %d text',
|
||||
patches: [{offset: 0x106DF8, off: [0x0C], on: [0x0B]}]
|
||||
},
|
||||
{
|
||||
name: 'Hide CREDIT: %d COIN %d / %d text',
|
||||
patches: [{offset: 0x106DCD, off: [0x17], on: [0x16]}],
|
||||
},
|
||||
{
|
||||
name: 'Hide EXTRA PASELI: %d text',
|
||||
patches: [{offset: 0x106EE9, off: [0x43], on: [0x42]}]
|
||||
},
|
||||
{
|
||||
name: 'Hide PASELI: %d text',
|
||||
patches: [{offset: 0x1070B8, off: [0xA4], on: [0xA3]}]
|
||||
},
|
||||
{
|
||||
name: 'Hide PASELI: NO ACCOUNT text',
|
||||
patches: [{offset: 0x10717B, off: [0x21], on: [0x20]}]
|
||||
},
|
||||
{
|
||||
name: 'Hide PASELI: ****** text',
|
||||
patches: [{offset: 0x1070DD, off: [0x9F], on: [0x9E]}]
|
||||
},
|
||||
{
|
||||
name: 'Free play text to LED ticker (Bottom Right)',
|
||||
tooltip : "Song Title/Ticker information will display instead of FREEPLAY",
|
||||
patches: [{offset: 0x106F9F, off: [0x35, 0x2F, 0x35, 0x00], on: [0xD9, 0x68, 0x44, 0x02]}]
|
||||
},
|
||||
{
|
||||
name: 'LED Ticker (Top Left)',
|
||||
tooltip : "This does NOT require FREEPLAY on",
|
||||
patches: [
|
||||
{offset: 0x36D700, off: [0x7C, 0xBA, 0x1C, 0x00], on: [0x98, 0x01, 0x3A, 0x02]},
|
||||
{offset: 0x36D8D8, off: [0x74, 0x3C], on: [0x90, 0x90]}
|
||||
]
|
||||
},
|
||||
{
|
||||
name: 'Quick Retry',
|
||||
tooltip : "Guest or non-VIP Card Players - Hold VEFX and Effect during a song to quick restart",
|
||||
patches: [{offset: 0x1583BF, off: [0x32, 0xC0], on: [0xB0, 0x01]}]
|
||||
},
|
||||
{
|
||||
name: 'Expert Course Force Open (in offline or local mode)',
|
||||
patches: [{offset: 0x32F711, off: [0x75], on: [0xEB]}]
|
||||
},
|
||||
], "2019-09-02"),
|
||||
]);
|
||||
});
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<h1>IIDX ROOTAGE DLL Modder</h1>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user