mirror of
https://github.com/two-torial/sp2xpatcher.git
synced 2024-11-14 08:37:36 +01:00
56 lines
1.5 KiB
JSON
56 lines
1.5 KiB
JSON
[
|
|
{
|
|
"gameCode": "MDX",
|
|
"version": "2024-04-02 (003)",
|
|
"lastUpdated": "2024-07-10 19:19:37",
|
|
"source": "https://sp2x.two-torial.xyz/"
|
|
},
|
|
{
|
|
"name": "Mode Layout",
|
|
"description": "Changes resolution based on sceen type, among other things",
|
|
"gameCode": "MDX",
|
|
"type": "union",
|
|
"patches": [
|
|
{
|
|
"name": "0 - SD",
|
|
"patch": {
|
|
"dllName": "arkmdxbio2.dll",
|
|
"data": "00",
|
|
"offset": 516633
|
|
}
|
|
},
|
|
{
|
|
"name": "1 - SD",
|
|
"patch": {
|
|
"dllName": "arkmdxbio2.dll",
|
|
"data": "01",
|
|
"offset": 516633
|
|
}
|
|
},
|
|
{
|
|
"name": "2 - HD (Default)",
|
|
"patch": {
|
|
"dllName": "arkmdxbio2.dll",
|
|
"data": "02",
|
|
"offset": 516633
|
|
}
|
|
},
|
|
{
|
|
"name": "3 - HD",
|
|
"patch": {
|
|
"dllName": "arkmdxbio2.dll",
|
|
"data": "03",
|
|
"offset": 516633
|
|
}
|
|
},
|
|
{
|
|
"name": "4 - HD (Gold)",
|
|
"patch": {
|
|
"dllName": "arkmdxbio2.dll",
|
|
"data": "04",
|
|
"offset": 516633
|
|
}
|
|
}
|
|
]
|
|
}
|
|
] |