Skip to content

Commit

Permalink
IIDX 31: 120fps recording output and subscreen timer freeze
Browse files Browse the repository at this point in the history
  • Loading branch information
drmext authored and mon committed Oct 29, 2024
1 parent b88f5e1 commit 9b9a5a5
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions iidx31epolis.html
Original file line number Diff line number Diff line change
Expand Up @@ -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: [
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 9b9a5a5

Please sign in to comment.