mirror of
https://github.com/mon/BemaniPatcher.git
synced 2026-08-01 14:10:40 -07:00
IIDX 31: 120fps recording output and subscreen timer freeze
This commit is contained in:
@@ -17,6 +17,11 @@
|
||||
name: "Premium Free Timer Freeze",
|
||||
patches: [{ offset: 0x82A64D, off: [0x7E], on: [0xEB] }],
|
||||
},
|
||||
{
|
||||
name: "Video Purchase Timer Freeze",
|
||||
tooltip: "Prevents an additional subscreen countdown on the transition from result to music select",
|
||||
patches: [{ offset: 0x95AD3D, off: [0xFF, 0xC8], on: [0x90, 0x90]}],
|
||||
},
|
||||
{
|
||||
name: "Allow 1-99m Premium Free Length",
|
||||
patches: [
|
||||
@@ -143,6 +148,11 @@
|
||||
tooltip: "Expand InternetWriteFile() body chunk size to 0x3200000 - makes video upload put request 1000 times faster in theory",
|
||||
patches: [{ offset: 0x9FFA0A, off: [0x41, 0xBE, 0x00, 0x32, 0x00, 0x00], on: [0x41, 0xBE, 0x00, 0x00, 0x20, 0x03]}],
|
||||
},
|
||||
{
|
||||
name: "Force 120 FPS Recording Output .mp4",
|
||||
danger: "Verify if your hardware and network can support this",
|
||||
patches: [{ offset: 0xD0BB58, off: [0x3C], on: [0x78]}],
|
||||
},
|
||||
{
|
||||
name: "Force LDJ Mode",
|
||||
danger: "Boot in LDJ mode when using 010 DLL",
|
||||
|
||||
Reference in New Issue
Block a user