From 9b9a5a552e501a0cb253fb65c947d6571e2287e2 Mon Sep 17 00:00:00 2001 From: drmext <71258889+drmext@users.noreply.github.com> Date: Tue, 29 Oct 2024 18:07:03 +0000 Subject: [PATCH] IIDX 31: 120fps recording output and subscreen timer freeze --- iidx31epolis.html | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/iidx31epolis.html b/iidx31epolis.html index 4b2701f..23ce27c 100644 --- a/iidx31epolis.html +++ b/iidx31epolis.html @@ -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",