iidx31 final: Omnimix LEGGENDARIA Fix, 120 FPS recording, Faster video uploads

This commit is contained in:
Akitake 2024-11-01 21:46:21 +01:00
parent c317ce43e8
commit d9d504e1bb
2 changed files with 58 additions and 15 deletions

View File

@ -2,7 +2,7 @@
{ {
"gameCode": "LDJ", "gameCode": "LDJ",
"version": "2024-08-26 (010)", "version": "2024-08-26 (010)",
"lastUpdated": "2024-10-29 17:24:55", "lastUpdated": "2024-11-01 20:46:17",
"source": "https://sp2x.two-torial.xyz/" "source": "https://sp2x.two-torial.xyz/"
}, },
{ {
@ -109,6 +109,20 @@
} }
] ]
}, },
{
"type": "memory",
"name": "Video Purchase Timer Freeze",
"description": "Freezes the subscreen countdown on the transition from result to music select.",
"gameCode": "LDJ",
"patches": [
{
"offset": 9809213,
"dllName": "bm2dx.dll",
"dataDisabled": "FFC8",
"dataEnabled": "9090"
}
]
},
{ {
"type": "memory", "type": "memory",
"name": "CS-style Song Start Delay", "name": "CS-style Song Start Delay",
@ -126,7 +140,7 @@
{ {
"type": "memory", "type": "memory",
"name": "Cursor Lock", "name": "Cursor Lock",
"description": "After playing a song, brings your cursor back to it in song select.", "description": "After playing a song, brings your cursor back to it in music select.",
"gameCode": "LDJ", "gameCode": "LDJ",
"patches": [ "patches": [
{ {
@ -316,6 +330,35 @@
} }
] ]
}, },
{
"type": "memory",
"name": "Faster video Uploads",
"description": "Makes video upload put request 1000 times faster in theory, by expanding InternetWriteFile() body chunk size to 0x3200000.",
"gameCode": "LDJ",
"patches": [
{
"offset": 10484234,
"dllName": "bm2dx.dll",
"dataDisabled": "41BE00320000",
"dataEnabled": "41BE00002003"
}
]
},
{
"type": "memory",
"name": "Force 120 FPS Recording Output .mp4",
"description": "Forces the game to record at 120 FPS.",
"caution": "Make sure your hardware and network support this!",
"gameCode": "LDJ",
"patches": [
{
"offset": 10484234,
"dllName": "bm2dx.dll",
"dataDisabled": "41BE00320000",
"dataEnabled": "41BE00002003"
}
]
},
{ {
"type": "union", "type": "union",
"name": "Reroute FREE PLAY Text", "name": "Reroute FREE PLAY Text",
@ -970,16 +1013,16 @@
"dataEnabled": "B801000000" "dataEnabled": "B801000000"
}, },
{ {
"offset": 8536595, "offset": 6220975,
"dllName": "bm2dx.dll", "dllName": "bm2dx.dll",
"dataDisabled": "32C0", "dataDisabled": "75",
"dataEnabled": "0C01" "dataEnabled": "EB"
}, },
{ {
"offset": 8536609, "offset": 6023705,
"dllName": "bm2dx.dll", "dllName": "bm2dx.dll",
"dataDisabled": "0F94C0", "dataDisabled": "75",
"dataEnabled": "0C0190" "dataEnabled": "EB"
} }
] ]
}, },

View File

@ -2,7 +2,7 @@
{ {
"gameCode": "LDJ", "gameCode": "LDJ",
"version": "2024-08-26 (012)", "version": "2024-08-26 (012)",
"lastUpdated": "2024-10-29 17:24:55", "lastUpdated": "2024-11-01 20:46:17",
"source": "https://sp2x.two-torial.xyz/" "source": "https://sp2x.two-torial.xyz/"
}, },
{ {
@ -956,16 +956,16 @@
"dataEnabled": "B801000000" "dataEnabled": "B801000000"
}, },
{ {
"offset": 7696259, "offset": 5380671,
"dllName": "bm2dx.dll", "dllName": "bm2dx.dll",
"dataDisabled": "32C0", "dataDisabled": "75",
"dataEnabled": "0C01" "dataEnabled": "EB"
}, },
{ {
"offset": 7696273, "offset": 5181993,
"dllName": "bm2dx.dll", "dllName": "bm2dx.dll",
"dataDisabled": "0F94C0", "dataDisabled": "75",
"dataEnabled": "0C0190" "dataEnabled": "EB"
} }
] ]
}, },