two-torial-sp2xpatcher/patches/KFC-543e7ccd_10e693.json
2024-06-30 22:44:29 +02:00

31 lines
845 B
JSON

[
{
"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"
}
]
}
]