mirror of
https://github.com/spice2x/spice2x.github.io.git
synced 2026-08-02 14:50:41 -07:00
50 lines
1.5 KiB
JSON
50 lines
1.5 KiB
JSON
[
|
|
{
|
|
"info": "example patch for spice2x documentation",
|
|
"extraInfo": "this object is completely optional and you can put whatever you want in it, it will be printed in the logs, but it will not be parsed in the code",
|
|
"downloadedFrom": "https://spice2x.github.io/patches/",
|
|
"lastUpdated": "2024-07-03T08:52:37.645Z",
|
|
"dateCode": "2023090500 (LDJ-003)"
|
|
},
|
|
{
|
|
"name": "Standard/Menu Timer Freeze",
|
|
"description": "Freezes menu timer. va=180B28FA5",
|
|
"gameCode": "LDJ",
|
|
"type": "memory",
|
|
"patches": [
|
|
{
|
|
"offset": 11699109,
|
|
"dllName": "bm2dx.dll",
|
|
"dataDisabled": "0F84",
|
|
"dataEnabled": "90E9"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name" : "Monitor Adjust Offset",
|
|
"description": "Changes base timing offset value. va=0x181274D38",
|
|
"gameCode": "LDJ",
|
|
"type" : "number",
|
|
"patch": {
|
|
"dllName": "bm2dx.dll",
|
|
"offset" : 19347768,
|
|
"size": 4,
|
|
"min" : -1000,
|
|
"max" : 1000
|
|
}
|
|
},
|
|
{
|
|
"name" : "Full Screen Monitor Check FPS Target",
|
|
"description": "Changes full screen refresh rate. va=180AC9445",
|
|
"gameCode": "LDJ",
|
|
"type" : "number",
|
|
"patch": {
|
|
"dllName": "bm2dx.dll",
|
|
"offset" : 11307084,
|
|
"size": 2,
|
|
"min" : 60,
|
|
"max" : 1200
|
|
}
|
|
}
|
|
]
|