mirror of
https://github.com/two-torial/sp2xpatcher.git
synced 2024-11-11 23:37:09 +01:00
37 lines
1023 B
JSON
37 lines
1023 B
JSON
[
|
|
{
|
|
"gameCode": "KFC",
|
|
"version": "2014-10-22 (PhaseII)",
|
|
"lastUpdated": "2024-07-02 23:19:38",
|
|
"source": "https://sp2x.two-torial.xyz/"
|
|
},
|
|
{
|
|
"name": "Freeze timer in all modes",
|
|
"description": "",
|
|
"caution": "Not properly tested",
|
|
"gameCode": "KFC",
|
|
"type": "memory",
|
|
"patches": [
|
|
{
|
|
"offset": 229563,
|
|
"dllName": "soundvoltex.dll",
|
|
"dataDisabled": "8B436085C07404",
|
|
"dataEnabled": "90909090909090"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Prevent Windows volume change on boot",
|
|
"description": "If your volume gets forced to max, turn this on",
|
|
"gameCode": "KFC",
|
|
"type": "memory",
|
|
"patches": [
|
|
{
|
|
"offset": 959226,
|
|
"dllName": "soundvoltex.dll",
|
|
"dataDisabled": "E821030000",
|
|
"dataEnabled": "9090909090"
|
|
}
|
|
]
|
|
}
|
|
] |