mirror of
https://github.com/two-torial/sp2xpatcher.git
synced 2024-11-11 23:37:09 +01:00
56 lines
1.5 KiB
JSON
56 lines
1.5 KiB
JSON
[
|
|
{
|
|
"name": "Mode Layout",
|
|
"description": "Changes resolution based on sceen type, among other things",
|
|
"gameCode": "MDX",
|
|
"dateCode": "2024-04-02 (001)",
|
|
"type": "union",
|
|
"patches": [
|
|
{
|
|
"name": "0 - SD",
|
|
"type": "union",
|
|
"patch": {
|
|
"dllName": "arkmdxp3.dll",
|
|
"data": "00",
|
|
"offset": 437572
|
|
}
|
|
},
|
|
{
|
|
"name": "1 - SD",
|
|
"type": "union",
|
|
"patch": {
|
|
"dllName": "arkmdxp3.dll",
|
|
"data": "01",
|
|
"offset": 437572
|
|
}
|
|
},
|
|
{
|
|
"name": "2 - HD (Default)",
|
|
"type": "union",
|
|
"patch": {
|
|
"dllName": "arkmdxp3.dll",
|
|
"data": "02",
|
|
"offset": 437572
|
|
}
|
|
},
|
|
{
|
|
"name": "3 - HD",
|
|
"type": "union",
|
|
"patch": {
|
|
"dllName": "arkmdxp3.dll",
|
|
"data": "03",
|
|
"offset": 437572
|
|
}
|
|
},
|
|
{
|
|
"name": "4 - HD (Gold)",
|
|
"type": "union",
|
|
"patch": {
|
|
"dllName": "arkmdxp3.dll",
|
|
"data": "04",
|
|
"offset": 437572
|
|
}
|
|
}
|
|
]
|
|
}
|
|
] |