mirror of
https://github.com/two-torial/sp2xpatcher.git
synced 2024-11-23 20:30:56 +01:00
Improve DRS patches
This commit is contained in:
parent
33d772627f
commit
e3be5b0921
@ -50,5 +50,101 @@
|
||||
"dataEnabled": "62"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Hide Bottom Text",
|
||||
"description": "Such as EVENT MODE, PASELI, COIN, CREDIT",
|
||||
"gameCode": "REC",
|
||||
"type": "memory",
|
||||
"patches": [
|
||||
{
|
||||
"offset": 7649075,
|
||||
"dllName": "superstep.dll",
|
||||
"dataDisabled": "0F84",
|
||||
"dataEnabled": "90E9"
|
||||
},
|
||||
{
|
||||
"offset": 7649723,
|
||||
"dllName": "superstep.dll",
|
||||
"dataDisabled": "744F",
|
||||
"dataEnabled": "9090"
|
||||
},
|
||||
{
|
||||
"offset": 7649728,
|
||||
"dllName": "superstep.dll",
|
||||
"dataDisabled": "0F84",
|
||||
"dataEnabled": "90E9"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Reroute 'All Factory Settings' Test Menu",
|
||||
"description": "AfpViewer keyboard controls are broken",
|
||||
"gameCode": "REC",
|
||||
"type": "union",
|
||||
"patches": [
|
||||
{
|
||||
"name": "Default",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "superstep.dll",
|
||||
"data": "70D8398001",
|
||||
"offset": 10666296
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "QCTestMenuScene",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "superstep.dll",
|
||||
"data": "30D9398001",
|
||||
"offset": 10666296
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "AfpViewerScene",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "superstep.dll",
|
||||
"data": "30AC398001",
|
||||
"offset": 10666296
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Reroute 'QCTestMenuScene' Test Menu",
|
||||
"description": "The patch above must be set to 'QCTestMenuScene'",
|
||||
"gameCode": "REC",
|
||||
"type": "union",
|
||||
"patches": [
|
||||
{
|
||||
"name": "Default",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "superstep.dll",
|
||||
"data": "EC933F00",
|
||||
"offset": 3788112
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "KoteraTestScene",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "superstep.dll",
|
||||
"data": "BCD53D00",
|
||||
"offset": 3788112
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "GamePrototypeSelectScene",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "superstep.dll",
|
||||
"data": "DCBB3C00",
|
||||
"offset": 3788112
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
@ -50,5 +50,101 @@
|
||||
"dataEnabled": "62"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Hide Bottom Text",
|
||||
"description": "Such as EVENT MODE, PASELI, COIN, CREDIT",
|
||||
"gameCode": "REC",
|
||||
"type": "memory",
|
||||
"patches": [
|
||||
{
|
||||
"offset": 7666803,
|
||||
"dllName": "superstep.dll",
|
||||
"dataDisabled": "0F84",
|
||||
"dataEnabled": "90E9"
|
||||
},
|
||||
{
|
||||
"offset": 7667451,
|
||||
"dllName": "superstep.dll",
|
||||
"dataDisabled": "744F",
|
||||
"dataEnabled": "9090"
|
||||
},
|
||||
{
|
||||
"offset": 7667456,
|
||||
"dllName": "superstep.dll",
|
||||
"dataDisabled": "0F84",
|
||||
"dataEnabled": "90E9"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Reroute 'All Factory Settings' Test Menu",
|
||||
"description": "AfpViewer keyboard controls are broken",
|
||||
"gameCode": "REC",
|
||||
"type": "union",
|
||||
"patches": [
|
||||
{
|
||||
"name": "Default",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "superstep.dll",
|
||||
"data": "10133A8001",
|
||||
"offset": 10695480
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "QCTestMenuScene",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "superstep.dll",
|
||||
"data": "D0133A8001",
|
||||
"offset": 10695480
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "AfpViewerScene",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "superstep.dll",
|
||||
"data": "70E6398001",
|
||||
"offset": 10695480
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Reroute 'QCTestMenuScene' Test Menu",
|
||||
"description": "The patch above must be set to 'QCTestMenuScene'",
|
||||
"gameCode": "REC",
|
||||
"type": "union",
|
||||
"patches": [
|
||||
{
|
||||
"name": "Default",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "superstep.dll",
|
||||
"data": "1CA83F00",
|
||||
"offset": 3803120
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "KoteraTestScene",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "superstep.dll",
|
||||
"data": "0DE93D00",
|
||||
"offset": 3803120
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "GamePrototypeSelectScene",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "superstep.dll",
|
||||
"data": "ADCE3C00",
|
||||
"offset": 3803120
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
Loading…
Reference in New Issue
Block a user