mirror of
https://github.com/two-torial/sp2xpatcher.git
synced 2024-11-13 16:20:45 +01:00
61 lines
1.7 KiB
JSON
61 lines
1.7 KiB
JSON
[
|
|
{
|
|
"gameCode": "MDX",
|
|
"version": "2024-04-02 (003)",
|
|
"lastUpdated": "2024-07-02 23:19:38",
|
|
"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",
|
|
"type": "union",
|
|
"patch": {
|
|
"dllName": "arkmdxbio2.dll",
|
|
"data": "00",
|
|
"offset": 516633
|
|
}
|
|
},
|
|
{
|
|
"name": "1 - SD",
|
|
"type": "union",
|
|
"patch": {
|
|
"dllName": "arkmdxbio2.dll",
|
|
"data": "01",
|
|
"offset": 516633
|
|
}
|
|
},
|
|
{
|
|
"name": "2 - HD (Default)",
|
|
"type": "union",
|
|
"patch": {
|
|
"dllName": "arkmdxbio2.dll",
|
|
"data": "02",
|
|
"offset": 516633
|
|
}
|
|
},
|
|
{
|
|
"name": "3 - HD",
|
|
"type": "union",
|
|
"patch": {
|
|
"dllName": "arkmdxbio2.dll",
|
|
"data": "03",
|
|
"offset": 516633
|
|
}
|
|
},
|
|
{
|
|
"name": "4 - HD (Gold)",
|
|
"type": "union",
|
|
"patch": {
|
|
"dllName": "arkmdxbio2.dll",
|
|
"data": "04",
|
|
"offset": 516633
|
|
}
|
|
}
|
|
]
|
|
}
|
|
] |