mirror of
https://github.com/two-torial/sp2xpatcher.git
synced 2024-11-13 16:20:45 +01:00
sdvx6: add 1022
This commit is contained in:
parent
5390c3e8c5
commit
64429a70ac
@ -219,6 +219,7 @@ Patches for which we don't know the corresponding game version.
|
||||
| KFC | soundvoltex.dll | 2024-09-10 | [KFC-66d930b6_6b4728](patches/KFC-66d930b6_6b4728.json) |
|
||||
| KFC | soundvoltex.dll | 2024-09-24 | [KFC-66eba7df_6b62c8](patches/KFC-66eba7df_6b62c8.json) |
|
||||
| KFC | soundvoltex.dll | 2024-10-08 | [KFC-66fe7fc9_6cb3f8](patches/KFC-66fe7fc9_6cb3f8.json) |
|
||||
| KFC | soundvoltex.dll | 2024-10-22 | [KFC-67108c5c_6d2ec8](patches/KFC-67108c5c_6d2ec8.json) |
|
||||
</details>
|
||||
|
||||
## BeatStream
|
||||
|
490
patches/KFC-67108c5c_6d2ec8.json
Normal file
490
patches/KFC-67108c5c_6d2ec8.json
Normal file
@ -0,0 +1,490 @@
|
||||
[
|
||||
{
|
||||
"gameCode": "KFC",
|
||||
"version": "2024-10-22",
|
||||
"lastUpdated": "2024-10-22 18:09:23",
|
||||
"source": "https://sp2x.two-torial.xyz/"
|
||||
},
|
||||
{
|
||||
"type": "memory",
|
||||
"name": "Disable power change",
|
||||
"description": "Prevents the game from changing power settings. Typically not required with spice2x.",
|
||||
"gameCode": "KFC",
|
||||
"patches": [
|
||||
{
|
||||
"offset": 3236942,
|
||||
"dllName": "soundvoltex.dll",
|
||||
"dataDisabled": "75",
|
||||
"dataEnabled": "EB"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "memory",
|
||||
"name": "Disable monitor change",
|
||||
"description": "Prevents the game from changing monitor settings. Typically not required with spice2x.",
|
||||
"gameCode": "KFC",
|
||||
"patches": [
|
||||
{
|
||||
"offset": 3236942,
|
||||
"dllName": "soundvoltex.dll",
|
||||
"dataDisabled": "75",
|
||||
"dataEnabled": "EB"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "memory",
|
||||
"name": "Force BIO2 (KFC) IO in Valkyrie mode",
|
||||
"description": "",
|
||||
"gameCode": "KFC",
|
||||
"patches": [
|
||||
{
|
||||
"offset": 5491941,
|
||||
"dllName": "soundvoltex.dll",
|
||||
"dataDisabled": "8705",
|
||||
"dataEnabled": "A70C"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "union",
|
||||
"name": "Game FPS Target",
|
||||
"description": "Forces the game to run at a specific FPS target.",
|
||||
"gameCode": "KFC",
|
||||
"patches": [
|
||||
{
|
||||
"name": "60 FPS (Default)",
|
||||
"patch": {
|
||||
"dllName": "soundvoltex.dll",
|
||||
"data": "4E",
|
||||
"offset": 9159142
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "120 FPS",
|
||||
"patch": {
|
||||
"dllName": "soundvoltex.dll",
|
||||
"data": "5E",
|
||||
"offset": 9159142
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "union",
|
||||
"name": "Note FPS Target",
|
||||
"description": "Forces the game's notes to run at a specific FPS target.",
|
||||
"gameCode": "KFC",
|
||||
"patches": [
|
||||
{
|
||||
"name": "60 FPS (Default)",
|
||||
"patch": {
|
||||
"dllName": "soundvoltex.dll",
|
||||
"data": "660F6EF0F30FE6F6F20F5935C86A5A00",
|
||||
"offset": 3234504
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "120 FPS",
|
||||
"patch": {
|
||||
"dllName": "soundvoltex.dll",
|
||||
"data": "B878000000F20F2AF0F24890F2489090",
|
||||
"offset": 3234504
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "memory",
|
||||
"name": "Shared mode WASAPI",
|
||||
"description": "ONLY For Nemsys (F spec). Allows non-exclusive WASAPI audio. You may need to set your audio device to 48000Hz sample rate for this to work properly.",
|
||||
"gameCode": "KFC",
|
||||
"patches": [
|
||||
{
|
||||
"offset": 5728465,
|
||||
"dllName": "soundvoltex.dll",
|
||||
"dataDisabled": "04",
|
||||
"dataEnabled": "00"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "memory",
|
||||
"name": "Shared mode WASAPI Valkyrie",
|
||||
"description": "ONLY For Valkyrie (G spec). Allows non-exclusive WASAPI audio. You may need to set your audio device to 48000Hz sample rate for this to work properly.",
|
||||
"gameCode": "KFC",
|
||||
"patches": [
|
||||
{
|
||||
"offset": 5728856,
|
||||
"dllName": "soundvoltex.dll",
|
||||
"dataDisabled": "07",
|
||||
"dataEnabled": "00"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "memory",
|
||||
"name": "ASIO 2 Channels Mode",
|
||||
"description": "ONLY for ASIO audio users. Use 2 channels instead of 8. Useful for some audio cards.",
|
||||
"gameCode": "KFC",
|
||||
"patches": [
|
||||
{
|
||||
"offset": 5728666,
|
||||
"dllName": "soundvoltex.dll",
|
||||
"dataDisabled": "08",
|
||||
"dataEnabled": "05"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "memory",
|
||||
"name": "Hide all bottom text",
|
||||
"description": "Hides all text typically found in the bottom corners of the screen such as \"PASELI\" or \"FREE PLAY\"",
|
||||
"gameCode": "KFC",
|
||||
"patches": [
|
||||
{
|
||||
"offset": 8292352,
|
||||
"dllName": "soundvoltex.dll",
|
||||
"dataDisabled": "4652454520504C4159",
|
||||
"dataEnabled": "000000000000000000"
|
||||
},
|
||||
{
|
||||
"offset": 8292368,
|
||||
"dllName": "soundvoltex.dll",
|
||||
"dataDisabled": "4556454E54204D4F4445",
|
||||
"dataEnabled": "00000000000000000000"
|
||||
},
|
||||
{
|
||||
"offset": 8292384,
|
||||
"dllName": "soundvoltex.dll",
|
||||
"dataDisabled": "54454E4B4149434849204D4F4445",
|
||||
"dataEnabled": "0000000000000000000000000000"
|
||||
},
|
||||
{
|
||||
"offset": 8292760,
|
||||
"dllName": "soundvoltex.dll",
|
||||
"dataDisabled": "504153454C493A202573202B202573",
|
||||
"dataEnabled": "000000000000000000000000000000"
|
||||
},
|
||||
{
|
||||
"offset": 8292800,
|
||||
"dllName": "soundvoltex.dll",
|
||||
"dataDisabled": "4352454449543A202564202020434F494E3A202564202F202564",
|
||||
"dataEnabled": "0000000000000000000000000000000000000000000000000000"
|
||||
},
|
||||
{
|
||||
"offset": 8292832,
|
||||
"dllName": "soundvoltex.dll",
|
||||
"dataDisabled": "4352454449543A20256400",
|
||||
"dataEnabled": "0000000000000000000000"
|
||||
},
|
||||
{
|
||||
"offset": 8292696,
|
||||
"dllName": "soundvoltex.dll",
|
||||
"dataDisabled": "504153454C493A204E4F5420415641494C41424C45",
|
||||
"dataEnabled": "000000000000000000000000000000000000000000"
|
||||
},
|
||||
{
|
||||
"offset": 8292720,
|
||||
"dllName": "soundvoltex.dll",
|
||||
"dataDisabled": "504153454C493A204E4F204143434F554E54",
|
||||
"dataEnabled": "000000000000000000000000000000000000"
|
||||
},
|
||||
{
|
||||
"offset": 8292743,
|
||||
"dllName": "soundvoltex.dll",
|
||||
"dataDisabled": "00504153454C493A20257300",
|
||||
"dataEnabled": "000000000000000000000000"
|
||||
},
|
||||
{
|
||||
"offset": 8292776,
|
||||
"dllName": "soundvoltex.dll",
|
||||
"dataDisabled": "455854524120504153454C493A202573",
|
||||
"dataEnabled": "00000000000000000000000000000000"
|
||||
},
|
||||
{
|
||||
"offset": 8292687,
|
||||
"dllName": "soundvoltex.dll",
|
||||
"dataDisabled": "0025302A6400",
|
||||
"dataEnabled": "000000000000"
|
||||
},
|
||||
{
|
||||
"offset": 8292400,
|
||||
"dllName": "soundvoltex.dll",
|
||||
"dataDisabled": "8347815B83578393834F928682C582B728257381602989F08F9C82B782E982C982CD8365835883678381836A8385815B82C993FC82E8814183658393834C815B82F02030302C2030302C2030302C20362C20302082CC8F8782C5899F82B582C482AD82BE82B382A281420A8347815B83578393834F82F08DC48A4A82B782E98FEA8D8782CD8365835883678356815B839382C530302C2030302C2030302C20362C20312082CC8F8782C5899F82B582C482AD82BE82B382A28142",
|
||||
"dataEnabled": "000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "memory",
|
||||
"name": "Disable subscreen in Valkyrie mode",
|
||||
"description": "ONLY for Valkyrie (G spec). Forcefully disables the subscreen.",
|
||||
"gameCode": "KFC",
|
||||
"patches": [
|
||||
{
|
||||
"offset": 5190670,
|
||||
"dllName": "soundvoltex.dll",
|
||||
"dataDisabled": "83BDB800000002410F93C64488742451",
|
||||
"dataEnabled": "41B60044887424519090909090909090"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "memory",
|
||||
"name": "Timer freeze",
|
||||
"description": "Freezes all non-premium area timers.",
|
||||
"gameCode": "KFC",
|
||||
"patches": [
|
||||
{
|
||||
"offset": 1668901,
|
||||
"dllName": "soundvoltex.dll",
|
||||
"dataDisabled": "84",
|
||||
"dataEnabled": "85"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "memory",
|
||||
"name": "Premium timer freeze",
|
||||
"description": "Freezes premium area timers.",
|
||||
"gameCode": "KFC",
|
||||
"patches": [
|
||||
{
|
||||
"offset": 4378306,
|
||||
"dllName": "soundvoltex.dll",
|
||||
"dataDisabled": "0F85",
|
||||
"dataEnabled": "90E9"
|
||||
},
|
||||
{
|
||||
"offset": 4079319,
|
||||
"dllName": "soundvoltex.dll",
|
||||
"dataDisabled": "0F84",
|
||||
"dataEnabled": "90E9"
|
||||
},
|
||||
{
|
||||
"offset": 3033888,
|
||||
"dllName": "soundvoltex.dll",
|
||||
"dataDisabled": "75",
|
||||
"dataEnabled": "EB"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "union",
|
||||
"name": "Premium Time Length",
|
||||
"description": "",
|
||||
"gameCode": "KFC",
|
||||
"patches": [
|
||||
{
|
||||
"name": "00:00",
|
||||
"patch": {
|
||||
"dllName": "soundvoltex.dll",
|
||||
"data": "AAB9650000000000",
|
||||
"offset": 4216342
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "00:01",
|
||||
"patch": {
|
||||
"dllName": "soundvoltex.dll",
|
||||
"data": "00CA9A3B00000000",
|
||||
"offset": 4216342
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "04:20",
|
||||
"patch": {
|
||||
"dllName": "soundvoltex.dll",
|
||||
"data": "002835893C000000",
|
||||
"offset": 4216342
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "07:27",
|
||||
"patch": {
|
||||
"dllName": "soundvoltex.dll",
|
||||
"data": "00B6461368000000",
|
||||
"offset": 4216342
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "13:37",
|
||||
"patch": {
|
||||
"dllName": "soundvoltex.dll",
|
||||
"data": "00AAFE38BE000000",
|
||||
"offset": 4216342
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "57:30",
|
||||
"patch": {
|
||||
"dllName": "soundvoltex.dll",
|
||||
"data": "0044064423030000",
|
||||
"offset": 4216342
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "69:00",
|
||||
"patch": {
|
||||
"dllName": "soundvoltex.dll",
|
||||
"data": "00B83AEBC3030000",
|
||||
"offset": 4216342
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "10 Minutes (Default)",
|
||||
"patch": {
|
||||
"dllName": "soundvoltex.dll",
|
||||
"data": "0070C9B28B000000",
|
||||
"offset": 4216342
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "15 Minutes",
|
||||
"patch": {
|
||||
"dllName": "soundvoltex.dll",
|
||||
"data": "00282E8CD1000000",
|
||||
"offset": 4216342
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "20 Minutes",
|
||||
"patch": {
|
||||
"dllName": "soundvoltex.dll",
|
||||
"data": "00E0926517010000",
|
||||
"offset": 4216342
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "30 Minutes",
|
||||
"patch": {
|
||||
"dllName": "soundvoltex.dll",
|
||||
"data": "00505C18A3010000",
|
||||
"offset": 4216342
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "45 Minutes",
|
||||
"patch": {
|
||||
"dllName": "soundvoltex.dll",
|
||||
"data": "00788AA474020000",
|
||||
"offset": 4216342
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "60 Minutes",
|
||||
"patch": {
|
||||
"dllName": "soundvoltex.dll",
|
||||
"data": "00A0B83046030000",
|
||||
"offset": 4216342
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "90 Minutes",
|
||||
"patch": {
|
||||
"dllName": "soundvoltex.dll",
|
||||
"data": "00F01449E9040000",
|
||||
"offset": 4216342
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "memory",
|
||||
"name": "Valkyrie Mode 60Hz",
|
||||
"description": "",
|
||||
"gameCode": "KFC",
|
||||
"patches": [
|
||||
{
|
||||
"offset": 3237133,
|
||||
"dllName": "soundvoltex.dll",
|
||||
"dataDisabled": "74",
|
||||
"dataEnabled": "75"
|
||||
},
|
||||
{
|
||||
"offset": 5192267,
|
||||
"dllName": "soundvoltex.dll",
|
||||
"dataDisabled": "74",
|
||||
"dataEnabled": "75"
|
||||
},
|
||||
{
|
||||
"offset": 5194608,
|
||||
"dllName": "soundvoltex.dll",
|
||||
"dataDisabled": "74",
|
||||
"dataEnabled": "75"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "memory",
|
||||
"name": "Hide premium guide banner",
|
||||
"description": "blpass_ef (rainbow outline on health gauge) is shown instead of pt_sousa_usr.",
|
||||
"gameCode": "KFC",
|
||||
"patches": [
|
||||
{
|
||||
"offset": 3462907,
|
||||
"dllName": "soundvoltex.dll",
|
||||
"dataDisabled": "A9BF5000",
|
||||
"dataEnabled": "D9BF5000"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "union",
|
||||
"name": "Fake Region",
|
||||
"description": "",
|
||||
"gameCode": "KFC",
|
||||
"patches": [
|
||||
{
|
||||
"name": "None (Default)",
|
||||
"patch": {
|
||||
"dllName": "soundvoltex.dll",
|
||||
"data": "E88C762E0085C00F85FA000000",
|
||||
"offset": 2295647
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Japan (J)",
|
||||
"patch": {
|
||||
"dllName": "soundvoltex.dll",
|
||||
"data": "B80000000089056A127E009090",
|
||||
"offset": 2295647
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Korea (K)",
|
||||
"patch": {
|
||||
"dllName": "soundvoltex.dll",
|
||||
"data": "B80100000089056A127E009090",
|
||||
"offset": 2295647
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Asia (A)",
|
||||
"patch": {
|
||||
"dllName": "soundvoltex.dll",
|
||||
"data": "B80200000089056A127E009090",
|
||||
"offset": 2295647
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Indonesia (Y)",
|
||||
"patch": {
|
||||
"dllName": "soundvoltex.dll",
|
||||
"data": "B80300000089056A127E009090",
|
||||
"offset": 2295647
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "America (U)",
|
||||
"patch": {
|
||||
"dllName": "soundvoltex.dll",
|
||||
"data": "B80400000089056A127E009090",
|
||||
"offset": 2295647
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
Loading…
Reference in New Issue
Block a user