mirror of
https://github.com/two-torial/sp2xpatcher.git
synced 2024-11-11 23:37:09 +01:00
30 lines
870 B
JSON
30 lines
870 B
JSON
[
|
|
{
|
|
"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": 447978,
|
|
"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": 1368749,
|
|
"dllName": "bm2dx.dll",
|
|
"dataDisabled": "34",
|
|
"dataEnabled": "36"
|
|
}
|
|
]
|
|
}
|
|
] |