mirror of
https://github.com/mon/BemaniPatcher.git
synced 2026-08-01 22:10:41 -07:00
New hex iidx new update (#150)
* New hex * Update heroicverse.html * Capitalization Co-authored-by: Will <will@mon.im>
This commit is contained in:
@@ -11,6 +11,22 @@
|
|||||||
<script type='text/javascript'>
|
<script type='text/javascript'>
|
||||||
window.addEventListener('load', function () {
|
window.addEventListener('load', function () {
|
||||||
new PatchContainer([
|
new PatchContainer([
|
||||||
|
new Patcher('bm2dx.dll', "2020-10-29 (LDJ:K:C:A)", [
|
||||||
|
{
|
||||||
|
name: 'Skip decide screen',
|
||||||
|
tooltip : 'Immediately loads into chart after selection',
|
||||||
|
patches: [{offset: 0x2745E0, off: [0xE8, 0x6B, 0x00, 0x00, 0x00], on: [0x90, 0x90, 0x90, 0x90, 0x90]}]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: 'Unlock All Songs',
|
||||||
|
patches: [{offset: 0x434620, off: [0x75, 0x24], on: [0x90, 0x90]}]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: 'Premium Free Timer Freeze',
|
||||||
|
tooltip: 'Freezes the timer in PREMIUM FREE mode, allowing unlimited play until exit',
|
||||||
|
patches: [{offset: 0x356BBD, off: [0x7E], on: [0xEB]}]
|
||||||
|
},
|
||||||
|
]),
|
||||||
new Patcher('bm2dx.dll', "2020-09-29", [
|
new Patcher('bm2dx.dll', "2020-09-29", [
|
||||||
{
|
{
|
||||||
name: 'Disable TDJ check for exclusive songs',
|
name: 'Disable TDJ check for exclusive songs',
|
||||||
|
|||||||
Reference in New Issue
Block a user