Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IIDX 31: 120fps recording output and subscreen timer freeze #373

Merged
merged 1 commit into from
Oct 29, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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