mirror of
https://github.com/two-torial/sp2xpatcher.git
synced 2024-11-11 23:37:09 +01:00
36 lines
1.0 KiB
JSON
36 lines
1.0 KiB
JSON
[
|
|
{
|
|
"gameCode": "LDJ",
|
|
"version": "2012-09-19",
|
|
"lastUpdated": "2024-07-02 23:19:37",
|
|
"source": "https://sp2x.two-torial.xyz/"
|
|
},
|
|
{
|
|
"name": "Shorter monitor check",
|
|
"description": "Runs for 300 frames (5 seconds) instead of 1200 (20 seconds), recommended only if you have a very stable framerate",
|
|
"gameCode": "LDJ",
|
|
"type": "memory",
|
|
"patches": [
|
|
{
|
|
"offset": 420877,
|
|
"dllName": "bm2dx.dll",
|
|
"dataDisabled": "B004",
|
|
"dataEnabled": "2C01"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "6 digits in monitor check",
|
|
"description": "Purely visual, does not affect anything besides the FPS display",
|
|
"gameCode": "LDJ",
|
|
"type": "memory",
|
|
"patches": [
|
|
{
|
|
"offset": 1326149,
|
|
"dllName": "bm2dx.dll",
|
|
"dataDisabled": "34",
|
|
"dataEnabled": "36"
|
|
}
|
|
]
|
|
}
|
|
] |