chore: initial commit

This commit is contained in:
asterisk727
2025-12-29 19:52:37 +09:00
commit b71d9ea73c
273 changed files with 117466 additions and 0 deletions
+42
View File
@@ -0,0 +1,42 @@
# Contributing
*We welcome your contributions to enhance this patcher.*
## How to Contribute
1. **Fork the Repository**
If you haven't already, fork the repository to your GitHub account.
2. **Make Your Changes**
Add, modify, stage, and commit your changes locally. **Do not push/sync yet.**
3. **Run Checks**
Execute the `checks.py` script by running: `python checks.py`
If the script makes any changes, commit those changes.
4. **Push Your Changes**
Push/sync your changes to your forked repository.
5. **Submit a Pull Request**
Submit a pull request to the main repository. We will review it promptly, address any issues, and merge it.
Once your pull request is merged, the patches will be available within minutes at `https://sp2x.two-torial.xyz/`.
### Important Note
When adding a new game version, ensure it is included in the [List of Supported Games](SUPPORTED.md) using the existing format.
**Your PR will not be merged until this is done.**
## JSON Naming
**Each Spice2x patch must have a separate JSON file for each game version.**
The file must be [named according to specific guidelines](https://github.com/spice2x/spice2x.github.io/wiki/patches.json-specification#pe-identifier) to be recognized by the [Spice2x 'Import from URL'](https://github.com/spice2x/spice2x.github.io/wiki/Patching-DLLs-(hex-edits)#importing-patches-from-a-url) feature.
A Python script, [peinfo.py](https://github.com/akitakedits/peinfo), is available to help you determine the correct name for your game's DLL file.
## Creating Spice2x Patches
**To support a new game version, you need to create its Spice2x patches from scratch.**
Hexadecimal signature matching can help in porting patches between different game versions.
This method is not foolproof and patches could break if the game changes too much, but it's still highly effective for MOST patches.
**You can use the Python script [find_sp2x_patches.py](https://github.com/akitakedits/find_sp2x_patches) to facilitate this process.**
+21
View File
@@ -0,0 +1,21 @@
MIT License
Copyright (c) 2024-202X two-torial Team & contributors
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
+3
View File
@@ -0,0 +1,3 @@
# [TWO-TORIAL](https://two-torial.xyz)'s Spice2x Patcher
### URL: `https://sp2x.two-torial.xyz/`
+813
View File
@@ -0,0 +1,813 @@
# Supported Games
*Click on a game to reveal its available versions.*
<details><summary><b>Unidentified</b></summary>
Patches for which we don't know the corresponding game version.
| Game Series | Identifier |
|-------------|------------|
| JuBeat | [L44-65fced28_b61e](patches/L44-65fced28_b61e.json) |
</details>
## beatmania IIDX (2dx)
<details><summary>beatmania IIDX 18 Resort Anthem</summary>
| Codename | Filename | Version | Identifier |
|----------|----------|---------|------------|
| JDZ | bm2dx.dll | 2011-07-12 | [JDZ-4e110e2b_ba839](patches/JDZ-4e110e2b_ba839.json) |
</details>
<details><summary>beatmania IIDX 19 Lincle</summary>
| Codename | Filename | Version | Identifier |
|----------|----------|---------|------------|
| KDZ | bm2dx.dll | 2012-09-03 | [KDZ-503f32fb_b6262](patches/KDZ-503f32fb_b6262.json) |
</details>
<details><summary>beatmania IIDX 20 tricoro</summary>
| Codename | Filename | Version | Identifier |
|----------|----------|---------|------------|
| LDJ | bm2dx.dll | 2012-09-19 | [LDJ-5052a3ea_c4112](patches/LDJ-5052a3ea_c4112.json) |
| LDJ | bm2dx.dll | 2013-09-09 | [LDJ-521ffeca_d8d73](patches/LDJ-521ffeca_d8d73.json) |
</details>
<details><summary>beatmania IIDX 21 SPADA</summary>
| Codename | Filename | Version | Identifier |
|----------|----------|---------|------------|
| LDJ | bm2dx.dll | 2013-10-02 | [LDJ-525394a7_d19f3](patches/LDJ-525394a7_d19f3.json) |
| LDJ | bm2dx.dll | 2014-07-16 | [LDJ-53bd1ab4_e7173](patches/LDJ-53bd1ab4_e7173.json) |
</details>
<details><summary>beatmania IIDX 22 PENDUAL</summary>
| Codename | Filename | Version | Identifier |
|----------|----------|---------|------------|
| LDJ | bm2dx.dll | 2014-09-17 | [LDJ-53ec605b_ccf53](patches/LDJ-53ec605b_ccf53.json) |
| LDJ | bm2dx.dll | 2015-08-05 | [LDJ-55b9eab9_f2d73](patches/LDJ-55b9eab9_f2d73.json) |
</details>
<details><summary>beatmania IIDX 23 copula</summary>
| Codename | Filename | Version | Identifier |
|----------|----------|---------|------------|
| LDJ | bm2dx.dll | 2016-08-31 | [LDJ-57ba48d8_e5d81](patches/LDJ-57ba48d8_e5d81.json) |
</details>
<details><summary>beatmania IIDX 24 SINOBUZ</summary>
| Codename | Filename | Version | Identifier |
|----------|----------|---------|------------|
| LDJ | bm2dx.dll | 2017-08-28 | [LDJ-599b7176_f4fb1](patches/LDJ-599b7176_f4fb1.json) |
</details>
<details><summary>beatmania IIDX 25 CANNON BALLERS</summary>
| Codename | Filename | Version | Identifier |
|----------|----------|---------|------------|
| LDJ | bm2dx.dll | 2018-09-19 | [LDJ-5b985f71_183324](patches/LDJ-5b985f71_183324.json) |
</details>
<details><summary>beatmania IIDX 26 Rootage</summary>
| Codename | Filename | Version | Identifier |
|----------|----------|---------|------------|
| LDJ | bm2dx.dll | 2019-09-02 | [LDJ-5d651fc5_415844](patches/LDJ-5d651fc5_415844.json) |
| LDJ | bm2dx.dll | 2019-10-07 | [LDJ-5d91850e_4158c4](patches/LDJ-5d91850e_4158c4.json) |
</details>
<details><summary>beatmania IIDX 27 HEROIC VERSE</summary>
| Codename | Filename | Version | Identifier |
|----------|----------|---------|------------|
| LDJ-003 | bm2dx.dll | 2020-09-29 | [LDJ-5f713b52_6d4090](patches/LDJ-5f713b52_6d4090.json) |
| LDJ-010 | bm2dx.dll | 2020-09-29 | [LDJ-5f713946_7f52b0](patches/LDJ-5f713946_7f52b0.json) |
</details>
<details><summary>beatmania IIDX 28 BISTROVER</summary>
| Codename | Filename | Version | Identifier |
|----------|----------|---------|------------|
| LDJ | bm2dx.dll | 2021-04-26 | [LDJ-6080c473_8338b0](patches/LDJ-6080c473_8338b0.json) |
| LDJ | bm2dx.dll | 2021-08-30 | [LDJ-612729e9_91a910](patches/LDJ-612729e9_91a910.json) |
| LDJ-003 | bm2dx.dll | 2021-09-15 | [LDJ-613aa4d4_91aa00](patches/LDJ-613aa4d4_91aa00.json) |
| LDJ-010 | bm2dx.dll | 2021-09-15 | [LDJ-613aa28a_9e58d0](patches/LDJ-613aa28a_9e58d0.json) |
</details>
<details><summary>beatmania IIDX 29 CastHour</summary>
| Codename | Filename | Version | Identifier |
|----------|----------|---------|------------|
| LDJ | bm2dx.dll | 2021-10-13 rev.1 | [LDJ-6166642e_73d61c](patches/LDJ-6166642e_73d61c.json) |
| LDJ | bm2dx.dll | 2021-10-13 | [LDJ-615f8b4f_73d62c](patches/LDJ-615f8b4f_73d62c.json) |
| LDJ | bm2dx.dll | 2021-11-17 | [LDJ-618db775_73f33c](patches/LDJ-618db775_73f33c.json) |
| LDJ | bm2dx.dll | 2022-03-01 | [LDJ-6214444e_6460bc](patches/LDJ-6214444e_6460bc.json) |
| LDJ | bm2dx.dll | 2022-04-12 | [LDJ-624cde85_648a3c](patches/LDJ-624cde85_648a3c.json) |
| LDJ | bm2dx.dll | 2022-05-09 | [LDJ-6268e9b4_64f34c](patches/LDJ-6268e9b4_64f34c.json) |
| LDJ | bm2dx.dll | 2022-06-20 | [LDJ-62a2ca92_66281c](patches/LDJ-62a2ca92_66281c.json) |
| LDJ | bm2dx.dll | 2022-07-13 | [LDJ-62c69413_66431c](patches/LDJ-62c69413_66431c.json) |
| LDJ-003 | bm2dx.dll | 2022-08-24 | [LDJ-63040c54_6679ac](patches/LDJ-63040c54_6679ac.json) |
| LDJ-010 | bm2dx.dll | 2022-08-24 | [LDJ-63040b80_73273c](patches/LDJ-63040b80_73273c.json) |
</details>
<details><summary>beatmania IIDX 30 RESIDENT</summary>
| Codename | Filename | Version | Identifier |
|----------|----------|---------|------------|
| LDJ-003 | bm2dx.dll | 2023-09-05 | [LDJ-64ef0ff5_1037754](patches/LDJ-64ef0ff5_1037754.json) |
| LDJ-010 | bm2dx.dll | 2023-09-05 | [LDJ-64ef0ec9_844b10](patches/LDJ-64ef0ec9_844b10.json) |
| LDJ-012 | bm2dx.dll | 2023-09-05 | [LDJ-64ef1153_777dc0](patches/LDJ-64ef1153_777dc0.json) |
</details>
<details><summary>beatmania IIDX 31 EPOLIS</summary>
| Codename | Filename | Version | Identifier |
|----------|----------|---------|------------|
| LDJ-010 | bm2dx.dll | 2023-10-18 | [LDJ-65290944_9f2370](patches/LDJ-65290944_9f2370.json) |
| LDJ-012 | bm2dx.dll | 2023-10-18 | [LDJ-65290d78_9254f0](patches/LDJ-65290d78_9254f0.json) |
| LDJ-012 | bm2dx.dll | 2023-10-30 | [LDJ-6539b8d4_92bfd0](patches/LDJ-6539b8d4_92bfd0.json) |
| LDJ-012 | bm2dx.dll | 2023-11-20 | [LDJ-65559d21_92e270](patches/LDJ-65559d21_92e270.json) |
| LDJ-010 | bm2dx.dll | 2023-12-06 | [LDJ-656d3226_a145e0](patches/LDJ-656d3226_a145e0.json) |
| LDJ-012 | bm2dx.dll | 2023-12-06 | [LDJ-656d366b_947760](patches/LDJ-656d366b_947760.json) |
| LDJ-012 | bm2dx.dll | 2023-12-18 | [LDJ-657a9ecd_955d20](patches/LDJ-657a9ecd_955d20.json) |
| LDJ-010 | bm2dx.dll | 2024-01-16 | [LDJ-65a0a4c8_a0aa8c](patches/LDJ-65a0a4c8_a0aa8c.json) |
| LDJ-012 | bm2dx.dll | 2024-01-16 | [LDJ-65a0a911_93dc0c](patches/LDJ-65a0a911_93dc0c.json) |
| LDJ-010 | bm2dx.dll | 2024-02-13 | [LDJ-65c2f0f7_a1269c](patches/LDJ-65c2f0f7_a1269c.json) |
| LDJ-012 | bm2dx.dll | 2024-02-13 | [LDJ-65c2f56c_94581c](patches/LDJ-65c2f56c_94581c.json) |
| LDJ-010 | bm2dx.dll | 2024-03-05 | [LDJ-65de7c44_a1b83c](patches/LDJ-65de7c44_a1b83c.json) |
| LDJ-012 | bm2dx.dll | 2024-03-05 | [LDJ-65de809d_94e9bc](patches/LDJ-65de809d_94e9bc.json) |
| LDJ-010 | bm2dx.dll | 2024-03-25 | [LDJ-65fbdb9b_a29c4c](patches/LDJ-65fbdb9b_a29c4c.json) |
| LDJ-010 | bm2dx.dll | 2024-04-15 | [LDJ-661754b4_a29d6c](patches/LDJ-661754b4_a29d6c.json) |
| LDJ-012 | bm2dx.dll | 2024-04-15 | [LDJ-661758fa_95ceec](patches/LDJ-661758fa_95ceec.json) |
| LDJ-010 | bm2dx.dll | 2024-05-07 | [LDJ-662a05c7_a5bf9c](patches/LDJ-662a05c7_a5bf9c.json) |
| LDJ-012 | bm2dx.dll | 2024-05-07 | [LDJ-662a0a1f_98f11c](patches/LDJ-662a0a1f_98f11c.json) |
| LDJ-010 | bm2dx.dll | 2024-06-04 | [LDJ-6657c7bb_a706cc](patches/LDJ-6657c7bb_a706cc.json) |
| LDJ-012 | bm2dx.dll | 2024-06-05 | [LDJ-665e9f8f_9a384c](patches/LDJ-665e9f8f_9a384c.json) |
| LDJ-012 | bm2dx.dll | 2024-07-02 | [LDJ-667bbdca_9a798c](patches/LDJ-667bbdca_9a798c.json) |
| LDJ-012 | bm2dx.dll | 2024-07-30 | [LDJ-66a0e715_9a7a4c](patches/LDJ-66a0e715_9a7a4c.json) |
| LDJ-010 | bm2dx.dll | 2024-08-26 | [LDJ-66c58b32_a800bc](patches/LDJ-66c58b32_a800bc.json) |
| LDJ-012 | bm2dx.dll | 2024-08-26 | [LDJ-66c58ff1_9b323c](patches/LDJ-66c58ff1_9b323c.json) |
</details>
<details><summary>beatmania IIDX 32 PINKY CRUSH</summary>
| Codename | Filename | Version | Identifier |
|----------|----------|---------|------------|
| LDJ-010 | bm2dx.dll | 2024-10-09 | [LDJ-66ff4ffa_b3273c](patches/LDJ-66ff4ffa_b3273c.json) |
| LDJ-012 | bm2dx.dll | 2024-10-09 | [LDJ-66ff5733_a6589c](patches/LDJ-66ff5733_a6589c.json) |
| LDJ-012 | bm2dx.dll | 2024-10-22 | [LDJ-670f7e4f_96009c](patches/LDJ-670f7e4f_96009c.json) |
| LDJ-012 | bm2dx.dll | 2024-10-29 | [LDJ-671f22e4_96113c](patches/LDJ-671f22e4_96113c.json) |
| LDJ-012 | bm2dx.dll | 2024-10-30 | [LDJ-6720a2db_9601ac](patches/LDJ-6720a2db_9601ac.json) |
| LDJ-010 | bm2dx.dll | 2024-11-05 | [LDJ-6721b450_a2e07c](patches/LDJ-6721b450_a2e07c.json) |
| LDJ-012 | bm2dx.dll | 2024-11-05 | [LDJ-6721b8e9_9611dc](patches/LDJ-6721b8e9_9611dc.json) |
| LDJ-010 | bm2dx.dll | 2024-11-26 | [LDJ-6740296c_a7fdbc](patches/LDJ-6740296c_a7fdbc.json) |
| LDJ-010 | bm2dx.dll | 2024-12-10 | [LDJ-67510579_a9170c](patches/LDJ-67510579_a9170c.json) |
| LDJ-012 | bm2dx.dll | 2024-12-10 | [LDJ-675109fd_9c486c](patches/LDJ-675109fd_9c486c.json) |
| LDJ-010 | bm2dx.dll | 2025-01-14 | [LDJ-677dd783_a954cc](patches/LDJ-677dd783_a954cc.json) |
| LDJ-010 | bm2dx.dll | 2025-04-15 | [LDJ-67f71180_aade1c](patches/LDJ-67f71180_aade1c.json) |
| LDJ-012 | bm2dx.dll | 2025-04-15 | [LDJ-67f714e0_9e0f7c](patches/LDJ-67f714e0_9e0f7c.json) |
| LDJ-010 | bm2dx.dll | 2025-05-13 | [LDJ-681c1d04_af238c](patches/LDJ-681c1d04_af238c.json) |
| LDJ-010 | bm2dx.dll | 2025-06-02 | [LDJ-68357507_af76dc](patches/LDJ-68357507_af76dc.json) |
| LDJ-010 | bm2dx.dll | 2025-07-01 | [LDJ-685cb3cc_b04e5c](patches/LDJ-685cb3cc_b04e5c.json) |
| LDJ-010 | bm2dx.dll | 2025-07-29 | [LDJ-6881ecbc_b107dc](patches/LDJ-6881ecbc_b107dc.json) |
| LDJ-010 | bm2dx.dll | 2025-08-25 | [LDJ-68a2bd1c_b1c7bc](patches/LDJ-68a2bd1c_b1c7bc.json) |
</details>
<details><summary>beatmania IIDX 33 Sparkle Shower</summary>
| Codename | Filename | Version | Identifier |
|----------|----------|---------|------------|
| LDJ-010 | bm2dx.dll | 2025-09-17 | [LDJ-68c117b0_aeecec](patches/LDJ-68c117b0_aeecec.json) |
| LDJ-010 | bm2dx.dll | 2025-10-07 | [LDJ-68e31540_af22ac](patches/LDJ-68e31540_af22ac.json) |
| LDJ-012 | bm2dx.dll | 2025-10-07 | [LDJ-68e31899_a2533c](patches/LDJ-68e31899_a2533c.json) |
| LDJ-010 | bm2dx.dll | 2025-11-11 | [LDJ-690d9a2b_aa5b3c](patches/LDJ-690d9a2b_aa5b3c.json) |
| LDJ-012 | bm2dx.dll | 2025-11-11 | [LDJ-690d9d6f_9d8bcc](patches/LDJ-690d9d6f_9d8bcc.json) |
| LDJ-010 | bm2dx.dll | 2025-11-19 | [LDJ-691bce44_aa80fc](patches/LDJ-691bce44_aa80fc.json) |
| LDJ-012 | bm2dx.dll | 2025-11-19 | [LDJ-691bd1a0_9db18c](patches/LDJ-691bd1a0_9db18c.json) |
| LDJ-010 | bm2dx.dll | 2025-12-09 | [LDJ-6930d59c_abe04c](patches/LDJ-6930d59c_abe04c.json) |
| LDJ-012 | bm2dx.dll | 2025-12-09 | [LDJ-6930d8e9_9f10dc](patches/LDJ-6930d8e9_9f10dc.json) |
</details>
## Sound Voltex (SDVX)
<details><summary>SOUND VOLTEX II -infinite infection-</summary>
| Codename | Filename | Version | Identifier |
|----------|----------|---------|------------|
| KFC | soundvoltex.dll | 2014-10-22 (PhaseII) | [KFC-543e7ccd_10e693](patches/KFC-543e7ccd_10e693.json) |
</details>
<details><summary>SOUND VOLTEX III GRAVITY WARS</summary>
| Codename | Filename | Version | Identifier |
|----------|----------|---------|------------|
| KFC | soundvoltex.dll | 2015-11-16 (Season 1) | [KFC-56497884_20131c](patches/KFC-56497884_20131c.json) |
| KFC | soundvoltex.dll | 2016-12-12 (Season 2) | [KFC-58365cd4_21e91c](patches/KFC-58365cd4_21e91c.json) |
</details>
<details><summary>SOUND VOLTEX IV HEAVENLY HAVEN</summary>
| Codename | Filename | Version | Identifier |
|----------|----------|---------|------------|
| KFC | soundvoltex.dll | 2018-01-16 | [KFC-5a55ed92_26d3cb](patches/KFC-5a55ed92_26d3cb.json) |
| KFC | soundvoltex.dll | 2019-02-06 | [KFC-5c541c96_27bc7b](patches/KFC-5c541c96_27bc7b.json) |
</details>
<details><summary>SOUND VOLTEX V VIVID WAVE</summary>
| Codename | Filename | Version | Identifier |
|----------|----------|---------|------------|
| KFC | soundvoltex.dll | 2019-10-31 (CN) | [KFC-5dbaae15_36ea80](patches/KFC-5dbaae15_36ea80.json) |
| KFC | soundvoltex.dll | 2020-01-15 | [KFC-5e18527b_31c780](patches/KFC-5e18527b_31c780.json) |
| KFC | soundvoltex.dll | 2020-12-22 | [KFC-5fdadbea_330980](patches/KFC-5fdadbea_330980.json) |
</details>
<details><summary>SOUND VOLTEX VI EXCEED GEAR</summary>
| Codename | Filename | Version | Identifier |
|----------|----------|---------|------------|
| KFC | soundvoltex.dll | 2021-12-14 | [KFC-61b19602_57ac68](patches/KFC-61b19602_57ac68.json) |
| KFC | soundvoltex.dll | 2022-08-30 | [KFC-6305e129_5f3de8](patches/KFC-6305e129_5f3de8.json) |
| KFC | soundvoltex.dll | 2024-01-16 | [KFC-659f91b3_696318](patches/KFC-659f91b3_696318.json) |
| KFC | soundvoltex.dll | 2024-01-30 | [KFC-65b1fc65_69c278](patches/KFC-65b1fc65_69c278.json) |
| KFC | soundvoltex.dll | 2024-02-06 | [KFC-65bb66cb_69cfb8](patches/KFC-65bb66cb_69cfb8.json) |
| KFC | soundvoltex.dll | 2024-02-20 | [KFC-65cda95b_6a5748](patches/KFC-65cda95b_6a5748.json) |
| KFC | soundvoltex.dll | 2024-03-18 | [KFC-65f174e7_6ae218](patches/KFC-65f174e7_6ae218.json) |
| KFC | soundvoltex.dll | 2024-04-02 | [KFC-66039c56_6be478](patches/KFC-66039c56_6be478.json) |
| KFC | soundvoltex.dll | 2024-04-30 | [KFC-6629f133_6bcea8](patches/KFC-6629f133_6bcea8.json) |
| KFC | soundvoltex.dll | 2024-05-21 | [KFC-6643ed55_663968](patches/KFC-6643ed55_663968.json) |
| KFC | soundvoltex.dll | 2024-06-04 | [KFC-6656ee0c_664a78](patches/KFC-6656ee0c_664a78.json) |
| KFC | soundvoltex.dll | 2024-06-25 | [KFC-667290d9_665948](patches/KFC-667290d9_665948.json) |
| KFC | soundvoltex.dll | 2024-07-09 | [KFC-668651b8_6a3558](patches/KFC-668651b8_6a3558.json) |
| KFC | soundvoltex.dll | 2024-07-11 | [KFC-668e2cc6_6a3b08](patches/KFC-668e2cc6_6a3b08.json) |
| KFC | soundvoltex.dll | 2024-07-23 | [KFC-66976a90_6a47e8](patches/KFC-66976a90_6a47e8.json) |
| KFC | soundvoltex.dll | 2024-08-05 | [KFC-66aadd35_6ab568](patches/KFC-66aadd35_6ab568.json) |
| KFC | soundvoltex.dll | 2024-08-27 | [KFC-66c6abdf_6ae2f8](patches/KFC-66c6abdf_6ae2f8.json) |
| 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) |
| KFC | soundvoltex.dll | 2024-11-05 | [KFC-6722d1a6_6db608](patches/KFC-6722d1a6_6db608.json) |
| KFC | soundvoltex.dll | 2024-11-19 | [KFC-673569b7_6de818](patches/KFC-673569b7_6de818.json) |
| KFC | soundvoltex.dll | 2024-12-03 | [KFC-6746b747_6df018](patches/KFC-6746b747_6df018.json) |
| KFC | soundvoltex.dll | 2024-12-10 | [KFC-6751a716_6ead28](patches/KFC-6751a716_6ead28.json) |
| KFC | soundvoltex.dll | 2024-12-23 | [KFC-676384d3_6eb788](patches/KFC-676384d3_6eb788.json) |
| KFC | soundvoltex.dll | 2025-01-14 | [KFC-677e184d_6eb748](patches/KFC-677e184d_6eb748.json) |
| KFC | soundvoltex.dll | 2025-01-21 | [KFC-678867b3_6ef038](patches/KFC-678867b3_6ef038.json) |
| KFC | soundvoltex.dll | 2025-02-04 | [KFC-6799eef8_6f45e8](patches/KFC-6799eef8_6f45e8.json) |
| KFC | soundvoltex.dll | 2025-02-12 | [KFC-67a42ca6_6f5ef8](patches/KFC-67a42ca6_6f5ef8.json) |
| KFC | soundvoltex.dll | 2025-02-18 | [KFC-67ad9b5e_6f72a8](patches/KFC-67ad9b5e_6f72a8.json) |
| KFC | soundvoltex.dll | 2025-02-25 | [KFC-67b5ceb2_6f90f8](patches/KFC-67b5ceb2_6f90f8.json) |
| KFC | soundvoltex.dll | 2025-03-17 | [KFC-67d1655b_6fc758](patches/KFC-67d1655b_6fc758.json) |
| KFC | soundvoltex.dll | 2025-03-24 | [KFC-67da4cbc_7036e8](patches/KFC-67da4cbc_7036e8.json) |
| KFC | soundvoltex.dll | 2025-04-22 | [KFC-6801d25c_71f6f8](patches/KFC-6801d25c_71f6f8.json) |
| KFC | soundvoltex.dll | 2025-05-27 | [KFC-682d7b94_720788](patches/KFC-682d7b94_720788.json) |
| KFC | soundvoltex.dll | 2025-06-24 | [KFC-6854de88_726ee8](patches/KFC-6854de88_726ee8.json) |
| KFC | soundvoltex.dll | 2025-10-07 | [KFC-68ddcede_74af68](patches/KFC-68ddcede_74af68.json) |
| KFC | soundvoltex.dll | 2025-10-21 | [KFC-68ef9455_74afb8](patches/KFC-68ef9455_74afb8.json) |
| KFC | soundvoltex.dll | 2025-11-11 | [KFC-690beb05_74b0a8](patches/KFC-690beb05_74b0a8.json) |
| KFC | soundvoltex.dll | 2025-11-25 | [KFC-691ea095_74d268](patches/KFC-691ea095_74d268.json) |
| KFC | soundvoltex.dll | 2025-12-09 | [KFC-69318a20_74de58](patches/KFC-69318a20_74de58.json) |
</details>
<details><summary>SOUND VOLTEX VII NABLA</summary>
| Codename | Filename | Version | Identifier |
|----------|----------|---------|------------|
| KFC | soundvoltex.dll | 2025-12-24 | [KFC-694a2601_743f28](patches/KFC-694a2601_743f28.json) |
| KFC | soundvoltex.dll | 2025-12-26 | [KFC-694cd6fa_743f38](patches/KFC-694cd6fa_743f38.json) |
</details>
## BeatStream
<details><summary>BeatStream</summary>
| Codename | Filename | Version | Identifier |
|----------|----------|---------|------------|
| NBT | beatstream.dll | 2015-12-01 | [NBT-564da07a_43514](patches/NBT-564da07a_43514.json) |
</details>
<details><summary>BeatStream アニムトライヴ (AnimTribe)</summary>
| Codename | Filename | Version | Identifier |
|----------|----------|---------|------------|
| NBT | beatstream.dll | 2016-11-14 | [NBT-57aaa1e0_471e4](patches/NBT-57aaa1e0_471e4.json) |
</details>
## Dance Dance Revolution (DDR)
<details><summary>Dance Dance Revolution X2</summary>
| Codename | Filename | Version | Identifier |
|----------|----------|---------|------------|
| JDX | ddr.dll | 2010-11-10 | [JDX-4cd93f47_18932a](patches/JDX-4cd93f47_18932a.json) |
| JDX | ddr.exe | 2010-12-07 (US) | [JDX-4cfe04e1_16b582](patches/JDX-4cfe04e1_16b582.json) |
</details>
<details><summary>Dance Dance Revolution X3</summary>
| Codename | Filename | Version | Identifier |
|----------|----------|---------|------------|
| KDX | ddr.dll | 2012-11-26 | [KDX-50b1ea68_1a04ed](patches/KDX-50b1ea68_1a04ed.json) |
</details>
<details><summary>Dance Dance Revolution 2013</summary>
| Codename | Filename | Version | Identifier |
|----------|----------|---------|------------|
| MDX | mdxja_945.dll | 2014-03-27 | [MDX-5333e3e1_186bff](patches/MDX-5333e3e1_186bff.json) |
</details>
<details><summary>Dance Dance Revolution 2014</summary>
| Codename | Filename | Version | Identifier |
|----------|----------|---------|------------|
| MDX | mdxja_945.dll | 2015-12-21 | [MDX-567775b2_1c879d](patches/MDX-567775b2_1c879d.json) |
</details>
<details><summary>Dance Dance Revolution A</summary>
| Codename | Filename | Version | Identifier |
|----------|----------|---------|------------|
| MDX | gamemdx.dll | 2018-04-23 | [MDX-5ad5bc40_105751](patches/MDX-5ad5bc40_105751.json) |
| MDX | gamemdx.dll | 2018-10-22 | [MDX-5bc68795_10d509](patches/MDX-5bc68795_10d509.json) |
| MDX | gamemdx.dll | 2019-04-22 | [MDX-5cb6a13d_119399](patches/MDX-5cb6a13d_119399.json) |
</details>
<details><summary>Dance Dance Revolution A20</summary>
| Codename | Filename | Version | Identifier |
|----------|----------|---------|------------|
| MDX | gamemdx.dll | 2020-02-03 | [MDX-5e2e8e40_122d59](patches/MDX-5e2e8e40_122d59.json) |
</details>
<details><summary>Dance Dance Revolution A20 Plus</summary>
| Codename | Filename | Version | Identifier |
|----------|----------|---------|------------|
| MDX | arkmdxp3.dll | 2021-08-04 | [MDX-61e67b71_72cdf](patches/MDX-61e67b71_72cdf.json) |
| MDX-001 | gamemdx.dll | 2022-02-02 | [MDX-61f89ff9_12b079](patches/MDX-61f89ff9_12b079.json) |
</details>
<details><summary>Dance Dance Revolution A3</summary>
| Codename | Filename | Version | Identifier |
|----------|----------|---------|------------|
| MDX-001 | gamemdx.dll | 2024-04-02 | [MDX-660511b3_165389](patches/MDX-660511b3_165389.json) |
| MDX-003 | gamemdx.dll | 2024-04-02 | [MDX-66050e15_1c0a74](patches/MDX-66050e15_1c0a74.json) |
| MDX-001 | arkmdxp3.dll | 2024-04-02 | [MDX-65d547e4_74f1b](patches/MDX-65d547e4_74f1b.json) |
| MDX-003 | arkmdxbio2.dll | 2024-04-02 | [MDX-65d547f3_8fd24](patches/MDX-65d547f3_8fd24.json) |
</details>
<details><summary>Dance Dance Revolution World</summary>
| Codename | Filename | Version | Identifier |
|----------|----------|---------|------------|
| MDX-003 | gamemdx.dll | 2024-06-13 | [MDX-66692e1b_1926a9](patches/MDX-66692e1b_1926a9.json) |
| MDX-001 | gamemdx.dll | 2024-07-02 | [MDX-667c9d10_197659](patches/MDX-667c9d10_197659.json) |
| MDX-001 | gamemdx.dll | 2024-08-06 | [MDX-66a9f6db_1b2369](patches/MDX-66a9f6db_1b2369.json) |
| MDX-001 | gamemdx.dll | 2024-09-10 | [MDX-66d95989_1bc399](patches/MDX-66d95989_1bc399.json) |
| MDX-001 | gamemdx.dll | 2024-10-15 | [MDX-670636e7_1bd9b9](patches/MDX-670636e7_1bd9b9.json) |
| MDX-001 | gamemdx.dll | 2024-11-27 | [MDX-6743f773_1bdb19](patches/MDX-6743f773_1bdb19.json) |
| MDX-001 | gamemdx.dll | 2025-03-11 | [MDX-67ca5d7e_1dea19](patches/MDX-67ca5d7e_1dea19.json) |
| MDX-001 | gamemdx.dll | 2025-03-31 | [MDX-67e285f0_1dea79](patches/MDX-67e285f0_1dea79.json) |
| MDX-001 | gamemdx.dll | 2025-06-10 | [MDX-68414b02_205fc9](patches/MDX-68414b02_205fc9.json) |
</details>
## Dancerush Stardom (DRS)
<details><summary>Dancerush Stardom</summary>
| Codename | Filename | Version | Identifier |
|----------|----------|---------|------------|
| REC | superstep.dll | 2018-03-28 | [REC-5ab9d2e3_26ffe4](patches/REC-5ab9d2e3_26ffe4.json) |
| REC | superstep.dll | 2020-12-14 | [REC-5fd067bc_527b80](patches/REC-5fd067bc_527b80.json) |
| REC | superstep.dll | 2022-12-14 | [REC-639165c3_52b620](patches/REC-639165c3_52b620.json) |
| REC | superstep.dll | 2023-02-15 | [REC-63e362ce_52b700](patches/REC-63e362ce_52b700.json) |
| REC | superstep.dll | 2023-04-18 | [REC-6436048a_52b820](patches/REC-6436048a_52b820.json) |
| REC | superstep.dll | 2023-06-13 | [REC-6481728b_536180](patches/REC-6481728b_536180.json) |
| REC | superstep.dll | 2023-07-26 | [REC-64b9c7bd_53d248](patches/REC-64b9c7bd_53d248.json) |
| REC | superstep.dll | 2024-07-30 | [REC-66a0937a_5b3228](patches/REC-66a0937a_5b3228.json) |
| REC | superstep.dll | 2024-12-14 | [REC-674511c4_5b3298](patches/REC-674511c4_5b3298.json) |
</details>
## Gitadora
<details><summary>Gitadora OverDrive</summary>
| Codename | Filename | Version | Identifier |
|----------|----------|---------|------------|
| M32 | game.dll | 2015-03-27 | [M32-55164e67_157b40](patches/M32-55164e67_157b40.json) |
</details>
<details><summary>Gitadora Tri-Boost</summary>
| Codename | Filename | Version | Identifier |
|----------|----------|---------|------------|
| M32 | game.dll | 2016-11-23 | [M32-5833ff6c_15c290](patches/M32-5833ff6c_15c290.json) |
</details>
<details><summary>Gitadora Tri-Boost Re:Evolve</summary>
| Codename | Filename | Version | Identifier |
|----------|----------|---------|------------|
| M32 | game.dll | 2017-08-02 | [M32-597e840d_15d360](patches/M32-597e840d_15d360.json) |
</details>
<details><summary>Gitadora Matixx</summary>
| Codename | Filename | Version | Identifier |
|----------|----------|---------|------------|
| M32 | game.dll | 2018-07-17 | [M32-5b4486ca_16ba60](patches/M32-5b4486ca_16ba60.json) |
| M32 | libshare-pj.dll | 2018-07-17 | [M32-5b448679_84660](patches/M32-5b448679_84660.json) |
</details>
<details><summary>Gitadora Exchain</summary>
| Codename | Filename | Version | Identifier |
|----------|----------|---------|------------|
| M32 | game.dll | 2019-09-24 | [M32-5d6db41e_178960](patches/M32-5d6db41e_178960.json) |
| M32 | libshare-pj.dll | 2019-09-24 | [M32-5d6db3bb_838f0](patches/M32-5d6db3bb_838f0.json) |
</details>
<details><summary>Gitadora Nex+Age</summary>
| Codename | Filename | Version | Identifier |
|----------|----------|---------|------------|
| M32 | game.dll | 2021-02-15 | [M32-6020734a_174fac](patches/M32-6020734a_174fac.json) |
</details>
<details><summary>Gitadora High-Voltage</summary>
| Codename | Filename | Version | Identifier |
|----------|----------|---------|------------|
| M32 | game.dll | 2021-04-21 | [M32-6073d298_15bd6c](patches/M32-6073d298_15bd6c.json) |
| M32 | game.dll | 2022-10-24 | [M32-634910da_15daec](patches/M32-634910da_15daec.json) |
</details>
<details><summary>Gitadora Fuzz-Up</summary>
| Codename | Filename | Version | Identifier |
|----------|----------|---------|------------|
| M32 | game.dll | 2022-12-14 | [M32-638ff451_155fac](patches/M32-638ff451_155fac.json) |
| M32 | game.dll | 2023-02-15 | [M32-63ead129_1598bc](patches/M32-63ead129_1598bc.json) |
| M32 | game.dll | 2023-03-29 | [M32-641a7b2c_15c9ec](patches/M32-641a7b2c_15c9ec.json) |
| M32 | game.dll | 2023-04-25 | [M32-643de95b_15ccbc](patches/M32-643de95b_15ccbc.json) |
| M32 | game.dll | 2023-06-13 | [M32-64797636_15dbcc](patches/M32-64797636_15dbcc.json) |
| M32 | game.dll | 2023-08-01, 2023-08-07, 2023-09-04 | [M32-64bdcb40_15f89c](patches/M32-64bdcb40_15f89c.json) |
| M32 | game.dll | 2023-09-12 | [M32-64f55073_160b6c](patches/M32-64f55073_160b6c.json) |
| M32 | game.dll | 2023-10-11 | [M32-65150aca_15fb60](patches/M32-65150aca_15fb60.json) |
| M32 | game.dll | 2023-11-07 | [M32-653f02be_160018](patches/M32-653f02be_160018.json) |
| M32 | game.dll | 2023-11-28 | [M32-6555b26b_160128](patches/M32-6555b26b_160128.json) |
| M32 | game.dll | 2023-12-19 | [M32-6571527d_15fce8](patches/M32-6571527d_15fce8.json) |
| M32 | game.dll | 2024-01-16 | [M32-6595ffbf_161d88](patches/M32-6595ffbf_161d88.json) |
| M32 | game.dll | 2024-02-20 | [M32-65c44dda_162048](patches/M32-65c44dda_162048.json) |
</details>
<details><summary>Gitadora Galaxy Wave</summary>
| Codename | Filename | Version | Identifier |
|----------|----------|---------|------------|
| M32 | boot.dll | 2025-02-12 | [M32-67a47761_2fdc](patches/M32-67a47761_2fdc.json) |
| M32 | game.dll | 2025-02-12 | [M32-67a4777e_16f5d8](patches/M32-67a4777e_16f5d8.json) |
| M32 | libshare-pj.dll | 2025-02-12 | [M32-67a4775e_66de0](patches/M32-67a4775e_66de0.json) |
</details>
## Jubeat
<details><summary>Jubeat Knit</summary>
| Codename | Filename | Version | Identifier |
|----------|----------|---------|------------|
| J44 | jubeat.dll | 2011-01-14 | [J44-4d2feca4_e8f35](patches/J44-4d2feca4_e8f35.json) |
| J44 | music_db.dll | 2011-01-14 | [J44-4d2fea0e_43f4](patches/J44-4d2fea0e_43f4.json) |
</details>
<details><summary>Jubeat Copious</summary>
| Codename | Filename | Version | Identifier |
|----------|----------|---------|------------|
| K44 | jubeat.dll | 2012-07-23 | [K44-500d2d37_f57a6](patches/K44-500d2d37_f57a6.json) |
| K44 | music_db.dll | 2012-07-23 | [K44-500d29bf_3ff8](patches/K44-500d29bf_3ff8.json) |
</details>
<details><summary>Jubeat Saucer</summary>
| Codename | Filename | Version | Identifier |
|----------|----------|---------|------------|
| L44 | jubeat.dll | 2014-01-28 | [L44-52e0d002_150620](patches/L44-52e0d002_150620.json) |
| L44 | music_db.dll | 2014-01-28 | [L44-52e0cff2_44f8](patches/L44-52e0cff2_44f8.json) |
</details>
<details><summary>Jubeat Saucer Fulfill</summary>
| Codename | Filename | Version | Identifier |
|----------|----------|---------|------------|
| L44 | jubeat.dll | 2014-11-18 | [L44-54648f0b_172725](patches/L44-54648f0b_172725.json) |
| L44 | coin.dll | 2014-11-18 | [L44-54648ef1_195e](patches/L44-54648ef1_195e.json) |
| L44 | music_db.dll | 2014-11-18 | [L44-54648eef_43dd](patches/L44-54648eef_43dd.json) |
</details>
<details><summary>Jubeat Prop</summary>
| Codename | Filename | Version | Identifier |
|----------|----------|---------|------------|
| L44 | jubeat.dll | 2016-03-27 | [L44-56a59099_217e92](patches/L44-56a59099_217e92.json) |
| L44 | music_db.dll | 2016-03-27 | [L44-56a5907c_4c5d](patches/L44-56a5907c_4c5d.json) |
</details>
<details><summary>Jubeat Qubell</summary>
| Codename | Filename | Version | Identifier |
|----------|----------|---------|------------|
| L44 | jubeat.dll | 2017-06-20 | [L44-5940b7f5_17b5d5](patches/L44-5940b7f5_17b5d5.json) |
| L44 | music_db.dll | ? | [L44-5940b7ab_585c](patches/L44-5940b7ab_585c.json) |
</details>
<details><summary>Jubeat Clan</summary>
| Codename | Filename | Version | Identifier |
|----------|----------|---------|------------|
| L44 | jubeat.dll | 2018-07-09 | [L44-5b3d85be_1a3d67](patches/L44-5b3d85be_1a3d67.json) |
| L44 | music_db.dll | ? | [L44-5b3ca194_a2ea](patches/L44-5b3ca194_a2ea.json) |
</details>
<details><summary>Jubeat Festo</summary>
| Codename | Filename | Version | Identifier |
|----------|----------|---------|------------|
| L44 | jubeat.dll | 2022-05-24, 2022-02-16 | [L44-62808f2f_1fb910](patches/L44-62808f2f_1fb910.json) |
| L44 | music_db.dll | 2020-06-11 -> 2022-05-24 | [L44-62565e37_af1e](patches/L44-62565e37_af1e.json) |
</details>
<details><summary>Jubeat Ave.</summary>
| Codename | Filename | Version | Identifier |
|----------|----------|---------|------------|
| L44 | jubeat.dll | 2022-08-03 | [L44-62e8eae6_1fa8b0](patches/L44-62e8eae6_1fa8b0.json) |
| L44 | music_db.dll | 2022-08-03 | [L44-62de87f5_b01e](patches/L44-62de87f5_b01e.json) |
| L44 | jubeat.dll | 2023-08-08 | [L44-64cb3e88_1fec50](patches/L44-64cb3e88_1fec50.json) |
| L44 | music_db.dll | 2023-08-08 | [L44-64ae942d_b1c0](patches/L44-64ae942d_b1c0.json) |
</details>
<details><summary>Jubeat Beyond the Ave.</summary>
| Codename | Filename | Version | Identifier |
|----------|----------|---------|------------|
| L44 | jubeat.dll | 2024-02-14 | [L44-65c4bc12_202150](patches/L44-65c4bc12_202150.json) |
| L44 | jubeat.dll | 2024-04-22 | [L44-66209c08_202760](patches/L44-66209c08_202760.json) |
| L44 | jubeat.dll | 2024-06-03 | [L44-6657df47_203700](patches/L44-6657df47_203700.json) |
| L44 | jubeat.dll | 2024-07-30 | [L44-66a0e9be_203700](patches/L44-66a0e9be_203700.json) |
| L44 | jubeat.dll | 2024-11-27 | [L44-67331a16_20f050](patches/L44-67331a16_20f050.json) |
| L44 | jubeat.dll | 2025-02-05 | [L44-67a05b54_20f070](patches/L44-67a05b54_20f070.json) |
</details>
## pop'n music (popn)
<details><summary>pop'n music 19 TUNE STREET</summary>
| Codename | Filename | Version | Identifier |
|----------|----------|---------|------------|
| K39 | popn19.dll | 2011-06-14 | [K39-4dec5a0e_1ae9c5](patches/K39-4dec5a0e_1ae9c5.json) |
</details>
<details><summary>pop'n music 20 fantasia</summary>
| Codename | Filename | Version | Identifier |
|----------|----------|---------|------------|
| L39 | popn20.dll | 2012-09-19 | [L39-504ef50d_16f808](patches/L39-504ef50d_16f808.json) |
</details>
<details><summary>pop'n music Sunny Park</summary>
| Codename | Filename | Version | Identifier |
|----------|----------|---------|------------|
| M39 | popn21.dll | 2014-06-19 | [M39-5387186b_16e210](patches/M39-5387186b_16e210.json) |
</details>
<details><summary>pop'n music ラピストリア (Lapistoria)</summary>
| Codename | Filename | Version | Identifier |
|----------|----------|---------|------------|
| M39 | popn22.dll | 2015-08-19 | [M39-55d18f07_18cd30](patches/M39-55d18f07_18cd30.json) |
</details>
<details><summary>pop'n music éclale</summary>
| Codename | Filename | Version | Identifier |
|----------|----------|---------|------------|
| M39 | popn22.dll | 2016-10-05 | [M39-57f1fe78_16e1cc](patches/M39-57f1fe78_16e1cc.json) |
</details>
<details><summary>pop'n music うさぎと猫と少年の夢 (Usagi to neko to shounen no yume)</summary>
| Codename | Filename | Version | Identifier |
|----------|----------|---------|-----------|
| M39 | popn22.dll | 2018-08-21 | [M39-5b753ba7_1831e1](patches/M39-5b753ba7_1831e1.json) |
</details>
<details><summary>pop'n music 解明リドルズ (Kaimei riddles)</summary>
| Codename | Filename | Version | Identifier |
|----------|----------|---------|------------|
| M39 | popn22.dll | 2024-02-19 | [M39-6614c9cd_184d80](patches/M39-6614c9cd_184d80.json) |
| M39 | popn22.dll | 2022-04-25 | [M39-627cf367_1955e1](patches/M39-627cf367_1955e1.json) |
| M39 | popn22.dll | 2022-06-13 | [M39-629ede76_197641](patches/M39-629ede76_197641.json) |
</details>
<details><summary>pop'n music UniLab</summary>
| Codename | Filename | Version | Identifier |
|----------|----------|---------|------------|
| M39 | popn22.dll | 2024-07-31 | [M39-66978613_184bc0](patches/M39-66978613_184bc0.json) |
</details>
<details><summary>pop'n music Jam & Fizz</summary>
| Codename | Filename | Version | Identifier |
|----------|----------|---------|------------|
| M39 | popn22.dll | 2024-09-17 | [M39-66e13bf6_184bc0](patches/M39-66e13bf6_184bc0.json) |
| M39 | popn22.dll | 2024-09-25 | [M39-66e28576_1851e0](patches/M39-66e28576_1851e0.json) |
| M39 | popn22.dll | 2024-10-29 | [M39-67176248_188f20](patches/M39-67176248_188f20.json) |
| M39 | popn22.dll | 2025-06-03 | [M39-68358bae_191380](patches/M39-68358bae_191380.json) |
| M39 | popn22.dll | 2025-07-22 | [M39-686f7e07_1921a0](patches/M39-686f7e07_1921a0.json) |
| M39 | popn22.dll | 2025-09-24 | [M39-68c92f86_192170](patches/M39-68c92f86_192170.json) |
</details>
## MÚSECA
<details><summary>MÚSECA</summary>
| Codename | Filename | Version | Identifier |
|----------|----------|---------|------------|
| PIX | museca.dll | 2016-07-13 | [PIX-573ef888_3398bc](patches/PIX-573ef888_3398bc.json) |
</details>
<details><summary>MÚSECA 1+1/2</summary>
| Codename | Filename | Version | Identifier |
|----------|----------|---------|------------|
| PIX | museca.dll | 2018-07-30 | [PIX-5b59963c_1065c4](patches/PIX-5b59963c_1065c4.json) |
</details>
## Nostalgia
<details><summary>Nostalgia Op.2</summary>
| Codename | Filename | Version | Identifier |
|----------|----------|---------|------------|
| PAN | nostalgia.dll | 2019-10-02, 2019-11-27 | [PAN-5d8de6c0_dd580](patches/PAN-5d8de6c0_dd580.json) |
</details>
<details><summary>Nostalgia Op.3</summary>
| Codename | Filename | Version | Identifier |
|----------|----------|---------|------------|
| PAN | nostalgia.dll | 2021-12-22 | [PAN-61bc1831_e43f0](patches/PAN-61bc1831_e43f0.json) |
| PAN | nostalgia.dll | 2022-04-26 | [PAN-62625cf9_e4900](patches/PAN-62625cf9_e4900.json) |
| PAN | nostalgia.dll | 2022-12-20 | [PAN-639ad78f_e4900](patches/PAN-639ad78f_e4900.json) |
| PAN | nostalgia.dll | 2023-01-25 | [PAN-63ca3876_e4970](patches/PAN-63ca3876_e4970.json) |
| PAN | nostalgia.dll | 2023-03-29 | [PAN-6417a48f_e4970](patches/PAN-6417a48f_e4970.json) |
| PAN | nostalgia.dll | 2023-05-24 | [PAN-645d7427_e4970](patches/PAN-645d7427_e4970.json) |
| PAN | nostalgia.dll | 2023-08-08 | [PAN-64cc8d53_e4970](patches/PAN-64cc8d53_e4970.json) |
| PAN | nostalgia.dll | 2023-10-25 | [PAN-6530fb26_e4970](patches/PAN-6530fb26_e4970.json) |
| PAN | nostalgia.dll | 2023-11-29 | [PAN-655fd653_e4970](patches/PAN-655fd653_e4970.json) |
| PAN | nostalgia.dll | 2023-12-06 | [PAN-656d266b_e4970](patches/PAN-656d266b_e4970.json) |
| PAN | nostalgia.dll | 2024-01-31 | [PAN-65af9ebb_e49b0](patches/PAN-65af9ebb_e49b0.json) |
| PAN | nostalgia.dll | 2024-03-27 | [PAN-65fd521c_e49b0](patches/PAN-65fd521c_e49b0.json) |
| PAN | nostalgia.dll | 2024-06-12 | [PAN-66613a78_e49b0](patches/PAN-66613a78_e49b0.json) |
| PAN | nostalgia.dll | 2024-10-22 | [PAN-67079513_e49c0](patches/PAN-67079513_e49c0.json) |
| PAN | nostalgia.dll | 2025-02-05 | [PAN-679b28f3_e49c0](patches/PAN-679b28f3_e49c0.json) |
</details>
## REFLEC BEAT
<details><summary>REFLEC BEAT</summary>
| Codename | Filename | Version | Identifier |
|----------|----------|---------|------------|
| KBR | reflecbeat.dll | 2011-08-22 | [KBR-4e4a7a57_9fb2f](patches/KBR-4e4a7a57_9fb2f.json) |
</details>
<details><summary>REFLEC BEAT limelight</summary>
| Codename | Filename | Version | Identifier |
|----------|----------|---------|------------|
| LBR | reflecbeat.dll | 2012-08-29 | [LBR-5034498b_1bb0f](patches/LBR-5034498b_1bb0f.json) |
</details>
<details><summary>REFLEC BEAT colette</summary>
| Codename | Filename | Version | Identifier |
|----------|----------|---------|------------|
| MBR | reflecbeat.dll | 2014-01-16 | [MBR-52d5e645_2a2f5](patches/MBR-52d5e645_2a2f5.json) |
| MBR | reflecbeat.dll | 2014-05-26 | [MBR-5355c79e_2a6c5](patches/MBR-5355c79e_2a6c5.json) |
</details>
<details><summary>REFLEC BEAT groovin'!!</summary>
| Codename | Filename | Version | Identifier |
|----------|----------|---------|------------|
| MBR | reflecbeat.dll | 2015-10-21 | [MBR-560def91_35811](patches/MBR-560def91_35811.json) |
</details>
<details><summary>REFLEC BEAT VOLZZA 2</summary>
| Codename | Filename | Version | Identifier |
|----------|----------|---------|------------|
| MBR | reflecbeat.dll | 2016-10-04 | [MBR-57ec8a2e_3ab88](patches/MBR-57ec8a2e_3ab88.json) |
</details>
<details><summary>REFLEC BEAT The Reflesia of Eternity</summary>
| Codename | Filename | Version | Identifier |
|----------|----------|---------|------------|
| MBR | reflecbeat.dll | 2019-12-11 | [MBR-5de9b843_3335c](patches/MBR-5de9b843_3335c.json) |
</details>
## Love Plus Arcade
<details><summary>Love Plus Arcade: Colorful Clip</summary>
| Codename | Filename | Version | Identifier |
|----------|----------|---------|------------|
| KLP | lpac.dll | 2012-10-01 | [KLP-4f4622fd_529c5](patches/KLP-4f4622fd_529c5.json) |
</details>
+146
View File
@@ -0,0 +1,146 @@
import os
import re
import json
import subprocess
import sys
from datetime import datetime, timezone
from copy import deepcopy
# Regular expression pattern to match the lines in SUPPORTED.md
regex = re.compile(r"\| ([^|]*) \| ([^|]*) \| ([^|]*) \| \[.*?\]\((.*?)\) \|")
# Get a list of files for a given git command
def git_files(command):
result = subprocess.run(command, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
files = result.stdout.decode('utf-8').splitlines()
return [file for file in files if file.endswith('.json')]
# Get a list of changes json files using git
def get_changed_jsons():
commands = [
['git', 'diff', '--name-only'], # changed files
['git', 'diff', '--cached', '--name-only'], # staged files
['git', 'log', 'origin/main..HEAD', '--name-only', '--pretty=format:'] # comitted files
]
changed_files = set()
for command in commands:
changed_files.update(git_files(command))
return list(changed_files)
# Update header for a given json file
def update_header(json_path, date_code):
try:
with open(json_path, "r", encoding="utf-8") as json_file:
data = json.load(json_file)
if isinstance(data, list) and data:
if "name" not in data[0]:
data.pop(0)
if data:
first_entry = data[0]
game_code = first_entry.get("gameCode", "")
last_updated = datetime.now(timezone.utc).strftime("%Y-%m-%d %H:%M:%S")
new_entry = {
"gameCode": game_code,
"version": date_code,
"lastUpdated": last_updated,
"source": 'https://sp2x.two-torial.xyz/',
}
data.insert(0, new_entry)
for entry in data[1:]:
entry.pop("dateCode", None)
with open(json_path, "w", encoding="utf-8") as json_file:
json.dump(data, json_file, indent=4, ensure_ascii=False)
print(f"'{os.path.relpath(json_path, 'patches/')}' - Updated header")
except Exception as e:
exit(e)
# Cleanup all json files by batch-running jobs
def clean_json_files():
json_files = []
for filename in os.listdir("patches/"):
if filename.endswith('.json'):
filepath = os.path.join("patches/", filename)
with open(filepath, "r", encoding="utf-8") as json_file:
json_data = json.load(json_file)
# Remove redundance union entries
new_json_data = deepcopy(json_data)
for item in new_json_data:
if "type" in item:
if item["type"] == "union":
for patch in item["patches"]:
if "type" in patch:
del patch["type"]
if json_data != new_json_data:
# Only save changes and print if something was done
with open(filepath, "w", encoding="utf-8") as json_file:
json.dump(new_json_data, json_file, indent=4)
print(f"'{filename}' - Cleaned up")
json_files.append(filepath)
return json_files
# Run checks for json_files if specified, otherwise all changes files
def check(json_files=None):
# if json_files is none: run clean_json_files and set json_files to its return value
json_files = json_files or clean_json_files()
# if there are still no json files, get changed jsons instead
if not json_files:
json_files = get_changed_jsons()
# exit if there's no changed files
if not json_files:
exit("Nothing to do")
count = 0
try:
# Open SUPPORTED.md
with open("SUPPORTED.md", "r", encoding="utf-8") as file:
# For each line
for line in file:
match = regex.search(line)
# If it matches a game info line
if match:
# Get the last group of the regex (json path)
json_path = match.group(4).strip()
# For each path in json_files check if it matches the current line's json path
if any(j_path in json_path for j_path in json_files):
# if that's the case update its header and add 1 to count
variant = match.group(1).strip()
date_code = match.group(3).strip()
# Add variant (ex 010) to datecode if present, otherwise keep datecode as is
if "-" in variant:
date_code = f"{date_code} ({variant.split('-')[1]})"
update_header(json_path, date_code)
count += 1
# If nothing was done, exit early
if count == 0:
exit("Nothing to do")
return count
except Exception as e:
exit(f"Error processing files: {e}")
if __name__ == "__main__":
if not os.path.exists('./SUPPORTED.md'):
exit("File 'SUPPORTED.md' not found")
if not os.path.exists('patches/'):
exit("Folder 'patches' not found")
len_args = len(sys.argv)
if len_args == 1:
count = check()
elif len_args == 2:
filepath = sys.argv[1]
if not os.path.exists(filepath):
exit(f"Invalid path '{filepath}'")
count = check([filepath])
else:
exit("Usage: python checks.py <(optional)json_name>")
print(f"\nUpdated {count} file(s)")
+22
View File
@@ -0,0 +1,22 @@
[
{
"gameCode": "J44",
"version": "2011-01-14",
"lastUpdated": "2024-07-02 23:19:38",
"source": "https://sp2x.two-torial.xyz/"
},
{
"name": "Unlock All Songs",
"description": "",
"gameCode": "J44",
"type": "memory",
"patches": [
{
"offset": 4096,
"dllName": "music_db.dll",
"dataDisabled": "8B4DAC8948340FBF559833C085D20F9DC0",
"dataEnabled": "B9000000008948340FB5559833C085D290"
}
]
}
]
+22
View File
@@ -0,0 +1,22 @@
[
{
"gameCode": "J44",
"version": "2011-01-14",
"lastUpdated": "2024-07-02 23:19:38",
"source": "https://sp2x.two-torial.xyz/"
},
{
"name": "SELECT MUSIC Timer Lock",
"description": "",
"gameCode": "J44",
"type": "memory",
"patches": [
{
"offset": 546772,
"dllName": "jubeat.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
}
]
}
]
+167
View File
@@ -0,0 +1,167 @@
[
{
"gameCode": "JDX",
"version": "2010-11-10",
"lastUpdated": "2024-07-02 23:19:38",
"source": "https://sp2x.two-torial.xyz/"
},
{
"name": "NVIDIA gray arrow/freeze color fix",
"description": "Also affects newer AMD cards",
"gameCode": "JDX",
"type": "memory",
"patches": [
{
"offset": 141809,
"dllName": "ddr.dll",
"dataDisabled": "85C9D944241C894C2428DB4424287D06D80520C421100FBE542413",
"dataEnabled": "894CE428DB44E428D944E41C8B54E413DC0530C42110D9C90FBED2"
}
]
},
{
"name": "Coinstrip",
"description": "Disable this to get coin functionality back",
"gameCode": "JDX",
"type": "memory",
"patches": [
{
"offset": 1194439,
"dllName": "ddr.dll",
"dataDisabled": "0F859000000080FCA875",
"dataEnabled": "E9910000009080FCA8EB"
},
{
"offset": 1243563,
"dllName": "ddr.dll",
"dataDisabled": "8B159CC7AF208B0DA0C7AF208B3590C7AF20F7D2F7D123D123D6231598C7AF2083C40C57B900080000E8A76B00008A1DB8C7AF2083C4040FB6D350528B1594C7AF20B900100000E8896B00008B0DE4B8C620C1E90C80E1010AC183C4048BD6B9001000005053E86A6B00008B15E0B8C620C1EA0C80E2010AC283C40450E8831A0000",
"dataEnabled": "90909090909090909090909090909090909090909090909090909090909090909090909090909090909090909090909090909090909090909090909090909090909090909090909090909090909090909090909090909090909090909090909090909090909090909090909090909090909090909090909090909090909090909090"
},
{
"offset": 1250480,
"dllName": "ddr.dll",
"dataDisabled": "5333DB381D85C7AF20744C385C24107446381D78C2AF207530A198C2AF202B0594C2AF208B0DC8C2AF202B0DC4C2AF200305A0C2AF20030DD0C2AF20A3A8C2AF20890DD8C2AF20EB078305A8C2AF2001830584C2AF200155565733FF8D6424008D047FC1E004058CC2AF203BFB740D8A542418668B0D82C7AF20EB0B8A5424140FB70D80C7AF208B70100FB7C903F12B303AD3897008741383402C0183782C647E0CC60588C2AF2001EB0389582C8B70082B70043BF37E06013584C2AF2033C93BFB0F95C18D0C49C1E1048BA9A8C2AF202BA998C2AF208B91A0C2AF2003A994C2AF203BEA7C293BD37E2501500C8B50280150208BA9A8C2AF202BA998C2AF208B91A0C2AF2003A994C2AF203BEA7DD78B480833D23BF30F9EC283C70189480483EA0123D683FF028950180F8C2FFFFFFF391D84C2AF205F5E891D7CC2AF205D7E2AA180C2AF208BD0B90100000003C183FA04A380C2AF207E12290D84C2AF20891D80C2AF20890D7CC2AF205BC3",
"dataEnabled": "909090909090909090909090909090909090909090909090909090909090909090909090909090909090909090909090909090909090909090909090909090909090909090909090909090909090909090909090909090909090909090909090909090909090909090909090909090909090909090909090909090909090909090909090909090909090909090909090909090909090909090909090909090909090909090909090909090909090909090909090909090909090909090909090909090909090909090909090909090909090909090909090909090909090909090909090909090909090909090909090909090909090909090909090909090909090909090909090909090909090909090909090909090909090909090909090909090909090909090909090909090909090909090909090909090909090909090909090909090909090909090909090909090909090909090909090909090909090909090909090909090909090"
}
]
},
{
"name": "Timer Freeze",
"description": "",
"gameCode": "JDX",
"type": "memory",
"patches": [
{
"offset": 127240,
"dllName": "ddr.dll",
"dataDisabled": "894D38",
"dataEnabled": "909090"
},
{
"offset": 128200,
"dllName": "ddr.dll",
"dataDisabled": "894D38",
"dataEnabled": "909090"
}
]
},
{
"name": "Mute crowd cheering and booing during song",
"description": "Use with modified voice.xwb to also mute announcer",
"gameCode": "JDX",
"type": "memory",
"patches": [
{
"offset": 308371,
"dllName": "ddr.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
}
]
},
{
"name": "Force DATA check OK",
"description": "Use with modified VOICE.xwb to mute announcer",
"gameCode": "JDX",
"type": "memory",
"patches": [
{
"offset": 1097949,
"dllName": "ddr.dll",
"dataDisabled": "74",
"dataEnabled": "EB"
}
]
},
{
"name": "Song Unlock",
"description": "",
"gameCode": "JDX",
"type": "memory",
"patches": [
{
"offset": 12373,
"dllName": "ddr.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
},
{
"offset": 47056,
"dllName": "ddr.dll",
"dataDisabled": "7206",
"dataEnabled": "9090"
},
{
"offset": 47173,
"dllName": "ddr.dll",
"dataDisabled": "7206",
"dataEnabled": "9090"
},
{
"offset": 47217,
"dllName": "ddr.dll",
"dataDisabled": "7206",
"dataEnabled": "9090"
},
{
"offset": 47319,
"dllName": "ddr.dll",
"dataDisabled": "7206",
"dataEnabled": "9090"
}
]
},
{
"name": "Enable timing offset",
"description": "Set the value below to 2116822084 if disabled",
"gameCode": "JDX",
"type": "memory",
"patches": [
{
"offset": 306046,
"dllName": "ddr.dll",
"dataDisabled": "89",
"dataEnabled": "05"
},
{
"offset": 306051,
"dllName": "ddr.dll",
"dataDisabled": "062BC68944242C",
"dataEnabled": "8944242C909090"
}
]
},
{
"name": "Timing Offset",
"description": "Change 2116822084 to the actual default of -1. From there, subtract to make timing later or add to make it earlier.",
"gameCode": "JDX",
"type": "number",
"patch": {
"dllName": "ddr.dll",
"offset": 306047,
"min": -20,
"max": 20,
"size": 4
}
}
]
+111
View File
@@ -0,0 +1,111 @@
[
{
"gameCode": "JDX",
"version": "2010-12-07 (US)",
"lastUpdated": "2024-07-02 23:19:38",
"source": "https://sp2x.two-torial.xyz/"
},
{
"name": "NVIDIA gray arrow/freeze color fix",
"description": "Also affects newer AMD cards",
"gameCode": "JDX",
"type": "memory",
"patches": [
{
"offset": 129849,
"dllName": "ddr.exe",
"dataDisabled": "85C9D944241C894C2428DB4424287D06D805909960000FBE542413",
"dataEnabled": "894CE428DB44E428D944E41C8B54E413DC05A0996000D9C90FBED2"
}
]
},
{
"name": "Timer Freeze",
"description": "",
"gameCode": "JDX",
"type": "memory",
"patches": [
{
"offset": 117096,
"dllName": "ddr.exe",
"dataDisabled": "894D38",
"dataEnabled": "909090"
}
]
},
{
"name": "Mute crowd cheering and booing during song",
"description": "Use with modified voice.xwb to also mute announcer",
"gameCode": "JDX",
"type": "memory",
"patches": [
{
"offset": 260010,
"dllName": "ddr.exe",
"dataDisabled": "0F84",
"dataEnabled": "90E9"
}
]
},
{
"name": "Force DATA check OK",
"description": "Use with modified VOICE.xwb to mute announcer",
"gameCode": "JDX",
"type": "memory",
"patches": [
{
"offset": 958557,
"dllName": "ddr.exe",
"dataDisabled": "74",
"dataEnabled": "EB"
}
]
},
{
"name": "Song Unlock",
"description": "",
"gameCode": "JDX",
"type": "memory",
"patches": [
{
"offset": 8956,
"dllName": "ddr.exe",
"dataDisabled": "32C0",
"dataEnabled": "B001"
}
]
},
{
"name": "Enable timing offset",
"description": "Set the value below to 2116822084 if disabled",
"gameCode": "JDX",
"type": "memory",
"patches": [
{
"offset": 281374,
"dllName": "ddr.exe",
"dataDisabled": "89",
"dataEnabled": "05"
},
{
"offset": 281379,
"dllName": "ddr.exe",
"dataDisabled": "062BC68944242C",
"dataEnabled": "8944242C909090"
}
]
},
{
"name": "Timing Offset",
"description": "Change 2116822084 to the actual default of -1. From there, subtract to make timing later or add to make it earlier.",
"gameCode": "JDX",
"type": "number",
"patch": {
"dllName": "ddr.exe",
"offset": 281375,
"min": -20,
"max": 20,
"size": 4
}
}
]
+116
View File
@@ -0,0 +1,116 @@
[
{
"gameCode": "JDZ",
"version": "2011-07-12",
"lastUpdated": "2024-07-02 23:19:37",
"source": "https://sp2x.two-torial.xyz/"
},
{
"name": "E/F drive fix",
"description": "",
"gameCode": "JDZ",
"type": "memory",
"patches": [
{
"offset": 871336,
"dllName": "bm2dx.dll",
"dataDisabled": "653A2F00663A2F",
"dataEnabled": "2E2F65002E2F66"
}
]
},
{
"name": "Premium Free",
"description": "",
"gameCode": "JDZ",
"type": "memory",
"patches": [
{
"offset": 286547,
"dllName": "bm2dx.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
}
]
},
{
"name": "Nvidia card fix",
"description": "Disables 3D models, skips MODEL DATA ERROR",
"gameCode": "JDZ",
"type": "memory",
"patches": [
{
"offset": 167267,
"dllName": "bm2dx.dll",
"dataDisabled": "74",
"dataEnabled": "EB"
},
{
"offset": 680952,
"dllName": "bm2dx.dll",
"dataDisabled": "77",
"dataEnabled": "EB"
}
]
},
{
"name": "Unlock all songs",
"description": "May crash the game",
"gameCode": "JDZ",
"type": "memory",
"patches": [
{
"offset": 966280,
"dllName": "bm2dx.dll",
"dataDisabled": "BE04000004000000205107100000000000000000000000000000000000000000B304000004000000205107100000000000000000000000000000000000000000AE030000040000002051071000000000000000000000000000000000000000009403000004000000205107100000000000000000000000000000000000000000E3040000040000002051071000000000000000000000000000000000000000002907000004000000205107100000000000000000000000000000000000000000420700000400000020510710000000000000000000000000000000000000000041070000040000002051071000000000000000000000000000000000000000000F07000004000000205107100000000000000000000000000000000000000000190700000400000020510710000000000000000000000000000000000000000037070000040000002051071000000000000000000000000000000000000000002E0700000400000020510710000000000000000000000000000000000000000036070000040000002051071000000000000000000000000000000000000000001D070000040000002051071000000000000000000000000000000000000000001007000004000000205107100000000000000000000000000000000000000000340700000400000020510710000000000000000000000000000000000000000011070000040000002051071000000000000000000000000000000000000000000C070000040000002051071000000000000000000000000000000000000000009501000004000000D04707100500000001000000010000000000000000000000BA04000004000000D047071005000000000000000100000000000000000000005E04000004000000D04707100500000000000000010000000000000000000000E202000004000000D047071005000000000000000100000000000000000000009101000004000000D047071006000000010000000100000000000000000000002905000004000000D04707100600000000000000010000000000000000000000CD04000004000000D047071006000000000000000100000000000000000000008F03000004000000D047071006000000000000000100000000000000000000008D05000004000000D047071006000000000000000100000000000000000000003B07000001000000E03F0710000000000000000000000000000000000000000028070000010000000000000000000000000000000000000000000000000000004007000001000000000000000000000000000000000000000000000000000000450700000100000000000000000000000000000000000000000000000000000017070000010000000000000000000000000000000000000000000000000000004307000002000000000000000000000000000000000000000000000000000000440700000200000000000000000000000000000000000000000000000000000046070000020000000000000000000000000000000000000000000000000000003E070000030000001040071000000000000000000000000000000000000000003D07000003000000104007100000000000000000000000000000000000000000490700000400000040400710000000000000000000000000000000000000000048070000040000004040071001000000000000000000000000000000000000005007000004000000B048071000000000000000000000000000000000000000004A07000004000000B048071000000000000000000000000000000000000000004B07000004000000B048071000000000000000000000000000000000000000004C07000004000000B048071000000000000000000000000000000000000000004D07000004000000B048071000000000000000000000000000000000000000004E07000004000000B048071000000000000000000000000000000000000000004F07000004000000B048071000000000000000000000000000000000000000005107000004000000B048071000000000000000000000000000000000000000000700000001000000640000002907000000000000000000002E000000010000002C010000000000000000000040CE0E100800000001000000F4010000420700000000000000000000610000000100000020030000000000000000000024CE0E1009000000010000004C0400004107000000000000000000003100000001000000DC050000000000000000000004CE0E100A000000010000006C0700000F07000000000000000000005600000001000000600900000000000000000000F4CD0E103400000001000000540B00000000000000000000D8CD0E100B00000001000000AC0D00001907000000",
"dataEnabled": "000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
},
{
"offset": 160677,
"dllName": "bm2dx.dll",
"dataDisabled": "C3CCCC",
"dataEnabled": "B403C3"
}
]
},
{
"name": "Skip data errors",
"description": "Skips MUSIC DATA, .1, and COURSE DATA errors",
"gameCode": "JDZ",
"type": "memory",
"patches": [
{
"offset": 167356,
"dllName": "bm2dx.dll",
"dataDisabled": "74",
"dataEnabled": "EB"
},
{
"offset": 167419,
"dllName": "bm2dx.dll",
"dataDisabled": "74",
"dataEnabled": "EB"
},
{
"offset": 167485,
"dllName": "bm2dx.dll",
"dataDisabled": "74",
"dataEnabled": "EB"
}
]
},
{
"name": "Shorter Monitor Check",
"description": "",
"gameCode": "JDZ",
"type": "memory",
"patches": [
{
"offset": 318934,
"dllName": "bm2dx.dll",
"dataDisabled": "300C",
"dataEnabled": "2C01"
}
]
}
]
+22
View File
@@ -0,0 +1,22 @@
[
{
"gameCode": "K39",
"version": "2011-06-14",
"lastUpdated": "2024-07-02 23:19:38",
"source": "https://sp2x.two-torial.xyz/"
},
{
"name": "Partial Songs Unlock",
"description": "Unlock a song dedicated to e-amusement that cannot be unlocked by phase MAX.",
"gameCode": "K39",
"type": "memory",
"patches": [
{
"offset": 452066,
"dllName": "popn19.dll",
"dataDisabled": "A90000000874238BC7E8C0F9030084C0",
"dataEnabled": "B0019090909090909090909090909090"
}
]
}
]
+22
View File
@@ -0,0 +1,22 @@
[
{
"gameCode": "K44",
"version": "2012-07-23",
"lastUpdated": "2024-07-02 23:19:38",
"source": "https://sp2x.two-torial.xyz/"
},
{
"name": "Unlock All Songs",
"description": "",
"gameCode": "K44",
"type": "memory",
"patches": [
{
"offset": 2935,
"dllName": "music_db.dll",
"dataDisabled": "8B55C489512833C083BD64FFFFFF000F95C08B8D4CFFFFFF88412C0FBF55B033C085D20F9DC0",
"dataEnabled": "BA0000000089512833C083BD64FFFFFF000F95C08B8D4CFFFFFF88412C0FBF55B033C085D290"
}
]
}
]
+22
View File
@@ -0,0 +1,22 @@
[
{
"gameCode": "K44",
"version": "2012-07-23",
"lastUpdated": "2024-07-02 23:19:38",
"source": "https://sp2x.two-torial.xyz/"
},
{
"name": "SELECT MUSIC Timer Lock",
"description": "",
"gameCode": "K44",
"type": "memory",
"patches": [
{
"offset": 622117,
"dllName": "jubeat.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
}
]
}
]
+50
View File
@@ -0,0 +1,50 @@
[
{
"gameCode": "KBR",
"version": "2011-08-22",
"lastUpdated": "2024-07-07 15:11:44",
"source": "https://sp2x.two-torial.xyz/"
},
{
"name": "Unlock all songs",
"description": "",
"gameCode": "KBR",
"type": "memory",
"patches": [
{
"offset": 392459,
"dllName": "reflecbeat.dll",
"dataDisabled": "74",
"dataEnabled": "EB"
}
]
},
{
"name": "Unlock all difficulties",
"description": "",
"gameCode": "KBR",
"type": "memory",
"patches": [
{
"offset": 358495,
"dllName": "reflecbeat.dll",
"dataDisabled": "7405",
"dataEnabled": "9090"
}
]
},
{
"name": "Timer freeze",
"description": "",
"gameCode": "KBR",
"type": "memory",
"patches": [
{
"offset": 62224,
"dllName": "reflecbeat.dll",
"dataDisabled": "7403",
"dataEnabled": "9090"
}
]
}
]
File diff suppressed because one or more lines are too long
+120
View File
@@ -0,0 +1,120 @@
[
{
"gameCode": "KDZ",
"version": "2012-09-03",
"lastUpdated": "2024-07-02 23:19:37",
"source": "https://sp2x.two-torial.xyz/"
},
{
"name": "Remove Local Play Banner",
"description": "",
"gameCode": "KDZ",
"type": "memory",
"patches": [
{
"offset": 60373,
"dllName": "bm2dx.dll",
"dataDisabled": "AC",
"dataEnabled": "D9"
}
]
},
{
"name": "Premium Free",
"description": "",
"gameCode": "KDZ",
"type": "memory",
"patches": [
{
"offset": 294515,
"dllName": "bm2dx.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
}
]
},
{
"name": "Beatfree",
"description": "",
"gameCode": "KDZ",
"type": "memory",
"patches": [
{
"offset": 470512,
"dllName": "bm2dx.dll",
"dataDisabled": "8B442404",
"dataEnabled": "33C0B403"
}
]
},
{
"name": "Enable Monitor Types C - F",
"description": "",
"gameCode": "KDZ",
"type": "memory",
"patches": [
{
"offset": 565608,
"dllName": "bm2dx.dll",
"dataDisabled": "02",
"dataEnabled": "06"
}
]
},
{
"name": "Unlock All Songs",
"description": "",
"gameCode": "KDZ",
"type": "memory",
"patches": [
{
"offset": 1099066,
"dllName": "bm2dx.dll",
"dataDisabled": "49400000000050070000040000004025041000000000000000000000000000000000000000004A070000040000004025041000000000000000000000000000000000000000004B070000040000004025041000000000000000000000000000000000000000004C070000040000004025041000000000000000000000000000000000000000004D070000040000004025041000000000000000000000000000000000000000004E070000040000004025041000000000000000000000000000000000000000004F070000040000004025041000000000000000000000000000000000000000008807000004000000402504100000000000000000000000000000000000000000AF07000004000000901E04100000000000000000000000000000000000000000B007000004000000001F04100000000000000000000000000000000000000000B207000004000000D02504100000000000000000000000000000000000000000B307000004000000D02504100000000000000000000000000000000000000000B407000004000000D02504100000000000000000000000000000000000000000B507000004000000D02504100000000000000000000000000000000000000000B607000004000000D02504100000000000000000000000000000000000000000B707000004000000D025041000000000000000000000000000000000000000007507000004000000A024041000000000000000000000000000000000000000008607000004000000A024041000000000000000000000000000000000000000007007000004000000A024041000000000000000000000000000000000000000009607000004000000A024041000000000000000000000000000000000000000008A07000004000000A024041000000000000000000000000000000000000000007C07000004000000A024041000000000000000000000000000000000000000008D07000004000000A024041000000000000000000000000000000000000000007307000004000000A024041000000000000000000000000000000000000000006E07000004000000A02404100000000000000000000000000000000000000000C902000004000000A024041000000000000000000000000000000000000000003303000004000000A02404100000000000000000000000000000000000000000B203000004000000A02404100000000000000000000000000000000000000000ED03000004000000A02404100000000000000000000000000000000000000000FA05000004000000A02404100000000000000000000000000000000000000000A907000004000000A02404100000000000000000000000000000000000000000AA07000004000000A02404100000000000000000000000000000000000000000AB07000004000000A02404100000000000000000000000000000000000000000AC07000004000000A02404100000000000000000000000000000000000000000AD07000004000000A024041000000000000000000000000000000000000000006D07000004000000701F041000000000000000000000000000000000000000007A07000004000000701F04100000000000000000000000000000000000000000AE07000004000000701F041000000000000000000000000000000000000000009A07000004000000C01F04100000000000000000000000000000000000000000A307000004000000A02404100000000000000000000000000000000000000000A407000004000000A02404100000000000000000000000000000000000000000B1070000040000002020041000000000000000000000000000000000000000008B07000001000000601E0410000000000000000000000000000000000000000074070000010000000000000000000000000000000000000000000000000000007507000000000000090000001200000086070000010000000A0000001300000070070000020000000B0000001400000096070000030000000C000000150000008A070000040000000D000000160000007C070000050000000E000000170000008D070000060000000F00000018000000730700000700000010000000190000006E07000008000000110000001A000000C90200001B0000001B0000001B000000330300001C0000001C0000001C000000B20300001D0000001D0000001D000000ED0300001E0000001E0000001E000000FA0500001F0000001F0000001F000000A9070000200000002000000020000000AA070000210000002100000021000000AB070000220000002200000022000000AC070000230000002300000023000000AD070000240000002400000024000000A3070000250000002700000029000000A407000026000000280000002A",
"dataEnabled": "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
}
]
},
{
"name": "Use E and F Folders",
"description": "",
"gameCode": "KDZ",
"type": "memory",
"patches": [
{
"offset": 1153740,
"dllName": "bm2dx.dll",
"dataDisabled": "663A2F00653A2F",
"dataEnabled": "2E2F66002E2F65"
}
]
},
{
"name": "Mixer Bug Fix 1",
"description": "if sound card has a large number of unreasonable mixer channels, use it.",
"gameCode": "KDZ",
"type": "memory",
"patches": [
{
"offset": 661087,
"dllName": "bm2dx.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
}
]
},
{
"name": "Mixer Bug Fix 2",
"description": "if sound card has a large number of unreasonable mixer channels, use it.",
"gameCode": "KDZ",
"type": "memory",
"patches": [
{
"offset": 661709,
"dllName": "bm2dx.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
}
]
}
]
+37
View File
@@ -0,0 +1,37 @@
[
{
"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"
}
]
}
]
+96
View File
@@ -0,0 +1,96 @@
[
{
"gameCode": "KFC",
"version": "2015-11-16 (Season 1)",
"lastUpdated": "2024-07-02 23:19:38",
"source": "https://sp2x.two-torial.xyz/"
},
{
"name": "All songs unlocked",
"description": "",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 1232229,
"dllName": "soundvoltex.dll",
"dataDisabled": "E8568B01",
"dataEnabled": "B80B0000"
}
]
},
{
"name": "Boot to Event Mode",
"description": "Forces Event Mode on bootup (Free play, infinite menu time).",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 1422306,
"dllName": "soundvoltex.dll",
"dataDisabled": "00",
"dataEnabled": "01"
}
]
},
{
"name": "All songs \"Safe\"",
"description": "Failing early won't drop you out of your session",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 1320150,
"dllName": "soundvoltex.dll",
"dataDisabled": "32C0",
"dataEnabled": "B001"
}
]
},
{
"name": "Prevent Windows volume change on boot",
"description": "If your volume gets forced to max, turn this on.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 2035290,
"dllName": "soundvoltex.dll",
"dataDisabled": "E821030000",
"dataEnabled": "9090909090"
}
]
},
{
"name": "PFree (Unlimited plays)",
"description": "Song clears/scores only, mission progress and custom settings do not save",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 1559119,
"dllName": "soundvoltex.dll",
"dataDisabled": "00",
"dataEnabled": "02"
},
{
"offset": 1559254,
"dllName": "soundvoltex.dll",
"dataDisabled": "8B83780A0000",
"dataEnabled": "E96FD10C0090"
},
{
"offset": 2399306,
"dllName": "soundvoltex.dll",
"dataDisabled": "00000000",
"dataEnabled": "C783780A"
},
{
"offset": 2399312,
"dllName": "soundvoltex.dll",
"dataDisabled": "00000000000000000000000000000000",
"dataEnabled": "010000008B83780A0000E97D2EF3FF00"
}
]
}
]
+370
View File
@@ -0,0 +1,370 @@
[
{
"gameCode": "KFC",
"version": "2016-12-12 (Season 2)",
"lastUpdated": "2024-07-10 19:19:36",
"source": "https://sp2x.two-torial.xyz/"
},
{
"name": "All songs unlocked",
"description": "",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 1290139,
"dllName": "soundvoltex.dll",
"dataDisabled": "E8F0E201",
"dataEnabled": "B80B0000"
},
{
"offset": 1604335,
"dllName": "soundvoltex.dll",
"dataDisabled": "8B44241CE828EEFFFF",
"dataEnabled": "B80300000090909090"
}
]
},
{
"name": "All songs \"Safe\"",
"description": "Failing early won't drop you out of your session",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 1398007,
"dllName": "soundvoltex.dll",
"dataDisabled": "32C0",
"dataEnabled": "B001"
}
]
},
{
"name": "No \"Safe\" banner on jackets",
"description": "Remove visual clutter",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 2684076,
"dllName": "soundvoltex.dll",
"dataDisabled": "73",
"dataEnabled": "00"
}
]
},
{
"name": "Prevent Windows volume change on boot",
"description": "If your volume gets forced to max, turn this on",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 2053482,
"dllName": "soundvoltex.dll",
"dataDisabled": "E821030000",
"dataEnabled": "9090909090"
}
]
},
{
"name": "Boot to Event Mode",
"description": "",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 1507474,
"dllName": "soundvoltex.dll",
"dataDisabled": "00",
"dataEnabled": "01"
}
]
},
{
"name": "Disable EVENT MODE/FREE PLAY text",
"description": "",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 698640,
"dllName": "soundvoltex.dll",
"dataDisabled": "E80B",
"dataEnabled": "EB03"
}
]
},
{
"name": "Replace EVENT MODE/FREE PLAY text with player name",
"description": "",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 698500,
"dllName": "soundvoltex.dll",
"dataDisabled": "4C102910",
"dataEnabled": "B90A1518"
},
{
"offset": 698512,
"dllName": "soundvoltex.dll",
"dataDisabled": "58102910",
"dataEnabled": "B90A1518"
}
]
},
{
"name": "PFree (Unlimited plays)",
"description": "Song clears/scores only, mission progress and custom settings do not save",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 1666015,
"dllName": "soundvoltex.dll",
"dataDisabled": "00",
"dataEnabled": "02"
},
{
"offset": 1666150,
"dllName": "soundvoltex.dll",
"dataDisabled": "8B83780A00008D480183F90356577F52",
"dataEnabled": "B8010000008983780A00009056579090"
}
]
},
{
"name": "Force Alternative Rate System",
"description": "When EXCESSIVE GAUGE is depleted, you are switched to EFFECTIVE RATE",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 1397203,
"dllName": "soundvoltex.dll",
"dataDisabled": "74",
"dataEnabled": "EB"
}
]
},
{
"name": "Levels up to 99",
"description": "Use with modified music_db.xml for SDVX IV difficulties",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 1609286,
"dllName": "soundvoltex.dll",
"dataDisabled": "7403",
"dataEnabled": "9090"
},
{
"offset": 1608132,
"dllName": "soundvoltex.dll",
"dataDisabled": "0F",
"dataEnabled": "62"
},
{
"offset": 1600471,
"dllName": "soundvoltex.dll",
"dataDisabled": "10",
"dataEnabled": "63"
},
{
"offset": 1408776,
"dllName": "soundvoltex.dll",
"dataDisabled": "7F3A",
"dataEnabled": "9090"
}
]
},
{
"name": "Level folders from 5-20",
"description": "Default 1-16. Requires 'Levels up to 99'",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 643202,
"dllName": "soundvoltex.dll",
"dataDisabled": "07",
"dataEnabled": "03"
},
{
"offset": 643226,
"dllName": "soundvoltex.dll",
"dataDisabled": "10",
"dataEnabled": "14"
},
{
"offset": 667646,
"dllName": "soundvoltex.dll",
"dataDisabled": "07",
"dataEnabled": "03"
},
{
"offset": 2645532,
"dllName": "soundvoltex.dll",
"dataDisabled": "3136",
"dataEnabled": "3230"
},
{
"offset": 2645545,
"dllName": "soundvoltex.dll",
"dataDisabled": "35",
"dataEnabled": "39"
},
{
"offset": 2645557,
"dllName": "soundvoltex.dll",
"dataDisabled": "34",
"dataEnabled": "38"
},
{
"offset": 2645569,
"dllName": "soundvoltex.dll",
"dataDisabled": "33",
"dataEnabled": "37"
},
{
"offset": 2645581,
"dllName": "soundvoltex.dll",
"dataDisabled": "32",
"dataEnabled": "36"
},
{
"offset": 2645593,
"dllName": "soundvoltex.dll",
"dataDisabled": "31",
"dataEnabled": "35"
},
{
"offset": 2645605,
"dllName": "soundvoltex.dll",
"dataDisabled": "30",
"dataEnabled": "34"
},
{
"offset": 2645616,
"dllName": "soundvoltex.dll",
"dataDisabled": "3039",
"dataEnabled": "3133"
},
{
"offset": 2645628,
"dllName": "soundvoltex.dll",
"dataDisabled": "3038",
"dataEnabled": "3132"
},
{
"offset": 2645640,
"dllName": "soundvoltex.dll",
"dataDisabled": "3037",
"dataEnabled": "3131"
},
{
"offset": 2645652,
"dllName": "soundvoltex.dll",
"dataDisabled": "3036",
"dataEnabled": "3130"
},
{
"offset": 2645665,
"dllName": "soundvoltex.dll",
"dataDisabled": "35",
"dataEnabled": "39"
},
{
"offset": 2645677,
"dllName": "soundvoltex.dll",
"dataDisabled": "34",
"dataEnabled": "38"
},
{
"offset": 2645689,
"dllName": "soundvoltex.dll",
"dataDisabled": "33",
"dataEnabled": "37"
},
{
"offset": 2645701,
"dllName": "soundvoltex.dll",
"dataDisabled": "32",
"dataEnabled": "36"
},
{
"offset": 2645713,
"dllName": "soundvoltex.dll",
"dataDisabled": "31",
"dataEnabled": "35"
}
]
},
{
"name": "Hispeed values from 0.1 to 20.0",
"description": "Default 0.5-7.0",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 1151941,
"dllName": "soundvoltex.dll",
"dataDisabled": "DD05F8052810",
"dataEnabled": "D905A0072810"
},
{
"offset": 1151966,
"dllName": "soundvoltex.dll",
"dataDisabled": "DD0500062810",
"dataEnabled": "D905E4042810"
},
{
"offset": 1150123,
"dllName": "soundvoltex.dll",
"dataDisabled": "DD05F8052810",
"dataEnabled": "D905A0072810"
},
{
"offset": 1150117,
"dllName": "soundvoltex.dll",
"dataDisabled": "DD0500062810",
"dataEnabled": "D905E4042810"
}
]
},
{
"name": "Score",
"description": "",
"gameCode": "KFC",
"type": "union",
"patches": [
{
"name": "Default",
"patch": {
"dllName": "soundvoltex.dll",
"data": "8B85500100008B9D480100008B8D540100008B954C01000056573BC375083BCA0F84860000008BF881C77C9F02008BF183D6003BD67C1C7F043BDF7616052643000083D100898550010000898D54010000EB598BF881C7264300008BF183D6003BD67C1C7F043BDF7616056216000083D100898550",
"offset": 130009
}
},
{
"name": "Subtractive",
"patch": {
"dllName": "soundvoltex.dll",
"data": "56575251BE90717C188B465C6A00996A025250E83FC421008BC88B46588BFA996A0001C111D768809698005751E825C421008BFA8B56188BC88B82802C000001C09952505751E8AC362100B980969800BF0000000029C119D78BDF8BF9595A8B45088B4004EB57",
"offset": 130009
}
},
{
"name": "Average",
"patch": {
"dllName": "soundvoltex.dll",
"data": "56575251BE90717C188B4654996A006A025250E83FC421008BC88BFA8B46589901C111D76A0068809698005751E825C421008BFA8BC88B46548B565801D08B565C01D001C09983F8000F850F000000BF00000000BB00000000E90D00000052505751E8903621008BF88BDA595A8B45088B4004EB49",
"offset": 130009
}
}
]
}
]
+176
View File
@@ -0,0 +1,176 @@
[
{
"gameCode": "KFC",
"version": "2018-01-16",
"lastUpdated": "2024-07-02 23:19:38",
"source": "https://sp2x.two-torial.xyz/"
},
{
"name": "All songs/difficulties unlocked",
"description": "",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 1389042,
"dllName": "soundvoltex.dll",
"dataDisabled": "E8094302",
"dataEnabled": "B80D0000"
},
{
"offset": 1793849,
"dllName": "soundvoltex.dll",
"dataDisabled": "8B442420E83EEBFFFF",
"dataEnabled": "B80300000090909090"
}
]
},
{
"name": "All songs \"Safe\"",
"description": "Failing early won't drop you out of your session",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 1518811,
"dllName": "soundvoltex.dll",
"dataDisabled": "32C0",
"dataEnabled": "B001"
}
]
},
{
"name": "No \"Safe\" banner on jackets",
"description": "Remove visual clutter",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 3060716,
"dllName": "soundvoltex.dll",
"dataDisabled": "73",
"dataEnabled": "00"
}
]
},
{
"name": "Boot into Event Mode",
"description": "",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 1669075,
"dllName": "soundvoltex.dll",
"dataDisabled": "00",
"dataEnabled": "01"
}
]
},
{
"name": "PFree (Unlimited plays)",
"description": "Song clears/scores only, mission progress and custom settings do not save",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 1884431,
"dllName": "soundvoltex.dll",
"dataDisabled": "00",
"dataEnabled": "02"
},
{
"offset": 1884886,
"dllName": "soundvoltex.dll",
"dataDisabled": "8B83641000008D480183F90456577F52",
"dataEnabled": "B8010000008983641000009056579090"
}
]
},
{
"name": "Hide PASELI text",
"description": "",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 775101,
"dllName": "soundvoltex.dll",
"dataDisabled": "0F84",
"dataEnabled": "90E9"
}
]
},
{
"name": "Omega Dimension Matching scene as default",
"description": "Replaces stock matching scene with Omega Dimension matching",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 3516392,
"dllName": "soundvoltex.dll",
"dataDisabled": "88743010",
"dataEnabled": "E4683010"
}
]
},
{
"name": "QC Mode",
"description": "Replaces IC Card Check in test menu",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 20144,
"dllName": "soundvoltex.dll",
"dataDisabled": "6AFF680BCB",
"dataEnabled": "E9FB0B0000"
},
{
"offset": 3072816,
"dllName": "soundvoltex.dll",
"dataDisabled": "4943204341524420434845434B",
"dataEnabled": "5143204D4F4445202020202020"
}
]
},
{
"name": "English folder text",
"description": "FX-L button on appeal card and song screens",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 3006811,
"dllName": "soundvoltex.dll",
"dataDisabled": "8352839383658342836A8385815B82B582DC82B782A98148",
"dataEnabled": "436F6E74696E756520506C6179696E673F00000000000000"
},
{
"offset": 3056584,
"dllName": "soundvoltex.dll",
"dataDisabled": "8352839383658358836700008356838A815B8359000000004752414445000000434C454152204D41524B0000545241434B204C5600000000835783838393838B",
"dataEnabled": "434F4E5445535453000000005345524945530000000000004752414445000000434C454152204D41524B0000545241434B204C560000000047454E5245000000"
},
{
"offset": 3057312,
"dllName": "soundvoltex.dll",
"dataDisabled": "82A88B4382C993FC82E8",
"dataEnabled": "4641564F524954455300"
},
{
"offset": 3059120,
"dllName": "soundvoltex.dll",
"dataDisabled": "8349838A83578369838B91BC0000000042454D414E490000464C4F4F52000000837B815B834A838D834383685B737A3A31325D5B706F73723A302C2D355D544D00000000455849542054554E45530000938C95FB8341838C83938357",
"dataEnabled": "204F524947494E414C5300000000000042454D414E490000464C4F4F52000000564F43414C4F4944000000005B737A3A31325D5B706F73723A302C2D355D544D00000000455849542054554E45530000544F55484F55000000000000"
},
{
"offset": 3303464,
"dllName": "soundvoltex.dll",
"dataDisabled": "83898343835A8393835800008DC58BDF8E67977082B582BD83418373834A",
"dataEnabled": "4C4943454E53450000000000524543454E544C5920555345440000000000"
}
]
}
]
+294
View File
@@ -0,0 +1,294 @@
[
{
"gameCode": "KFC",
"version": "2019-02-06",
"lastUpdated": "2024-07-02 23:19:38",
"source": "https://sp2x.two-torial.xyz/"
},
{
"name": "All songs/difficulties unlocked",
"description": "",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 1412418,
"dllName": "soundvoltex.dll",
"dataDisabled": "E8695D02",
"dataEnabled": "B80D0000"
},
{
"offset": 1832313,
"dllName": "soundvoltex.dll",
"dataDisabled": "8B442420E83EEBFFFF",
"dataEnabled": "B80300000090909090"
}
]
},
{
"name": "All songs \"Safe\"",
"description": "Failing early won't drop you out of your session",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 1548627,
"dllName": "soundvoltex.dll",
"dataDisabled": "32C0",
"dataEnabled": "B001"
}
]
},
{
"name": "No \"Safe\" banner on jackets",
"description": "Remove visual clutter",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 3126916,
"dllName": "soundvoltex.dll",
"dataDisabled": "73",
"dataEnabled": "00"
}
]
},
{
"name": "Prevent Windows volume change on boot",
"description": "If your volume gets forced to max, turn this on",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 2445514,
"dllName": "soundvoltex.dll",
"dataDisabled": "E821030000",
"dataEnabled": "9090909090"
}
]
},
{
"name": "Boot into Event Mode",
"description": "",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 1698514,
"dllName": "soundvoltex.dll",
"dataDisabled": "00",
"dataEnabled": "01"
}
]
},
{
"name": "Uncensor album jackets (for K region only)",
"description": "",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 3276780,
"dllName": "soundvoltex.dll",
"dataDisabled": "61",
"dataEnabled": "75"
}
]
},
{
"name": "Disable EVENT MODE/FREE PLAY text",
"description": "",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 784864,
"dllName": "soundvoltex.dll",
"dataDisabled": "E8DB",
"dataEnabled": "EB03"
}
]
},
{
"name": "PFree (Unlimited plays)",
"description": "Song clears/scores only, mission progress and custom settings do not save",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 1928079,
"dllName": "soundvoltex.dll",
"dataDisabled": "00",
"dataEnabled": "02"
},
{
"offset": 1928566,
"dllName": "soundvoltex.dll",
"dataDisabled": "8B83641000008D480183F90456577F52",
"dataEnabled": "B8010000008983641000009056579090"
}
]
},
{
"name": "Allow ARS (Alternative Rate System) Option",
"description": "At gauge select, go to excessive and press BT-D to enable",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 1546340,
"dllName": "soundvoltex.dll",
"dataDisabled": "74",
"dataEnabled": "EB"
}
]
},
{
"name": "Freeze timer in all modes",
"description": "Useful to play with Omega Dimension Ex-Track",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 489979,
"dllName": "soundvoltex.dll",
"dataDisabled": "8B436085C07404",
"dataEnabled": "90909090909090"
}
]
},
{
"name": "Non-Effective Rate gauges start at 0%",
"description": "This affects all \"Hard\" Gauge types",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 1181488,
"dllName": "soundvoltex.dll",
"dataDisabled": "1027",
"dataEnabled": "0100"
}
]
},
{
"name": "Non-Effective Rate gauges do not recover",
"description": "This affects all \"Hard\" Gauge types",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 1182634,
"dllName": "soundvoltex.dll",
"dataDisabled": "015048",
"dataEnabled": "909090"
}
]
},
{
"name": "Omega Dimension Matching scene as default",
"description": "Replaces stock matching scene with Omega Dimension matching",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 3601048,
"dllName": "soundvoltex.dll",
"dataDisabled": "FC813110",
"dataEnabled": "94723110"
}
]
},
{
"name": "QC Mode",
"description": "Replaces IC Card Check in test menu",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 20144,
"dllName": "soundvoltex.dll",
"dataDisabled": "6AFF683BB4",
"dataEnabled": "E9FB0B0000"
},
{
"offset": 3138976,
"dllName": "soundvoltex.dll",
"dataDisabled": "4943204341524420434845434B",
"dataEnabled": "5143204D4F4445202020202020"
}
]
},
{
"name": "English folder text",
"description": "FX-L button on appeal card and song screens",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 3072323,
"dllName": "soundvoltex.dll",
"dataDisabled": "8352839383658342836A8385815B82B582DC82B782A98148",
"dataEnabled": "436F6E74696E756520506C6179696E673F00000000000000"
},
{
"offset": 3122408,
"dllName": "soundvoltex.dll",
"dataDisabled": "8352839383658358836700008356838A815B8359000000004752414445000000434C454152204D41524B0000545241434B204C5600000000835783838393838B",
"dataEnabled": "434F4E5445535453000000005345524945530000000000004752414445000000434C454152204D41524B0000545241434B204C560000000047454E5245000000"
},
{
"offset": 3123312,
"dllName": "soundvoltex.dll",
"dataDisabled": "82A88B4382C993FC82E8",
"dataEnabled": "4641564F524954455300"
},
{
"offset": 3125280,
"dllName": "soundvoltex.dll",
"dataDisabled": "8349838A83578369838B91BC0000000042454D414E490000464C4F4F52000000837B815B834A838D834383685B737A3A31325D5B706F73723A302C2D355D544D00000000455849542054554E45530000938C95FB8341838C83938357",
"dataEnabled": "204F524947494E414C5300000000000042454D414E490000464C4F4F52000000564F43414C4F4944000000005B737A3A31325D5B706F73723A302C2D355D544D00000000455849542054554E45530000544F55484F55000000000000"
},
{
"offset": 3379196,
"dllName": "soundvoltex.dll",
"dataDisabled": "83898343835A8393835800008DC58BDF8E67977082B582BD83418373834A",
"dataEnabled": "4C4943454E53450000000000524543454E544C5920555345440000000000"
}
]
},
{
"name": "Skip global matching screen",
"description": "Automatically skips the screen between song select and gameplay",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 3233280,
"dllName": "soundvoltex.dll",
"dataDisabled": "4D",
"dataEnabled": "4E"
}
]
},
{
"name": "Force Enable Headphones",
"description": "Overrides headphone detection to always be enabled. Useful for cabinets.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 2143256,
"dllName": "soundvoltex.dll",
"dataDisabled": "7405",
"dataEnabled": "9090"
},
{
"offset": 2143263,
"dllName": "soundvoltex.dll",
"dataDisabled": "895E48",
"dataEnabled": "909090"
}
]
}
]
+188
View File
@@ -0,0 +1,188 @@
[
{
"gameCode": "KFC",
"version": "2019-10-31 (CN)",
"lastUpdated": "2024-07-02 23:19:38",
"source": "https://sp2x.two-torial.xyz/"
},
{
"name": "SSE4.2 Fix",
"description": "This will allow the game to run on processors which do not support the SSE4.2 instruction set. If you can successfully boot the game, do NOT check this.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 2538445,
"dllName": "soundvoltex.dll",
"dataDisabled": "F3450FB8C8",
"dataEnabled": "67458D48FF"
},
{
"offset": 2649302,
"dllName": "soundvoltex.dll",
"dataDisabled": "F3450FB8CA",
"dataEnabled": "448D4E0490"
}
]
},
{
"name": "All songs/difficulties unlocked",
"description": "",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 5375221,
"dllName": "soundvoltex.dll",
"dataDisabled": "8B4C2434E8F2090000",
"dataEnabled": "B80300000090909090"
},
{
"offset": 5942274,
"dllName": "soundvoltex.dll",
"dataDisabled": "E8998E0800",
"dataEnabled": "B80D000000"
}
]
},
{
"name": "All songs \"Safe\"",
"description": "Failing early won't drop you out of your session",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 6488384,
"dllName": "soundvoltex.dll",
"dataDisabled": "32C0",
"dataEnabled": "B001"
}
]
},
{
"name": "No \"Safe\" banner on jackets",
"description": "Remove visual clutter",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 7529824,
"dllName": "soundvoltex.dll",
"dataDisabled": "73",
"dataEnabled": "00"
}
]
},
{
"name": "Boot into Event Mode",
"description": "",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 5307632,
"dllName": "soundvoltex.dll",
"dataDisabled": "33C0C7410864050000488901C3CCCCCCCC",
"dataEnabled": "31C0678D4001C7410864050000488901C3"
}
]
},
{
"name": "PFree (Unlimited plays)",
"description": "If you crash, you will finish your session unless you use 'All songs \"Safe\"'. Song clears/scores only, mission progress and custom settings do not save",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 5467482,
"dllName": "soundvoltex.dll",
"dataDisabled": "486381A8120000488BF2488BF983F8040F8D01020000",
"dataEnabled": "48C7C001000000488981A81200004889D64889CF9090"
}
]
},
{
"name": "Allow ARS (Alternative Rate System) Option",
"description": "Selectable at gauge tab in FX-L+R menu",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 6476109,
"dllName": "soundvoltex.dll",
"dataDisabled": "85C97408",
"dataEnabled": "B1017508"
}
]
},
{
"name": "Freeze timer in all modes",
"description": "Useful to play with Omega Dimension Ex-Track",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 4555044,
"dllName": "soundvoltex.dll",
"dataDisabled": "8B83A000000085C07408",
"dataEnabled": "90909090909090909090"
}
]
},
{
"name": "Unlock all Nemsys Crew",
"description": "",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 5396859,
"dllName": "soundvoltex.dll",
"dataDisabled": "95",
"dataEnabled": "91"
}
]
},
{
"name": "Non-Effective Rate gauges start at 0%",
"description": "This affects all \"Hard\" Gauge types",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 5746446,
"dllName": "soundvoltex.dll",
"dataDisabled": "1027",
"dataEnabled": "0100"
}
]
},
{
"name": "Non-Effective Rate gauges do not recover",
"description": "This affects all \"Hard\" Gauge types",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 5749171,
"dllName": "soundvoltex.dll",
"dataDisabled": "41014168",
"dataEnabled": "90909090"
}
]
},
{
"name": "Shared mode WASAPI",
"description": "Only replaces the first audio device init attempt. Set output to 44100Hz 16bit if it doesn't work.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 6829026,
"dllName": "soundvoltex.dll",
"dataDisabled": "BA03000000",
"dataEnabled": "BA00000000"
}
]
}
]
+276
View File
@@ -0,0 +1,276 @@
[
{
"gameCode": "KFC",
"version": "2020-01-15",
"lastUpdated": "2024-07-10 19:19:36",
"source": "https://sp2x.two-torial.xyz/"
},
{
"name": "SSE4.2 Fix",
"description": "This will allow the game to run on processors which do not support the SSE4.2 instruction set. If you can successfully boot the game, do NOT check this.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 2435085,
"dllName": "soundvoltex.dll",
"dataDisabled": "F3450FB8C8",
"dataEnabled": "67458D48FF"
},
{
"offset": 2542790,
"dllName": "soundvoltex.dll",
"dataDisabled": "F3450FB8CA",
"dataEnabled": "448D4E0290"
}
]
},
{
"name": "All songs/difficulties unlocked",
"description": "Do not use when connected to online servers, will break automation paradise favoriting",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 5057909,
"dllName": "soundvoltex.dll",
"dataDisabled": "8B4C2434E8C2090000",
"dataEnabled": "B80300000090909090"
},
{
"offset": 5633186,
"dllName": "soundvoltex.dll",
"dataDisabled": "E8C9A20800",
"dataEnabled": "B80D000000"
}
]
},
{
"name": "All songs \"Safe\"",
"description": "Failing early won't drop you out of your session",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 6169636,
"dllName": "soundvoltex.dll",
"dataDisabled": "06",
"dataEnabled": "13"
},
{
"offset": 6169651,
"dllName": "soundvoltex.dll",
"dataDisabled": "A4",
"dataEnabled": "00"
}
]
},
{
"name": "No \"Safe\" banner on jackets",
"description": "Remove visual clutter",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 5242667,
"dllName": "soundvoltex.dll",
"dataDisabled": "07",
"dataEnabled": "45"
}
]
},
{
"name": "Hide premium guide banner",
"description": "Remove visual clutter during premium song",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 4598273,
"dllName": "soundvoltex.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
}
]
},
{
"name": "Boot into Event Mode",
"description": "Not compatible with premium free mode",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 4999216,
"dllName": "soundvoltex.dll",
"dataDisabled": "33C0C7410864050000488901C3CCCCCCCC",
"dataEnabled": "31C0678D4001C7410864050000488901C3"
}
]
},
{
"name": "Enable ARS (Alternative Rate System) in Light Start",
"description": "",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 3126916,
"dllName": "soundvoltex.dll",
"dataDisabled": "48",
"dataEnabled": "00"
}
]
},
{
"name": "All crew unlocked",
"description": "",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 5081355,
"dllName": "soundvoltex.dll",
"dataDisabled": "95",
"dataEnabled": "91"
}
]
},
{
"name": "Skip Global Matching Screen",
"description": "",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 7498288,
"dllName": "soundvoltex.dll",
"dataDisabled": "4D",
"dataEnabled": "4E"
}
]
},
{
"name": "All Appeal Cards Unlocked",
"description": "",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 5078562,
"dllName": "soundvoltex.dll",
"dataDisabled": "16",
"dataEnabled": "00"
}
]
},
{
"name": "Shared mode WASAPI",
"description": "Only replaces the first audio device init attempt. Set output to 44100Hz 16bit if it doesn't work.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 6524613,
"dllName": "soundvoltex.dll",
"dataDisabled": "BA03000000",
"dataEnabled": "BA00000000"
}
]
},
{
"name": "Bypass Camera",
"description": "",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 6421488,
"dllName": "soundvoltex.dll",
"dataDisabled": "7421",
"dataEnabled": "9090"
}
]
},
{
"name": "Freeze timer in all modes",
"description": "Useful to play with Omega Dimension Ex-Track",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 4222100,
"dllName": "soundvoltex.dll",
"dataDisabled": "FFCA",
"dataEnabled": "9090"
}
]
},
{
"name": "Force Enable Headphones",
"description": "Overrides headphone detection to always be enabled. Useful for cabinets.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 6392184,
"dllName": "soundvoltex.dll",
"dataDisabled": "898B9000000084C97408",
"dataEnabled": "C7839000000001000000"
}
]
},
{
"name": "Infinite Premium Time",
"description": "Locks the timer, can still exit with key combo",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 3099157,
"dllName": "soundvoltex.dll",
"dataDisabled": "FF156D5B3800488B442430",
"dataEnabled": "48C7C00100000090909090"
}
]
},
{
"name": "Premium Time Length",
"description": "",
"gameCode": "KFC",
"type": "union",
"patches": [
{
"name": "Default (10 Minutes)",
"patch": {
"dllName": "soundvoltex.dll",
"data": "0070C9B28B000000",
"offset": 5255415
}
},
{
"name": "20 Minutes",
"patch": {
"dllName": "soundvoltex.dll",
"data": "00E0926517010000",
"offset": 5255415
}
},
{
"name": "30 Minutes",
"patch": {
"dllName": "soundvoltex.dll",
"data": "00505C18A3010000",
"offset": 5255415
}
},
{
"name": "1 Hour",
"patch": {
"dllName": "soundvoltex.dll",
"data": "00A0B83046030000",
"offset": 5255415
}
}
]
}
]
+288
View File
@@ -0,0 +1,288 @@
[
{
"gameCode": "KFC",
"version": "2020-12-22",
"lastUpdated": "2024-07-10 19:19:36",
"source": "https://sp2x.two-torial.xyz/"
},
{
"name": "SSE4.2 Fix",
"description": "This will allow the game to run on processors which do not support the SSE4.2 instruction set. If you can successfully boot the game, do NOT check this.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 2542925,
"dllName": "soundvoltex.dll",
"dataDisabled": "F3450FB8C8",
"dataEnabled": "67458D48FF"
},
{
"offset": 2650630,
"dllName": "soundvoltex.dll",
"dataDisabled": "F3450FB8CA",
"dataEnabled": "448D4E0290"
},
{
"offset": 5749712,
"dllName": "soundvoltex.dll",
"dataDisabled": "F30FB8C9F30FB8D0",
"dataEnabled": "678D0990678D50FF"
}
]
},
{
"name": "All songs/difficulties unlocked",
"description": "Do not use when connected to online servers, will break automation paradise favoriting",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 5018821,
"dllName": "soundvoltex.dll",
"dataDisabled": "8B4C2434E8C2090000",
"dataEnabled": "B80300000090909090"
},
{
"offset": 5601234,
"dllName": "soundvoltex.dll",
"dataDisabled": "E889C50800",
"dataEnabled": "B80D000000"
},
{
"offset": 4976768,
"dllName": "soundvoltex.dll",
"dataDisabled": "440FB6742430",
"dataEnabled": "41BE03000000"
}
]
},
{
"name": "All songs \"Safe\"",
"description": "Failing early won't drop you out of your session",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 6145796,
"dllName": "soundvoltex.dll",
"dataDisabled": "06",
"dataEnabled": "13"
},
{
"offset": 6145811,
"dllName": "soundvoltex.dll",
"dataDisabled": "A4",
"dataEnabled": "00"
}
]
},
{
"name": "Hide premium guide banner",
"description": "Remove visual clutter during premium song",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 4556409,
"dllName": "soundvoltex.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
}
]
},
{
"name": "Boot into Event Mode",
"description": "Not compatible with premium free mode",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 4959200,
"dllName": "soundvoltex.dll",
"dataDisabled": "33C0C7410864050000488901C3CCCCCCCC",
"dataEnabled": "31C0678D4001C7410864050000488901C3"
}
]
},
{
"name": "Enable ARS (Alternative Rate System) in Light Start",
"description": "",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 5203659,
"dllName": "soundvoltex.dll",
"dataDisabled": "07",
"dataEnabled": "45"
}
]
},
{
"name": "All crew unlocked",
"description": "",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 5042283,
"dllName": "soundvoltex.dll",
"dataDisabled": "95",
"dataEnabled": "91"
}
]
},
{
"name": "Skip Global Matching Screen",
"description": "",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 7484576,
"dllName": "soundvoltex.dll",
"dataDisabled": "4D",
"dataEnabled": "4E"
}
]
},
{
"name": "All Appeal Cards Unlocked",
"description": "",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 5039474,
"dllName": "soundvoltex.dll",
"dataDisabled": "19",
"dataEnabled": "00"
}
]
},
{
"name": "Shared mode WASAPI",
"description": "Only replaces the first audio device init attempt. Set output to 44100Hz 16bit if it doesn't work.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 6513493,
"dllName": "soundvoltex.dll",
"dataDisabled": "BA03000000",
"dataEnabled": "BA00000000"
}
]
},
{
"name": "Freeze timer in all modes",
"description": "Useful to play with Omega Dimension Ex-Track",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 4177380,
"dllName": "soundvoltex.dll",
"dataDisabled": "FFCA",
"dataEnabled": "9090"
}
]
},
{
"name": "Force Enable Headphones",
"description": "Overrides headphone detection to always be enabled. Useful for cabinets.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 6386168,
"dllName": "soundvoltex.dll",
"dataDisabled": "898B9000000084C97408",
"dataEnabled": "C7839000000001000000"
}
]
},
{
"name": "Infinite Premium Time",
"description": "Locks the timer, can still exit with key combo",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 3181597,
"dllName": "soundvoltex.dll",
"dataDisabled": "FF1565193700488B442430",
"dataEnabled": "48C7C00100000090909090"
}
]
},
{
"name": "Bypass Camera",
"description": "",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 6415472,
"dllName": "soundvoltex.dll",
"dataDisabled": "7421",
"dataEnabled": "9090"
}
]
},
{
"name": "Uncensor album jackets (for K region only)",
"description": "",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 7286688,
"dllName": "soundvoltex.dll",
"dataDisabled": "61",
"dataEnabled": "75"
}
]
},
{
"name": "Premium Time Length",
"description": "",
"gameCode": "KFC",
"type": "union",
"patches": [
{
"name": "Default (10 Minutes)",
"patch": {
"dllName": "soundvoltex.dll",
"data": "0070C9B28B000000",
"offset": 5216407
}
},
{
"name": "20 Minutes",
"patch": {
"dllName": "soundvoltex.dll",
"data": "00E0926517010000",
"offset": 5216407
}
},
{
"name": "30 Minutes",
"patch": {
"dllName": "soundvoltex.dll",
"data": "00505C18A3010000",
"offset": 5216407
}
},
{
"name": "1 Hour",
"patch": {
"dllName": "soundvoltex.dll",
"data": "00A0B83046030000",
"offset": 5216407
}
}
]
}
]
+394
View File
@@ -0,0 +1,394 @@
[
{
"gameCode": "KFC",
"version": "2021-12-14",
"lastUpdated": "2025-02-13 08:04:59",
"source": "https://sp2x.two-torial.xyz/"
},
{
"name": "Disable power change",
"description": "Prevents power mode change on startup",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 2048003,
"dllName": "soundvoltex.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
}
]
},
{
"name": "Disable monitor change",
"description": "Prevents monitor setting changes on startup",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 2048155,
"dllName": "soundvoltex.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
}
]
},
{
"name": "Force BIO2 (KFC) IO in Valkyrie mode",
"description": "Will only work with <spec __type=\"str\">F</spec> changed to either G or H, in ea3-config.xml.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 4195125,
"dllName": "soundvoltex.dll",
"dataDisabled": "8705",
"dataEnabled": "470C"
}
]
},
{
"name": "120Hz Support",
"description": "",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 7422286,
"dllName": "soundvoltex.dll",
"dataDisabled": "4E",
"dataEnabled": "5E"
}
]
},
{
"name": "Note FPS Target",
"description": "",
"gameCode": "KFC",
"type": "union",
"patches": [
{
"name": "Default",
"patch": {
"dllName": "soundvoltex.dll",
"data": "F20F5935D1CD34000F57C0660F2EF0",
"offset": 3964023
}
},
{
"name": "120 FPS",
"patch": {
"dllName": "soundvoltex.dll",
"data": "909090909090B878000000F20F2AF0",
"offset": 3964023
}
},
{
"name": "144 FPS",
"patch": {
"dllName": "soundvoltex.dll",
"data": "909090909090B890000000F20F2AF0",
"offset": 3964023
}
},
{
"name": "165 FPS",
"patch": {
"dllName": "soundvoltex.dll",
"data": "909090909090B8A5000000F20F2AF0",
"offset": 3964023
}
},
{
"name": "240 FPS",
"patch": {
"dllName": "soundvoltex.dll",
"data": "909090909090B8F0000000F20F2AF0",
"offset": 3964023
}
},
{
"name": "360 FPS",
"patch": {
"dllName": "soundvoltex.dll",
"data": "909090909090B868010000F20F2AF0",
"offset": 3964023
}
}
]
},
{
"name": "Force Note FPS Target",
"description": "Enable this if above is not Default",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 3964038,
"dllName": "soundvoltex.dll",
"dataDisabled": "7409",
"dataEnabled": "9090"
},
{
"offset": 3963952,
"dllName": "soundvoltex.dll",
"dataDisabled": "745F",
"dataEnabled": "9090"
}
]
},
{
"name": "Shared mode WASAPI",
"description": "Only replaces the first audio device init attempt. Set output to 44100Hz 16bit if it doesn't work.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 4441065,
"dllName": "soundvoltex.dll",
"dataDisabled": "04",
"dataEnabled": "00"
},
{
"offset": 4440903,
"dllName": "soundvoltex.dll",
"dataDisabled": "07",
"dataEnabled": "00"
}
]
},
{
"name": "Allow non E004 cards",
"description": "Allows cards that do not have E004 card IDs (such as mifare cards) to work.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 2635,
"dllName": "soundvoltex.dll",
"dataDisabled": "7512",
"dataEnabled": "9090"
},
{
"offset": 2643,
"dllName": "soundvoltex.dll",
"dataDisabled": "74",
"dataEnabled": "EB"
}
]
},
{
"name": "Unlock All songs",
"description": "",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 1534462,
"dllName": "soundvoltex.dll",
"dataDisabled": "EB0533C9894F1485DB742683EB01740F83EB01741C83EB01741083FB0174048BC1EB13B802000000EB0CB803000000EB05B801000000",
"dataEnabled": "909033C9B803000000909090909090909090909090909090909090909090909090909090909090909090909090909090909090909090"
},
{
"offset": 1473553,
"dllName": "soundvoltex.dll",
"dataDisabled": "440FB6742440",
"dataEnabled": "41BE03000000"
}
]
},
{
"name": "Unlock All difficulties",
"description": "",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 3105695,
"dllName": "soundvoltex.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
}
]
},
{
"name": "Enable S-CRITICAL in Light Start",
"description": "Only in Valkyrie mode.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 480170,
"dllName": "soundvoltex.dll",
"dataDisabled": "7440",
"dataEnabled": "9090"
},
{
"offset": 480303,
"dllName": "soundvoltex.dll",
"dataDisabled": "7420",
"dataEnabled": "9090"
},
{
"offset": 483882,
"dllName": "soundvoltex.dll",
"dataDisabled": "7404",
"dataEnabled": "9090"
}
]
},
{
"name": "Uncensor album jackets (for K region only)",
"description": "",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 6935440,
"dllName": "soundvoltex.dll",
"dataDisabled": "61",
"dataEnabled": "75"
}
]
},
{
"name": "Disable subscreen in Valkyrie mode",
"description": "",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 3962512,
"dllName": "soundvoltex.dll",
"dataDisabled": "83BDB800000002410F93C64488742451",
"dataEnabled": "41B60044887424519090909090909090"
}
]
},
{
"name": "Timer freeze",
"description": "",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 475350,
"dllName": "soundvoltex.dll",
"dataDisabled": "84",
"dataEnabled": "85"
}
]
},
{
"name": "Premium timer freeze",
"description": "",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 3143813,
"dllName": "soundvoltex.dll",
"dataDisabled": "0F85",
"dataEnabled": "90E9"
},
{
"offset": 2644841,
"dllName": "soundvoltex.dll",
"dataDisabled": "0F84",
"dataEnabled": "90E9"
},
{
"offset": 1914430,
"dllName": "soundvoltex.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
}
]
},
{
"name": "Hide premium guide banner",
"description": "blpass_ef (rainbow outline on health gauge) is shown instead of pt_sousa_usr",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 2193817,
"dllName": "soundvoltex.dll",
"dataDisabled": "634F49",
"dataEnabled": "1BF044"
}
]
},
{
"name": "Hide bottom text",
"description": "",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 638479,
"dllName": "soundvoltex.dll",
"dataDisabled": "E82C040000",
"dataEnabled": "9090909090"
},
{
"offset": 639433,
"dllName": "soundvoltex.dll",
"dataDisabled": "FF15993E5700",
"dataEnabled": "909090909090"
},
{
"offset": 639317,
"dllName": "soundvoltex.dll",
"dataDisabled": "FF150D3F5700",
"dataEnabled": "909090909090"
},
{
"offset": 639471,
"dllName": "soundvoltex.dll",
"dataDisabled": "FF15733E5700",
"dataEnabled": "909090909090"
}
]
},
{
"name": "Premium Time Length",
"description": "",
"gameCode": "KFC",
"type": "union",
"patches": [
{
"name": "Default (10 Minutes)",
"patch": {
"dllName": "soundvoltex.dll",
"data": "0070C9B28B000000",
"offset": 2773606
}
},
{
"name": "20 Minutes",
"patch": {
"dllName": "soundvoltex.dll",
"data": "00E0926517010000",
"offset": 2773606
}
},
{
"name": "30 Minutes",
"patch": {
"dllName": "soundvoltex.dll",
"data": "00505C18A3010000",
"offset": 2773606
}
},
{
"name": "1 Hour",
"patch": {
"dllName": "soundvoltex.dll",
"data": "00A0B83046030000",
"offset": 2773606
}
}
]
}
]
+446
View File
@@ -0,0 +1,446 @@
[
{
"gameCode": "KFC",
"version": "2022-08-30",
"lastUpdated": "2025-02-13 08:04:59",
"source": "https://sp2x.two-torial.xyz/"
},
{
"type": "memory",
"name": "Disable power change",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 2437235,
"dllName": "soundvoltex.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
}
]
},
{
"type": "memory",
"name": "Disable monitor change",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 2437387,
"dllName": "soundvoltex.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
}
]
},
{
"type": "memory",
"name": "Force BIO2 (KFC) IO in Valkyrie mode",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 4673749,
"dllName": "soundvoltex.dll",
"dataDisabled": "87050000",
"dataEnabled": "470C0000"
}
]
},
{
"type": "union",
"name": "Game FPS Target",
"description": "",
"gameCode": "KFC",
"patches": [
{
"name": "60 FPS (Default)",
"patch": {
"dllName": "soundvoltex.dll",
"data": "0000000000004E40",
"offset": 8005840
}
},
{
"name": "120 FPS",
"patch": {
"dllName": "soundvoltex.dll",
"data": "0000000000005E40",
"offset": 8005840
}
}
]
},
{
"type": "union",
"name": "Note FPS Target",
"description": "",
"gameCode": "KFC",
"patches": [
{
"name": "60 FPS (Default)",
"patch": {
"dllName": "soundvoltex.dll",
"data": "F20F593526E436000F57C0660F2EF0",
"offset": 4411266
}
},
{
"name": "120 FPS",
"patch": {
"dllName": "soundvoltex.dll",
"data": "909090909090B878000000F20F2AF0",
"offset": 4411266
}
}
]
},
{
"type": "memory",
"name": "Force Note FPS Target",
"description": "Only enable this if you've changed it to 120 above.",
"gameCode": "KFC",
"patches": [
{
"offset": 4411281,
"dllName": "soundvoltex.dll",
"dataDisabled": "7409",
"dataEnabled": "9090"
},
{
"offset": 4411195,
"dllName": "soundvoltex.dll",
"dataDisabled": "745F",
"dataEnabled": "9090"
}
]
},
{
"type": "memory",
"name": "Shared mode WASAPI",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 4921945,
"dllName": "soundvoltex.dll",
"dataDisabled": "04",
"dataEnabled": "00"
},
{
"offset": 4921783,
"dllName": "soundvoltex.dll",
"dataDisabled": "07",
"dataEnabled": "00"
}
]
},
{
"type": "memory",
"name": "Unlock All Songs",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 1830784,
"dllName": "soundvoltex.dll",
"dataDisabled": "7426",
"dataEnabled": "EB1F"
},
{
"offset": 1767441,
"dllName": "soundvoltex.dll",
"dataDisabled": "440FB6742440",
"dataEnabled": "41BE03000000"
}
]
},
{
"type": "memory",
"name": "Unlock All Difficulties",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 3535127,
"dllName": "soundvoltex.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
}
]
},
{
"type": "memory",
"name": "Uncensor album jackets (for K region only)",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 7506528,
"dllName": "soundvoltex.dll",
"dataDisabled": "61",
"dataEnabled": "75"
}
]
},
{
"type": "memory",
"name": "Hide all bottom text",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 7246560,
"dllName": "soundvoltex.dll",
"dataDisabled": "4652454520504C4159",
"dataEnabled": "000000000000000000"
},
{
"offset": 7246576,
"dllName": "soundvoltex.dll",
"dataDisabled": "4556454E54204D4F4445",
"dataEnabled": "00000000000000000000"
},
{
"offset": 7246592,
"dllName": "soundvoltex.dll",
"dataDisabled": "54454E4B4149434849204D4F4445",
"dataEnabled": "0000000000000000000000000000"
},
{
"offset": 7246624,
"dllName": "soundvoltex.dll",
"dataDisabled": "504153454C493A202573202B202573",
"dataEnabled": "000000000000000000000000000000"
},
{
"offset": 7246664,
"dllName": "soundvoltex.dll",
"dataDisabled": "4352454449543A202564202020434F494E3A202564202F202564",
"dataEnabled": "0000000000000000000000000000000000000000000000000000"
},
{
"offset": 7246544,
"dllName": "soundvoltex.dll",
"dataDisabled": "4352454449543A20256400",
"dataEnabled": "0000000000000000000000"
},
{
"offset": 7246704,
"dllName": "soundvoltex.dll",
"dataDisabled": "504153454C493A204E4F5420415641494C41424C45",
"dataEnabled": "000000000000000000000000000000000000000000"
},
{
"offset": 7246728,
"dllName": "soundvoltex.dll",
"dataDisabled": "504153454C493A204E4F204143434F554E54",
"dataEnabled": "000000000000000000000000000000000000"
},
{
"offset": 7246607,
"dllName": "soundvoltex.dll",
"dataDisabled": "00504153454C493A20257300",
"dataEnabled": "000000000000000000000000"
},
{
"offset": 7246640,
"dllName": "soundvoltex.dll",
"dataDisabled": "455854524120504153454C493A202573",
"dataEnabled": "00000000000000000000000000000000"
},
{
"offset": 7246691,
"dllName": "soundvoltex.dll",
"dataDisabled": "0025302A6400",
"dataEnabled": "000000000000"
},
{
"offset": 7246256,
"dllName": "soundvoltex.dll",
"dataDisabled": "8347815B83578393834F928682C582B728257381602989F08F9C82B782E982C982CD8365835883678381836A8385815B82C993FC82E8814183658393834C815B82F02030302C2030302C2030302C20362C20302082CC8F8782C5899F82B582C482AD82BE82B382A281420A8347815B83578393834F82F08DC48A4A82B782E98FEA8D8782CD8365835883678356815B839382C530302C2030302C2030302C20362C20312082CC8F8782C5899F82B582C482AD82BE82B382A28142",
"dataEnabled": "000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
}
]
},
{
"type": "memory",
"name": "Disable subscreen in Valkyrie mode",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 4409456,
"dllName": "soundvoltex.dll",
"dataDisabled": "83BDB800000002410F93C64488742450",
"dataEnabled": "41B60044887424509090909090909090"
}
]
},
{
"type": "memory",
"name": "Timer freeze",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 756677,
"dllName": "soundvoltex.dll",
"dataDisabled": "84",
"dataEnabled": "85"
}
]
},
{
"type": "memory",
"name": "Premium timer freeze",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 3578482,
"dllName": "soundvoltex.dll",
"dataDisabled": "0F85",
"dataEnabled": "90E9"
},
{
"offset": 3083081,
"dllName": "soundvoltex.dll",
"dataDisabled": "0F84",
"dataEnabled": "90E9"
},
{
"offset": 2298095,
"dllName": "soundvoltex.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
}
]
},
{
"type": "memory",
"name": "Hide premium guide banner",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 2595481,
"dllName": "soundvoltex.dll",
"dataDisabled": "9B1B4C00",
"dataEnabled": "7B564700"
}
]
},
{
"type": "union",
"name": "Premium Time Length",
"description": "",
"gameCode": "KFC",
"patches": [
{
"name": "00:00",
"patch": {
"dllName": "soundvoltex.dll",
"data": "AAB9650000000000",
"offset": 3214413
}
},
{
"name": "00:01",
"patch": {
"dllName": "soundvoltex.dll",
"data": "00CA9A3B00000000",
"offset": 3214413
}
},
{
"name": "04:20",
"patch": {
"dllName": "soundvoltex.dll",
"data": "002835893C000000",
"offset": 3214413
}
},
{
"name": "13:37",
"patch": {
"dllName": "soundvoltex.dll",
"data": "00AAFE38BE000000",
"offset": 3214413
}
},
{
"name": "57:30",
"patch": {
"dllName": "soundvoltex.dll",
"data": "0044064423030000",
"offset": 3214413
}
},
{
"name": "69:00",
"patch": {
"dllName": "soundvoltex.dll",
"data": "00B83AEBC3030000",
"offset": 3214413
}
},
{
"name": "10 Minutes",
"patch": {
"dllName": "soundvoltex.dll",
"data": "0070C9B28B000000",
"offset": 3214413
}
},
{
"name": "15 Minutes",
"patch": {
"dllName": "soundvoltex.dll",
"data": "00282E8CD1000000",
"offset": 3214413
}
},
{
"name": "20 Minutes",
"patch": {
"dllName": "soundvoltex.dll",
"data": "00E0926517010000",
"offset": 3214413
}
},
{
"name": "30 Minutes",
"patch": {
"dllName": "soundvoltex.dll",
"data": "00505C18A3010000",
"offset": 3214413
}
},
{
"name": "45 Minutes",
"patch": {
"dllName": "soundvoltex.dll",
"data": "00788AA474020000",
"offset": 3214413
}
},
{
"name": "60 Minutes",
"patch": {
"dllName": "soundvoltex.dll",
"data": "00A0B83046030000",
"offset": 3214413
}
},
{
"name": "90 Minutes",
"patch": {
"dllName": "soundvoltex.dll",
"data": "00F01449E9040000",
"offset": 3214413
}
}
]
}
]
+466
View File
@@ -0,0 +1,466 @@
[
{
"gameCode": "KFC",
"version": "2024-01-16",
"lastUpdated": "2025-02-13 08:04:59",
"source": "https://sp2x.two-torial.xyz/"
},
{
"type": "memory",
"name": "Disable power change",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 2891876,
"dllName": "soundvoltex.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
}
]
},
{
"type": "memory",
"name": "Disable monitor change",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 2892028,
"dllName": "soundvoltex.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
}
]
},
{
"type": "memory",
"name": "Force BIO2 (KFC) IO in Valkyrie mode",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 5280245,
"dllName": "soundvoltex.dll",
"dataDisabled": "87050000",
"dataEnabled": "A70C0000"
}
]
},
{
"type": "union",
"name": "Game FPS Target",
"description": "",
"gameCode": "KFC",
"patches": [
{
"name": "60 FPS (Default)",
"patch": {
"dllName": "soundvoltex.dll",
"data": "0000000000004E40",
"offset": 8834752
}
},
{
"name": "120 FPS",
"patch": {
"dllName": "soundvoltex.dll",
"data": "0000000000005E40",
"offset": 8834752
}
}
]
},
{
"type": "union",
"name": "Note FPS Target",
"description": "",
"gameCode": "KFC",
"patches": [
{
"name": "60 FPS (Default)",
"patch": {
"dllName": "soundvoltex.dll",
"data": "F20F59355EB85A00660F2EF174290F",
"offset": 2889458
}
},
{
"name": "120 FPS",
"patch": {
"dllName": "soundvoltex.dll",
"data": "909090909090B878000000F20F2AF0",
"offset": 2889458
}
}
]
},
{
"type": "memory",
"name": "Shared mode WASAPI",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 5521001,
"dllName": "soundvoltex.dll",
"dataDisabled": "04",
"dataEnabled": "00"
},
{
"offset": 5520839,
"dllName": "soundvoltex.dll",
"dataDisabled": "07",
"dataEnabled": "00"
}
]
},
{
"type": "memory",
"name": "Unlock All Songs",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 6130414,
"dllName": "soundvoltex.dll",
"dataDisabled": "7426",
"dataEnabled": "EB1F"
},
{
"offset": 895072,
"dllName": "soundvoltex.dll",
"dataDisabled": "440FB6742469",
"dataEnabled": "41BE03000000"
}
]
},
{
"type": "memory",
"name": "Unlock All Difficulties",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 4137809,
"dllName": "soundvoltex.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
}
]
},
{
"type": "memory",
"name": "Uncensor album jackets (for K region only)",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 8319856,
"dllName": "soundvoltex.dll",
"dataDisabled": "61",
"dataEnabled": "75"
}
]
},
{
"type": "memory",
"name": "Hide all bottom text",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 7992048,
"dllName": "soundvoltex.dll",
"dataDisabled": "4652454520504C4159",
"dataEnabled": "000000000000000000"
},
{
"offset": 7992064,
"dllName": "soundvoltex.dll",
"dataDisabled": "4556454E54204D4F4445",
"dataEnabled": "00000000000000000000"
},
{
"offset": 7991840,
"dllName": "soundvoltex.dll",
"dataDisabled": "54454E4B4149434849204D4F4445",
"dataEnabled": "0000000000000000000000000000"
},
{
"offset": 7991800,
"dllName": "soundvoltex.dll",
"dataDisabled": "504153454C493A202573202B202573",
"dataEnabled": "000000000000000000000000000000"
},
{
"offset": 7991752,
"dllName": "soundvoltex.dll",
"dataDisabled": "4352454449543A202564202020434F494E3A202564202F202564",
"dataEnabled": "0000000000000000000000000000000000000000000000000000"
},
{
"offset": 7991784,
"dllName": "soundvoltex.dll",
"dataDisabled": "4352454449543A20256400",
"dataEnabled": "0000000000000000000000"
},
{
"offset": 7992128,
"dllName": "soundvoltex.dll",
"dataDisabled": "504153454C493A204E4F5420415641494C41424C45",
"dataEnabled": "000000000000000000000000000000000000000000"
},
{
"offset": 7992080,
"dllName": "soundvoltex.dll",
"dataDisabled": "504153454C493A204E4F204143434F554E54",
"dataEnabled": "000000000000000000000000000000000000"
},
{
"offset": 7992103,
"dllName": "soundvoltex.dll",
"dataDisabled": "00504153454C493A20257300",
"dataEnabled": "000000000000000000000000"
},
{
"offset": 7991816,
"dllName": "soundvoltex.dll",
"dataDisabled": "455854524120504153454C493A202573",
"dataEnabled": "00000000000000000000000000000000"
},
{
"offset": 7992115,
"dllName": "soundvoltex.dll",
"dataDisabled": "0025302A6400",
"dataEnabled": "000000000000"
},
{
"offset": 7991856,
"dllName": "soundvoltex.dll",
"dataDisabled": "8347815B83578393834F928682C582B728257381602989F08F9C82B782E982C982CD8365835883678381836A8385815B82C993FC82E8814183658393834C815B82F02030302C2030302C2030302C20362C20302082CC8F8782C5899F82B582C482AD82BE82B382A281420A8347815B83578393834F82F08DC48A4A82B782E98FEA8D8782CD8365835883678356815B839382C530302C2030302C2030302C20362C20312082CC8F8782C5899F82B582C482AD82BE82B382A28142",
"dataEnabled": "000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
}
]
},
{
"type": "memory",
"name": "Disable subscreen in Valkyrie mode",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 4988270,
"dllName": "soundvoltex.dll",
"dataDisabled": "83BDB800000002410F93C64488742451",
"dataEnabled": "41B60044887424519090909090909090"
}
]
},
{
"type": "memory",
"name": "Timer freeze",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 1205253,
"dllName": "soundvoltex.dll",
"dataDisabled": "84",
"dataEnabled": "85"
}
]
},
{
"type": "memory",
"name": "Premium timer freeze",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 4182965,
"dllName": "soundvoltex.dll",
"dataDisabled": "0F85",
"dataEnabled": "90E9"
},
{
"offset": 3687979,
"dllName": "soundvoltex.dll",
"dataDisabled": "0F84",
"dataEnabled": "90E9"
},
{
"offset": 2702499,
"dllName": "soundvoltex.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
}
]
},
{
"type": "memory",
"name": "Hide premium guide banner",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 3114527,
"dllName": "soundvoltex.dll",
"dataDisabled": "BDB75000",
"dataEnabled": "0DBC4A00"
}
]
},
{
"type": "union",
"name": "Premium Time Length",
"description": "",
"gameCode": "KFC",
"patches": [
{
"name": "00:00",
"patch": {
"dllName": "soundvoltex.dll",
"data": "AAB9650000000000",
"offset": 3822537
}
},
{
"name": "00:01",
"patch": {
"dllName": "soundvoltex.dll",
"data": "00CA9A3B00000000",
"offset": 3822537
}
},
{
"name": "04:20",
"patch": {
"dllName": "soundvoltex.dll",
"data": "002835893C000000",
"offset": 3822537
}
},
{
"name": "13:37",
"patch": {
"dllName": "soundvoltex.dll",
"data": "00AAFE38BE000000",
"offset": 3822537
}
},
{
"name": "57:30",
"patch": {
"dllName": "soundvoltex.dll",
"data": "0044064423030000",
"offset": 3822537
}
},
{
"name": "69:00",
"patch": {
"dllName": "soundvoltex.dll",
"data": "00B83AEBC3030000",
"offset": 3822537
}
},
{
"name": "10 Minutes",
"patch": {
"dllName": "soundvoltex.dll",
"data": "0070C9B28B000000",
"offset": 3822537
}
},
{
"name": "15 Minutes",
"patch": {
"dllName": "soundvoltex.dll",
"data": "00282E8CD1000000",
"offset": 3822537
}
},
{
"name": "20 Minutes",
"patch": {
"dllName": "soundvoltex.dll",
"data": "00E0926517010000",
"offset": 3822537
}
},
{
"name": "30 Minutes",
"patch": {
"dllName": "soundvoltex.dll",
"data": "00505C18A3010000",
"offset": 3822537
}
},
{
"name": "45 Minutes",
"patch": {
"dllName": "soundvoltex.dll",
"data": "00788AA474020000",
"offset": 3822537
}
},
{
"name": "60 Minutes",
"patch": {
"dllName": "soundvoltex.dll",
"data": "00A0B83046030000",
"offset": 3822537
}
},
{
"name": "90 Minutes",
"patch": {
"dllName": "soundvoltex.dll",
"data": "00F01449E9040000",
"offset": 3822537
}
}
]
},
{
"type": "memory",
"name": "Valkyrie Mode 60Hz",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 2892067,
"dllName": "soundvoltex.dll",
"dataDisabled": "74",
"dataEnabled": "75"
},
{
"offset": 4989862,
"dllName": "soundvoltex.dll",
"dataDisabled": "74",
"dataEnabled": "75"
},
{
"offset": 4992168,
"dllName": "soundvoltex.dll",
"dataDisabled": "74",
"dataEnabled": "75"
}
]
},
{
"type": "memory",
"name": "Fake Japan Region",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 1950303,
"dllName": "soundvoltex.dll",
"dataDisabled": "E88CE6300085C00F85FA000000",
"dataEnabled": "31C0A3A8969A80010000009090"
}
]
}
]
+466
View File
@@ -0,0 +1,466 @@
[
{
"gameCode": "KFC",
"version": "2024-01-30",
"lastUpdated": "2025-02-13 08:04:59",
"source": "https://sp2x.two-torial.xyz/"
},
{
"type": "memory",
"name": "Disable power change",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 2916564,
"dllName": "soundvoltex.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
}
]
},
{
"type": "memory",
"name": "Disable monitor change",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 2916716,
"dllName": "soundvoltex.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
}
]
},
{
"type": "memory",
"name": "Force BIO2 (KFC) IO in Valkyrie mode",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 5303077,
"dllName": "soundvoltex.dll",
"dataDisabled": "87050000",
"dataEnabled": "A70C0000"
}
]
},
{
"type": "union",
"name": "Game FPS Target",
"description": "",
"gameCode": "KFC",
"patches": [
{
"name": "60 FPS (Default)",
"patch": {
"dllName": "soundvoltex.dll",
"data": "0000000000004E40",
"offset": 8881440
}
},
{
"name": "120 FPS",
"patch": {
"dllName": "soundvoltex.dll",
"data": "0000000000005E40",
"offset": 8881440
}
}
]
},
{
"type": "union",
"name": "Note FPS Target",
"description": "",
"gameCode": "KFC",
"patches": [
{
"name": "60 FPS (Default)",
"patch": {
"dllName": "soundvoltex.dll",
"data": "F20F59354E145B00660F2EF174290F",
"offset": 2914146
}
},
{
"name": "120 FPS",
"patch": {
"dllName": "soundvoltex.dll",
"data": "909090909090B878000000F20F2AF0",
"offset": 2914146
}
}
]
},
{
"type": "memory",
"name": "Shared mode WASAPI",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 5543417,
"dllName": "soundvoltex.dll",
"dataDisabled": "04",
"dataEnabled": "00"
},
{
"offset": 5543255,
"dllName": "soundvoltex.dll",
"dataDisabled": "07",
"dataEnabled": "00"
}
]
},
{
"type": "memory",
"name": "Unlock All Songs",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 6150654,
"dllName": "soundvoltex.dll",
"dataDisabled": "7426",
"dataEnabled": "EB1F"
},
{
"offset": 902768,
"dllName": "soundvoltex.dll",
"dataDisabled": "440FB6742469",
"dataEnabled": "41BE03000000"
}
]
},
{
"type": "memory",
"name": "Unlock All Difficulties",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 4161345,
"dllName": "soundvoltex.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
}
]
},
{
"type": "memory",
"name": "Uncensor album jackets (for K region only)",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 8367768,
"dllName": "soundvoltex.dll",
"dataDisabled": "61",
"dataEnabled": "75"
}
]
},
{
"type": "memory",
"name": "Hide all bottom text",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 8020208,
"dllName": "soundvoltex.dll",
"dataDisabled": "4652454520504C4159",
"dataEnabled": "000000000000000000"
},
{
"offset": 8020224,
"dllName": "soundvoltex.dll",
"dataDisabled": "4556454E54204D4F4445",
"dataEnabled": "00000000000000000000"
},
{
"offset": 8020000,
"dllName": "soundvoltex.dll",
"dataDisabled": "54454E4B4149434849204D4F4445",
"dataEnabled": "0000000000000000000000000000"
},
{
"offset": 8020456,
"dllName": "soundvoltex.dll",
"dataDisabled": "504153454C493A202573202B202573",
"dataEnabled": "000000000000000000000000000000"
},
{
"offset": 8020408,
"dllName": "soundvoltex.dll",
"dataDisabled": "4352454449543A202564202020434F494E3A202564202F202564",
"dataEnabled": "0000000000000000000000000000000000000000000000000000"
},
{
"offset": 8020440,
"dllName": "soundvoltex.dll",
"dataDisabled": "4352454449543A20256400",
"dataEnabled": "0000000000000000000000"
},
{
"offset": 8020384,
"dllName": "soundvoltex.dll",
"dataDisabled": "504153454C493A204E4F5420415641494C41424C45",
"dataEnabled": "000000000000000000000000000000000000000000"
},
{
"offset": 8020336,
"dllName": "soundvoltex.dll",
"dataDisabled": "504153454C493A204E4F204143434F554E54",
"dataEnabled": "000000000000000000000000000000000000"
},
{
"offset": 8020359,
"dllName": "soundvoltex.dll",
"dataDisabled": "00504153454C493A20257300",
"dataEnabled": "000000000000000000000000"
},
{
"offset": 8020472,
"dllName": "soundvoltex.dll",
"dataDisabled": "455854524120504153454C493A202573",
"dataEnabled": "00000000000000000000000000000000"
},
{
"offset": 8020371,
"dllName": "soundvoltex.dll",
"dataDisabled": "0025302A6400",
"dataEnabled": "000000000000"
},
{
"offset": 8020016,
"dllName": "soundvoltex.dll",
"dataDisabled": "8347815B83578393834F928682C582B728257381602989F08F9C82B782E982C982CD8365835883678381836A8385815B82C993FC82E8814183658393834C815B82F02030302C2030302C2030302C20362C20302082CC8F8782C5899F82B582C482AD82BE82B382A281420A8347815B83578393834F82F08DC48A4A82B782E98FEA8D8782CD8365835883678356815B839382C530302C2030302C2030302C20362C20312082CC8F8782C5899F82B582C482AD82BE82B382A28142",
"dataEnabled": "000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
}
]
},
{
"type": "memory",
"name": "Disable subscreen in Valkyrie mode",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 5012910,
"dllName": "soundvoltex.dll",
"dataDisabled": "83BDB800000002410F93C64488742451",
"dataEnabled": "41B60044887424519090909090909090"
}
]
},
{
"type": "memory",
"name": "Timer freeze",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 1232181,
"dllName": "soundvoltex.dll",
"dataDisabled": "84",
"dataEnabled": "85"
}
]
},
{
"type": "memory",
"name": "Premium timer freeze",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 4206517,
"dllName": "soundvoltex.dll",
"dataDisabled": "0F85",
"dataEnabled": "90E9"
},
{
"offset": 3711579,
"dllName": "soundvoltex.dll",
"dataDisabled": "0F84",
"dataEnabled": "90E9"
},
{
"offset": 2729427,
"dllName": "soundvoltex.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
}
]
},
{
"type": "memory",
"name": "Hide premium guide banner",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 3138664,
"dllName": "soundvoltex.dll",
"dataDisabled": "3C1A5100",
"dataEnabled": "F4D54A00"
}
]
},
{
"type": "union",
"name": "Premium Time Length",
"description": "",
"gameCode": "KFC",
"patches": [
{
"name": "00:00",
"patch": {
"dllName": "soundvoltex.dll",
"data": "AAB9650000000000",
"offset": 3846313
}
},
{
"name": "00:01",
"patch": {
"dllName": "soundvoltex.dll",
"data": "00CA9A3B00000000",
"offset": 3846313
}
},
{
"name": "04:20",
"patch": {
"dllName": "soundvoltex.dll",
"data": "002835893C000000",
"offset": 3846313
}
},
{
"name": "13:37",
"patch": {
"dllName": "soundvoltex.dll",
"data": "00AAFE38BE000000",
"offset": 3846313
}
},
{
"name": "57:30",
"patch": {
"dllName": "soundvoltex.dll",
"data": "0044064423030000",
"offset": 3846313
}
},
{
"name": "69:00",
"patch": {
"dllName": "soundvoltex.dll",
"data": "00B83AEBC3030000",
"offset": 3846313
}
},
{
"name": "10 Minutes",
"patch": {
"dllName": "soundvoltex.dll",
"data": "0070C9B28B000000",
"offset": 3846313
}
},
{
"name": "15 Minutes",
"patch": {
"dllName": "soundvoltex.dll",
"data": "00282E8CD1000000",
"offset": 3846313
}
},
{
"name": "20 Minutes",
"patch": {
"dllName": "soundvoltex.dll",
"data": "00E0926517010000",
"offset": 3846313
}
},
{
"name": "30 Minutes",
"patch": {
"dllName": "soundvoltex.dll",
"data": "00505C18A3010000",
"offset": 3846313
}
},
{
"name": "45 Minutes",
"patch": {
"dllName": "soundvoltex.dll",
"data": "00788AA474020000",
"offset": 3846313
}
},
{
"name": "60 Minutes",
"patch": {
"dllName": "soundvoltex.dll",
"data": "00A0B83046030000",
"offset": 3846313
}
},
{
"name": "90 Minutes",
"patch": {
"dllName": "soundvoltex.dll",
"data": "00F01449E9040000",
"offset": 3846313
}
}
]
},
{
"type": "memory",
"name": "Valkyrie Mode 60Hz",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 2916755,
"dllName": "soundvoltex.dll",
"dataDisabled": "74",
"dataEnabled": "75"
},
{
"offset": 5014507,
"dllName": "soundvoltex.dll",
"dataDisabled": "74",
"dataEnabled": "75"
},
{
"offset": 5016848,
"dllName": "soundvoltex.dll",
"dataDisabled": "74",
"dataEnabled": "75"
}
]
},
{
"type": "memory",
"name": "Fake Japan Region",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 1981487,
"dllName": "soundvoltex.dll",
"dataDisabled": "E8FCC4300085C00F85FA000000",
"dataEnabled": "31C0A3A8669B80010000009090"
}
]
}
]
+466
View File
@@ -0,0 +1,466 @@
[
{
"gameCode": "KFC",
"version": "2024-02-06",
"lastUpdated": "2025-02-13 08:04:59",
"source": "https://sp2x.two-torial.xyz/"
},
{
"type": "memory",
"name": "Disable power change",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 2919956,
"dllName": "soundvoltex.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
}
]
},
{
"type": "memory",
"name": "Disable monitor change",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 2920108,
"dllName": "soundvoltex.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
}
]
},
{
"type": "memory",
"name": "Force BIO2 (KFC) IO in Valkyrie mode",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 5306469,
"dllName": "soundvoltex.dll",
"dataDisabled": "87050000",
"dataEnabled": "A70C0000"
}
]
},
{
"type": "union",
"name": "Game FPS Target",
"description": "",
"gameCode": "KFC",
"patches": [
{
"name": "60 FPS (Default)",
"patch": {
"dllName": "soundvoltex.dll",
"data": "0000000000004E40",
"offset": 8895072
}
},
{
"name": "120 FPS",
"patch": {
"dllName": "soundvoltex.dll",
"data": "0000000000005E40",
"offset": 8895072
}
}
]
},
{
"type": "union",
"name": "Note FPS Target",
"description": "",
"gameCode": "KFC",
"patches": [
{
"name": "60 FPS (Default)",
"patch": {
"dllName": "soundvoltex.dll",
"data": "F20F59354E405B00660F2EF174290F",
"offset": 2917538
}
},
{
"name": "120 FPS",
"patch": {
"dllName": "soundvoltex.dll",
"data": "909090909090B878000000F20F2AF0",
"offset": 2917538
}
}
]
},
{
"type": "memory",
"name": "Shared mode WASAPI",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 5546809,
"dllName": "soundvoltex.dll",
"dataDisabled": "04",
"dataEnabled": "00"
},
{
"offset": 5546647,
"dllName": "soundvoltex.dll",
"dataDisabled": "07",
"dataEnabled": "00"
}
]
},
{
"type": "memory",
"name": "Unlock All Songs",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 6154046,
"dllName": "soundvoltex.dll",
"dataDisabled": "7426",
"dataEnabled": "EB1F"
},
{
"offset": 906160,
"dllName": "soundvoltex.dll",
"dataDisabled": "440FB6742469",
"dataEnabled": "41BE03000000"
}
]
},
{
"type": "memory",
"name": "Unlock All Difficulties",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 4164737,
"dllName": "soundvoltex.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
}
]
},
{
"type": "memory",
"name": "Uncensor album jackets (for K region only)",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 8381320,
"dllName": "soundvoltex.dll",
"dataDisabled": "61",
"dataEnabled": "75"
}
]
},
{
"type": "memory",
"name": "Hide all bottom text",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 8023456,
"dllName": "soundvoltex.dll",
"dataDisabled": "4652454520504C4159",
"dataEnabled": "000000000000000000"
},
{
"offset": 8023472,
"dllName": "soundvoltex.dll",
"dataDisabled": "4556454E54204D4F4445",
"dataEnabled": "00000000000000000000"
},
{
"offset": 8023168,
"dllName": "soundvoltex.dll",
"dataDisabled": "54454E4B4149434849204D4F4445",
"dataEnabled": "0000000000000000000000000000"
},
{
"offset": 8023376,
"dllName": "soundvoltex.dll",
"dataDisabled": "504153454C493A202573202B202573",
"dataEnabled": "000000000000000000000000000000"
},
{
"offset": 8023488,
"dllName": "soundvoltex.dll",
"dataDisabled": "4352454449543A202564202020434F494E3A202564202F202564",
"dataEnabled": "0000000000000000000000000000000000000000000000000000"
},
{
"offset": 8023520,
"dllName": "soundvoltex.dll",
"dataDisabled": "4352454449543A20256400",
"dataEnabled": "0000000000000000000000"
},
{
"offset": 8023544,
"dllName": "soundvoltex.dll",
"dataDisabled": "504153454C493A204E4F5420415641494C41424C45",
"dataEnabled": "000000000000000000000000000000000000000000"
},
{
"offset": 8023416,
"dllName": "soundvoltex.dll",
"dataDisabled": "504153454C493A204E4F204143434F554E54",
"dataEnabled": "000000000000000000000000000000000000"
},
{
"offset": 8023439,
"dllName": "soundvoltex.dll",
"dataDisabled": "00504153454C493A20257300",
"dataEnabled": "000000000000000000000000"
},
{
"offset": 8023392,
"dllName": "soundvoltex.dll",
"dataDisabled": "455854524120504153454C493A202573",
"dataEnabled": "00000000000000000000000000000000"
},
{
"offset": 8023531,
"dllName": "soundvoltex.dll",
"dataDisabled": "0025302A6400",
"dataEnabled": "000000000000"
},
{
"offset": 8023184,
"dllName": "soundvoltex.dll",
"dataDisabled": "8347815B83578393834F928682C582B728257381602989F08F9C82B782E982C982CD8365835883678381836A8385815B82C993FC82E8814183658393834C815B82F02030302C2030302C2030302C20362C20302082CC8F8782C5899F82B582C482AD82BE82B382A281420A8347815B83578393834F82F08DC48A4A82B782E98FEA8D8782CD8365835883678356815B839382C530302C2030302C2030302C20362C20312082CC8F8782C5899F82B582C482AD82BE82B382A28142",
"dataEnabled": "000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
}
]
},
{
"type": "memory",
"name": "Disable subscreen in Valkyrie mode",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 5016302,
"dllName": "soundvoltex.dll",
"dataDisabled": "83BDB800000002410F93C64488742451",
"dataEnabled": "41B60044887424519090909090909090"
}
]
},
{
"type": "memory",
"name": "Timer freeze",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 1235573,
"dllName": "soundvoltex.dll",
"dataDisabled": "84",
"dataEnabled": "85"
}
]
},
{
"type": "memory",
"name": "Premium timer freeze",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 4209909,
"dllName": "soundvoltex.dll",
"dataDisabled": "0F85",
"dataEnabled": "90E9"
},
{
"offset": 3714971,
"dllName": "soundvoltex.dll",
"dataDisabled": "0F84",
"dataEnabled": "90E9"
},
{
"offset": 2732819,
"dllName": "soundvoltex.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
}
]
},
{
"type": "memory",
"name": "Hide premium guide banner",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 3142056,
"dllName": "soundvoltex.dll",
"dataDisabled": "64465100",
"dataEnabled": "4CD84A00"
}
]
},
{
"type": "union",
"name": "Premium Time Length",
"description": "",
"gameCode": "KFC",
"patches": [
{
"name": "00:00",
"patch": {
"dllName": "soundvoltex.dll",
"data": "AAB9650000000000",
"offset": 3849705
}
},
{
"name": "00:01",
"patch": {
"dllName": "soundvoltex.dll",
"data": "00CA9A3B00000000",
"offset": 3849705
}
},
{
"name": "04:20",
"patch": {
"dllName": "soundvoltex.dll",
"data": "002835893C000000",
"offset": 3849705
}
},
{
"name": "13:37",
"patch": {
"dllName": "soundvoltex.dll",
"data": "00AAFE38BE000000",
"offset": 3849705
}
},
{
"name": "57:30",
"patch": {
"dllName": "soundvoltex.dll",
"data": "0044064423030000",
"offset": 3849705
}
},
{
"name": "69:00",
"patch": {
"dllName": "soundvoltex.dll",
"data": "00B83AEBC3030000",
"offset": 3849705
}
},
{
"name": "10 Minutes",
"patch": {
"dllName": "soundvoltex.dll",
"data": "0070C9B28B000000",
"offset": 3849705
}
},
{
"name": "15 Minutes",
"patch": {
"dllName": "soundvoltex.dll",
"data": "00282E8CD1000000",
"offset": 3849705
}
},
{
"name": "20 Minutes",
"patch": {
"dllName": "soundvoltex.dll",
"data": "00E0926517010000",
"offset": 3849705
}
},
{
"name": "30 Minutes",
"patch": {
"dllName": "soundvoltex.dll",
"data": "00505C18A3010000",
"offset": 3849705
}
},
{
"name": "45 Minutes",
"patch": {
"dllName": "soundvoltex.dll",
"data": "00788AA474020000",
"offset": 3849705
}
},
{
"name": "60 Minutes",
"patch": {
"dllName": "soundvoltex.dll",
"data": "00A0B83046030000",
"offset": 3849705
}
},
{
"name": "90 Minutes",
"patch": {
"dllName": "soundvoltex.dll",
"data": "00F01449E9040000",
"offset": 3849705
}
}
]
},
{
"type": "memory",
"name": "Valkyrie Mode 60Hz",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 2920147,
"dllName": "soundvoltex.dll",
"dataDisabled": "74",
"dataEnabled": "75"
},
{
"offset": 5017899,
"dllName": "soundvoltex.dll",
"dataDisabled": "74",
"dataEnabled": "75"
},
{
"offset": 5020240,
"dllName": "soundvoltex.dll",
"dataDisabled": "74",
"dataEnabled": "75"
}
]
},
{
"type": "memory",
"name": "Fake Japan Region",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 1984879,
"dllName": "soundvoltex.dll",
"dataDisabled": "E8FCC4300085C00F85FA000000",
"dataEnabled": "31C0A3A8A69B80010000009090"
}
]
}
]
+466
View File
@@ -0,0 +1,466 @@
[
{
"gameCode": "KFC",
"version": "2024-02-20",
"lastUpdated": "2025-02-13 08:04:59",
"source": "https://sp2x.two-torial.xyz/"
},
{
"type": "memory",
"name": "Disable power change",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 2950964,
"dllName": "soundvoltex.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
}
]
},
{
"type": "memory",
"name": "Disable monitor change",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 2951116,
"dllName": "soundvoltex.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
}
]
},
{
"type": "memory",
"name": "Force BIO2 (KFC) IO in Valkyrie mode",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 5339013,
"dllName": "soundvoltex.dll",
"dataDisabled": "87050000",
"dataEnabled": "A70C0000"
}
]
},
{
"type": "union",
"name": "Game FPS Target",
"description": "",
"gameCode": "KFC",
"patches": [
{
"name": "60 FPS (Default)",
"patch": {
"dllName": "soundvoltex.dll",
"data": "0000000000004E40",
"offset": 8925128
}
},
{
"name": "120 FPS",
"patch": {
"dllName": "soundvoltex.dll",
"data": "0000000000005E40",
"offset": 8925128
}
}
]
},
{
"type": "union",
"name": "Note FPS Target",
"description": "",
"gameCode": "KFC",
"patches": [
{
"name": "60 FPS (Default)",
"patch": {
"dllName": "soundvoltex.dll",
"data": "F20F59359E3A5B00660F2EF174290F",
"offset": 2948546
}
},
{
"name": "120 FPS",
"patch": {
"dllName": "soundvoltex.dll",
"data": "909090909090B878000000F20F2AF0",
"offset": 2948546
}
}
]
},
{
"type": "memory",
"name": "Shared mode WASAPI",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 5578409,
"dllName": "soundvoltex.dll",
"dataDisabled": "04",
"dataEnabled": "00"
},
{
"offset": 5578247,
"dllName": "soundvoltex.dll",
"dataDisabled": "07",
"dataEnabled": "00"
}
]
},
{
"type": "memory",
"name": "Unlock All Songs",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 6192062,
"dllName": "soundvoltex.dll",
"dataDisabled": "7426",
"dataEnabled": "EB1F"
},
{
"offset": 910768,
"dllName": "soundvoltex.dll",
"dataDisabled": "440FB6742469",
"dataEnabled": "41BE03000000"
}
]
},
{
"type": "memory",
"name": "Unlock All Difficulties",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 4196497,
"dllName": "soundvoltex.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
}
]
},
{
"type": "memory",
"name": "Uncensor album jackets (for K region only)",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 8430688,
"dllName": "soundvoltex.dll",
"dataDisabled": "61",
"dataEnabled": "75"
}
]
},
{
"type": "memory",
"name": "Hide all bottom text",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 8062192,
"dllName": "soundvoltex.dll",
"dataDisabled": "4652454520504C4159",
"dataEnabled": "000000000000000000"
},
{
"offset": 8062208,
"dllName": "soundvoltex.dll",
"dataDisabled": "4556454E54204D4F4445",
"dataEnabled": "00000000000000000000"
},
{
"offset": 8061984,
"dllName": "soundvoltex.dll",
"dataDisabled": "54454E4B4149434849204D4F4445",
"dataEnabled": "0000000000000000000000000000"
},
{
"offset": 8061944,
"dllName": "soundvoltex.dll",
"dataDisabled": "504153454C493A202573202B202573",
"dataEnabled": "000000000000000000000000000000"
},
{
"offset": 8061896,
"dllName": "soundvoltex.dll",
"dataDisabled": "4352454449543A202564202020434F494E3A202564202F202564",
"dataEnabled": "0000000000000000000000000000000000000000000000000000"
},
{
"offset": 8061928,
"dllName": "soundvoltex.dll",
"dataDisabled": "4352454449543A20256400",
"dataEnabled": "0000000000000000000000"
},
{
"offset": 8062272,
"dllName": "soundvoltex.dll",
"dataDisabled": "504153454C493A204E4F5420415641494C41424C45",
"dataEnabled": "000000000000000000000000000000000000000000"
},
{
"offset": 8062224,
"dllName": "soundvoltex.dll",
"dataDisabled": "504153454C493A204E4F204143434F554E54",
"dataEnabled": "000000000000000000000000000000000000"
},
{
"offset": 8062247,
"dllName": "soundvoltex.dll",
"dataDisabled": "00504153454C493A20257300",
"dataEnabled": "000000000000000000000000"
},
{
"offset": 8061960,
"dllName": "soundvoltex.dll",
"dataDisabled": "455854524120504153454C493A202573",
"dataEnabled": "00000000000000000000000000000000"
},
{
"offset": 8062259,
"dllName": "soundvoltex.dll",
"dataDisabled": "0025302A6400",
"dataEnabled": "000000000000"
},
{
"offset": 8062000,
"dllName": "soundvoltex.dll",
"dataDisabled": "8347815B83578393834F928682C582B728257381602989F08F9C82B782E982C982CD8365835883678381836A8385815B82C993FC82E8814183658393834C815B82F02030302C2030302C2030302C20362C20302082CC8F8782C5899F82B582C482AD82BE82B382A281420A8347815B83578393834F82F08DC48A4A82B782E98FEA8D8782CD8365835883678356815B839382C530302C2030302C2030302C20362C20312082CC8F8782C5899F82B582C482AD82BE82B382A28142",
"dataEnabled": "000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
}
]
},
{
"type": "memory",
"name": "Disable subscreen in Valkyrie mode",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 5048606,
"dllName": "soundvoltex.dll",
"dataDisabled": "83BDB800000002410F93C64488742451",
"dataEnabled": "41B60044887424519090909090909090"
}
]
},
{
"type": "memory",
"name": "Timer freeze",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 1263061,
"dllName": "soundvoltex.dll",
"dataDisabled": "84",
"dataEnabled": "85"
}
]
},
{
"type": "memory",
"name": "Premium timer freeze",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 4241669,
"dllName": "soundvoltex.dll",
"dataDisabled": "0F85",
"dataEnabled": "90E9"
},
{
"offset": 3746715,
"dllName": "soundvoltex.dll",
"dataDisabled": "0F84",
"dataEnabled": "90E9"
},
{
"offset": 2761507,
"dllName": "soundvoltex.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
}
]
},
{
"type": "memory",
"name": "Hide premium guide banner",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 3173800,
"dllName": "soundvoltex.dll",
"dataDisabled": "C4895100",
"dataEnabled": "ACF14A00"
}
]
},
{
"type": "union",
"name": "Premium Time Length",
"description": "",
"gameCode": "KFC",
"patches": [
{
"name": "00:00",
"patch": {
"dllName": "soundvoltex.dll",
"data": "AAB9650000000000",
"offset": 3881465
}
},
{
"name": "00:01",
"patch": {
"dllName": "soundvoltex.dll",
"data": "00CA9A3B00000000",
"offset": 3881465
}
},
{
"name": "04:20",
"patch": {
"dllName": "soundvoltex.dll",
"data": "002835893C000000",
"offset": 3881465
}
},
{
"name": "13:37",
"patch": {
"dllName": "soundvoltex.dll",
"data": "00AAFE38BE000000",
"offset": 3881465
}
},
{
"name": "57:30",
"patch": {
"dllName": "soundvoltex.dll",
"data": "0044064423030000",
"offset": 3881465
}
},
{
"name": "69:00",
"patch": {
"dllName": "soundvoltex.dll",
"data": "00B83AEBC3030000",
"offset": 3881465
}
},
{
"name": "10 Minutes",
"patch": {
"dllName": "soundvoltex.dll",
"data": "0070C9B28B000000",
"offset": 3881465
}
},
{
"name": "15 Minutes",
"patch": {
"dllName": "soundvoltex.dll",
"data": "00282E8CD1000000",
"offset": 3881465
}
},
{
"name": "20 Minutes",
"patch": {
"dllName": "soundvoltex.dll",
"data": "00E0926517010000",
"offset": 3881465
}
},
{
"name": "30 Minutes",
"patch": {
"dllName": "soundvoltex.dll",
"data": "00505C18A3010000",
"offset": 3881465
}
},
{
"name": "45 Minutes",
"patch": {
"dllName": "soundvoltex.dll",
"data": "00788AA474020000",
"offset": 3881465
}
},
{
"name": "60 Minutes",
"patch": {
"dllName": "soundvoltex.dll",
"data": "00A0B83046030000",
"offset": 3881465
}
},
{
"name": "90 Minutes",
"patch": {
"dllName": "soundvoltex.dll",
"data": "00F01449E9040000",
"offset": 3881465
}
}
]
},
{
"type": "memory",
"name": "Valkyrie Mode 60Hz",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 2951155,
"dllName": "soundvoltex.dll",
"dataDisabled": "74",
"dataEnabled": "75"
},
{
"offset": 5050203,
"dllName": "soundvoltex.dll",
"dataDisabled": "74",
"dataEnabled": "75"
},
{
"offset": 5052544,
"dllName": "soundvoltex.dll",
"dataDisabled": "74",
"dataEnabled": "75"
}
]
},
{
"type": "memory",
"name": "Fake Japan Region",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 2012303,
"dllName": "soundvoltex.dll",
"dataDisabled": "E8FCD8300085C00F85FA000000",
"dataEnabled": "31C0A374449C80010000009090"
}
]
}
]
+508
View File
@@ -0,0 +1,508 @@
[
{
"gameCode": "KFC",
"version": "2024-03-18",
"lastUpdated": "2025-02-13 08:04:59",
"source": "https://sp2x.two-torial.xyz/"
},
{
"type": "memory",
"name": "Disable power change",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 2982180,
"dllName": "soundvoltex.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
}
]
},
{
"type": "memory",
"name": "Disable monitor change",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 2982332,
"dllName": "soundvoltex.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
}
]
},
{
"type": "memory",
"name": "Force BIO2 (KFC) IO in Valkyrie mode",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 5374517,
"dllName": "soundvoltex.dll",
"dataDisabled": "87050000",
"dataEnabled": "A70C0000"
}
]
},
{
"type": "union",
"name": "Game FPS Target",
"description": "",
"gameCode": "KFC",
"patches": [
{
"name": "60 FPS (Default)",
"patch": {
"dllName": "soundvoltex.dll",
"data": "0000000000004E40",
"offset": 8980352
}
},
{
"name": "120 FPS",
"patch": {
"dllName": "soundvoltex.dll",
"data": "0000000000005E40",
"offset": 8980352
}
}
]
},
{
"type": "union",
"name": "Note FPS Target",
"description": "",
"gameCode": "KFC",
"patches": [
{
"name": "60 FPS (Default)",
"patch": {
"dllName": "soundvoltex.dll",
"data": "F20F5935B68C5B00660F2EF174290F",
"offset": 2979762
}
},
{
"name": "120 FPS",
"patch": {
"dllName": "soundvoltex.dll",
"data": "909090909090B878000000F20F2AF0",
"offset": 2979762
}
}
]
},
{
"type": "memory",
"name": "Shared mode WASAPI",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 5613913,
"dllName": "soundvoltex.dll",
"dataDisabled": "04",
"dataEnabled": "00"
},
{
"offset": 5613751,
"dllName": "soundvoltex.dll",
"dataDisabled": "07",
"dataEnabled": "00"
}
]
},
{
"type": "memory",
"name": "Unlock All Songs",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 6227566,
"dllName": "soundvoltex.dll",
"dataDisabled": "7426",
"dataEnabled": "EB1F"
},
{
"offset": 931440,
"dllName": "soundvoltex.dll",
"dataDisabled": "440FB6742469",
"dataEnabled": "41BE03000000"
}
]
},
{
"type": "memory",
"name": "Unlock All Difficulties",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 4230321,
"dllName": "soundvoltex.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
}
]
},
{
"type": "memory",
"name": "Uncensor album jackets (for K region only)",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 8483736,
"dllName": "soundvoltex.dll",
"dataDisabled": "61",
"dataEnabled": "75"
}
]
},
{
"type": "memory",
"name": "Hide all bottom text",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 8102648,
"dllName": "soundvoltex.dll",
"dataDisabled": "4652454520504C4159",
"dataEnabled": "000000000000000000"
},
{
"offset": 8102600,
"dllName": "soundvoltex.dll",
"dataDisabled": "4556454E54204D4F4445",
"dataEnabled": "00000000000000000000"
},
{
"offset": 8102616,
"dllName": "soundvoltex.dll",
"dataDisabled": "54454E4B4149434849204D4F4445",
"dataEnabled": "0000000000000000000000000000"
},
{
"offset": 8103088,
"dllName": "soundvoltex.dll",
"dataDisabled": "504153454C493A202573202B202573",
"dataEnabled": "000000000000000000000000000000"
},
{
"offset": 8103040,
"dllName": "soundvoltex.dll",
"dataDisabled": "4352454449543A202564202020434F494E3A202564202F202564",
"dataEnabled": "0000000000000000000000000000000000000000000000000000"
},
{
"offset": 8102632,
"dllName": "soundvoltex.dll",
"dataDisabled": "4352454449543A20256400",
"dataEnabled": "0000000000000000000000"
},
{
"offset": 8102960,
"dllName": "soundvoltex.dll",
"dataDisabled": "504153454C493A204E4F5420415641494C41424C45",
"dataEnabled": "000000000000000000000000000000000000000000"
},
{
"offset": 8102984,
"dllName": "soundvoltex.dll",
"dataDisabled": "504153454C493A204E4F204143434F554E54",
"dataEnabled": "000000000000000000000000000000000000"
},
{
"offset": 8103071,
"dllName": "soundvoltex.dll",
"dataDisabled": "00504153454C493A20257300",
"dataEnabled": "000000000000000000000000"
},
{
"offset": 8103016,
"dllName": "soundvoltex.dll",
"dataDisabled": "455854524120504153454C493A202573",
"dataEnabled": "00000000000000000000000000000000"
},
{
"offset": 8103003,
"dllName": "soundvoltex.dll",
"dataDisabled": "0025302A6400",
"dataEnabled": "000000000000"
},
{
"offset": 8102720,
"dllName": "soundvoltex.dll",
"dataDisabled": "8347815B83578393834F928682C582B728257381602989F08F9C82B782E982C982CD8365835883678381836A8385815B82C993FC82E8814183658393834C815B82F02030302C2030302C2030302C20362C20302082CC8F8782C5899F82B582C482AD82BE82B382A281420A8347815B83578393834F82F08DC48A4A82B782E98FEA8D8782CD8365835883678356815B839382C530302C2030302C2030302C20362C20312082CC8F8782C5899F82B582C482AD82BE82B382A28142",
"dataEnabled": "000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
}
]
},
{
"type": "memory",
"name": "Disable subscreen in Valkyrie mode",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 5083022,
"dllName": "soundvoltex.dll",
"dataDisabled": "83BDB800000002410F93C64488742451",
"dataEnabled": "41B60044887424519090909090909090"
}
]
},
{
"type": "memory",
"name": "Timer freeze",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 1284085,
"dllName": "soundvoltex.dll",
"dataDisabled": "84",
"dataEnabled": "85"
}
]
},
{
"type": "memory",
"name": "Premium timer freeze",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 4275605,
"dllName": "soundvoltex.dll",
"dataDisabled": "0F85",
"dataEnabled": "90E9"
},
{
"offset": 3780379,
"dllName": "soundvoltex.dll",
"dataDisabled": "0F84",
"dataEnabled": "90E9"
},
{
"offset": 2790051,
"dllName": "soundvoltex.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
}
]
},
{
"type": "memory",
"name": "Hide premium guide banner",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 3205032,
"dllName": "soundvoltex.dll",
"dataDisabled": "54D45100",
"dataEnabled": "140B4B00"
}
]
},
{
"type": "union",
"name": "Premium Time Length",
"description": "",
"gameCode": "KFC",
"patches": [
{
"name": "00:00",
"patch": {
"dllName": "soundvoltex.dll",
"data": "AAB9650000000000",
"offset": 3915145
}
},
{
"name": "00:01",
"patch": {
"dllName": "soundvoltex.dll",
"data": "00CA9A3B00000000",
"offset": 3915145
}
},
{
"name": "04:20",
"patch": {
"dllName": "soundvoltex.dll",
"data": "002835893C000000",
"offset": 3915145
}
},
{
"name": "13:37",
"patch": {
"dllName": "soundvoltex.dll",
"data": "00AAFE38BE000000",
"offset": 3915145
}
},
{
"name": "57:30",
"patch": {
"dllName": "soundvoltex.dll",
"data": "0044064423030000",
"offset": 3915145
}
},
{
"name": "69:00",
"patch": {
"dllName": "soundvoltex.dll",
"data": "00B83AEBC3030000",
"offset": 3915145
}
},
{
"name": "10 Minutes",
"patch": {
"dllName": "soundvoltex.dll",
"data": "0070C9B28B000000",
"offset": 3915145
}
},
{
"name": "15 Minutes",
"patch": {
"dllName": "soundvoltex.dll",
"data": "00282E8CD1000000",
"offset": 3915145
}
},
{
"name": "20 Minutes",
"patch": {
"dllName": "soundvoltex.dll",
"data": "00E0926517010000",
"offset": 3915145
}
},
{
"name": "30 Minutes",
"patch": {
"dllName": "soundvoltex.dll",
"data": "00505C18A3010000",
"offset": 3915145
}
},
{
"name": "45 Minutes",
"patch": {
"dllName": "soundvoltex.dll",
"data": "00788AA474020000",
"offset": 3915145
}
},
{
"name": "60 Minutes",
"patch": {
"dllName": "soundvoltex.dll",
"data": "00A0B83046030000",
"offset": 3915145
}
},
{
"name": "90 Minutes",
"patch": {
"dllName": "soundvoltex.dll",
"data": "00F01449E9040000",
"offset": 3915145
}
}
]
},
{
"type": "memory",
"name": "Valkyrie Mode 60Hz",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 2982371,
"dllName": "soundvoltex.dll",
"dataDisabled": "74",
"dataEnabled": "75"
},
{
"offset": 5084619,
"dllName": "soundvoltex.dll",
"dataDisabled": "74",
"dataEnabled": "75"
},
{
"offset": 5086960,
"dllName": "soundvoltex.dll",
"dataDisabled": "74",
"dataEnabled": "75"
}
]
},
{
"type": "union",
"name": "Fake Region",
"description": "",
"gameCode": "KFC",
"patches": [
{
"name": "None (Default)",
"patch": {
"data": "E8DCF5300085C00F85FA000000",
"offset": 2039743,
"dllName": "soundvoltex.dll"
}
},
{
"name": "Japan (J)",
"patch": {
"data": "33C089055D087E009090909090",
"offset": 2039743,
"dllName": "soundvoltex.dll"
}
},
{
"name": "Korea (K)",
"patch": {
"data": "B80100000089055A087E009090",
"offset": 2039743,
"dllName": "soundvoltex.dll"
}
},
{
"name": "Asia (A)",
"patch": {
"data": "B80200000089055A087E009090",
"offset": 2039743,
"dllName": "soundvoltex.dll"
}
},
{
"name": "Indonesia (Y)",
"patch": {
"data": "B80300000089055A087E009090",
"offset": 2039743,
"dllName": "soundvoltex.dll"
}
},
{
"name": "America (U)",
"patch": {
"data": "B80400000089055A087E009090",
"offset": 2039743,
"dllName": "soundvoltex.dll"
}
}
]
}
]
+508
View File
@@ -0,0 +1,508 @@
[
{
"gameCode": "KFC",
"version": "2024-04-02",
"lastUpdated": "2025-02-13 08:04:59",
"source": "https://sp2x.two-torial.xyz/"
},
{
"type": "memory",
"name": "Disable power change",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 3019940,
"dllName": "soundvoltex.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
}
]
},
{
"type": "memory",
"name": "Disable monitor change",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 3020092,
"dllName": "soundvoltex.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
}
]
},
{
"type": "memory",
"name": "Force BIO2 (KFC) IO in Valkyrie mode",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 5447557,
"dllName": "soundvoltex.dll",
"dataDisabled": "87050000",
"dataEnabled": "A70C0000"
}
]
},
{
"type": "union",
"name": "Game FPS Target",
"description": "",
"gameCode": "KFC",
"patches": [
{
"name": "60 FPS (Default)",
"patch": {
"dllName": "soundvoltex.dll",
"data": "0000000000004E40",
"offset": 9056512
}
},
{
"name": "120 FPS",
"patch": {
"dllName": "soundvoltex.dll",
"data": "0000000000005E40",
"offset": 9056512
}
}
]
},
{
"type": "union",
"name": "Note FPS Target",
"description": "",
"gameCode": "KFC",
"patches": [
{
"name": "60 FPS (Default)",
"patch": {
"dllName": "soundvoltex.dll",
"data": "F20F5935B62E5C00660F2EF174290F",
"offset": 3017522
}
},
{
"name": "120 FPS",
"patch": {
"dllName": "soundvoltex.dll",
"data": "909090909090B878000000F20F2AF0",
"offset": 3017522
}
}
]
},
{
"type": "memory",
"name": "Shared mode WASAPI",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 5686953,
"dllName": "soundvoltex.dll",
"dataDisabled": "04",
"dataEnabled": "00"
},
{
"offset": 5686791,
"dllName": "soundvoltex.dll",
"dataDisabled": "07",
"dataEnabled": "00"
}
]
},
{
"type": "memory",
"name": "Unlock All Songs",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 6294190,
"dllName": "soundvoltex.dll",
"dataDisabled": "7426",
"dataEnabled": "EB1F"
},
{
"offset": 1004016,
"dllName": "soundvoltex.dll",
"dataDisabled": "440FB6742469",
"dataEnabled": "41BE03000000"
}
]
},
{
"type": "memory",
"name": "Unlock All Difficulties",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 4298689,
"dllName": "soundvoltex.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
}
]
},
{
"type": "memory",
"name": "Uncensor album jackets (for K region only)",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 8557272,
"dllName": "soundvoltex.dll",
"dataDisabled": "61",
"dataEnabled": "75"
}
]
},
{
"type": "memory",
"name": "Hide all bottom text",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 8175488,
"dllName": "soundvoltex.dll",
"dataDisabled": "4652454520504C4159",
"dataEnabled": "000000000000000000"
},
{
"offset": 8175504,
"dllName": "soundvoltex.dll",
"dataDisabled": "4556454E54204D4F4445",
"dataEnabled": "00000000000000000000"
},
{
"offset": 8175280,
"dllName": "soundvoltex.dll",
"dataDisabled": "54454E4B4149434849204D4F4445",
"dataEnabled": "0000000000000000000000000000"
},
{
"offset": 8175736,
"dllName": "soundvoltex.dll",
"dataDisabled": "504153454C493A202573202B202573",
"dataEnabled": "000000000000000000000000000000"
},
{
"offset": 8175688,
"dllName": "soundvoltex.dll",
"dataDisabled": "4352454449543A202564202020434F494E3A202564202F202564",
"dataEnabled": "0000000000000000000000000000000000000000000000000000"
},
{
"offset": 8175720,
"dllName": "soundvoltex.dll",
"dataDisabled": "4352454449543A20256400",
"dataEnabled": "0000000000000000000000"
},
{
"offset": 8175664,
"dllName": "soundvoltex.dll",
"dataDisabled": "504153454C493A204E4F5420415641494C41424C45",
"dataEnabled": "000000000000000000000000000000000000000000"
},
{
"offset": 8175616,
"dllName": "soundvoltex.dll",
"dataDisabled": "504153454C493A204E4F204143434F554E54",
"dataEnabled": "000000000000000000000000000000000000"
},
{
"offset": 8175639,
"dllName": "soundvoltex.dll",
"dataDisabled": "00504153454C493A20257300",
"dataEnabled": "000000000000000000000000"
},
{
"offset": 8175752,
"dllName": "soundvoltex.dll",
"dataDisabled": "455854524120504153454C493A202573",
"dataEnabled": "00000000000000000000000000000000"
},
{
"offset": 8175651,
"dllName": "soundvoltex.dll",
"dataDisabled": "0025302A6400",
"dataEnabled": "000000000000"
},
{
"offset": 8175296,
"dllName": "soundvoltex.dll",
"dataDisabled": "8347815B83578393834F928682C582B728257381602989F08F9C82B782E982C982CD8365835883678381836A8385815B82C993FC82E8814183658393834C815B82F02030302C2030302C2030302C20362C20302082CC8F8782C5899F82B582C482AD82BE82B382A281420A8347815B83578393834F82F08DC48A4A82B782E98FEA8D8782CD8365835883678356815B839382C530302C2030302C2030302C20362C20312082CC8F8782C5899F82B582C482AD82BE82B382A28142",
"dataEnabled": "000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
}
]
},
{
"type": "memory",
"name": "Disable subscreen in Valkyrie mode",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 5154606,
"dllName": "soundvoltex.dll",
"dataDisabled": "83BDB800000002410F93C64488742451",
"dataEnabled": "41B60044887424519090909090909090"
}
]
},
{
"type": "memory",
"name": "Timer freeze",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 1326725,
"dllName": "soundvoltex.dll",
"dataDisabled": "84",
"dataEnabled": "85"
}
]
},
{
"type": "memory",
"name": "Premium timer freeze",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 4343973,
"dllName": "soundvoltex.dll",
"dataDisabled": "0F85",
"dataEnabled": "90E9"
},
{
"offset": 3848651,
"dllName": "soundvoltex.dll",
"dataDisabled": "0F84",
"dataEnabled": "90E9"
},
{
"offset": 2827779,
"dllName": "soundvoltex.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
}
]
},
{
"type": "memory",
"name": "Hide premium guide banner",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 3245496,
"dllName": "soundvoltex.dll",
"dataDisabled": "1C635200",
"dataEnabled": "84924B00"
}
]
},
{
"type": "union",
"name": "Premium Time Length",
"description": "",
"gameCode": "KFC",
"patches": [
{
"name": "00:00",
"patch": {
"dllName": "soundvoltex.dll",
"data": "AAB9650000000000",
"offset": 3983497
}
},
{
"name": "00:01",
"patch": {
"dllName": "soundvoltex.dll",
"data": "00CA9A3B00000000",
"offset": 3983497
}
},
{
"name": "04:20",
"patch": {
"dllName": "soundvoltex.dll",
"data": "002835893C000000",
"offset": 3983497
}
},
{
"name": "13:37",
"patch": {
"dllName": "soundvoltex.dll",
"data": "00AAFE38BE000000",
"offset": 3983497
}
},
{
"name": "57:30",
"patch": {
"dllName": "soundvoltex.dll",
"data": "0044064423030000",
"offset": 3983497
}
},
{
"name": "69:00",
"patch": {
"dllName": "soundvoltex.dll",
"data": "00B83AEBC3030000",
"offset": 3983497
}
},
{
"name": "10 Minutes",
"patch": {
"dllName": "soundvoltex.dll",
"data": "0070C9B28B000000",
"offset": 3983497
}
},
{
"name": "15 Minutes",
"patch": {
"dllName": "soundvoltex.dll",
"data": "00282E8CD1000000",
"offset": 3983497
}
},
{
"name": "20 Minutes",
"patch": {
"dllName": "soundvoltex.dll",
"data": "00E0926517010000",
"offset": 3983497
}
},
{
"name": "30 Minutes",
"patch": {
"dllName": "soundvoltex.dll",
"data": "00505C18A3010000",
"offset": 3983497
}
},
{
"name": "45 Minutes",
"patch": {
"dllName": "soundvoltex.dll",
"data": "00788AA474020000",
"offset": 3983497
}
},
{
"name": "60 Minutes",
"patch": {
"dllName": "soundvoltex.dll",
"data": "00A0B83046030000",
"offset": 3983497
}
},
{
"name": "90 Minutes",
"patch": {
"dllName": "soundvoltex.dll",
"data": "00F01449E9040000",
"offset": 3983497
}
}
]
},
{
"type": "memory",
"name": "Valkyrie Mode 60Hz",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 3020131,
"dllName": "soundvoltex.dll",
"dataDisabled": "74",
"dataEnabled": "75"
},
{
"offset": 5156203,
"dllName": "soundvoltex.dll",
"dataDisabled": "74",
"dataEnabled": "75"
},
{
"offset": 5158544,
"dllName": "soundvoltex.dll",
"dataDisabled": "74",
"dataEnabled": "75"
}
]
},
{
"type": "union",
"name": "Fake Region",
"description": "",
"gameCode": "KFC",
"patches": [
{
"name": "None (Default)",
"patch": {
"data": "E81C7D310085C00F85FA000000",
"offset": 2077983,
"dllName": "soundvoltex.dll"
}
},
{
"name": "Japan (J)",
"patch": {
"data": "B80000000089059ACF7E009090",
"offset": 2077983,
"dllName": "soundvoltex.dll"
}
},
{
"name": "Korea (K)",
"patch": {
"data": "B80100000089059ACF7E009090",
"offset": 2077983,
"dllName": "soundvoltex.dll"
}
},
{
"name": "Asia (A)",
"patch": {
"data": "B80200000089059ACF7E009090",
"offset": 2077983,
"dllName": "soundvoltex.dll"
}
},
{
"name": "Indonesia (Y)",
"patch": {
"data": "B80300000089059ACF7E009090",
"offset": 2077983,
"dllName": "soundvoltex.dll"
}
},
{
"name": "America (U)",
"patch": {
"data": "B80400000089059ACF7E009090",
"offset": 2077983,
"dllName": "soundvoltex.dll"
}
}
]
}
]
+508
View File
@@ -0,0 +1,508 @@
[
{
"gameCode": "KFC",
"version": "2024-04-30",
"lastUpdated": "2025-02-13 08:04:59",
"source": "https://sp2x.two-torial.xyz/"
},
{
"type": "memory",
"name": "Disable power change",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 3023508,
"dllName": "soundvoltex.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
}
]
},
{
"type": "memory",
"name": "Disable monitor change",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 3023660,
"dllName": "soundvoltex.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
}
]
},
{
"type": "memory",
"name": "Force BIO2 (KFC) IO in Valkyrie mode",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 5459477,
"dllName": "soundvoltex.dll",
"dataDisabled": "87050000",
"dataEnabled": "A70C0000"
}
]
},
{
"type": "union",
"name": "Game FPS Target",
"description": "",
"gameCode": "KFC",
"patches": [
{
"name": "60 FPS (Default)",
"patch": {
"dllName": "soundvoltex.dll",
"data": "0000000000004E40",
"offset": 9052504
}
},
{
"name": "120 FPS",
"patch": {
"dllName": "soundvoltex.dll",
"data": "0000000000005E40",
"offset": 9052504
}
}
]
},
{
"type": "union",
"name": "Note FPS Target",
"description": "",
"gameCode": "KFC",
"patches": [
{
"name": "60 FPS (Default)",
"patch": {
"dllName": "soundvoltex.dll",
"data": "F20F59351E115C00660F2EF174290F",
"offset": 3021090
}
},
{
"name": "120 FPS",
"patch": {
"dllName": "soundvoltex.dll",
"data": "909090909090B878000000F20F2AF0",
"offset": 3021090
}
}
]
},
{
"type": "memory",
"name": "Shared mode WASAPI",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 5697876,
"dllName": "soundvoltex.dll",
"dataDisabled": "04",
"dataEnabled": "00"
},
{
"offset": 5698211,
"dllName": "soundvoltex.dll",
"dataDisabled": "07",
"dataEnabled": "00"
}
]
},
{
"type": "memory",
"name": "Unlock All Songs",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 6295870,
"dllName": "soundvoltex.dll",
"dataDisabled": "7426",
"dataEnabled": "EB1F"
},
{
"offset": 1004768,
"dllName": "soundvoltex.dll",
"dataDisabled": "440FB6742469",
"dataEnabled": "41BE03000000"
}
]
},
{
"type": "memory",
"name": "Unlock All Difficulties",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 4307297,
"dllName": "soundvoltex.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
}
]
},
{
"type": "memory",
"name": "Uncensor album jackets (for K region only)",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 8553088,
"dllName": "soundvoltex.dll",
"dataDisabled": "61",
"dataEnabled": "75"
}
]
},
{
"type": "memory",
"name": "Hide all bottom text",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 8171424,
"dllName": "soundvoltex.dll",
"dataDisabled": "4652454520504C4159",
"dataEnabled": "000000000000000000"
},
{
"offset": 8171440,
"dllName": "soundvoltex.dll",
"dataDisabled": "4556454E54204D4F4445",
"dataEnabled": "00000000000000000000"
},
{
"offset": 8171216,
"dllName": "soundvoltex.dll",
"dataDisabled": "54454E4B4149434849204D4F4445",
"dataEnabled": "0000000000000000000000000000"
},
{
"offset": 8171672,
"dllName": "soundvoltex.dll",
"dataDisabled": "504153454C493A202573202B202573",
"dataEnabled": "000000000000000000000000000000"
},
{
"offset": 8171624,
"dllName": "soundvoltex.dll",
"dataDisabled": "4352454449543A202564202020434F494E3A202564202F202564",
"dataEnabled": "0000000000000000000000000000000000000000000000000000"
},
{
"offset": 8171656,
"dllName": "soundvoltex.dll",
"dataDisabled": "4352454449543A20256400",
"dataEnabled": "0000000000000000000000"
},
{
"offset": 8171600,
"dllName": "soundvoltex.dll",
"dataDisabled": "504153454C493A204E4F5420415641494C41424C45",
"dataEnabled": "000000000000000000000000000000000000000000"
},
{
"offset": 8171552,
"dllName": "soundvoltex.dll",
"dataDisabled": "504153454C493A204E4F204143434F554E54",
"dataEnabled": "000000000000000000000000000000000000"
},
{
"offset": 8171575,
"dllName": "soundvoltex.dll",
"dataDisabled": "00504153454C493A20257300",
"dataEnabled": "000000000000000000000000"
},
{
"offset": 8171688,
"dllName": "soundvoltex.dll",
"dataDisabled": "455854524120504153454C493A202573",
"dataEnabled": "00000000000000000000000000000000"
},
{
"offset": 8171587,
"dllName": "soundvoltex.dll",
"dataDisabled": "0025302A6400",
"dataEnabled": "000000000000"
},
{
"offset": 8171232,
"dllName": "soundvoltex.dll",
"dataDisabled": "8347815B83578393834F928682C582B728257381602989F08F9C82B782E982C982CD8365835883678381836A8385815B82C993FC82E8814183658393834C815B82F02030302C2030302C2030302C20362C20302082CC8F8782C5899F82B582C482AD82BE82B382A281420A8347815B83578393834F82F08DC48A4A82B782E98FEA8D8782CD8365835883678356815B839382C530302C2030302C2030302C20362C20312082CC8F8782C5899F82B582C482AD82BE82B382A28142",
"dataEnabled": "000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
}
]
},
{
"type": "memory",
"name": "Disable subscreen in Valkyrie mode",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 5166206,
"dllName": "soundvoltex.dll",
"dataDisabled": "83BDB800000002410F93C64488742451",
"dataEnabled": "41B60044887424519090909090909090"
}
]
},
{
"type": "memory",
"name": "Timer freeze",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 1327541,
"dllName": "soundvoltex.dll",
"dataDisabled": "84",
"dataEnabled": "85"
}
]
},
{
"type": "memory",
"name": "Premium timer freeze",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 4352581,
"dllName": "soundvoltex.dll",
"dataDisabled": "0F85",
"dataEnabled": "90E9"
},
{
"offset": 3857001,
"dllName": "soundvoltex.dll",
"dataDisabled": "0F84",
"dataEnabled": "90E9"
},
{
"offset": 2829827,
"dllName": "soundvoltex.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
}
]
},
{
"type": "memory",
"name": "Hide premium guide banner",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 3249096,
"dllName": "soundvoltex.dll",
"dataDisabled": "34455200",
"dataEnabled": "94744B00"
}
]
},
{
"type": "union",
"name": "Premium Time Length",
"description": "",
"gameCode": "KFC",
"patches": [
{
"name": "00:00",
"patch": {
"dllName": "soundvoltex.dll",
"data": "AAB9650000000000",
"offset": 3991897
}
},
{
"name": "00:01",
"patch": {
"dllName": "soundvoltex.dll",
"data": "00CA9A3B00000000",
"offset": 3991897
}
},
{
"name": "04:20",
"patch": {
"dllName": "soundvoltex.dll",
"data": "002835893C000000",
"offset": 3991897
}
},
{
"name": "13:37",
"patch": {
"dllName": "soundvoltex.dll",
"data": "00AAFE38BE000000",
"offset": 3991897
}
},
{
"name": "57:30",
"patch": {
"dllName": "soundvoltex.dll",
"data": "0044064423030000",
"offset": 3991897
}
},
{
"name": "69:00",
"patch": {
"dllName": "soundvoltex.dll",
"data": "00B83AEBC3030000",
"offset": 3991897
}
},
{
"name": "10 Minutes",
"patch": {
"dllName": "soundvoltex.dll",
"data": "0070C9B28B000000",
"offset": 3991897
}
},
{
"name": "15 Minutes",
"patch": {
"dllName": "soundvoltex.dll",
"data": "00282E8CD1000000",
"offset": 3991897
}
},
{
"name": "20 Minutes",
"patch": {
"dllName": "soundvoltex.dll",
"data": "00E0926517010000",
"offset": 3991897
}
},
{
"name": "30 Minutes",
"patch": {
"dllName": "soundvoltex.dll",
"data": "00505C18A3010000",
"offset": 3991897
}
},
{
"name": "45 Minutes",
"patch": {
"dllName": "soundvoltex.dll",
"data": "00788AA474020000",
"offset": 3991897
}
},
{
"name": "60 Minutes",
"patch": {
"dllName": "soundvoltex.dll",
"data": "00A0B83046030000",
"offset": 3991897
}
},
{
"name": "90 Minutes",
"patch": {
"dllName": "soundvoltex.dll",
"data": "00F01449E9040000",
"offset": 3991897
}
}
]
},
{
"type": "memory",
"name": "Valkyrie Mode 60Hz",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 3023699,
"dllName": "soundvoltex.dll",
"dataDisabled": "74",
"dataEnabled": "75"
},
{
"offset": 5167803,
"dllName": "soundvoltex.dll",
"dataDisabled": "74",
"dataEnabled": "75"
},
{
"offset": 5170144,
"dllName": "soundvoltex.dll",
"dataDisabled": "74",
"dataEnabled": "75"
}
]
},
{
"type": "union",
"name": "Fake Region",
"description": "",
"gameCode": "KFC",
"patches": [
{
"name": "None (Default)",
"patch": {
"data": "E8DCA7310085C00F85FA000000",
"offset": 2078959,
"dllName": "soundvoltex.dll"
}
},
{
"name": "Japan (J)",
"patch": {
"data": "B80000000089056AEF7E009090",
"offset": 2078959,
"dllName": "soundvoltex.dll"
}
},
{
"name": "Korea (K)",
"patch": {
"data": "B80100000089056AEF7E009090",
"offset": 2078959,
"dllName": "soundvoltex.dll"
}
},
{
"name": "Asia (A)",
"patch": {
"data": "B80200000089056AEF7E009090",
"offset": 2078959,
"dllName": "soundvoltex.dll"
}
},
{
"name": "Indonesia (Y)",
"patch": {
"data": "B80300000089056AEF7E009090",
"offset": 2078959,
"dllName": "soundvoltex.dll"
}
},
{
"name": "America (U)",
"patch": {
"data": "B80400000089056AEF7E009090",
"offset": 2078959,
"dllName": "soundvoltex.dll"
}
}
]
}
]
+508
View File
@@ -0,0 +1,508 @@
[
{
"gameCode": "KFC",
"version": "2024-05-21",
"lastUpdated": "2025-02-13 08:04:59",
"source": "https://sp2x.two-torial.xyz/"
},
{
"type": "memory",
"name": "Disable power change",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 2874398,
"dllName": "soundvoltex.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
}
]
},
{
"type": "memory",
"name": "Disable monitor change",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 2874550,
"dllName": "soundvoltex.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
}
]
},
{
"type": "memory",
"name": "Force BIO2 (KFC) IO in Valkyrie mode",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 5082981,
"dllName": "soundvoltex.dll",
"dataDisabled": "87050000",
"dataEnabled": "A70C0000"
}
]
},
{
"type": "union",
"name": "Game FPS Target",
"description": "",
"gameCode": "KFC",
"patches": [
{
"name": "60 FPS (Default)",
"patch": {
"dllName": "soundvoltex.dll",
"data": "0000000000004E40",
"offset": 8636760
}
},
{
"name": "120 FPS",
"patch": {
"dllName": "soundvoltex.dll",
"data": "0000000000005E40",
"offset": 8636760
}
}
]
},
{
"type": "union",
"name": "Note FPS Target",
"description": "",
"gameCode": "KFC",
"patches": [
{
"name": "60 FPS (Default)",
"patch": {
"dllName": "soundvoltex.dll",
"data": "F20F5935980058000F28C60F28D60F",
"offset": 2871968
}
},
{
"name": "120 FPS",
"patch": {
"dllName": "soundvoltex.dll",
"data": "909090909090B878000000F20F2AF0",
"offset": 2871968
}
}
]
},
{
"type": "memory",
"name": "Shared mode WASAPI",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 5319153,
"dllName": "soundvoltex.dll",
"dataDisabled": "04",
"dataEnabled": "00"
},
{
"offset": 5319544,
"dllName": "soundvoltex.dll",
"dataDisabled": "07",
"dataEnabled": "00"
}
]
},
{
"type": "memory",
"name": "Unlock All Songs",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 6094775,
"dllName": "soundvoltex.dll",
"dataDisabled": "7426",
"dataEnabled": "EB1F"
},
{
"offset": 959824,
"dllName": "soundvoltex.dll",
"dataDisabled": "440FB6742450",
"dataEnabled": "41BE03000000"
}
]
},
{
"type": "memory",
"name": "Unlock All Difficulties",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 3956958,
"dllName": "soundvoltex.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
}
]
},
{
"type": "memory",
"name": "Uncensor album jackets (for K region only)",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 8156432,
"dllName": "soundvoltex.dll",
"dataDisabled": "61",
"dataEnabled": "75"
}
]
},
{
"type": "memory",
"name": "Hide all bottom text",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 7783672,
"dllName": "soundvoltex.dll",
"dataDisabled": "4652454520504C4159",
"dataEnabled": "000000000000000000"
},
{
"offset": 7783656,
"dllName": "soundvoltex.dll",
"dataDisabled": "4556454E54204D4F4445",
"dataEnabled": "00000000000000000000"
},
{
"offset": 7783888,
"dllName": "soundvoltex.dll",
"dataDisabled": "54454E4B4149434849204D4F4445",
"dataEnabled": "0000000000000000000000000000"
},
{
"offset": 7784096,
"dllName": "soundvoltex.dll",
"dataDisabled": "504153454C493A202573202B202573",
"dataEnabled": "000000000000000000000000000000"
},
{
"offset": 7784128,
"dllName": "soundvoltex.dll",
"dataDisabled": "4352454449543A202564202020434F494E3A202564202F202564",
"dataEnabled": "0000000000000000000000000000000000000000000000000000"
},
{
"offset": 7784112,
"dllName": "soundvoltex.dll",
"dataDisabled": "4352454449543A20256400",
"dataEnabled": "0000000000000000000000"
},
{
"offset": 7784000,
"dllName": "soundvoltex.dll",
"dataDisabled": "504153454C493A204E4F5420415641494C41424C45",
"dataEnabled": "000000000000000000000000000000000000000000"
},
{
"offset": 7784048,
"dllName": "soundvoltex.dll",
"dataDisabled": "504153454C493A204E4F204143434F554E54",
"dataEnabled": "000000000000000000000000000000000000"
},
{
"offset": 7784031,
"dllName": "soundvoltex.dll",
"dataDisabled": "00504153454C493A20257300",
"dataEnabled": "000000000000000000000000"
},
{
"offset": 7784072,
"dllName": "soundvoltex.dll",
"dataDisabled": "455854524120504153454C493A202573",
"dataEnabled": "00000000000000000000000000000000"
},
{
"offset": 7784023,
"dllName": "soundvoltex.dll",
"dataDisabled": "0025302A6400",
"dataEnabled": "000000000000"
},
{
"offset": 7783696,
"dllName": "soundvoltex.dll",
"dataDisabled": "8347815B83578393834F928682C582B728257381602989F08F9C82B782E982C982CD8365835883678381836A8385815B82C993FC82E8814183658393834C815B82F02030302C2030302C2030302C20362C20302082CC8F8782C5899F82B582C482AD82BE82B382A281420A8347815B83578393834F82F08DC48A4A82B782E98FEA8D8782CD8365835883678356815B839382C530302C2030302C2030302C20362C20312082CC8F8782C5899F82B582C482AD82BE82B382A28142",
"dataEnabled": "000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
}
]
},
{
"type": "memory",
"name": "Disable subscreen in Valkyrie mode",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 4790094,
"dllName": "soundvoltex.dll",
"dataDisabled": "83BDB800000002410F93C64488742451",
"dataEnabled": "41B60044887424519090909090909090"
}
]
},
{
"type": "memory",
"name": "Timer freeze",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 1322885,
"dllName": "soundvoltex.dll",
"dataDisabled": "84",
"dataEnabled": "85"
}
]
},
{
"type": "memory",
"name": "Premium timer freeze",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 3997829,
"dllName": "soundvoltex.dll",
"dataDisabled": "0F85",
"dataEnabled": "90E9"
},
{
"offset": 3705193,
"dllName": "soundvoltex.dll",
"dataDisabled": "0F84",
"dataEnabled": "90E9"
},
{
"offset": 2681475,
"dllName": "soundvoltex.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
}
]
},
{
"type": "memory",
"name": "Hide premium guide banner",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 3099259,
"dllName": "soundvoltex.dll",
"dataDisabled": "F97A4E00",
"dataEnabled": "C97A4E00"
}
]
},
{
"type": "union",
"name": "Premium Time Length",
"description": "",
"gameCode": "KFC",
"patches": [
{
"name": "00:00",
"patch": {
"dllName": "soundvoltex.dll",
"data": "AAB9650000000000",
"offset": 3840457
}
},
{
"name": "00:01",
"patch": {
"dllName": "soundvoltex.dll",
"data": "00CA9A3B00000000",
"offset": 3840457
}
},
{
"name": "04:20",
"patch": {
"dllName": "soundvoltex.dll",
"data": "002835893C000000",
"offset": 3840457
}
},
{
"name": "13:37",
"patch": {
"dllName": "soundvoltex.dll",
"data": "00AAFE38BE000000",
"offset": 3840457
}
},
{
"name": "57:30",
"patch": {
"dllName": "soundvoltex.dll",
"data": "0044064423030000",
"offset": 3840457
}
},
{
"name": "69:00",
"patch": {
"dllName": "soundvoltex.dll",
"data": "00B83AEBC3030000",
"offset": 3840457
}
},
{
"name": "10 Minutes",
"patch": {
"dllName": "soundvoltex.dll",
"data": "0070C9B28B000000",
"offset": 3840457
}
},
{
"name": "15 Minutes",
"patch": {
"dllName": "soundvoltex.dll",
"data": "00282E8CD1000000",
"offset": 3840457
}
},
{
"name": "20 Minutes",
"patch": {
"dllName": "soundvoltex.dll",
"data": "00E0926517010000",
"offset": 3840457
}
},
{
"name": "30 Minutes",
"patch": {
"dllName": "soundvoltex.dll",
"data": "00505C18A3010000",
"offset": 3840457
}
},
{
"name": "45 Minutes",
"patch": {
"dllName": "soundvoltex.dll",
"data": "00788AA474020000",
"offset": 3840457
}
},
{
"name": "60 Minutes",
"patch": {
"dllName": "soundvoltex.dll",
"data": "00A0B83046030000",
"offset": 3840457
}
},
{
"name": "90 Minutes",
"patch": {
"dllName": "soundvoltex.dll",
"data": "00F01449E9040000",
"offset": 3840457
}
}
]
},
{
"type": "memory",
"name": "Valkyrie Mode 60Hz",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 2874589,
"dllName": "soundvoltex.dll",
"dataDisabled": "74",
"dataEnabled": "75"
},
{
"offset": 4791691,
"dllName": "soundvoltex.dll",
"dataDisabled": "74",
"dataEnabled": "75"
},
{
"offset": 4794032,
"dllName": "soundvoltex.dll",
"dataDisabled": "74",
"dataEnabled": "75"
}
]
},
{
"type": "union",
"name": "Fake Region",
"description": "",
"gameCode": "KFC",
"patches": [
{
"name": "None (Default)",
"patch": {
"data": "E8FCFC2D0085C00F85FA000000",
"offset": 1942671,
"dllName": "soundvoltex.dll"
}
},
{
"name": "Japan (J)",
"patch": {
"data": "B80000000089058AFD79009090",
"offset": 1942671,
"dllName": "soundvoltex.dll"
}
},
{
"name": "Korea (K)",
"patch": {
"data": "B80100000089058AFD79009090",
"offset": 1942671,
"dllName": "soundvoltex.dll"
}
},
{
"name": "Asia (A)",
"patch": {
"data": "B80200000089058AFD79009090",
"offset": 1942671,
"dllName": "soundvoltex.dll"
}
},
{
"name": "Indonesia (Y)",
"patch": {
"data": "B80300000089058AFD79009090",
"offset": 1942671,
"dllName": "soundvoltex.dll"
}
},
{
"name": "America (U)",
"patch": {
"data": "B80400000089058AFD79009090",
"offset": 1942671,
"dllName": "soundvoltex.dll"
}
}
]
}
]
+508
View File
@@ -0,0 +1,508 @@
[
{
"gameCode": "KFC",
"version": "2024-06-04",
"lastUpdated": "2025-02-13 08:04:59",
"source": "https://sp2x.two-torial.xyz/"
},
{
"type": "memory",
"name": "Disable power change",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 2876878,
"dllName": "soundvoltex.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
}
]
},
{
"type": "memory",
"name": "Disable monitor change",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 2877030,
"dllName": "soundvoltex.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
}
]
},
{
"type": "memory",
"name": "Force BIO2 (KFC) IO in Valkyrie mode",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 5087445,
"dllName": "soundvoltex.dll",
"dataDisabled": "87050000",
"dataEnabled": "A70C0000"
}
]
},
{
"type": "union",
"name": "Game FPS Target",
"description": "",
"gameCode": "KFC",
"patches": [
{
"name": "60 FPS (Default)",
"patch": {
"dllName": "soundvoltex.dll",
"data": "0000000000004E40",
"offset": 8641264
}
},
{
"name": "120 FPS",
"patch": {
"dllName": "soundvoltex.dll",
"data": "0000000000005E40",
"offset": 8641264
}
}
]
},
{
"type": "union",
"name": "Note FPS Target",
"description": "",
"gameCode": "KFC",
"patches": [
{
"name": "60 FPS (Default)",
"patch": {
"dllName": "soundvoltex.dll",
"data": "660F6EF0F30FE6F6F20F593580065800",
"offset": 2874440
}
},
{
"name": "120 FPS",
"patch": {
"dllName": "soundvoltex.dll",
"data": "B878000000F20F2AF0F24890F2489090",
"offset": 2874440
}
}
]
},
{
"type": "memory",
"name": "Shared mode WASAPI",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 5323553,
"dllName": "soundvoltex.dll",
"dataDisabled": "04",
"dataEnabled": "00"
},
{
"offset": 5323944,
"dllName": "soundvoltex.dll",
"dataDisabled": "07",
"dataEnabled": "00"
}
]
},
{
"type": "memory",
"name": "Unlock All Songs",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 6099143,
"dllName": "soundvoltex.dll",
"dataDisabled": "7426",
"dataEnabled": "EB1F"
},
{
"offset": 960096,
"dllName": "soundvoltex.dll",
"dataDisabled": "440FB6742450",
"dataEnabled": "41BE03000000"
}
]
},
{
"type": "memory",
"name": "Unlock All Difficulties",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 3959582,
"dllName": "soundvoltex.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
}
]
},
{
"type": "memory",
"name": "Uncensor album jackets (for K region only)",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 8161368,
"dllName": "soundvoltex.dll",
"dataDisabled": "61",
"dataEnabled": "75"
}
]
},
{
"type": "memory",
"name": "Hide all bottom text",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 7788440,
"dllName": "soundvoltex.dll",
"dataDisabled": "4652454520504C4159",
"dataEnabled": "000000000000000000"
},
{
"offset": 7788488,
"dllName": "soundvoltex.dll",
"dataDisabled": "4556454E54204D4F4445",
"dataEnabled": "00000000000000000000"
},
{
"offset": 7788472,
"dllName": "soundvoltex.dll",
"dataDisabled": "54454E4B4149434849204D4F4445",
"dataEnabled": "0000000000000000000000000000"
},
{
"offset": 7788808,
"dllName": "soundvoltex.dll",
"dataDisabled": "504153454C493A202573202B202573",
"dataEnabled": "000000000000000000000000000000"
},
{
"offset": 7788384,
"dllName": "soundvoltex.dll",
"dataDisabled": "4352454449543A202564202020434F494E3A202564202F202564",
"dataEnabled": "0000000000000000000000000000000000000000000000000000"
},
{
"offset": 7788456,
"dllName": "soundvoltex.dll",
"dataDisabled": "4352454449543A20256400",
"dataEnabled": "0000000000000000000000"
},
{
"offset": 7788784,
"dllName": "soundvoltex.dll",
"dataDisabled": "504153454C493A204E4F5420415641494C41424C45",
"dataEnabled": "000000000000000000000000000000000000000000"
},
{
"offset": 7788760,
"dllName": "soundvoltex.dll",
"dataDisabled": "504153454C493A204E4F204143434F554E54",
"dataEnabled": "000000000000000000000000000000000000"
},
{
"offset": 7788823,
"dllName": "soundvoltex.dll",
"dataDisabled": "00504153454C493A20257300",
"dataEnabled": "000000000000000000000000"
},
{
"offset": 7788416,
"dllName": "soundvoltex.dll",
"dataDisabled": "455854524120504153454C493A202573",
"dataEnabled": "00000000000000000000000000000000"
},
{
"offset": 7788747,
"dllName": "soundvoltex.dll",
"dataDisabled": "0025302A6400",
"dataEnabled": "000000000000"
},
{
"offset": 7788560,
"dllName": "soundvoltex.dll",
"dataDisabled": "8347815B83578393834F928682C582B728257381602989F08F9C82B782E982C982CD8365835883678381836A8385815B82C993FC82E8814183658393834C815B82F02030302C2030302C2030302C20362C20302082CC8F8782C5899F82B582C482AD82BE82B382A281420A8347815B83578393834F82F08DC48A4A82B782E98FEA8D8782CD8365835883678356815B839382C530302C2030302C2030302C20362C20312082CC8F8782C5899F82B582C482AD82BE82B382A28142",
"dataEnabled": "000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
}
]
},
{
"type": "memory",
"name": "Disable subscreen in Valkyrie mode",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 4794254,
"dllName": "soundvoltex.dll",
"dataDisabled": "83BDB800000002410F93C64488742451",
"dataEnabled": "41B60044887424519090909090909090"
}
]
},
{
"type": "memory",
"name": "Timer freeze",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 1323173,
"dllName": "soundvoltex.dll",
"dataDisabled": "84",
"dataEnabled": "85"
}
]
},
{
"type": "memory",
"name": "Premium timer freeze",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 4000453,
"dllName": "soundvoltex.dll",
"dataDisabled": "0F85",
"dataEnabled": "90E9"
},
{
"offset": 3707801,
"dllName": "soundvoltex.dll",
"dataDisabled": "0F84",
"dataEnabled": "90E9"
},
{
"offset": 2681747,
"dllName": "soundvoltex.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
}
]
},
{
"type": "memory",
"name": "Hide premium guide banner",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 3101867,
"dllName": "soundvoltex.dll",
"dataDisabled": "29824E00",
"dataEnabled": "39824E00"
}
]
},
{
"type": "union",
"name": "Premium Time Length",
"description": "",
"gameCode": "KFC",
"patches": [
{
"name": "00:00",
"patch": {
"dllName": "soundvoltex.dll",
"data": "AAB9650000000000",
"offset": 3843065
}
},
{
"name": "00:01",
"patch": {
"dllName": "soundvoltex.dll",
"data": "00CA9A3B00000000",
"offset": 3843065
}
},
{
"name": "04:20",
"patch": {
"dllName": "soundvoltex.dll",
"data": "002835893C000000",
"offset": 3843065
}
},
{
"name": "13:37",
"patch": {
"dllName": "soundvoltex.dll",
"data": "00AAFE38BE000000",
"offset": 3843065
}
},
{
"name": "57:30",
"patch": {
"dllName": "soundvoltex.dll",
"data": "0044064423030000",
"offset": 3843065
}
},
{
"name": "69:00",
"patch": {
"dllName": "soundvoltex.dll",
"data": "00B83AEBC3030000",
"offset": 3843065
}
},
{
"name": "10 Minutes",
"patch": {
"dllName": "soundvoltex.dll",
"data": "0070C9B28B000000",
"offset": 3843065
}
},
{
"name": "15 Minutes",
"patch": {
"dllName": "soundvoltex.dll",
"data": "00282E8CD1000000",
"offset": 3843065
}
},
{
"name": "20 Minutes",
"patch": {
"dllName": "soundvoltex.dll",
"data": "00E0926517010000",
"offset": 3843065
}
},
{
"name": "30 Minutes",
"patch": {
"dllName": "soundvoltex.dll",
"data": "00505C18A3010000",
"offset": 3843065
}
},
{
"name": "45 Minutes",
"patch": {
"dllName": "soundvoltex.dll",
"data": "00788AA474020000",
"offset": 3843065
}
},
{
"name": "60 Minutes",
"patch": {
"dllName": "soundvoltex.dll",
"data": "00A0B83046030000",
"offset": 3843065
}
},
{
"name": "90 Minutes",
"patch": {
"dllName": "soundvoltex.dll",
"data": "00F01449E9040000",
"offset": 3843065
}
}
]
},
{
"type": "memory",
"name": "Valkyrie Mode 60Hz",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 2877069,
"dllName": "soundvoltex.dll",
"dataDisabled": "74",
"dataEnabled": "75"
},
{
"offset": 4795851,
"dllName": "soundvoltex.dll",
"dataDisabled": "74",
"dataEnabled": "75"
},
{
"offset": 4798192,
"dllName": "soundvoltex.dll",
"dataDisabled": "74",
"dataEnabled": "75"
}
]
},
{
"type": "union",
"name": "Fake Region",
"description": "",
"gameCode": "KFC",
"patches": [
{
"name": "None (Default)",
"patch": {
"dllName": "soundvoltex.dll",
"data": "E84C0D2E0085C00F85FA000000",
"offset": 1942959
}
},
{
"name": "Japan (J)",
"patch": {
"dllName": "soundvoltex.dll",
"data": "B80000000089057A0C7A009090",
"offset": 1942959
}
},
{
"name": "Korea (K)",
"patch": {
"dllName": "soundvoltex.dll",
"data": "B80100000089057A0C7A009090",
"offset": 1942959
}
},
{
"name": "Asia (A)",
"patch": {
"dllName": "soundvoltex.dll",
"data": "B80200000089057A0C7A009090",
"offset": 1942959
}
},
{
"name": "Indonesia (Y)",
"patch": {
"dllName": "soundvoltex.dll",
"data": "B80300000089057A0C7A009090",
"offset": 1942959
}
},
{
"name": "America (U)",
"patch": {
"dllName": "soundvoltex.dll",
"data": "B80400000089057A0C7A009090",
"offset": 1942959
}
}
]
}
]
+508
View File
@@ -0,0 +1,508 @@
[
{
"gameCode": "KFC",
"version": "2024-06-25",
"lastUpdated": "2025-02-13 08:04:59",
"source": "https://sp2x.two-torial.xyz/"
},
{
"type": "memory",
"name": "Disable power change",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 2880494,
"dllName": "soundvoltex.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
}
]
},
{
"type": "memory",
"name": "Disable monitor change",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 2880646,
"dllName": "soundvoltex.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
}
]
},
{
"type": "memory",
"name": "Force BIO2 (KFC) IO in Valkyrie mode",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 5091237,
"dllName": "soundvoltex.dll",
"dataDisabled": "87050000",
"dataEnabled": "A70C0000"
}
]
},
{
"type": "union",
"name": "Game FPS Target",
"description": "",
"gameCode": "KFC",
"patches": [
{
"name": "60 FPS (Default)",
"patch": {
"dllName": "soundvoltex.dll",
"data": "0000000000004E40",
"offset": 8645408
}
},
{
"name": "120 FPS",
"patch": {
"dllName": "soundvoltex.dll",
"data": "0000000000005E40",
"offset": 8645408
}
}
]
},
{
"type": "union",
"name": "Note FPS Target",
"description": "",
"gameCode": "KFC",
"patches": [
{
"name": "60 FPS (Default)",
"patch": {
"dllName": "soundvoltex.dll",
"data": "660F6EF0F30FE6F6F20F593590085800",
"offset": 2878056
}
},
{
"name": "120 FPS",
"patch": {
"dllName": "soundvoltex.dll",
"data": "B878000000F20F2AF0F24890F2489090",
"offset": 2878056
}
}
]
},
{
"type": "memory",
"name": "Shared mode WASAPI",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 5327345,
"dllName": "soundvoltex.dll",
"dataDisabled": "04",
"dataEnabled": "00"
},
{
"offset": 5327736,
"dllName": "soundvoltex.dll",
"dataDisabled": "07",
"dataEnabled": "00"
}
]
},
{
"type": "memory",
"name": "Unlock All Songs",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 6102935,
"dllName": "soundvoltex.dll",
"dataDisabled": "7426",
"dataEnabled": "EB1F"
},
{
"offset": 960096,
"dllName": "soundvoltex.dll",
"dataDisabled": "440FB6742450",
"dataEnabled": "41BE03000000"
}
]
},
{
"type": "memory",
"name": "Unlock All Difficulties",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 3963534,
"dllName": "soundvoltex.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
}
]
},
{
"type": "memory",
"name": "Uncensor album jackets (for K region only)",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 8165680,
"dllName": "soundvoltex.dll",
"dataDisabled": "61",
"dataEnabled": "75"
}
]
},
{
"type": "memory",
"name": "Hide all bottom text",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 7793240,
"dllName": "soundvoltex.dll",
"dataDisabled": "4652454520504C4159",
"dataEnabled": "000000000000000000"
},
{
"offset": 7792800,
"dllName": "soundvoltex.dll",
"dataDisabled": "4556454E54204D4F4445",
"dataEnabled": "00000000000000000000"
},
{
"offset": 7792784,
"dllName": "soundvoltex.dll",
"dataDisabled": "54454E4B4149434849204D4F4445",
"dataEnabled": "0000000000000000000000000000"
},
{
"offset": 7793152,
"dllName": "soundvoltex.dll",
"dataDisabled": "504153454C493A202573202B202573",
"dataEnabled": "000000000000000000000000000000"
},
{
"offset": 7793184,
"dllName": "soundvoltex.dll",
"dataDisabled": "4352454449543A202564202020434F494E3A202564202F202564",
"dataEnabled": "0000000000000000000000000000000000000000000000000000"
},
{
"offset": 7793256,
"dllName": "soundvoltex.dll",
"dataDisabled": "4352454449543A20256400",
"dataEnabled": "0000000000000000000000"
},
{
"offset": 7793128,
"dllName": "soundvoltex.dll",
"dataDisabled": "504153454C493A204E4F5420415641494C41424C45",
"dataEnabled": "000000000000000000000000000000000000000000"
},
{
"offset": 7793104,
"dllName": "soundvoltex.dll",
"dataDisabled": "504153454C493A204E4F204143434F554E54",
"dataEnabled": "000000000000000000000000000000000000"
},
{
"offset": 7793167,
"dllName": "soundvoltex.dll",
"dataDisabled": "00504153454C493A20257300",
"dataEnabled": "000000000000000000000000"
},
{
"offset": 7793216,
"dllName": "soundvoltex.dll",
"dataDisabled": "455854524120504153454C493A202573",
"dataEnabled": "00000000000000000000000000000000"
},
{
"offset": 7793267,
"dllName": "soundvoltex.dll",
"dataDisabled": "0025302A6400",
"dataEnabled": "000000000000"
},
{
"offset": 7792864,
"dllName": "soundvoltex.dll",
"dataDisabled": "8347815B83578393834F928682C582B728257381602989F08F9C82B782E982C982CD8365835883678381836A8385815B82C993FC82E8814183658393834C815B82F02030302C2030302C2030302C20362C20302082CC8F8782C5899F82B582C482AD82BE82B382A281420A8347815B83578393834F82F08DC48A4A82B782E98FEA8D8782CD8365835883678356815B839382C530302C2030302C2030302C20362C20312082CC8F8782C5899F82B582C482AD82BE82B382A28142",
"dataEnabled": "000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
}
]
},
{
"type": "memory",
"name": "Disable subscreen in Valkyrie mode",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 4798094,
"dllName": "soundvoltex.dll",
"dataDisabled": "83BDB800000002410F93C64488742451",
"dataEnabled": "41B60044887424519090909090909090"
}
]
},
{
"type": "memory",
"name": "Timer freeze",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 1325221,
"dllName": "soundvoltex.dll",
"dataDisabled": "84",
"dataEnabled": "85"
}
]
},
{
"type": "memory",
"name": "Premium timer freeze",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 4004405,
"dllName": "soundvoltex.dll",
"dataDisabled": "0F85",
"dataEnabled": "90E9"
},
{
"offset": 3711401,
"dllName": "soundvoltex.dll",
"dataDisabled": "0F84",
"dataEnabled": "90E9"
},
{
"offset": 2685363,
"dllName": "soundvoltex.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
}
]
},
{
"type": "memory",
"name": "Hide premium guide banner",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 3105467,
"dllName": "soundvoltex.dll",
"dataDisabled": "51824E00",
"dataEnabled": "61824E00"
}
]
},
{
"type": "union",
"name": "Premium Time Length",
"description": "",
"gameCode": "KFC",
"patches": [
{
"name": "00:00",
"patch": {
"dllName": "soundvoltex.dll",
"data": "AAB9650000000000",
"offset": 3847017
}
},
{
"name": "00:01",
"patch": {
"dllName": "soundvoltex.dll",
"data": "00CA9A3B00000000",
"offset": 3847017
}
},
{
"name": "04:20",
"patch": {
"dllName": "soundvoltex.dll",
"data": "002835893C000000",
"offset": 3847017
}
},
{
"name": "13:37",
"patch": {
"dllName": "soundvoltex.dll",
"data": "00AAFE38BE000000",
"offset": 3847017
}
},
{
"name": "57:30",
"patch": {
"dllName": "soundvoltex.dll",
"data": "0044064423030000",
"offset": 3847017
}
},
{
"name": "69:00",
"patch": {
"dllName": "soundvoltex.dll",
"data": "00B83AEBC3030000",
"offset": 3847017
}
},
{
"name": "10 Minutes",
"patch": {
"dllName": "soundvoltex.dll",
"data": "0070C9B28B000000",
"offset": 3847017
}
},
{
"name": "15 Minutes",
"patch": {
"dllName": "soundvoltex.dll",
"data": "00282E8CD1000000",
"offset": 3847017
}
},
{
"name": "20 Minutes",
"patch": {
"dllName": "soundvoltex.dll",
"data": "00E0926517010000",
"offset": 3847017
}
},
{
"name": "30 Minutes",
"patch": {
"dllName": "soundvoltex.dll",
"data": "00505C18A3010000",
"offset": 3847017
}
},
{
"name": "45 Minutes",
"patch": {
"dllName": "soundvoltex.dll",
"data": "00788AA474020000",
"offset": 3847017
}
},
{
"name": "60 Minutes",
"patch": {
"dllName": "soundvoltex.dll",
"data": "00A0B83046030000",
"offset": 3847017
}
},
{
"name": "90 Minutes",
"patch": {
"dllName": "soundvoltex.dll",
"data": "00F01449E9040000",
"offset": 3847017
}
}
]
},
{
"type": "memory",
"name": "Valkyrie Mode 60Hz",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 2880685,
"dllName": "soundvoltex.dll",
"dataDisabled": "74",
"dataEnabled": "75"
},
{
"offset": 4799691,
"dllName": "soundvoltex.dll",
"dataDisabled": "74",
"dataEnabled": "75"
},
{
"offset": 4802032,
"dllName": "soundvoltex.dll",
"dataDisabled": "74",
"dataEnabled": "75"
}
]
},
{
"type": "union",
"name": "Fake Region",
"description": "",
"gameCode": "KFC",
"patches": [
{
"name": "None (Default)",
"patch": {
"dllName": "soundvoltex.dll",
"data": "E81C142E0085C00F85FA000000",
"offset": 1945007
}
},
{
"name": "Japan (J)",
"patch": {
"dllName": "soundvoltex.dll",
"data": "B8000000008905EE247A009090",
"offset": 1945007
}
},
{
"name": "Korea (K)",
"patch": {
"dllName": "soundvoltex.dll",
"data": "B8010000008905EE247A009090",
"offset": 1945007
}
},
{
"name": "Asia (A)",
"patch": {
"dllName": "soundvoltex.dll",
"data": "B8020000008905EE247A009090",
"offset": 1945007
}
},
{
"name": "Indonesia (Y)",
"patch": {
"dllName": "soundvoltex.dll",
"data": "B8030000008905EE247A009090",
"offset": 1945007
}
},
{
"name": "America (U)",
"patch": {
"dllName": "soundvoltex.dll",
"data": "B8040000008905EE247A009090",
"offset": 1945007
}
}
]
}
]
+522
View File
@@ -0,0 +1,522 @@
[
{
"gameCode": "KFC",
"version": "2024-07-09",
"lastUpdated": "2025-02-13 08:04:59",
"source": "https://sp2x.two-torial.xyz/"
},
{
"type": "memory",
"name": "Disable power change",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 3108974,
"dllName": "soundvoltex.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
}
]
},
{
"type": "memory",
"name": "Disable monitor change",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 3109126,
"dllName": "soundvoltex.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
}
]
},
{
"type": "memory",
"name": "Force BIO2 (KFC) IO in Valkyrie mode",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 5334885,
"dllName": "soundvoltex.dll",
"dataDisabled": "87050000",
"dataEnabled": "A70C0000"
}
]
},
{
"type": "union",
"name": "Game FPS Target",
"description": "",
"gameCode": "KFC",
"patches": [
{
"name": "60 FPS (Default)",
"patch": {
"dllName": "soundvoltex.dll",
"data": "0000000000004E40",
"offset": 8925440
}
},
{
"name": "120 FPS",
"patch": {
"dllName": "soundvoltex.dll",
"data": "0000000000005E40",
"offset": 8925440
}
}
]
},
{
"type": "union",
"name": "Note FPS Target",
"description": "",
"gameCode": "KFC",
"patches": [
{
"name": "60 FPS (Default)",
"patch": {
"dllName": "soundvoltex.dll",
"data": "660F6EF0F30FE6F6F20F5935C8CF5800",
"offset": 3106536
}
},
{
"name": "120 FPS",
"patch": {
"dllName": "soundvoltex.dll",
"data": "B878000000F20F2AF0F24890F2489090",
"offset": 3106536
}
}
]
},
{
"type": "memory",
"name": "Shared mode WASAPI",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 5570993,
"dllName": "soundvoltex.dll",
"dataDisabled": "04",
"dataEnabled": "00"
},
{
"offset": 5571384,
"dllName": "soundvoltex.dll",
"dataDisabled": "07",
"dataEnabled": "00"
}
]
},
{
"type": "memory",
"name": "ASIO 2 Channels Mode",
"description": "ONLY IF USING ASIO AUDIO. Use 2 channels instead of 8. Useful for some audio cards.",
"gameCode": "KFC",
"patches": [
{
"offset": 5571194,
"dllName": "soundvoltex.dll",
"dataDisabled": "08",
"dataEnabled": "05"
}
]
},
{
"type": "memory",
"name": "Unlock All Songs",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 6356007,
"dllName": "soundvoltex.dll",
"dataDisabled": "7426",
"dataEnabled": "EB1F"
},
{
"offset": 1162528,
"dllName": "soundvoltex.dll",
"dataDisabled": "440FB6742450",
"dataEnabled": "41BE03000000"
}
]
},
{
"type": "memory",
"name": "Unlock All Difficulties",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 4192717,
"dllName": "soundvoltex.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
}
]
},
{
"type": "memory",
"name": "Uncensor album jackets (for K region only)",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 8442440,
"dllName": "soundvoltex.dll",
"dataDisabled": "61",
"dataEnabled": "75"
}
]
},
{
"type": "memory",
"name": "Hide all bottom text",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 8070824,
"dllName": "soundvoltex.dll",
"dataDisabled": "4652454520504C4159",
"dataEnabled": "000000000000000000"
},
{
"offset": 8070808,
"dllName": "soundvoltex.dll",
"dataDisabled": "4556454E54204D4F4445",
"dataEnabled": "00000000000000000000"
},
{
"offset": 8071040,
"dllName": "soundvoltex.dll",
"dataDisabled": "54454E4B4149434849204D4F4445",
"dataEnabled": "0000000000000000000000000000"
},
{
"offset": 8070744,
"dllName": "soundvoltex.dll",
"dataDisabled": "504153454C493A202573202B202573",
"dataEnabled": "000000000000000000000000000000"
},
{
"offset": 8070776,
"dllName": "soundvoltex.dll",
"dataDisabled": "4352454449543A202564202020434F494E3A202564202F202564",
"dataEnabled": "0000000000000000000000000000000000000000000000000000"
},
{
"offset": 8070760,
"dllName": "soundvoltex.dll",
"dataDisabled": "4352454449543A20256400",
"dataEnabled": "0000000000000000000000"
},
{
"offset": 8071056,
"dllName": "soundvoltex.dll",
"dataDisabled": "504153454C493A204E4F5420415641494C41424C45",
"dataEnabled": "000000000000000000000000000000000000000000"
},
{
"offset": 8071104,
"dllName": "soundvoltex.dll",
"dataDisabled": "504153454C493A204E4F204143434F554E54",
"dataEnabled": "000000000000000000000000000000000000"
},
{
"offset": 8071087,
"dllName": "soundvoltex.dll",
"dataDisabled": "00504153454C493A20257300",
"dataEnabled": "000000000000000000000000"
},
{
"offset": 8070720,
"dllName": "soundvoltex.dll",
"dataDisabled": "455854524120504153454C493A202573",
"dataEnabled": "00000000000000000000000000000000"
},
{
"offset": 8071079,
"dllName": "soundvoltex.dll",
"dataDisabled": "0025302A6400",
"dataEnabled": "000000000000"
},
{
"offset": 8070848,
"dllName": "soundvoltex.dll",
"dataDisabled": "8347815B83578393834F928682C582B728257381602989F08F9C82B782E982C982CD8365835883678381836A8385815B82C993FC82E8814183658393834C815B82F02030302C2030302C2030302C20362C20302082CC8F8782C5899F82B582C482AD82BE82B382A281420A8347815B83578393834F82F08DC48A4A82B782E98FEA8D8782CD8365835883678356815B839382C530302C2030302C2030302C20362C20312082CC8F8782C5899F82B582C482AD82BE82B382A28142",
"dataEnabled": "000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
}
]
},
{
"type": "memory",
"name": "Disable subscreen in Valkyrie mode",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 5038654,
"dllName": "soundvoltex.dll",
"dataDisabled": "83BDB800000002410F93C64488742451",
"dataEnabled": "41B60044887424519090909090909090"
}
]
},
{
"type": "memory",
"name": "Timer freeze",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 1549973,
"dllName": "soundvoltex.dll",
"dataDisabled": "84",
"dataEnabled": "85"
}
]
},
{
"type": "memory",
"name": "Premium timer freeze",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 4234853,
"dllName": "soundvoltex.dll",
"dataDisabled": "0F85",
"dataEnabled": "90E9"
},
{
"offset": 3939497,
"dllName": "soundvoltex.dll",
"dataDisabled": "0F84",
"dataEnabled": "90E9"
},
{
"offset": 2913072,
"dllName": "soundvoltex.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
}
]
},
{
"type": "memory",
"name": "Hide premium guide banner",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 3333243,
"dllName": "soundvoltex.dll",
"dataDisabled": "193F4F00",
"dataEnabled": "293F4F00"
}
]
},
{
"type": "union",
"name": "Premium Time Length",
"description": "",
"gameCode": "KFC",
"patches": [
{
"name": "00:00",
"patch": {
"dllName": "soundvoltex.dll",
"data": "AAB9650000000000",
"offset": 4075817
}
},
{
"name": "00:01",
"patch": {
"dllName": "soundvoltex.dll",
"data": "00CA9A3B00000000",
"offset": 4075817
}
},
{
"name": "04:20",
"patch": {
"dllName": "soundvoltex.dll",
"data": "002835893C000000",
"offset": 4075817
}
},
{
"name": "13:37",
"patch": {
"dllName": "soundvoltex.dll",
"data": "00AAFE38BE000000",
"offset": 4075817
}
},
{
"name": "57:30",
"patch": {
"dllName": "soundvoltex.dll",
"data": "0044064423030000",
"offset": 4075817
}
},
{
"name": "69:00",
"patch": {
"dllName": "soundvoltex.dll",
"data": "00B83AEBC3030000",
"offset": 4075817
}
},
{
"name": "10 Minutes",
"patch": {
"dllName": "soundvoltex.dll",
"data": "0070C9B28B000000",
"offset": 4075817
}
},
{
"name": "15 Minutes",
"patch": {
"dllName": "soundvoltex.dll",
"data": "00282E8CD1000000",
"offset": 4075817
}
},
{
"name": "20 Minutes",
"patch": {
"dllName": "soundvoltex.dll",
"data": "00E0926517010000",
"offset": 4075817
}
},
{
"name": "30 Minutes",
"patch": {
"dllName": "soundvoltex.dll",
"data": "00505C18A3010000",
"offset": 4075817
}
},
{
"name": "45 Minutes",
"patch": {
"dllName": "soundvoltex.dll",
"data": "00788AA474020000",
"offset": 4075817
}
},
{
"name": "60 Minutes",
"patch": {
"dllName": "soundvoltex.dll",
"data": "00A0B83046030000",
"offset": 4075817
}
},
{
"name": "90 Minutes",
"patch": {
"dllName": "soundvoltex.dll",
"data": "00F01449E9040000",
"offset": 4075817
}
}
]
},
{
"type": "memory",
"name": "Valkyrie Mode 60Hz",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 3109165,
"dllName": "soundvoltex.dll",
"dataDisabled": "74",
"dataEnabled": "75"
},
{
"offset": 5040251,
"dllName": "soundvoltex.dll",
"dataDisabled": "74",
"dataEnabled": "75"
},
{
"offset": 5042592,
"dllName": "soundvoltex.dll",
"dataDisabled": "74",
"dataEnabled": "75"
}
]
},
{
"type": "union",
"name": "Fake Region",
"description": "",
"gameCode": "KFC",
"patches": [
{
"name": "None (Default)",
"patch": {
"dllName": "soundvoltex.dll",
"data": "E8AC532E0085C00F85FA000000",
"offset": 2171471
}
},
{
"name": "Japan (J)",
"patch": {
"dllName": "soundvoltex.dll",
"data": "B80000000089055EA07B009090",
"offset": 2171471
}
},
{
"name": "Korea (K)",
"patch": {
"dllName": "soundvoltex.dll",
"data": "B80100000089055EA07B009090",
"offset": 2171471
}
},
{
"name": "Asia (A)",
"patch": {
"dllName": "soundvoltex.dll",
"data": "B80200000089055EA07B009090",
"offset": 2171471
}
},
{
"name": "Indonesia (Y)",
"patch": {
"dllName": "soundvoltex.dll",
"data": "B80300000089055EA07B009090",
"offset": 2171471
}
},
{
"name": "America (U)",
"patch": {
"dllName": "soundvoltex.dll",
"data": "B80400000089055EA07B009090",
"offset": 2171471
}
}
]
}
]
+508
View File
@@ -0,0 +1,508 @@
[
{
"gameCode": "KFC",
"version": "2024-07-11",
"lastUpdated": "2025-02-13 08:04:59",
"source": "https://sp2x.two-torial.xyz/"
},
{
"type": "memory",
"name": "Disable power change",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 3109102,
"dllName": "soundvoltex.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
}
]
},
{
"type": "memory",
"name": "Disable monitor change",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 3109254,
"dllName": "soundvoltex.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
}
]
},
{
"type": "memory",
"name": "Force BIO2 (KFC) IO in Valkyrie mode",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 5336341,
"dllName": "soundvoltex.dll",
"dataDisabled": "87050000",
"dataEnabled": "A70C0000"
}
]
},
{
"type": "union",
"name": "Game FPS Target",
"description": "",
"gameCode": "KFC",
"patches": [
{
"name": "60 FPS (Default)",
"patch": {
"dllName": "soundvoltex.dll",
"data": "0000000000004E40",
"offset": 8926976
}
},
{
"name": "120 FPS",
"patch": {
"dllName": "soundvoltex.dll",
"data": "0000000000005E40",
"offset": 8926976
}
}
]
},
{
"type": "union",
"name": "Note FPS Target",
"description": "",
"gameCode": "KFC",
"patches": [
{
"name": "60 FPS (Default)",
"patch": {
"dllName": "soundvoltex.dll",
"data": "660F6EF0F30FE6F6F20F593548CF5800",
"offset": 3106664
}
},
{
"name": "120 FPS",
"patch": {
"dllName": "soundvoltex.dll",
"data": "B878000000F20F2AF0F24890F2489090",
"offset": 3106664
}
}
]
},
{
"type": "memory",
"name": "Shared mode WASAPI",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 5572449,
"dllName": "soundvoltex.dll",
"dataDisabled": "04",
"dataEnabled": "00"
},
{
"offset": 5572840,
"dllName": "soundvoltex.dll",
"dataDisabled": "07",
"dataEnabled": "00"
}
]
},
{
"type": "memory",
"name": "Unlock All Songs",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 6357463,
"dllName": "soundvoltex.dll",
"dataDisabled": "7426",
"dataEnabled": "EB1F"
},
{
"offset": 1162528,
"dllName": "soundvoltex.dll",
"dataDisabled": "440FB6742450",
"dataEnabled": "41BE03000000"
}
]
},
{
"type": "memory",
"name": "Unlock All Difficulties",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 4192701,
"dllName": "soundvoltex.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
}
]
},
{
"type": "memory",
"name": "Uncensor album jackets (for K region only)",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 8443976,
"dllName": "soundvoltex.dll",
"dataDisabled": "61",
"dataEnabled": "75"
}
]
},
{
"type": "memory",
"name": "Hide all bottom text",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 8072360,
"dllName": "soundvoltex.dll",
"dataDisabled": "4652454520504C4159",
"dataEnabled": "000000000000000000"
},
{
"offset": 8072344,
"dllName": "soundvoltex.dll",
"dataDisabled": "4556454E54204D4F4445",
"dataEnabled": "00000000000000000000"
},
{
"offset": 8072576,
"dllName": "soundvoltex.dll",
"dataDisabled": "54454E4B4149434849204D4F4445",
"dataEnabled": "0000000000000000000000000000"
},
{
"offset": 8072280,
"dllName": "soundvoltex.dll",
"dataDisabled": "504153454C493A202573202B202573",
"dataEnabled": "000000000000000000000000000000"
},
{
"offset": 8072312,
"dllName": "soundvoltex.dll",
"dataDisabled": "4352454449543A202564202020434F494E3A202564202F202564",
"dataEnabled": "0000000000000000000000000000000000000000000000000000"
},
{
"offset": 8072296,
"dllName": "soundvoltex.dll",
"dataDisabled": "4352454449543A20256400",
"dataEnabled": "0000000000000000000000"
},
{
"offset": 8072592,
"dllName": "soundvoltex.dll",
"dataDisabled": "504153454C493A204E4F5420415641494C41424C45",
"dataEnabled": "000000000000000000000000000000000000000000"
},
{
"offset": 8072640,
"dllName": "soundvoltex.dll",
"dataDisabled": "504153454C493A204E4F204143434F554E54",
"dataEnabled": "000000000000000000000000000000000000"
},
{
"offset": 8072623,
"dllName": "soundvoltex.dll",
"dataDisabled": "00504153454C493A20257300",
"dataEnabled": "000000000000000000000000"
},
{
"offset": 8072256,
"dllName": "soundvoltex.dll",
"dataDisabled": "455854524120504153454C493A202573",
"dataEnabled": "00000000000000000000000000000000"
},
{
"offset": 8072615,
"dllName": "soundvoltex.dll",
"dataDisabled": "0025302A6400",
"dataEnabled": "000000000000"
},
{
"offset": 8072384,
"dllName": "soundvoltex.dll",
"dataDisabled": "8347815B83578393834F928682C582B728257381602989F08F9C82B782E982C982CD8365835883678381836A8385815B82C993FC82E8814183658393834C815B82F02030302C2030302C2030302C20362C20302082CC8F8782C5899F82B582C482AD82BE82B382A281420A8347815B83578393834F82F08DC48A4A82B782E98FEA8D8782CD8365835883678356815B839382C530302C2030302C2030302C20362C20312082CC8F8782C5899F82B582C482AD82BE82B382A28142",
"dataEnabled": "000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
}
]
},
{
"type": "memory",
"name": "Disable subscreen in Valkyrie mode",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 5039342,
"dllName": "soundvoltex.dll",
"dataDisabled": "83BDB800000002410F93C64488742451",
"dataEnabled": "41B60044887424519090909090909090"
}
]
},
{
"type": "memory",
"name": "Timer freeze",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 1549973,
"dllName": "soundvoltex.dll",
"dataDisabled": "84",
"dataEnabled": "85"
}
]
},
{
"type": "memory",
"name": "Premium timer freeze",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 4234837,
"dllName": "soundvoltex.dll",
"dataDisabled": "0F85",
"dataEnabled": "90E9"
},
{
"offset": 3939625,
"dllName": "soundvoltex.dll",
"dataDisabled": "0F84",
"dataEnabled": "90E9"
},
{
"offset": 2913168,
"dllName": "soundvoltex.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
}
]
},
{
"type": "memory",
"name": "Hide premium guide banner",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 3333371,
"dllName": "soundvoltex.dll",
"dataDisabled": "993E4F00",
"dataEnabled": "A93E4F00"
}
]
},
{
"type": "union",
"name": "Premium Time Length",
"description": "",
"gameCode": "KFC",
"patches": [
{
"name": "00:00",
"patch": {
"dllName": "soundvoltex.dll",
"data": "AAB9650000000000",
"offset": 4075945
}
},
{
"name": "00:01",
"patch": {
"dllName": "soundvoltex.dll",
"data": "00CA9A3B00000000",
"offset": 4075945
}
},
{
"name": "04:20",
"patch": {
"dllName": "soundvoltex.dll",
"data": "002835893C000000",
"offset": 4075945
}
},
{
"name": "13:37",
"patch": {
"dllName": "soundvoltex.dll",
"data": "00AAFE38BE000000",
"offset": 4075945
}
},
{
"name": "57:30",
"patch": {
"dllName": "soundvoltex.dll",
"data": "0044064423030000",
"offset": 4075945
}
},
{
"name": "69:00",
"patch": {
"dllName": "soundvoltex.dll",
"data": "00B83AEBC3030000",
"offset": 4075945
}
},
{
"name": "10 Minutes",
"patch": {
"dllName": "soundvoltex.dll",
"data": "0070C9B28B000000",
"offset": 4075945
}
},
{
"name": "15 Minutes",
"patch": {
"dllName": "soundvoltex.dll",
"data": "00282E8CD1000000",
"offset": 4075945
}
},
{
"name": "20 Minutes",
"patch": {
"dllName": "soundvoltex.dll",
"data": "00E0926517010000",
"offset": 4075945
}
},
{
"name": "30 Minutes",
"patch": {
"dllName": "soundvoltex.dll",
"data": "00505C18A3010000",
"offset": 4075945
}
},
{
"name": "45 Minutes",
"patch": {
"dllName": "soundvoltex.dll",
"data": "00788AA474020000",
"offset": 4075945
}
},
{
"name": "60 Minutes",
"patch": {
"dllName": "soundvoltex.dll",
"data": "00A0B83046030000",
"offset": 4075945
}
},
{
"name": "90 Minutes",
"patch": {
"dllName": "soundvoltex.dll",
"data": "00F01449E9040000",
"offset": 4075945
}
}
]
},
{
"type": "memory",
"name": "Valkyrie Mode 60Hz",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 3109293,
"dllName": "soundvoltex.dll",
"dataDisabled": "74",
"dataEnabled": "75"
},
{
"offset": 5040939,
"dllName": "soundvoltex.dll",
"dataDisabled": "74",
"dataEnabled": "75"
},
{
"offset": 5043280,
"dllName": "soundvoltex.dll",
"dataDisabled": "74",
"dataEnabled": "75"
}
]
},
{
"type": "union",
"name": "Fake Region",
"description": "",
"gameCode": "KFC",
"patches": [
{
"name": "None (Default)",
"patch": {
"dllName": "soundvoltex.dll",
"data": "E8FC582E0085C00F85FA000000",
"offset": 2171567
}
},
{
"name": "Japan (J)",
"patch": {
"dllName": "soundvoltex.dll",
"data": "B800000000890556A07B009090",
"offset": 2171567
}
},
{
"name": "Korea (K)",
"patch": {
"dllName": "soundvoltex.dll",
"data": "B801000000890556A07B009090",
"offset": 2171567
}
},
{
"name": "Asia (A)",
"patch": {
"dllName": "soundvoltex.dll",
"data": "B802000000890556A07B009090",
"offset": 2171567
}
},
{
"name": "Indonesia (Y)",
"patch": {
"dllName": "soundvoltex.dll",
"data": "B803000000890556A07B009090",
"offset": 2171567
}
},
{
"name": "America (U)",
"patch": {
"dllName": "soundvoltex.dll",
"data": "B804000000890556A07B009090",
"offset": 2171567
}
}
]
}
]
+488
View File
@@ -0,0 +1,488 @@
[
{
"gameCode": "KFC",
"version": "2024-07-23",
"lastUpdated": "2025-02-13 08:04:59",
"source": "https://sp2x.two-torial.xyz/"
},
{
"type": "memory",
"name": "Disable power change",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 3112446,
"dllName": "soundvoltex.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
}
]
},
{
"type": "memory",
"name": "Disable monitor change",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 3112598,
"dllName": "soundvoltex.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
}
]
},
{
"type": "memory",
"name": "Force BIO2 (KFC) IO in Valkyrie mode",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 5339669,
"dllName": "soundvoltex.dll",
"dataDisabled": "87050000",
"dataEnabled": "A70C0000"
}
]
},
{
"type": "union",
"name": "Game FPS Target",
"description": "",
"gameCode": "KFC",
"patches": [
{
"name": "60 FPS (Default)",
"patch": {
"dllName": "soundvoltex.dll",
"data": "0000000000004E40",
"offset": 8930784
}
},
{
"name": "120 FPS",
"patch": {
"dllName": "soundvoltex.dll",
"data": "0000000000005E40",
"offset": 8930784
}
}
]
},
{
"type": "union",
"name": "Note FPS Target",
"description": "",
"gameCode": "KFC",
"patches": [
{
"name": "60 FPS (Default)",
"patch": {
"dllName": "soundvoltex.dll",
"data": "660F6EF0F30FE6F6F20F593518D35800",
"offset": 3110008
}
},
{
"name": "120 FPS",
"patch": {
"dllName": "soundvoltex.dll",
"data": "B878000000F20F2AF0F24890F2489090",
"offset": 3110008
}
}
]
},
{
"type": "memory",
"name": "Shared mode WASAPI",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 5575761,
"dllName": "soundvoltex.dll",
"dataDisabled": "04",
"dataEnabled": "00"
},
{
"offset": 5576152,
"dllName": "soundvoltex.dll",
"dataDisabled": "07",
"dataEnabled": "00"
}
]
},
{
"type": "memory",
"name": "Unlock All Difficulties",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 4196045,
"dllName": "soundvoltex.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
}
]
},
{
"type": "memory",
"name": "Uncensor album jackets (for K region only)",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 8447944,
"dllName": "soundvoltex.dll",
"dataDisabled": "61",
"dataEnabled": "75"
}
]
},
{
"type": "memory",
"name": "Hide all bottom text",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 8076376,
"dllName": "soundvoltex.dll",
"dataDisabled": "4652454520504C4159",
"dataEnabled": "000000000000000000"
},
{
"offset": 8075936,
"dllName": "soundvoltex.dll",
"dataDisabled": "4556454E54204D4F4445",
"dataEnabled": "00000000000000000000"
},
{
"offset": 8075920,
"dllName": "soundvoltex.dll",
"dataDisabled": "54454E4B4149434849204D4F4445",
"dataEnabled": "0000000000000000000000000000"
},
{
"offset": 8076288,
"dllName": "soundvoltex.dll",
"dataDisabled": "504153454C493A202573202B202573",
"dataEnabled": "000000000000000000000000000000"
},
{
"offset": 8076320,
"dllName": "soundvoltex.dll",
"dataDisabled": "4352454449543A202564202020434F494E3A202564202F202564",
"dataEnabled": "0000000000000000000000000000000000000000000000000000"
},
{
"offset": 8076392,
"dllName": "soundvoltex.dll",
"dataDisabled": "4352454449543A20256400",
"dataEnabled": "0000000000000000000000"
},
{
"offset": 8076264,
"dllName": "soundvoltex.dll",
"dataDisabled": "504153454C493A204E4F5420415641494C41424C45",
"dataEnabled": "000000000000000000000000000000000000000000"
},
{
"offset": 8076240,
"dllName": "soundvoltex.dll",
"dataDisabled": "504153454C493A204E4F204143434F554E54",
"dataEnabled": "000000000000000000000000000000000000"
},
{
"offset": 8076303,
"dllName": "soundvoltex.dll",
"dataDisabled": "00504153454C493A20257300",
"dataEnabled": "000000000000000000000000"
},
{
"offset": 8076352,
"dllName": "soundvoltex.dll",
"dataDisabled": "455854524120504153454C493A202573",
"dataEnabled": "00000000000000000000000000000000"
},
{
"offset": 8076403,
"dllName": "soundvoltex.dll",
"dataDisabled": "0025302A6400",
"dataEnabled": "000000000000"
},
{
"offset": 8076000,
"dllName": "soundvoltex.dll",
"dataDisabled": "8347815B83578393834F928682C582B728257381602989F08F9C82B782E982C982CD8365835883678381836A8385815B82C993FC82E8814183658393834C815B82F02030302C2030302C2030302C20362C20302082CC8F8782C5899F82B582C482AD82BE82B382A281420A8347815B83578393834F82F08DC48A4A82B782E98FEA8D8782CD8365835883678356815B839382C530302C2030302C2030302C20362C20312082CC8F8782C5899F82B582C482AD82BE82B382A28142",
"dataEnabled": "000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
}
]
},
{
"type": "memory",
"name": "Disable subscreen in Valkyrie mode",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 5042606,
"dllName": "soundvoltex.dll",
"dataDisabled": "83BDB800000002410F93C64488742451",
"dataEnabled": "41B60044887424519090909090909090"
}
]
},
{
"type": "memory",
"name": "Timer freeze",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 1552917,
"dllName": "soundvoltex.dll",
"dataDisabled": "84",
"dataEnabled": "85"
}
]
},
{
"type": "memory",
"name": "Premium timer freeze",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 4238181,
"dllName": "soundvoltex.dll",
"dataDisabled": "0F85",
"dataEnabled": "90E9"
},
{
"offset": 3942969,
"dllName": "soundvoltex.dll",
"dataDisabled": "0F84",
"dataEnabled": "90E9"
},
{
"offset": 2916512,
"dllName": "soundvoltex.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
}
]
},
{
"type": "memory",
"name": "Hide premium guide banner",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 3336715,
"dllName": "soundvoltex.dll",
"dataDisabled": "41424F00",
"dataEnabled": "11424F00"
}
]
},
{
"type": "union",
"name": "Premium Time Length",
"description": "",
"gameCode": "KFC",
"patches": [
{
"name": "00:00",
"patch": {
"dllName": "soundvoltex.dll",
"data": "AAB9650000000000",
"offset": 4079289
}
},
{
"name": "00:01",
"patch": {
"dllName": "soundvoltex.dll",
"data": "00CA9A3B00000000",
"offset": 4079289
}
},
{
"name": "04:20",
"patch": {
"dllName": "soundvoltex.dll",
"data": "002835893C000000",
"offset": 4079289
}
},
{
"name": "13:37",
"patch": {
"dllName": "soundvoltex.dll",
"data": "00AAFE38BE000000",
"offset": 4079289
}
},
{
"name": "57:30",
"patch": {
"dllName": "soundvoltex.dll",
"data": "0044064423030000",
"offset": 4079289
}
},
{
"name": "69:00",
"patch": {
"dllName": "soundvoltex.dll",
"data": "00B83AEBC3030000",
"offset": 4079289
}
},
{
"name": "10 Minutes",
"patch": {
"dllName": "soundvoltex.dll",
"data": "0070C9B28B000000",
"offset": 4079289
}
},
{
"name": "15 Minutes",
"patch": {
"dllName": "soundvoltex.dll",
"data": "00282E8CD1000000",
"offset": 4079289
}
},
{
"name": "20 Minutes",
"patch": {
"dllName": "soundvoltex.dll",
"data": "00E0926517010000",
"offset": 4079289
}
},
{
"name": "30 Minutes",
"patch": {
"dllName": "soundvoltex.dll",
"data": "00505C18A3010000",
"offset": 4079289
}
},
{
"name": "45 Minutes",
"patch": {
"dllName": "soundvoltex.dll",
"data": "00788AA474020000",
"offset": 4079289
}
},
{
"name": "60 Minutes",
"patch": {
"dllName": "soundvoltex.dll",
"data": "00A0B83046030000",
"offset": 4079289
}
},
{
"name": "90 Minutes",
"patch": {
"dllName": "soundvoltex.dll",
"data": "00F01449E9040000",
"offset": 4079289
}
}
]
},
{
"type": "memory",
"name": "Valkyrie Mode 60Hz",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 3112637,
"dllName": "soundvoltex.dll",
"dataDisabled": "74",
"dataEnabled": "75"
},
{
"offset": 5044203,
"dllName": "soundvoltex.dll",
"dataDisabled": "74",
"dataEnabled": "75"
},
{
"offset": 5046544,
"dllName": "soundvoltex.dll",
"dataDisabled": "74",
"dataEnabled": "75"
}
]
},
{
"type": "union",
"name": "Fake Region",
"description": "",
"gameCode": "KFC",
"patches": [
{
"name": "None (Default)",
"patch": {
"dllName": "soundvoltex.dll",
"data": "E82C5B2E0085C00F85FA000000",
"offset": 2174335
}
},
{
"name": "Japan (J)",
"patch": {
"dllName": "soundvoltex.dll",
"data": "B80000000089055AA57B009090",
"offset": 2174335
}
},
{
"name": "Korea (K)",
"patch": {
"dllName": "soundvoltex.dll",
"data": "B80100000089055AA57B009090",
"offset": 2174335
}
},
{
"name": "Asia (A)",
"patch": {
"dllName": "soundvoltex.dll",
"data": "B80200000089055AA57B009090",
"offset": 2174335
}
},
{
"name": "Indonesia (Y)",
"patch": {
"dllName": "soundvoltex.dll",
"data": "B80300000089055AA57B009090",
"offset": 2174335
}
},
{
"name": "America (U)",
"patch": {
"dllName": "soundvoltex.dll",
"data": "B80400000089055AA57B009090",
"offset": 2174335
}
}
]
}
]
+502
View File
@@ -0,0 +1,502 @@
[
{
"gameCode": "KFC",
"version": "2024-08-05",
"lastUpdated": "2025-02-13 08:04:59",
"source": "https://sp2x.two-torial.xyz/"
},
{
"type": "memory",
"name": "Disable power change",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 3135710,
"dllName": "soundvoltex.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
}
]
},
{
"type": "memory",
"name": "Disable monitor change",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 3135862,
"dllName": "soundvoltex.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
}
]
},
{
"type": "memory",
"name": "Force BIO2 (KFC) IO in Valkyrie mode",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 5367221,
"dllName": "soundvoltex.dll",
"dataDisabled": "87050000",
"dataEnabled": "A70C0000"
}
]
},
{
"type": "union",
"name": "Game FPS Target",
"description": "",
"gameCode": "KFC",
"patches": [
{
"name": "60 FPS (Default)",
"patch": {
"dllName": "soundvoltex.dll",
"data": "0000000000004E40",
"offset": 8968432
}
},
{
"name": "120 FPS",
"patch": {
"dllName": "soundvoltex.dll",
"data": "0000000000005E40",
"offset": 8968432
}
}
]
},
{
"type": "union",
"name": "Note FPS Target",
"description": "",
"gameCode": "KFC",
"patches": [
{
"name": "60 FPS (Default)",
"patch": {
"dllName": "soundvoltex.dll",
"data": "660F6EF0F30FE6F6F20F593548115900",
"offset": 3133272
}
},
{
"name": "120 FPS",
"patch": {
"dllName": "soundvoltex.dll",
"data": "B878000000F20F2AF0F24890F2489090",
"offset": 3133272
}
}
]
},
{
"type": "memory",
"name": "Shared mode WASAPI",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 5603441,
"dllName": "soundvoltex.dll",
"dataDisabled": "04",
"dataEnabled": "00"
},
{
"offset": 5603832,
"dllName": "soundvoltex.dll",
"dataDisabled": "07",
"dataEnabled": "00"
}
]
},
{
"type": "memory",
"name": "ASIO 2 Channels Mode",
"description": "ONLY IF USING ASIO AUDIO. Use 2 channels instead of 8. Useful for some audio cards.",
"gameCode": "KFC",
"patches": [
{
"offset": 5603642,
"dllName": "soundvoltex.dll",
"dataDisabled": "08",
"dataEnabled": "05"
}
]
},
{
"type": "memory",
"name": "Unlock All Difficulties",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 4223613,
"dllName": "soundvoltex.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
}
]
},
{
"type": "memory",
"name": "Uncensor album jackets (for K region only)",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 8483832,
"dllName": "soundvoltex.dll",
"dataDisabled": "61",
"dataEnabled": "75"
}
]
},
{
"type": "memory",
"name": "Hide all bottom text",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 8112032,
"dllName": "soundvoltex.dll",
"dataDisabled": "4652454520504C4159",
"dataEnabled": "000000000000000000"
},
{
"offset": 8112016,
"dllName": "soundvoltex.dll",
"dataDisabled": "4556454E54204D4F4445",
"dataEnabled": "00000000000000000000"
},
{
"offset": 8111776,
"dllName": "soundvoltex.dll",
"dataDisabled": "54454E4B4149434849204D4F4445",
"dataEnabled": "0000000000000000000000000000"
},
{
"offset": 8111952,
"dllName": "soundvoltex.dll",
"dataDisabled": "504153454C493A202573202B202573",
"dataEnabled": "000000000000000000000000000000"
},
{
"offset": 8111984,
"dllName": "soundvoltex.dll",
"dataDisabled": "4352454449543A202564202020434F494E3A202564202F202564",
"dataEnabled": "0000000000000000000000000000000000000000000000000000"
},
{
"offset": 8111968,
"dllName": "soundvoltex.dll",
"dataDisabled": "4352454449543A20256400",
"dataEnabled": "0000000000000000000000"
},
{
"offset": 8112048,
"dllName": "soundvoltex.dll",
"dataDisabled": "504153454C493A204E4F5420415641494C41424C45",
"dataEnabled": "000000000000000000000000000000000000000000"
},
{
"offset": 8111904,
"dllName": "soundvoltex.dll",
"dataDisabled": "504153454C493A204E4F204143434F554E54",
"dataEnabled": "000000000000000000000000000000000000"
},
{
"offset": 8111887,
"dllName": "soundvoltex.dll",
"dataDisabled": "00504153454C493A20257300",
"dataEnabled": "000000000000000000000000"
},
{
"offset": 8111928,
"dllName": "soundvoltex.dll",
"dataDisabled": "455854524120504153454C493A202573",
"dataEnabled": "00000000000000000000000000000000"
},
{
"offset": 8112071,
"dllName": "soundvoltex.dll",
"dataDisabled": "0025302A6400",
"dataEnabled": "000000000000"
},
{
"offset": 8111584,
"dllName": "soundvoltex.dll",
"dataDisabled": "8347815B83578393834F928682C582B728257381602989F08F9C82B782E982C982CD8365835883678381836A8385815B82C993FC82E8814183658393834C815B82F02030302C2030302C2030302C20362C20302082CC8F8782C5899F82B582C482AD82BE82B382A281420A8347815B83578393834F82F08DC48A4A82B782E98FEA8D8782CD8365835883678356815B839382C530302C2030302C2030302C20362C20312082CC8F8782C5899F82B582C482AD82BE82B382A28142",
"dataEnabled": "000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
}
]
},
{
"type": "memory",
"name": "Disable subscreen in Valkyrie mode",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 5069998,
"dllName": "soundvoltex.dll",
"dataDisabled": "83BDB800000002410F93C64488742451",
"dataEnabled": "41B60044887424519090909090909090"
}
]
},
{
"type": "memory",
"name": "Timer freeze",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 1570277,
"dllName": "soundvoltex.dll",
"dataDisabled": "84",
"dataEnabled": "85"
}
]
},
{
"type": "memory",
"name": "Premium timer freeze",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 4265749,
"dllName": "soundvoltex.dll",
"dataDisabled": "0F85",
"dataEnabled": "90E9"
},
{
"offset": 3970537,
"dllName": "soundvoltex.dll",
"dataDisabled": "0F84",
"dataEnabled": "90E9"
},
{
"offset": 2937984,
"dllName": "soundvoltex.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
}
]
},
{
"type": "memory",
"name": "Hide premium guide banner",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 3360699,
"dllName": "soundvoltex.dll",
"dataDisabled": "89774F00",
"dataEnabled": "79774F00"
}
]
},
{
"type": "union",
"name": "Premium Time Length",
"description": "",
"gameCode": "KFC",
"patches": [
{
"name": "00:00",
"patch": {
"dllName": "soundvoltex.dll",
"data": "AAB9650000000000",
"offset": 4106857
}
},
{
"name": "00:01",
"patch": {
"dllName": "soundvoltex.dll",
"data": "00CA9A3B00000000",
"offset": 4106857
}
},
{
"name": "04:20",
"patch": {
"dllName": "soundvoltex.dll",
"data": "002835893C000000",
"offset": 4106857
}
},
{
"name": "13:37",
"patch": {
"dllName": "soundvoltex.dll",
"data": "00AAFE38BE000000",
"offset": 4106857
}
},
{
"name": "57:30",
"patch": {
"dllName": "soundvoltex.dll",
"data": "0044064423030000",
"offset": 4106857
}
},
{
"name": "69:00",
"patch": {
"dllName": "soundvoltex.dll",
"data": "00B83AEBC3030000",
"offset": 4106857
}
},
{
"name": "10 Minutes",
"patch": {
"dllName": "soundvoltex.dll",
"data": "0070C9B28B000000",
"offset": 4106857
}
},
{
"name": "15 Minutes",
"patch": {
"dllName": "soundvoltex.dll",
"data": "00282E8CD1000000",
"offset": 4106857
}
},
{
"name": "20 Minutes",
"patch": {
"dllName": "soundvoltex.dll",
"data": "00E0926517010000",
"offset": 4106857
}
},
{
"name": "30 Minutes",
"patch": {
"dllName": "soundvoltex.dll",
"data": "00505C18A3010000",
"offset": 4106857
}
},
{
"name": "45 Minutes",
"patch": {
"dllName": "soundvoltex.dll",
"data": "00788AA474020000",
"offset": 4106857
}
},
{
"name": "60 Minutes",
"patch": {
"dllName": "soundvoltex.dll",
"data": "00A0B83046030000",
"offset": 4106857
}
},
{
"name": "90 Minutes",
"patch": {
"dllName": "soundvoltex.dll",
"data": "00F01449E9040000",
"offset": 4106857
}
}
]
},
{
"type": "memory",
"name": "Valkyrie Mode 60Hz",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 3135901,
"dllName": "soundvoltex.dll",
"dataDisabled": "74",
"dataEnabled": "75"
},
{
"offset": 5071595,
"dllName": "soundvoltex.dll",
"dataDisabled": "74",
"dataEnabled": "75"
},
{
"offset": 5073936,
"dllName": "soundvoltex.dll",
"dataDisabled": "74",
"dataEnabled": "75"
}
]
},
{
"type": "union",
"name": "Fake Region",
"description": "",
"gameCode": "KFC",
"patches": [
{
"name": "None (Default)",
"patch": {
"dllName": "soundvoltex.dll",
"data": "E85C732E0085C00F85FA000000",
"offset": 2195679
}
},
{
"name": "Japan (J)",
"patch": {
"dllName": "soundvoltex.dll",
"data": "B8000000008905FAF47B009090",
"offset": 2195679
}
},
{
"name": "Korea (K)",
"patch": {
"dllName": "soundvoltex.dll",
"data": "B8010000008905FAF47B009090",
"offset": 2195679
}
},
{
"name": "Asia (A)",
"patch": {
"dllName": "soundvoltex.dll",
"data": "B8020000008905FAF47B009090",
"offset": 2195679
}
},
{
"name": "Indonesia (Y)",
"patch": {
"dllName": "soundvoltex.dll",
"data": "B8030000008905FAF47B009090",
"offset": 2195679
}
},
{
"name": "America (U)",
"patch": {
"dllName": "soundvoltex.dll",
"data": "B8040000008905FAF47B009090",
"offset": 2195679
}
}
]
}
]
+502
View File
@@ -0,0 +1,502 @@
[
{
"gameCode": "KFC",
"version": "2024-08-27",
"lastUpdated": "2025-02-13 08:04:59",
"source": "https://sp2x.two-torial.xyz/"
},
{
"type": "memory",
"name": "Disable power change",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 3142974,
"dllName": "soundvoltex.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
}
]
},
{
"type": "memory",
"name": "Disable monitor change",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 3143126,
"dllName": "soundvoltex.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
}
]
},
{
"type": "memory",
"name": "Force BIO2 (KFC) IO in Valkyrie mode",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 5378757,
"dllName": "soundvoltex.dll",
"dataDisabled": "87050000",
"dataEnabled": "A70C0000"
}
]
},
{
"type": "union",
"name": "Game FPS Target",
"description": "",
"gameCode": "KFC",
"patches": [
{
"name": "60 FPS (Default)",
"patch": {
"dllName": "soundvoltex.dll",
"data": "0000000000004E40",
"offset": 8981416
}
},
{
"name": "120 FPS",
"patch": {
"dllName": "soundvoltex.dll",
"data": "0000000000005E40",
"offset": 8981416
}
}
]
},
{
"type": "union",
"name": "Note FPS Target",
"description": "",
"gameCode": "KFC",
"patches": [
{
"name": "60 FPS (Default)",
"patch": {
"dllName": "soundvoltex.dll",
"data": "660F6EF0F30FE6F6F20F5935A0275900",
"offset": 3140536
}
},
{
"name": "120 FPS",
"patch": {
"dllName": "soundvoltex.dll",
"data": "B878000000F20F2AF0F24890F2489090",
"offset": 3140536
}
}
]
},
{
"type": "memory",
"name": "Shared mode WASAPI",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 5615009,
"dllName": "soundvoltex.dll",
"dataDisabled": "04",
"dataEnabled": "00"
},
{
"offset": 5615400,
"dllName": "soundvoltex.dll",
"dataDisabled": "07",
"dataEnabled": "00"
}
]
},
{
"type": "memory",
"name": "ASIO 2 Channels Mode",
"description": "ONLY IF USING ASIO AUDIO. Use 2 channels instead of 8. Useful for some audio cards.",
"gameCode": "KFC",
"patches": [
{
"offset": 5615210,
"dllName": "soundvoltex.dll",
"dataDisabled": "08",
"dataEnabled": "05"
}
]
},
{
"type": "memory",
"name": "Unlock All Difficulties",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 4231981,
"dllName": "soundvoltex.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
}
]
},
{
"type": "memory",
"name": "Uncensor album jackets (for K region only)",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 8496784,
"dllName": "soundvoltex.dll",
"dataDisabled": "61",
"dataEnabled": "75"
}
]
},
{
"type": "memory",
"name": "Hide all bottom text",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 8124920,
"dllName": "soundvoltex.dll",
"dataDisabled": "4652454520504C4159",
"dataEnabled": "000000000000000000"
},
{
"offset": 8124480,
"dllName": "soundvoltex.dll",
"dataDisabled": "4556454E54204D4F4445",
"dataEnabled": "00000000000000000000"
},
{
"offset": 8124464,
"dllName": "soundvoltex.dll",
"dataDisabled": "54454E4B4149434849204D4F4445",
"dataEnabled": "0000000000000000000000000000"
},
{
"offset": 8124832,
"dllName": "soundvoltex.dll",
"dataDisabled": "504153454C493A202573202B202573",
"dataEnabled": "000000000000000000000000000000"
},
{
"offset": 8124864,
"dllName": "soundvoltex.dll",
"dataDisabled": "4352454449543A202564202020434F494E3A202564202F202564",
"dataEnabled": "0000000000000000000000000000000000000000000000000000"
},
{
"offset": 8124936,
"dllName": "soundvoltex.dll",
"dataDisabled": "4352454449543A20256400",
"dataEnabled": "0000000000000000000000"
},
{
"offset": 8124808,
"dllName": "soundvoltex.dll",
"dataDisabled": "504153454C493A204E4F5420415641494C41424C45",
"dataEnabled": "000000000000000000000000000000000000000000"
},
{
"offset": 8124784,
"dllName": "soundvoltex.dll",
"dataDisabled": "504153454C493A204E4F204143434F554E54",
"dataEnabled": "000000000000000000000000000000000000"
},
{
"offset": 8124847,
"dllName": "soundvoltex.dll",
"dataDisabled": "00504153454C493A20257300",
"dataEnabled": "000000000000000000000000"
},
{
"offset": 8124896,
"dllName": "soundvoltex.dll",
"dataDisabled": "455854524120504153454C493A202573",
"dataEnabled": "00000000000000000000000000000000"
},
{
"offset": 8124947,
"dllName": "soundvoltex.dll",
"dataDisabled": "0025302A6400",
"dataEnabled": "000000000000"
},
{
"offset": 8124544,
"dllName": "soundvoltex.dll",
"dataDisabled": "8347815B83578393834F928682C582B728257381602989F08F9C82B782E982C982CD8365835883678381836A8385815B82C993FC82E8814183658393834C815B82F02030302C2030302C2030302C20362C20302082CC8F8782C5899F82B582C482AD82BE82B382A281420A8347815B83578393834F82F08DC48A4A82B782E98FEA8D8782CD8365835883678356815B839382C530302C2030302C2030302C20362C20312082CC8F8782C5899F82B582C482AD82BE82B382A28142",
"dataEnabled": "000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
}
]
},
{
"type": "memory",
"name": "Disable subscreen in Valkyrie mode",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 5079246,
"dllName": "soundvoltex.dll",
"dataDisabled": "83BDB800000002410F93C64488742451",
"dataEnabled": "41B60044887424519090909090909090"
}
]
},
{
"type": "memory",
"name": "Timer freeze",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 1575125,
"dllName": "soundvoltex.dll",
"dataDisabled": "84",
"dataEnabled": "85"
}
]
},
{
"type": "memory",
"name": "Premium timer freeze",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 4274210,
"dllName": "soundvoltex.dll",
"dataDisabled": "0F85",
"dataEnabled": "90E9"
},
{
"offset": 3977753,
"dllName": "soundvoltex.dll",
"dataDisabled": "0F84",
"dataEnabled": "90E9"
},
{
"offset": 2943360,
"dllName": "soundvoltex.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
}
]
},
{
"type": "memory",
"name": "Hide premium guide banner",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 3367899,
"dllName": "soundvoltex.dll",
"dataDisabled": "E18D4F00",
"dataEnabled": "118E4F00"
}
]
},
{
"type": "union",
"name": "Premium Time Length",
"description": "",
"gameCode": "KFC",
"patches": [
{
"name": "00:00",
"patch": {
"dllName": "soundvoltex.dll",
"data": "AAB9650000000000",
"offset": 4114473
}
},
{
"name": "00:01",
"patch": {
"dllName": "soundvoltex.dll",
"data": "00CA9A3B00000000",
"offset": 4114473
}
},
{
"name": "04:20",
"patch": {
"dllName": "soundvoltex.dll",
"data": "002835893C000000",
"offset": 4114473
}
},
{
"name": "13:37",
"patch": {
"dllName": "soundvoltex.dll",
"data": "00AAFE38BE000000",
"offset": 4114473
}
},
{
"name": "57:30",
"patch": {
"dllName": "soundvoltex.dll",
"data": "0044064423030000",
"offset": 4114473
}
},
{
"name": "69:00",
"patch": {
"dllName": "soundvoltex.dll",
"data": "00B83AEBC3030000",
"offset": 4114473
}
},
{
"name": "10 Minutes",
"patch": {
"dllName": "soundvoltex.dll",
"data": "0070C9B28B000000",
"offset": 4114473
}
},
{
"name": "15 Minutes",
"patch": {
"dllName": "soundvoltex.dll",
"data": "00282E8CD1000000",
"offset": 4114473
}
},
{
"name": "20 Minutes",
"patch": {
"dllName": "soundvoltex.dll",
"data": "00E0926517010000",
"offset": 4114473
}
},
{
"name": "30 Minutes",
"patch": {
"dllName": "soundvoltex.dll",
"data": "00505C18A3010000",
"offset": 4114473
}
},
{
"name": "45 Minutes",
"patch": {
"dllName": "soundvoltex.dll",
"data": "00788AA474020000",
"offset": 4114473
}
},
{
"name": "60 Minutes",
"patch": {
"dllName": "soundvoltex.dll",
"data": "00A0B83046030000",
"offset": 4114473
}
},
{
"name": "90 Minutes",
"patch": {
"dllName": "soundvoltex.dll",
"data": "00F01449E9040000",
"offset": 4114473
}
}
]
},
{
"type": "memory",
"name": "Valkyrie Mode 60Hz",
"description": "",
"gameCode": "KFC",
"patches": [
{
"offset": 3143165,
"dllName": "soundvoltex.dll",
"dataDisabled": "74",
"dataEnabled": "75"
},
{
"offset": 5080843,
"dllName": "soundvoltex.dll",
"dataDisabled": "74",
"dataEnabled": "75"
},
{
"offset": 5083184,
"dllName": "soundvoltex.dll",
"dataDisabled": "74",
"dataEnabled": "75"
}
]
},
{
"type": "union",
"name": "Fake Region",
"description": "",
"gameCode": "KFC",
"patches": [
{
"name": "None (Default)",
"patch": {
"dllName": "soundvoltex.dll",
"data": "E83C862E0085C00F85FA000000",
"offset": 2200655
}
},
{
"name": "Japan (J)",
"patch": {
"dllName": "soundvoltex.dll",
"data": "B800000000890526227C009090",
"offset": 2200655
}
},
{
"name": "Korea (K)",
"patch": {
"dllName": "soundvoltex.dll",
"data": "B801000000890526227C009090",
"offset": 2200655
}
},
{
"name": "Asia (A)",
"patch": {
"dllName": "soundvoltex.dll",
"data": "B802000000890526227C009090",
"offset": 2200655
}
},
{
"name": "Indonesia (Y)",
"patch": {
"dllName": "soundvoltex.dll",
"data": "B803000000890526227C009090",
"offset": 2200655
}
},
{
"name": "America (U)",
"patch": {
"dllName": "soundvoltex.dll",
"data": "B804000000890526227C009090",
"offset": 2200655
}
}
]
}
]
+559
View File
@@ -0,0 +1,559 @@
[
{
"gameCode": "KFC",
"version": "2024-09-10",
"lastUpdated": "2025-04-21 08:27:48",
"source": "https://sp2x.two-torial.xyz/"
},
{
"name": "Game FPS Target",
"description": "Forces the game to run at a specific FPS target.",
"gameCode": "KFC",
"type": "union",
"patches": [
{
"name": "60 FPS (Default)",
"patch": {
"offset": 9009270,
"dllName": "soundvoltex.dll",
"data": "4E"
}
},
{
"name": "120 FPS",
"patch": {
"offset": 9009270,
"dllName": "soundvoltex.dll",
"data": "5E"
}
}
]
},
{
"name": "Note FPS Target",
"description": "Forces the game's notes to run at a specific FPS target.",
"gameCode": "KFC",
"type": "union",
"patches": [
{
"name": "60 FPS (Default)",
"patch": {
"offset": 3143784,
"dllName": "soundvoltex.dll",
"data": "660F6EF0F30FE6F6F20F5935B88B5900"
}
},
{
"name": "120 FPS",
"patch": {
"offset": 3143784,
"dllName": "soundvoltex.dll",
"data": "B878000000F20F2AF0F24890F2489090"
}
}
]
},
{
"name": "Shared mode WASAPI",
"description": "Allows for non-exclusive WASAPI audio.",
"caution": "Requires 48000Hz sample rate. Will slightly increase audio latency. Try combining this with the Low Latency Shared Audio option from spice2x.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 5618945,
"dllName": "soundvoltex.dll",
"dataDisabled": "04",
"dataEnabled": "00"
},
{
"offset": 5619336,
"dllName": "soundvoltex.dll",
"dataDisabled": "07",
"dataEnabled": "00"
}
]
},
{
"name": "Hide premium guide banner",
"description": "blpass_ef (rainbow outline on health gauge) is shown instead of pt_sousa_usr.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 3371807,
"dllName": "soundvoltex.dll",
"dataDisabled": "FDEB4F00",
"dataEnabled": "EDEB4F00"
}
]
},
{
"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",
"type": "memory",
"patches": [
{
"offset": 8151816,
"dllName": "soundvoltex.dll",
"dataDisabled": "4652454520504C4159",
"dataEnabled": "000000000000000000"
},
{
"offset": 8151832,
"dllName": "soundvoltex.dll",
"dataDisabled": "4556454E54204D4F4445",
"dataEnabled": "00000000000000000000"
},
{
"offset": 8151848,
"dllName": "soundvoltex.dll",
"dataDisabled": "54454E4B4149434849204D4F4445",
"dataEnabled": "0000000000000000000000000000"
},
{
"offset": 8152184,
"dllName": "soundvoltex.dll",
"dataDisabled": "504153454C493A202573202B202573",
"dataEnabled": "000000000000000000000000000000"
},
{
"offset": 8151768,
"dllName": "soundvoltex.dll",
"dataDisabled": "4352454449543A202564202020434F494E3A202564202F202564",
"dataEnabled": "0000000000000000000000000000000000000000000000000000"
},
{
"offset": 8151800,
"dllName": "soundvoltex.dll",
"dataDisabled": "4352454449543A20256400",
"dataEnabled": "0000000000000000000000"
},
{
"offset": 8152120,
"dllName": "soundvoltex.dll",
"dataDisabled": "504153454C493A204E4F5420415641494C41424C45",
"dataEnabled": "000000000000000000000000000000000000000000"
},
{
"offset": 8152144,
"dllName": "soundvoltex.dll",
"dataDisabled": "504153454C493A204E4F204143434F554E54",
"dataEnabled": "000000000000000000000000000000000000"
},
{
"offset": 8152167,
"dllName": "soundvoltex.dll",
"dataDisabled": "00504153454C493A20257300",
"dataEnabled": "000000000000000000000000"
},
{
"offset": 8151744,
"dllName": "soundvoltex.dll",
"dataDisabled": "455854524120504153454C493A202573",
"dataEnabled": "00000000000000000000000000000000"
},
{
"offset": 8152107,
"dllName": "soundvoltex.dll",
"dataDisabled": "0025302A6400",
"dataEnabled": "000000000000"
},
{
"offset": 8151872,
"dllName": "soundvoltex.dll",
"dataDisabled": "8347815B83578393834F928682C582B728257381602989F08F9C82B782E982C982CD8365835883678381836A8385815B82C993FC82E8814183658393834C815B82F02030302C2030302C2030302C20362C20302082CC8F8782C5899F82B582C482AD82BE82B382A281420A8347815B83578393834F82F08DC48A4A82B782E98FEA8D8782CD8365835883678356815B839382C530302C2030302C2030302C20362C20312082CC8F8782C5899F82B582C482AD82BE82B382A28142",
"dataEnabled": "000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
}
]
},
{
"name": "Standard/Menu Timer Freeze",
"description": "Freezes all non-premium area timers.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 1584485,
"dllName": "soundvoltex.dll",
"dataDisabled": "84",
"dataEnabled": "85"
}
]
},
{
"name": "Premium Free Timer Freeze",
"description": "Freezes all premium area timers.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 4276418,
"dllName": "soundvoltex.dll",
"dataDisabled": "0F85",
"dataEnabled": "90E9"
},
{
"offset": 3979721,
"dllName": "soundvoltex.dll",
"dataDisabled": "0F84",
"dataEnabled": "90E9"
},
{
"offset": 2946592,
"dllName": "soundvoltex.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
}
]
},
{
"name": "Premium Time Length",
"description": "Time at which the Premium timer starts. If you have it frozen, that'll be the time shown at all times",
"gameCode": "KFC",
"type": "union",
"patches": [
{
"name": "00:00",
"patch": {
"offset": 4116377,
"dllName": "soundvoltex.dll",
"data": "AAB9650000000000"
}
},
{
"name": "00:01",
"patch": {
"offset": 4116377,
"dllName": "soundvoltex.dll",
"data": "00CA9A3B00000000"
}
},
{
"name": "04:20",
"patch": {
"offset": 4116377,
"dllName": "soundvoltex.dll",
"data": "002835893C000000"
}
},
{
"name": "07:27",
"patch": {
"offset": 4116377,
"dllName": "soundvoltex.dll",
"data": "00B6461368000000"
}
},
{
"name": "13:37",
"patch": {
"offset": 4116377,
"dllName": "soundvoltex.dll",
"data": "00AAFE38BE000000"
}
},
{
"name": "57:30",
"patch": {
"offset": 4116377,
"dllName": "soundvoltex.dll",
"data": "0044064423030000"
}
},
{
"name": "69:00",
"patch": {
"offset": 4116377,
"dllName": "soundvoltex.dll",
"data": "00B83AEBC3030000"
}
},
{
"name": "10 Minutes (Default)",
"patch": {
"offset": 4116377,
"dllName": "soundvoltex.dll",
"data": "0070C9B28B000000"
}
},
{
"name": "15 Minutes",
"patch": {
"offset": 4116377,
"dllName": "soundvoltex.dll",
"data": "00282E8CD1000000"
}
},
{
"name": "20 Minutes",
"patch": {
"offset": 4116377,
"dllName": "soundvoltex.dll",
"data": "00E0926517010000"
}
},
{
"name": "30 Minutes",
"patch": {
"offset": 4116377,
"dllName": "soundvoltex.dll",
"data": "00505C18A3010000"
}
},
{
"name": "45 Minutes",
"patch": {
"offset": 4116377,
"dllName": "soundvoltex.dll",
"data": "00788AA474020000"
}
},
{
"name": "60 Minutes",
"patch": {
"offset": 4116377,
"dllName": "soundvoltex.dll",
"data": "00A0B83046030000"
}
},
{
"name": "90 Minutes",
"patch": {
"offset": 4116377,
"dllName": "soundvoltex.dll",
"data": "00F01449E9040000"
}
}
]
},
{
"name": "Fake Region",
"description": "Forces the game to run as a specific region without altering language, which allows for region-specific content locking. Use Japan for everything to be unlocked.",
"gameCode": "KFC",
"type": "union",
"patches": [
{
"name": "Default",
"patch": {
"offset": 2210175,
"dllName": "soundvoltex.dll",
"data": "E8FC6E2E0085C00F85FA000000"
}
},
{
"name": "Japan (J)",
"patch": {
"offset": 2210175,
"dllName": "soundvoltex.dll",
"data": "B8000000008905F68C7C009090"
}
},
{
"name": "Korea (K)",
"patch": {
"offset": 2210175,
"dllName": "soundvoltex.dll",
"data": "B8010000008905F68C7C009090"
}
},
{
"name": "Asia (A)",
"patch": {
"offset": 2210175,
"dllName": "soundvoltex.dll",
"data": "B8020000008905F68C7C009090"
}
},
{
"name": "Indonesia (Y)",
"patch": {
"offset": 2210175,
"dllName": "soundvoltex.dll",
"data": "B8030000008905F68C7C009090"
}
},
{
"name": "America (U)",
"patch": {
"offset": 2210175,
"dllName": "soundvoltex.dll",
"data": "B8040000008905F68C7C009090"
}
}
]
},
{
"name": "Force English Sort Options",
"description": "Forces the game to use english sort options within the FX-R menu in song select.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 119372,
"dllName": "soundvoltex.dll",
"dataDisabled": "8B15565F1401",
"dataEnabled": "BA0100000090"
},
{
"offset": 119401,
"dllName": "soundvoltex.dll",
"dataDisabled": "8B15395F1401",
"dataEnabled": "BA0100000090"
},
{
"offset": 119430,
"dllName": "soundvoltex.dll",
"dataDisabled": "8B151C5F1401",
"dataEnabled": "BA0100000090"
},
{
"offset": 119459,
"dllName": "soundvoltex.dll",
"dataDisabled": "8B15FF5E1401",
"dataEnabled": "BA0100000090"
},
{
"offset": 119488,
"dllName": "soundvoltex.dll",
"dataDisabled": "8B15E25E1401",
"dataEnabled": "BA0100000090"
},
{
"offset": 119523,
"dllName": "soundvoltex.dll",
"dataDisabled": "8B15BF5E1401",
"dataEnabled": "BA0100000090"
},
{
"offset": 119558,
"dllName": "soundvoltex.dll",
"dataDisabled": "8B159C5E1401",
"dataEnabled": "BA0100000090"
},
{
"offset": 8907244,
"dllName": "soundvoltex.dll",
"dataDisabled": "B930B330A23087730698",
"dataEnabled": "530063006F0072006500"
}
]
},
{
"name": "ASIO 2 Channels Mode",
"description": "Use 2 channels instead of 8. Useful for some audio cards.",
"caution": "ONLY for ASIO audio users.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 5619146,
"dllName": "soundvoltex.dll",
"dataDisabled": "08",
"dataEnabled": "05"
}
]
},
{
"name": "Disable power change",
"description": "Prevents the game from changing power settings.",
"caution": "Typically not required with spice2x.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 3146222,
"dllName": "soundvoltex.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
}
]
},
{
"name": "Disable monitor change",
"description": "Prevents the game from changing monitor settings.",
"caution": "Typically not required with spice2x.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 3146374,
"dllName": "soundvoltex.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
}
]
},
{
"name": "Disable Subscreen in Valkyrie mode",
"description": "Forcefully disables the subscreen.",
"caution": "ONLY for Valkyrie (G spec). Consider using spice2x's \"-sdvxnosub\" option instead.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 5082558,
"dllName": "soundvoltex.dll",
"dataDisabled": "83BDB800000002410F93C64488742451",
"dataEnabled": "41B60044887424519090909090909090"
}
]
},
{
"name": "Valkyrie Mode 60Hz",
"description": "Allows the game to run at 60Hz.",
"caution": "ONLY for Valkyrie (G Spec). Might require \"Force BIO2 (KFC) IO in Valkyrie mode\" to work.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 3146413,
"dllName": "soundvoltex.dll",
"dataDisabled": "74",
"dataEnabled": "75"
},
{
"offset": 5084155,
"dllName": "soundvoltex.dll",
"dataDisabled": "74",
"dataEnabled": "75"
},
{
"offset": 5086496,
"dllName": "soundvoltex.dll",
"dataDisabled": "74",
"dataEnabled": "75"
}
]
},
{
"name": "Force BIO2 (KFC) IO in Valkyrie mode",
"description": "Forces the game to use BIO2 IO in Valkyrie mode.",
"caution": "Can be useful for arcade cabinets. If you don't know why you need this, ignore it.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 5382357,
"dllName": "soundvoltex.dll",
"dataDisabled": "8705",
"dataEnabled": "A70C"
}
]
},
{
"name": "Force Enable Headphones",
"description": "Assumes headphones are always connected, allowing for volume control. Useful for cabinets.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 5536742,
"dllName": "soundvoltex.dll",
"dataDisabled": "0F10060F114760",
"dataEnabled": "C7476001000000"
}
]
}
]
+559
View File
@@ -0,0 +1,559 @@
[
{
"gameCode": "KFC",
"version": "2024-09-24",
"lastUpdated": "2025-04-21 08:27:48",
"source": "https://sp2x.two-torial.xyz/"
},
{
"name": "Game FPS Target",
"description": "Forces the game to run at a specific FPS target.",
"gameCode": "KFC",
"type": "union",
"patches": [
{
"name": "60 FPS (Default)",
"patch": {
"offset": 9017902,
"dllName": "soundvoltex.dll",
"data": "4E"
}
},
{
"name": "120 FPS",
"patch": {
"offset": 9017902,
"dllName": "soundvoltex.dll",
"data": "5E"
}
}
]
},
{
"name": "Note FPS Target",
"description": "Forces the game's notes to run at a specific FPS target.",
"gameCode": "KFC",
"type": "union",
"patches": [
{
"name": "60 FPS (Default)",
"patch": {
"offset": 3148552,
"dllName": "soundvoltex.dll",
"data": "660F6EF0F30FE6F6F20F5935D08C5900"
}
},
{
"name": "120 FPS",
"patch": {
"offset": 3148552,
"dllName": "soundvoltex.dll",
"data": "B878000000F20F2AF0F24890F2489090"
}
}
]
},
{
"name": "Shared mode WASAPI",
"description": "Allows for non-exclusive WASAPI audio.",
"caution": "Requires 48000Hz sample rate. Will slightly increase audio latency. Try combining this with the Low Latency Shared Audio option from spice2x.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 5623713,
"dllName": "soundvoltex.dll",
"dataDisabled": "04",
"dataEnabled": "00"
},
{
"offset": 5624104,
"dllName": "soundvoltex.dll",
"dataDisabled": "07",
"dataEnabled": "00"
}
]
},
{
"name": "Hide premium guide banner",
"description": "blpass_ef (rainbow outline on health gauge) is shown instead of pt_sousa_usr.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 3376575,
"dllName": "soundvoltex.dll",
"dataDisabled": "45ED4F00",
"dataEnabled": "35ED4F00"
}
]
},
{
"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",
"type": "memory",
"patches": [
{
"offset": 8159496,
"dllName": "soundvoltex.dll",
"dataDisabled": "4652454520504C4159",
"dataEnabled": "000000000000000000"
},
{
"offset": 8159512,
"dllName": "soundvoltex.dll",
"dataDisabled": "4556454E54204D4F4445",
"dataEnabled": "00000000000000000000"
},
{
"offset": 8159528,
"dllName": "soundvoltex.dll",
"dataDisabled": "54454E4B4149434849204D4F4445",
"dataEnabled": "0000000000000000000000000000"
},
{
"offset": 8159864,
"dllName": "soundvoltex.dll",
"dataDisabled": "504153454C493A202573202B202573",
"dataEnabled": "000000000000000000000000000000"
},
{
"offset": 8159448,
"dllName": "soundvoltex.dll",
"dataDisabled": "4352454449543A202564202020434F494E3A202564202F202564",
"dataEnabled": "0000000000000000000000000000000000000000000000000000"
},
{
"offset": 8159480,
"dllName": "soundvoltex.dll",
"dataDisabled": "4352454449543A20256400",
"dataEnabled": "0000000000000000000000"
},
{
"offset": 8159800,
"dllName": "soundvoltex.dll",
"dataDisabled": "504153454C493A204E4F5420415641494C41424C45",
"dataEnabled": "000000000000000000000000000000000000000000"
},
{
"offset": 8159824,
"dllName": "soundvoltex.dll",
"dataDisabled": "504153454C493A204E4F204143434F554E54",
"dataEnabled": "000000000000000000000000000000000000"
},
{
"offset": 8159847,
"dllName": "soundvoltex.dll",
"dataDisabled": "00504153454C493A20257300",
"dataEnabled": "000000000000000000000000"
},
{
"offset": 8159424,
"dllName": "soundvoltex.dll",
"dataDisabled": "455854524120504153454C493A202573",
"dataEnabled": "00000000000000000000000000000000"
},
{
"offset": 8159787,
"dllName": "soundvoltex.dll",
"dataDisabled": "0025302A6400",
"dataEnabled": "000000000000"
},
{
"offset": 8159552,
"dllName": "soundvoltex.dll",
"dataDisabled": "8347815B83578393834F928682C582B728257381602989F08F9C82B782E982C982CD8365835883678381836A8385815B82C993FC82E8814183658393834C815B82F02030302C2030302C2030302C20362C20302082CC8F8782C5899F82B582C482AD82BE82B382A281420A8347815B83578393834F82F08DC48A4A82B782E98FEA8D8782CD8365835883678356815B839382C530302C2030302C2030302C20362C20312082CC8F8782C5899F82B582C482AD82BE82B382A28142",
"dataEnabled": "000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
}
]
},
{
"name": "Standard/Menu Timer Freeze",
"description": "Freezes all non-premium area timers.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 1587317,
"dllName": "soundvoltex.dll",
"dataDisabled": "84",
"dataEnabled": "85"
}
]
},
{
"name": "Premium Free Timer Freeze",
"description": "Freezes all premium area timers.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 4280722,
"dllName": "soundvoltex.dll",
"dataDisabled": "0F85",
"dataEnabled": "90E9"
},
{
"offset": 3983993,
"dllName": "soundvoltex.dll",
"dataDisabled": "0F84",
"dataEnabled": "90E9"
},
{
"offset": 2949424,
"dllName": "soundvoltex.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
}
]
},
{
"name": "Premium Time Length",
"description": "Time at which the Premium timer starts. If you have it frozen, that'll be the time shown at all times",
"gameCode": "KFC",
"type": "union",
"patches": [
{
"name": "00:00",
"patch": {
"offset": 4120649,
"dllName": "soundvoltex.dll",
"data": "AAB9650000000000"
}
},
{
"name": "00:01",
"patch": {
"offset": 4120649,
"dllName": "soundvoltex.dll",
"data": "00CA9A3B00000000"
}
},
{
"name": "04:20",
"patch": {
"offset": 4120649,
"dllName": "soundvoltex.dll",
"data": "002835893C000000"
}
},
{
"name": "07:27",
"patch": {
"offset": 4120649,
"dllName": "soundvoltex.dll",
"data": "00B6461368000000"
}
},
{
"name": "13:37",
"patch": {
"offset": 4120649,
"dllName": "soundvoltex.dll",
"data": "00AAFE38BE000000"
}
},
{
"name": "57:30",
"patch": {
"offset": 4120649,
"dllName": "soundvoltex.dll",
"data": "0044064423030000"
}
},
{
"name": "69:00",
"patch": {
"offset": 4120649,
"dllName": "soundvoltex.dll",
"data": "00B83AEBC3030000"
}
},
{
"name": "10 Minutes (Default)",
"patch": {
"offset": 4120649,
"dllName": "soundvoltex.dll",
"data": "0070C9B28B000000"
}
},
{
"name": "15 Minutes",
"patch": {
"offset": 4120649,
"dllName": "soundvoltex.dll",
"data": "00282E8CD1000000"
}
},
{
"name": "20 Minutes",
"patch": {
"offset": 4120649,
"dllName": "soundvoltex.dll",
"data": "00E0926517010000"
}
},
{
"name": "30 Minutes",
"patch": {
"offset": 4120649,
"dllName": "soundvoltex.dll",
"data": "00505C18A3010000"
}
},
{
"name": "45 Minutes",
"patch": {
"offset": 4120649,
"dllName": "soundvoltex.dll",
"data": "00788AA474020000"
}
},
{
"name": "60 Minutes",
"patch": {
"offset": 4120649,
"dllName": "soundvoltex.dll",
"data": "00A0B83046030000"
}
},
{
"name": "90 Minutes",
"patch": {
"offset": 4120649,
"dllName": "soundvoltex.dll",
"data": "00F01449E9040000"
}
}
]
},
{
"name": "Fake Region",
"description": "Forces the game to run as a specific region without altering language, which allows for region-specific content locking. Use Japan for everything to be unlocked.",
"gameCode": "KFC",
"type": "union",
"patches": [
{
"name": "Default",
"patch": {
"offset": 2213007,
"dllName": "soundvoltex.dll",
"data": "E88C762E0085C00F85FA000000"
}
},
{
"name": "Japan (J)",
"patch": {
"offset": 2213007,
"dllName": "soundvoltex.dll",
"data": "B8000000008905C2947C009090"
}
},
{
"name": "Korea (K)",
"patch": {
"offset": 2213007,
"dllName": "soundvoltex.dll",
"data": "B8010000008905C2947C009090"
}
},
{
"name": "Asia (A)",
"patch": {
"offset": 2213007,
"dllName": "soundvoltex.dll",
"data": "B8020000008905C2947C009090"
}
},
{
"name": "Indonesia (Y)",
"patch": {
"offset": 2213007,
"dllName": "soundvoltex.dll",
"data": "B8030000008905C2947C009090"
}
},
{
"name": "America (U)",
"patch": {
"offset": 2213007,
"dllName": "soundvoltex.dll",
"data": "B8040000008905C2947C009090"
}
}
]
},
{
"name": "Force English Sort Options",
"description": "Forces the game to use english sort options within the FX-R menu in song select.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 120220,
"dllName": "soundvoltex.dll",
"dataDisabled": "8B1576901401",
"dataEnabled": "BA0100000090"
},
{
"offset": 120249,
"dllName": "soundvoltex.dll",
"dataDisabled": "8B1559901401",
"dataEnabled": "BA0100000090"
},
{
"offset": 120278,
"dllName": "soundvoltex.dll",
"dataDisabled": "8B153C901401",
"dataEnabled": "BA0100000090"
},
{
"offset": 120307,
"dllName": "soundvoltex.dll",
"dataDisabled": "8B151F901401",
"dataEnabled": "BA0100000090"
},
{
"offset": 120336,
"dllName": "soundvoltex.dll",
"dataDisabled": "8B1502901401",
"dataEnabled": "BA0100000090"
},
{
"offset": 120371,
"dllName": "soundvoltex.dll",
"dataDisabled": "8B15DF8F1401",
"dataEnabled": "BA0100000090"
},
{
"offset": 120406,
"dllName": "soundvoltex.dll",
"dataDisabled": "8B15BC8F1401",
"dataEnabled": "BA0100000090"
},
{
"offset": 8915876,
"dllName": "soundvoltex.dll",
"dataDisabled": "B930B330A23087730698",
"dataEnabled": "530063006F0072006500"
}
]
},
{
"name": "ASIO 2 Channels Mode",
"description": "Use 2 channels instead of 8. Useful for some audio cards.",
"caution": "ONLY for ASIO audio users.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 5623914,
"dllName": "soundvoltex.dll",
"dataDisabled": "08",
"dataEnabled": "05"
}
]
},
{
"name": "Disable power change",
"description": "Prevents the game from changing power settings.",
"caution": "Typically not required with spice2x.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 3150990,
"dllName": "soundvoltex.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
}
]
},
{
"name": "Disable monitor change",
"description": "Prevents the game from changing monitor settings.",
"caution": "Typically not required with spice2x.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 3151142,
"dllName": "soundvoltex.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
}
]
},
{
"name": "Disable Subscreen in Valkyrie mode",
"description": "Forcefully disables the subscreen.",
"caution": "ONLY for Valkyrie (G spec). Consider using spice2x's \"-sdvxnosub\" option instead.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 5086894,
"dllName": "soundvoltex.dll",
"dataDisabled": "83BDB800000002410F93C64488742451",
"dataEnabled": "41B60044887424519090909090909090"
}
]
},
{
"name": "Valkyrie Mode 60Hz",
"description": "Allows the game to run at 60Hz.",
"caution": "ONLY for Valkyrie (G Spec). Might require \"Force BIO2 (KFC) IO in Valkyrie mode\" to work.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 3151181,
"dllName": "soundvoltex.dll",
"dataDisabled": "74",
"dataEnabled": "75"
},
{
"offset": 5088491,
"dllName": "soundvoltex.dll",
"dataDisabled": "74",
"dataEnabled": "75"
},
{
"offset": 5090832,
"dllName": "soundvoltex.dll",
"dataDisabled": "74",
"dataEnabled": "75"
}
]
},
{
"name": "Force BIO2 (KFC) IO in Valkyrie mode",
"description": "Forces the game to use BIO2 IO in Valkyrie mode.",
"caution": "Can be useful for arcade cabinets. If you don't know why you need this, ignore it.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 5387125,
"dllName": "soundvoltex.dll",
"dataDisabled": "8705",
"dataEnabled": "A70C"
}
]
},
{
"name": "Force Enable Headphones",
"description": "Assumes headphones are always connected, allowing for volume control. Useful for cabinets.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 5541510,
"dllName": "soundvoltex.dll",
"dataDisabled": "0F10060F114760",
"dataEnabled": "C7476001000000"
}
]
}
]
+559
View File
@@ -0,0 +1,559 @@
[
{
"gameCode": "KFC",
"version": "2024-10-08",
"lastUpdated": "2025-04-21 08:27:48",
"source": "https://sp2x.two-torial.xyz/"
},
{
"name": "Game FPS Target",
"description": "Forces the game to run at a specific FPS target.",
"gameCode": "KFC",
"type": "union",
"patches": [
{
"name": "60 FPS (Default)",
"patch": {
"offset": 9123710,
"dllName": "soundvoltex.dll",
"data": "4E"
}
},
{
"name": "120 FPS",
"patch": {
"offset": 9123710,
"dllName": "soundvoltex.dll",
"data": "5E"
}
}
]
},
{
"name": "Note FPS Target",
"description": "Forces the game's notes to run at a specific FPS target.",
"gameCode": "KFC",
"type": "union",
"patches": [
{
"name": "60 FPS (Default)",
"patch": {
"offset": 3213272,
"dllName": "soundvoltex.dll",
"data": "660F6EF0F30FE6F6F20F593550335A00"
}
},
{
"name": "120 FPS",
"patch": {
"offset": 3213272,
"dllName": "soundvoltex.dll",
"data": "B878000000F20F2AF0F24890F2489090"
}
}
]
},
{
"name": "Shared mode WASAPI",
"description": "Allows for non-exclusive WASAPI audio.",
"caution": "Requires 48000Hz sample rate. Will slightly increase audio latency. Try combining this with the Low Latency Shared Audio option from spice2x.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 5700161,
"dllName": "soundvoltex.dll",
"dataDisabled": "04",
"dataEnabled": "00"
},
{
"offset": 5700552,
"dllName": "soundvoltex.dll",
"dataDisabled": "07",
"dataEnabled": "00"
}
]
},
{
"name": "Hide premium guide banner",
"description": "blpass_ef (rainbow outline on health gauge) is shown instead of pt_sousa_usr.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 3441663,
"dllName": "soundvoltex.dll",
"dataDisabled": "C58A5000",
"dataEnabled": "F58A5000"
}
]
},
{
"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",
"type": "memory",
"patches": [
{
"offset": 8257904,
"dllName": "soundvoltex.dll",
"dataDisabled": "4652454520504C4159",
"dataEnabled": "000000000000000000"
},
{
"offset": 8257920,
"dllName": "soundvoltex.dll",
"dataDisabled": "4556454E54204D4F4445",
"dataEnabled": "00000000000000000000"
},
{
"offset": 8257936,
"dllName": "soundvoltex.dll",
"dataDisabled": "54454E4B4149434849204D4F4445",
"dataEnabled": "0000000000000000000000000000"
},
{
"offset": 8258312,
"dllName": "soundvoltex.dll",
"dataDisabled": "504153454C493A202573202B202573",
"dataEnabled": "000000000000000000000000000000"
},
{
"offset": 8258352,
"dllName": "soundvoltex.dll",
"dataDisabled": "4352454449543A202564202020434F494E3A202564202F202564",
"dataEnabled": "0000000000000000000000000000000000000000000000000000"
},
{
"offset": 8258384,
"dllName": "soundvoltex.dll",
"dataDisabled": "4352454449543A20256400",
"dataEnabled": "0000000000000000000000"
},
{
"offset": 8258248,
"dllName": "soundvoltex.dll",
"dataDisabled": "504153454C493A204E4F5420415641494C41424C45",
"dataEnabled": "000000000000000000000000000000000000000000"
},
{
"offset": 8258272,
"dllName": "soundvoltex.dll",
"dataDisabled": "504153454C493A204E4F204143434F554E54",
"dataEnabled": "000000000000000000000000000000000000"
},
{
"offset": 8258295,
"dllName": "soundvoltex.dll",
"dataDisabled": "00504153454C493A20257300",
"dataEnabled": "000000000000000000000000"
},
{
"offset": 8258328,
"dllName": "soundvoltex.dll",
"dataDisabled": "455854524120504153454C493A202573",
"dataEnabled": "00000000000000000000000000000000"
},
{
"offset": 8258239,
"dllName": "soundvoltex.dll",
"dataDisabled": "0025302A6400",
"dataEnabled": "000000000000"
},
{
"offset": 8257952,
"dllName": "soundvoltex.dll",
"dataDisabled": "8347815B83578393834F928682C582B728257381602989F08F9C82B782E982C982CD8365835883678381836A8385815B82C993FC82E8814183658393834C815B82F02030302C2030302C2030302C20362C20302082CC8F8782C5899F82B582C482AD82BE82B382A281420A8347815B83578393834F82F08DC48A4A82B782E98FEA8D8782CD8365835883678356815B839382C530302C2030302C2030302C20362C20312082CC8F8782C5899F82B582C482AD82BE82B382A28142",
"dataEnabled": "000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
}
]
},
{
"name": "Standard/Menu Timer Freeze",
"description": "Freezes all non-premium area timers.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 1649509,
"dllName": "soundvoltex.dll",
"dataDisabled": "84",
"dataEnabled": "85"
}
]
},
{
"name": "Premium Free Timer Freeze",
"description": "Freezes all premium area timers.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 4355234,
"dllName": "soundvoltex.dll",
"dataDisabled": "0F85",
"dataEnabled": "90E9"
},
{
"offset": 4057193,
"dllName": "soundvoltex.dll",
"dataDisabled": "0F84",
"dataEnabled": "90E9"
},
{
"offset": 3012880,
"dllName": "soundvoltex.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
}
]
},
{
"name": "Premium Time Length",
"description": "Time at which the Premium timer starts. If you have it frozen, that'll be the time shown at all times",
"gameCode": "KFC",
"type": "union",
"patches": [
{
"name": "00:00",
"patch": {
"offset": 4193913,
"dllName": "soundvoltex.dll",
"data": "AAB9650000000000"
}
},
{
"name": "00:01",
"patch": {
"offset": 4193913,
"dllName": "soundvoltex.dll",
"data": "00CA9A3B00000000"
}
},
{
"name": "04:20",
"patch": {
"offset": 4193913,
"dllName": "soundvoltex.dll",
"data": "002835893C000000"
}
},
{
"name": "07:27",
"patch": {
"offset": 4193913,
"dllName": "soundvoltex.dll",
"data": "00B6461368000000"
}
},
{
"name": "13:37",
"patch": {
"offset": 4193913,
"dllName": "soundvoltex.dll",
"data": "00AAFE38BE000000"
}
},
{
"name": "57:30",
"patch": {
"offset": 4193913,
"dllName": "soundvoltex.dll",
"data": "0044064423030000"
}
},
{
"name": "69:00",
"patch": {
"offset": 4193913,
"dllName": "soundvoltex.dll",
"data": "00B83AEBC3030000"
}
},
{
"name": "10 Minutes (Default)",
"patch": {
"offset": 4193913,
"dllName": "soundvoltex.dll",
"data": "0070C9B28B000000"
}
},
{
"name": "15 Minutes",
"patch": {
"offset": 4193913,
"dllName": "soundvoltex.dll",
"data": "00282E8CD1000000"
}
},
{
"name": "20 Minutes",
"patch": {
"offset": 4193913,
"dllName": "soundvoltex.dll",
"data": "00E0926517010000"
}
},
{
"name": "30 Minutes",
"patch": {
"offset": 4193913,
"dllName": "soundvoltex.dll",
"data": "00505C18A3010000"
}
},
{
"name": "45 Minutes",
"patch": {
"offset": 4193913,
"dllName": "soundvoltex.dll",
"data": "00788AA474020000"
}
},
{
"name": "60 Minutes",
"patch": {
"offset": 4193913,
"dllName": "soundvoltex.dll",
"data": "00A0B83046030000"
}
},
{
"name": "90 Minutes",
"patch": {
"offset": 4193913,
"dllName": "soundvoltex.dll",
"data": "00F01449E9040000"
}
}
]
},
{
"name": "Fake Region",
"description": "Forces the game to run as a specific region without altering language, which allows for region-specific content locking. Use Japan for everything to be unlocked.",
"gameCode": "KFC",
"type": "union",
"patches": [
{
"name": "Default",
"patch": {
"offset": 2275647,
"dllName": "soundvoltex.dll",
"data": "E84CAB2E0085C00F85FA000000"
}
},
{
"name": "Japan (J)",
"patch": {
"offset": 2275647,
"dllName": "soundvoltex.dll",
"data": "B80000000089053AB07D009090"
}
},
{
"name": "Korea (K)",
"patch": {
"offset": 2275647,
"dllName": "soundvoltex.dll",
"data": "B80100000089053AB07D009090"
}
},
{
"name": "Asia (A)",
"patch": {
"offset": 2275647,
"dllName": "soundvoltex.dll",
"data": "B80200000089053AB07D009090"
}
},
{
"name": "Indonesia (Y)",
"patch": {
"offset": 2275647,
"dllName": "soundvoltex.dll",
"data": "B80300000089053AB07D009090"
}
},
{
"name": "America (U)",
"patch": {
"offset": 2275647,
"dllName": "soundvoltex.dll",
"data": "B80400000089053AB07D009090"
}
}
]
},
{
"name": "Force English Sort Options",
"description": "Forces the game to use english sort options within the FX-R menu in song select.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 128300,
"dllName": "soundvoltex.dll",
"dataDisabled": "8B1586781501",
"dataEnabled": "BA0100000090"
},
{
"offset": 128329,
"dllName": "soundvoltex.dll",
"dataDisabled": "8B1569781501",
"dataEnabled": "BA0100000090"
},
{
"offset": 128358,
"dllName": "soundvoltex.dll",
"dataDisabled": "8B154C781501",
"dataEnabled": "BA0100000090"
},
{
"offset": 128387,
"dllName": "soundvoltex.dll",
"dataDisabled": "8B152F781501",
"dataEnabled": "BA0100000090"
},
{
"offset": 128416,
"dllName": "soundvoltex.dll",
"dataDisabled": "8B1512781501",
"dataEnabled": "BA0100000090"
},
{
"offset": 128451,
"dllName": "soundvoltex.dll",
"dataDisabled": "8B15EF771501",
"dataEnabled": "BA0100000090"
},
{
"offset": 128486,
"dllName": "soundvoltex.dll",
"dataDisabled": "8B15CC771501",
"dataEnabled": "BA0100000090"
},
{
"offset": 9022180,
"dllName": "soundvoltex.dll",
"dataDisabled": "B930B330A23087730698",
"dataEnabled": "530063006F0072006500"
}
]
},
{
"name": "ASIO 2 Channels Mode",
"description": "Use 2 channels instead of 8. Useful for some audio cards.",
"caution": "ONLY for ASIO audio users.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 5700362,
"dllName": "soundvoltex.dll",
"dataDisabled": "08",
"dataEnabled": "05"
}
]
},
{
"name": "Disable power change",
"description": "Prevents the game from changing power settings.",
"caution": "Typically not required with spice2x.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 3215710,
"dllName": "soundvoltex.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
}
]
},
{
"name": "Disable monitor change",
"description": "Prevents the game from changing monitor settings.",
"caution": "Typically not required with spice2x.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 3215862,
"dllName": "soundvoltex.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
}
]
},
{
"name": "Disable Subscreen in Valkyrie mode",
"description": "Forcefully disables the subscreen.",
"caution": "ONLY for Valkyrie (G spec). Consider using spice2x's \"-sdvxnosub\" option instead.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 5163230,
"dllName": "soundvoltex.dll",
"dataDisabled": "83BDB800000002410F93C64488742451",
"dataEnabled": "41B60044887424519090909090909090"
}
]
},
{
"name": "Valkyrie Mode 60Hz",
"description": "Allows the game to run at 60Hz.",
"caution": "ONLY for Valkyrie (G Spec). Might require \"Force BIO2 (KFC) IO in Valkyrie mode\" to work.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 3215901,
"dllName": "soundvoltex.dll",
"dataDisabled": "74",
"dataEnabled": "75"
},
{
"offset": 5164827,
"dllName": "soundvoltex.dll",
"dataDisabled": "74",
"dataEnabled": "75"
},
{
"offset": 5167168,
"dllName": "soundvoltex.dll",
"dataDisabled": "74",
"dataEnabled": "75"
}
]
},
{
"name": "Force BIO2 (KFC) IO in Valkyrie mode",
"description": "Forces the game to use BIO2 IO in Valkyrie mode.",
"caution": "Can be useful for arcade cabinets. If you don't know why you need this, ignore it.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 5463733,
"dllName": "soundvoltex.dll",
"dataDisabled": "8705",
"dataEnabled": "A70C"
}
]
},
{
"name": "Force Enable Headphones",
"description": "Assumes headphones are always connected, allowing for volume control. Useful for cabinets.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 5617830,
"dllName": "soundvoltex.dll",
"dataDisabled": "0F10060F114760",
"dataEnabled": "C7476001000000"
}
]
}
]
+559
View File
@@ -0,0 +1,559 @@
[
{
"gameCode": "KFC",
"version": "2024-10-22",
"lastUpdated": "2025-04-21 08:27:48",
"source": "https://sp2x.two-torial.xyz/"
},
{
"name": "Game FPS Target",
"description": "Forces the game to run at a specific FPS target.",
"gameCode": "KFC",
"type": "union",
"patches": [
{
"name": "60 FPS (Default)",
"patch": {
"offset": 9159142,
"dllName": "soundvoltex.dll",
"data": "4E"
}
},
{
"name": "120 FPS",
"patch": {
"offset": 9159142,
"dllName": "soundvoltex.dll",
"data": "5E"
}
}
]
},
{
"name": "Note FPS Target",
"description": "Forces the game's notes to run at a specific FPS target.",
"gameCode": "KFC",
"type": "union",
"patches": [
{
"name": "60 FPS (Default)",
"patch": {
"offset": 3234504,
"dllName": "soundvoltex.dll",
"data": "660F6EF0F30FE6F6F20F5935C86A5A00"
}
},
{
"name": "120 FPS",
"patch": {
"offset": 3234504,
"dllName": "soundvoltex.dll",
"data": "B878000000F20F2AF0F24890F2489090"
}
}
]
},
{
"name": "Shared mode WASAPI",
"description": "Allows for non-exclusive WASAPI audio.",
"caution": "Requires 48000Hz sample rate. Will slightly increase audio latency. Try combining this with the Low Latency Shared Audio option from spice2x.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 5728465,
"dllName": "soundvoltex.dll",
"dataDisabled": "04",
"dataEnabled": "00"
},
{
"offset": 5728856,
"dllName": "soundvoltex.dll",
"dataDisabled": "07",
"dataEnabled": "00"
}
]
},
{
"name": "Hide premium guide banner",
"description": "blpass_ef (rainbow outline on health gauge) is shown instead of pt_sousa_usr.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 3462907,
"dllName": "soundvoltex.dll",
"dataDisabled": "A9BF5000",
"dataEnabled": "D9BF5000"
}
]
},
{
"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",
"type": "memory",
"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"
}
]
},
{
"name": "Standard/Menu Timer Freeze",
"description": "Freezes all non-premium area timers.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 1668901,
"dllName": "soundvoltex.dll",
"dataDisabled": "84",
"dataEnabled": "85"
}
]
},
{
"name": "Premium Free Timer Freeze",
"description": "Freezes all premium area timers.",
"gameCode": "KFC",
"type": "memory",
"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"
}
]
},
{
"name": "Premium Time Length",
"description": "Time at which the Premium timer starts. If you have it frozen, that'll be the time shown at all times",
"gameCode": "KFC",
"type": "union",
"patches": [
{
"name": "00:00",
"patch": {
"offset": 4216342,
"dllName": "soundvoltex.dll",
"data": "AAB9650000000000"
}
},
{
"name": "00:01",
"patch": {
"offset": 4216342,
"dllName": "soundvoltex.dll",
"data": "00CA9A3B00000000"
}
},
{
"name": "04:20",
"patch": {
"offset": 4216342,
"dllName": "soundvoltex.dll",
"data": "002835893C000000"
}
},
{
"name": "07:27",
"patch": {
"offset": 4216342,
"dllName": "soundvoltex.dll",
"data": "00B6461368000000"
}
},
{
"name": "13:37",
"patch": {
"offset": 4216342,
"dllName": "soundvoltex.dll",
"data": "00AAFE38BE000000"
}
},
{
"name": "57:30",
"patch": {
"offset": 4216342,
"dllName": "soundvoltex.dll",
"data": "0044064423030000"
}
},
{
"name": "69:00",
"patch": {
"offset": 4216342,
"dllName": "soundvoltex.dll",
"data": "00B83AEBC3030000"
}
},
{
"name": "10 Minutes (Default)",
"patch": {
"offset": 4216342,
"dllName": "soundvoltex.dll",
"data": "0070C9B28B000000"
}
},
{
"name": "15 Minutes",
"patch": {
"offset": 4216342,
"dllName": "soundvoltex.dll",
"data": "00282E8CD1000000"
}
},
{
"name": "20 Minutes",
"patch": {
"offset": 4216342,
"dllName": "soundvoltex.dll",
"data": "00E0926517010000"
}
},
{
"name": "30 Minutes",
"patch": {
"offset": 4216342,
"dllName": "soundvoltex.dll",
"data": "00505C18A3010000"
}
},
{
"name": "45 Minutes",
"patch": {
"offset": 4216342,
"dllName": "soundvoltex.dll",
"data": "00788AA474020000"
}
},
{
"name": "60 Minutes",
"patch": {
"offset": 4216342,
"dllName": "soundvoltex.dll",
"data": "00A0B83046030000"
}
},
{
"name": "90 Minutes",
"patch": {
"offset": 4216342,
"dllName": "soundvoltex.dll",
"data": "00F01449E9040000"
}
}
]
},
{
"name": "Fake Region",
"description": "Forces the game to run as a specific region without altering language, which allows for region-specific content locking. Use Japan for everything to be unlocked.",
"gameCode": "KFC",
"type": "union",
"patches": [
{
"name": "Default",
"patch": {
"offset": 2295647,
"dllName": "soundvoltex.dll",
"data": "E88CCB2E0085C00F85FA000000"
}
},
{
"name": "Japan (J)",
"patch": {
"offset": 2295647,
"dllName": "soundvoltex.dll",
"data": "B80000000089056A127E009090"
}
},
{
"name": "Korea (K)",
"patch": {
"offset": 2295647,
"dllName": "soundvoltex.dll",
"data": "B80100000089056A127E009090"
}
},
{
"name": "Asia (A)",
"patch": {
"offset": 2295647,
"dllName": "soundvoltex.dll",
"data": "B80200000089056A127E009090"
}
},
{
"name": "Indonesia (Y)",
"patch": {
"offset": 2295647,
"dllName": "soundvoltex.dll",
"data": "B80300000089056A127E009090"
}
},
{
"name": "America (U)",
"patch": {
"offset": 2295647,
"dllName": "soundvoltex.dll",
"data": "B80400000089056A127E009090"
}
}
]
},
{
"name": "Force English Sort Options",
"description": "Forces the game to use english sort options within the FX-R menu in song select.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 129276,
"dllName": "soundvoltex.dll",
"dataDisabled": "8B15B6361601",
"dataEnabled": "BA0100000090"
},
{
"offset": 129305,
"dllName": "soundvoltex.dll",
"dataDisabled": "8B1599361601",
"dataEnabled": "BA0100000090"
},
{
"offset": 129334,
"dllName": "soundvoltex.dll",
"dataDisabled": "8B157C361601",
"dataEnabled": "BA0100000090"
},
{
"offset": 129363,
"dllName": "soundvoltex.dll",
"dataDisabled": "8B155F361601",
"dataEnabled": "BA0100000090"
},
{
"offset": 129392,
"dllName": "soundvoltex.dll",
"dataDisabled": "8B1542361601",
"dataEnabled": "BA0100000090"
},
{
"offset": 129427,
"dllName": "soundvoltex.dll",
"dataDisabled": "8B151F361601",
"dataEnabled": "BA0100000090"
},
{
"offset": 129462,
"dllName": "soundvoltex.dll",
"dataDisabled": "8B15FC351601",
"dataEnabled": "BA0100000090"
},
{
"offset": 9057716,
"dllName": "soundvoltex.dll",
"dataDisabled": "B930B330A23087730698",
"dataEnabled": "530063006F0072006500"
}
]
},
{
"name": "ASIO 2 Channels Mode",
"description": "Use 2 channels instead of 8. Useful for some audio cards.",
"caution": "ONLY for ASIO audio users.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 5728666,
"dllName": "soundvoltex.dll",
"dataDisabled": "08",
"dataEnabled": "05"
}
]
},
{
"name": "Disable power change",
"description": "Prevents the game from changing power settings.",
"caution": "Typically not required with spice2x.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 3236942,
"dllName": "soundvoltex.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
}
]
},
{
"name": "Disable monitor change",
"description": "Prevents the game from changing monitor settings.",
"caution": "Typically not required with spice2x.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 3237094,
"dllName": "soundvoltex.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
}
]
},
{
"name": "Disable Subscreen in Valkyrie mode",
"description": "Forcefully disables the subscreen.",
"caution": "ONLY for Valkyrie (G spec). Consider using spice2x's \"-sdvxnosub\" option instead.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 5190670,
"dllName": "soundvoltex.dll",
"dataDisabled": "83BDB800000002410F93C64488742451",
"dataEnabled": "41B60044887424519090909090909090"
}
]
},
{
"name": "Valkyrie Mode 60Hz",
"description": "Allows the game to run at 60Hz.",
"caution": "ONLY for Valkyrie (G Spec). Might require \"Force BIO2 (KFC) IO in Valkyrie mode\" to work.",
"gameCode": "KFC",
"type": "memory",
"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"
}
]
},
{
"name": "Force BIO2 (KFC) IO in Valkyrie mode",
"description": "Forces the game to use BIO2 IO in Valkyrie mode.",
"caution": "Can be useful for arcade cabinets. If you don't know why you need this, ignore it.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 5491941,
"dllName": "soundvoltex.dll",
"dataDisabled": "8705",
"dataEnabled": "A70C"
}
]
},
{
"name": "Force Enable Headphones",
"description": "Assumes headphones are always connected, allowing for volume control. Useful for cabinets.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 5645974,
"dllName": "soundvoltex.dll",
"dataDisabled": "0F10060F114760",
"dataEnabled": "C7476001000000"
}
]
}
]
+559
View File
@@ -0,0 +1,559 @@
[
{
"gameCode": "KFC",
"version": "2024-11-05",
"lastUpdated": "2025-04-21 08:27:48",
"source": "https://sp2x.two-torial.xyz/"
},
{
"name": "Game FPS Target",
"description": "Forces the game to run at a specific FPS target.",
"gameCode": "KFC",
"type": "union",
"patches": [
{
"name": "60 FPS (Default)",
"patch": {
"offset": 9213110,
"dllName": "soundvoltex.dll",
"data": "4E"
}
},
{
"name": "120 FPS",
"patch": {
"offset": 9213110,
"dllName": "soundvoltex.dll",
"data": "5E"
}
}
]
},
{
"name": "Note FPS Target",
"description": "Forces the game's notes to run at a specific FPS target.",
"gameCode": "KFC",
"type": "union",
"patches": [
{
"name": "60 FPS (Default)",
"patch": {
"offset": 3254744,
"dllName": "soundvoltex.dll",
"data": "660F6EF0F30FE6F6F20F593588EE5A00"
}
},
{
"name": "120 FPS",
"patch": {
"offset": 3254744,
"dllName": "soundvoltex.dll",
"data": "B878000000F20F2AF0F24890F2489090"
}
}
]
},
{
"name": "Shared mode WASAPI",
"description": "Allows for non-exclusive WASAPI audio.",
"caution": "Requires 48000Hz sample rate. Will slightly increase audio latency. Try combining this with the Low Latency Shared Audio option from spice2x.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 5751697,
"dllName": "soundvoltex.dll",
"dataDisabled": "04",
"dataEnabled": "00"
},
{
"offset": 5752088,
"dllName": "soundvoltex.dll",
"dataDisabled": "07",
"dataEnabled": "00"
}
]
},
{
"name": "Hide premium guide banner",
"description": "blpass_ef (rainbow outline on health gauge) is shown instead of pt_sousa_usr.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 3484459,
"dllName": "soundvoltex.dll",
"dataDisabled": "C1305100",
"dataEnabled": "B1305100"
}
]
},
{
"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",
"type": "memory",
"patches": [
{
"offset": 8342808,
"dllName": "soundvoltex.dll",
"dataDisabled": "4652454520504C4159",
"dataEnabled": "000000000000000000"
},
{
"offset": 8342824,
"dllName": "soundvoltex.dll",
"dataDisabled": "4556454E54204D4F4445",
"dataEnabled": "00000000000000000000"
},
{
"offset": 8342840,
"dllName": "soundvoltex.dll",
"dataDisabled": "54454E4B4149434849204D4F4445",
"dataEnabled": "0000000000000000000000000000"
},
{
"offset": 8342720,
"dllName": "soundvoltex.dll",
"dataDisabled": "504153454C493A202573202B202573",
"dataEnabled": "000000000000000000000000000000"
},
{
"offset": 8342760,
"dllName": "soundvoltex.dll",
"dataDisabled": "4352454449543A202564202020434F494E3A202564202F202564",
"dataEnabled": "0000000000000000000000000000000000000000000000000000"
},
{
"offset": 8342792,
"dllName": "soundvoltex.dll",
"dataDisabled": "4352454449543A20256400",
"dataEnabled": "0000000000000000000000"
},
{
"offset": 8343064,
"dllName": "soundvoltex.dll",
"dataDisabled": "504153454C493A204E4F5420415641494C41424C45",
"dataEnabled": "000000000000000000000000000000000000000000"
},
{
"offset": 8343088,
"dllName": "soundvoltex.dll",
"dataDisabled": "504153454C493A204E4F204143434F554E54",
"dataEnabled": "000000000000000000000000000000000000"
},
{
"offset": 8343111,
"dllName": "soundvoltex.dll",
"dataDisabled": "00504153454C493A20257300",
"dataEnabled": "000000000000000000000000"
},
{
"offset": 8342736,
"dllName": "soundvoltex.dll",
"dataDisabled": "455854524120504153454C493A202573",
"dataEnabled": "00000000000000000000000000000000"
},
{
"offset": 8343051,
"dllName": "soundvoltex.dll",
"dataDisabled": "0025302A6400",
"dataEnabled": "000000000000"
},
{
"offset": 8342864,
"dllName": "soundvoltex.dll",
"dataDisabled": "8347815B83578393834F928682C582B728257381602989F08F9C82B782E982C982CD8365835883678381836A8385815B82C993FC82E8814183658393834C815B82F02030302C2030302C2030302C20362C20302082CC8F8782C5899F82B582C482AD82BE82B382A281420A8347815B83578393834F82F08DC48A4A82B782E98FEA8D8782CD8365835883678356815B839382C530302C2030302C2030302C20362C20312082CC8F8782C5899F82B582C482AD82BE82B382A28142",
"dataEnabled": "000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
}
]
},
{
"name": "Standard/Menu Timer Freeze",
"description": "Freezes all non-premium area timers.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 1687125,
"dllName": "soundvoltex.dll",
"dataDisabled": "84",
"dataEnabled": "85"
}
]
},
{
"name": "Premium Free Timer Freeze",
"description": "Freezes all premium area timers.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 4398594,
"dllName": "soundvoltex.dll",
"dataDisabled": "0F85",
"dataEnabled": "90E9"
},
{
"offset": 4099575,
"dllName": "soundvoltex.dll",
"dataDisabled": "0F84",
"dataEnabled": "90E9"
},
{
"offset": 3051568,
"dllName": "soundvoltex.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
}
]
},
{
"name": "Premium Time Length",
"description": "Time at which the Premium timer starts. If you have it frozen, that'll be the time shown at all times",
"gameCode": "KFC",
"type": "union",
"patches": [
{
"name": "00:00",
"patch": {
"offset": 4236630,
"dllName": "soundvoltex.dll",
"data": "AAB9650000000000"
}
},
{
"name": "00:01",
"patch": {
"offset": 4236630,
"dllName": "soundvoltex.dll",
"data": "00CA9A3B00000000"
}
},
{
"name": "04:20",
"patch": {
"offset": 4236630,
"dllName": "soundvoltex.dll",
"data": "002835893C000000"
}
},
{
"name": "07:27",
"patch": {
"offset": 4236630,
"dllName": "soundvoltex.dll",
"data": "00B6461368000000"
}
},
{
"name": "13:37",
"patch": {
"offset": 4236630,
"dllName": "soundvoltex.dll",
"data": "00AAFE38BE000000"
}
},
{
"name": "57:30",
"patch": {
"offset": 4236630,
"dllName": "soundvoltex.dll",
"data": "0044064423030000"
}
},
{
"name": "69:00",
"patch": {
"offset": 4236630,
"dllName": "soundvoltex.dll",
"data": "00B83AEBC3030000"
}
},
{
"name": "10 Minutes (Default)",
"patch": {
"offset": 4236630,
"dllName": "soundvoltex.dll",
"data": "0070C9B28B000000"
}
},
{
"name": "15 Minutes",
"patch": {
"offset": 4236630,
"dllName": "soundvoltex.dll",
"data": "00282E8CD1000000"
}
},
{
"name": "20 Minutes",
"patch": {
"offset": 4236630,
"dllName": "soundvoltex.dll",
"data": "00E0926517010000"
}
},
{
"name": "30 Minutes",
"patch": {
"offset": 4236630,
"dllName": "soundvoltex.dll",
"data": "00505C18A3010000"
}
},
{
"name": "45 Minutes",
"patch": {
"offset": 4236630,
"dllName": "soundvoltex.dll",
"data": "00788AA474020000"
}
},
{
"name": "60 Minutes",
"patch": {
"offset": 4236630,
"dllName": "soundvoltex.dll",
"data": "00A0B83046030000"
}
},
{
"name": "90 Minutes",
"patch": {
"offset": 4236630,
"dllName": "soundvoltex.dll",
"data": "00F01449E9040000"
}
}
]
},
{
"name": "Fake Region",
"description": "Forces the game to run as a specific region without altering language, which allows for region-specific content locking. Use Japan for everything to be unlocked.",
"gameCode": "KFC",
"type": "union",
"patches": [
{
"name": "Default",
"patch": {
"offset": 2313935,
"dllName": "soundvoltex.dll",
"data": "E81CDF2E0085C00F85FA000000"
}
},
{
"name": "Japan (J)",
"patch": {
"offset": 2313935,
"dllName": "soundvoltex.dll",
"data": "B800000000890516C97E009090"
}
},
{
"name": "Korea (K)",
"patch": {
"offset": 2313935,
"dllName": "soundvoltex.dll",
"data": "B801000000890516C97E009090"
}
},
{
"name": "Asia (A)",
"patch": {
"offset": 2313935,
"dllName": "soundvoltex.dll",
"data": "B802000000890516C97E009090"
}
},
{
"name": "Indonesia (Y)",
"patch": {
"offset": 2313935,
"dllName": "soundvoltex.dll",
"data": "B803000000890516C97E009090"
}
},
{
"name": "America (U)",
"patch": {
"offset": 2313935,
"dllName": "soundvoltex.dll",
"data": "B804000000890516C97E009090"
}
}
]
},
{
"name": "Force English Sort Options",
"description": "Forces the game to use english sort options within the FX-R menu in song select.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 133532,
"dllName": "soundvoltex.dll",
"dataDisabled": "8B15261B1701",
"dataEnabled": "BA0100000090"
},
{
"offset": 133561,
"dllName": "soundvoltex.dll",
"dataDisabled": "8B15091B1701",
"dataEnabled": "BA0100000090"
},
{
"offset": 133590,
"dllName": "soundvoltex.dll",
"dataDisabled": "8B15EC1A1701",
"dataEnabled": "BA0100000090"
},
{
"offset": 133619,
"dllName": "soundvoltex.dll",
"dataDisabled": "8B15CF1A1701",
"dataEnabled": "BA0100000090"
},
{
"offset": 133648,
"dllName": "soundvoltex.dll",
"dataDisabled": "8B15B21A1701",
"dataEnabled": "BA0100000090"
},
{
"offset": 133683,
"dllName": "soundvoltex.dll",
"dataDisabled": "8B158F1A1701",
"dataEnabled": "BA0100000090"
},
{
"offset": 133718,
"dllName": "soundvoltex.dll",
"dataDisabled": "8B156C1A1701",
"dataEnabled": "BA0100000090"
},
{
"offset": 9108228,
"dllName": "soundvoltex.dll",
"dataDisabled": "B930B330A23087730698",
"dataEnabled": "530063006F0072006500"
}
]
},
{
"name": "ASIO 2 Channels Mode",
"description": "Use 2 channels instead of 8. Useful for some audio cards.",
"caution": "ONLY for ASIO audio users.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 5751898,
"dllName": "soundvoltex.dll",
"dataDisabled": "08",
"dataEnabled": "05"
}
]
},
{
"name": "Disable power change",
"description": "Prevents the game from changing power settings.",
"caution": "Typically not required with spice2x.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 3257182,
"dllName": "soundvoltex.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
}
]
},
{
"name": "Disable monitor change",
"description": "Prevents the game from changing monitor settings.",
"caution": "Typically not required with spice2x.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 3257334,
"dllName": "soundvoltex.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
}
]
},
{
"name": "Disable Subscreen in Valkyrie mode",
"description": "Forcefully disables the subscreen.",
"caution": "ONLY for Valkyrie (G spec). Consider using spice2x's \"-sdvxnosub\" option instead.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 5213134,
"dllName": "soundvoltex.dll",
"dataDisabled": "83BDB800000002410F93C64488742451",
"dataEnabled": "41B60044887424519090909090909090"
}
]
},
{
"name": "Valkyrie Mode 60Hz",
"description": "Allows the game to run at 60Hz.",
"caution": "ONLY for Valkyrie (G Spec). Might require \"Force BIO2 (KFC) IO in Valkyrie mode\" to work.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 3257373,
"dllName": "soundvoltex.dll",
"dataDisabled": "74",
"dataEnabled": "75"
},
{
"offset": 5214731,
"dllName": "soundvoltex.dll",
"dataDisabled": "74",
"dataEnabled": "75"
},
{
"offset": 5217072,
"dllName": "soundvoltex.dll",
"dataDisabled": "74",
"dataEnabled": "75"
}
]
},
{
"name": "Force BIO2 (KFC) IO in Valkyrie mode",
"description": "Forces the game to use BIO2 IO in Valkyrie mode.",
"caution": "Can be useful for arcade cabinets. If you don't know why you need this, ignore it.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 5515237,
"dllName": "soundvoltex.dll",
"dataDisabled": "8705",
"dataEnabled": "A70C"
}
]
},
{
"name": "Force Enable Headphones",
"description": "Assumes headphones are always connected, allowing for volume control. Useful for cabinets.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 5669334,
"dllName": "soundvoltex.dll",
"dataDisabled": "0F10060F114760",
"dataEnabled": "C7476001000000"
}
]
}
]
+559
View File
@@ -0,0 +1,559 @@
[
{
"gameCode": "KFC",
"version": "2024-11-19",
"lastUpdated": "2025-04-21 08:27:48",
"source": "https://sp2x.two-torial.xyz/"
},
{
"name": "Game FPS Target",
"description": "Forces the game to run at a specific FPS target.",
"gameCode": "KFC",
"type": "union",
"patches": [
{
"name": "60 FPS (Default)",
"patch": {
"offset": 9228734,
"dllName": "soundvoltex.dll",
"data": "4E"
}
},
{
"name": "120 FPS",
"patch": {
"offset": 9228734,
"dllName": "soundvoltex.dll",
"data": "5E"
}
}
]
},
{
"name": "Note FPS Target",
"description": "Forces the game's notes to run at a specific FPS target.",
"gameCode": "KFC",
"type": "union",
"patches": [
{
"name": "60 FPS (Default)",
"patch": {
"offset": 3270232,
"dllName": "soundvoltex.dll",
"data": "660F6EF0F30FE6F6F20F593510F55A00"
}
},
{
"name": "120 FPS",
"patch": {
"offset": 3270232,
"dllName": "soundvoltex.dll",
"data": "B878000000F20F2AF0F24890F2489090"
}
}
]
},
{
"name": "Shared mode WASAPI",
"description": "Allows for non-exclusive WASAPI audio.",
"caution": "Requires 48000Hz sample rate. Will slightly increase audio latency. Try combining this with the Low Latency Shared Audio option from spice2x.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 5764385,
"dllName": "soundvoltex.dll",
"dataDisabled": "04",
"dataEnabled": "00"
},
{
"offset": 5764776,
"dllName": "soundvoltex.dll",
"dataDisabled": "07",
"dataEnabled": "00"
}
]
},
{
"name": "Hide premium guide banner",
"description": "blpass_ef (rainbow outline on health gauge) is shown instead of pt_sousa_usr.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 3499947,
"dllName": "soundvoltex.dll",
"dataDisabled": "B1365100",
"dataEnabled": "E1365100"
}
]
},
{
"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",
"type": "memory",
"patches": [
{
"offset": 8357912,
"dllName": "soundvoltex.dll",
"dataDisabled": "4652454520504C4159",
"dataEnabled": "000000000000000000"
},
{
"offset": 8357928,
"dllName": "soundvoltex.dll",
"dataDisabled": "4556454E54204D4F4445",
"dataEnabled": "00000000000000000000"
},
{
"offset": 8357944,
"dllName": "soundvoltex.dll",
"dataDisabled": "54454E4B4149434849204D4F4445",
"dataEnabled": "0000000000000000000000000000"
},
{
"offset": 8358328,
"dllName": "soundvoltex.dll",
"dataDisabled": "504153454C493A202573202B202573",
"dataEnabled": "000000000000000000000000000000"
},
{
"offset": 8358368,
"dllName": "soundvoltex.dll",
"dataDisabled": "4352454449543A202564202020434F494E3A202564202F202564",
"dataEnabled": "0000000000000000000000000000000000000000000000000000"
},
{
"offset": 8357896,
"dllName": "soundvoltex.dll",
"dataDisabled": "4352454449543A20256400",
"dataEnabled": "0000000000000000000000"
},
{
"offset": 8358264,
"dllName": "soundvoltex.dll",
"dataDisabled": "504153454C493A204E4F5420415641494C41424C45",
"dataEnabled": "000000000000000000000000000000000000000000"
},
{
"offset": 8358288,
"dllName": "soundvoltex.dll",
"dataDisabled": "504153454C493A204E4F204143434F554E54",
"dataEnabled": "000000000000000000000000000000000000"
},
{
"offset": 8358311,
"dllName": "soundvoltex.dll",
"dataDisabled": "00504153454C493A20257300",
"dataEnabled": "000000000000000000000000"
},
{
"offset": 8358344,
"dllName": "soundvoltex.dll",
"dataDisabled": "455854524120504153454C493A202573",
"dataEnabled": "00000000000000000000000000000000"
},
{
"offset": 8358251,
"dllName": "soundvoltex.dll",
"dataDisabled": "0025302A6400",
"dataEnabled": "000000000000"
},
{
"offset": 8357968,
"dllName": "soundvoltex.dll",
"dataDisabled": "8347815B83578393834F928682C582B728257381602989F08F9C82B782E982C982CD8365835883678381836A8385815B82C993FC82E8814183658393834C815B82F02030302C2030302C2030302C20362C20302082CC8F8782C5899F82B582C482AD82BE82B382A281420A8347815B83578393834F82F08DC48A4A82B782E98FEA8D8782CD8365835883678356815B839382C530302C2030302C2030302C20362C20312082CC8F8782C5899F82B582C482AD82BE82B382A28142",
"dataEnabled": "000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
}
]
},
{
"name": "Standard/Menu Timer Freeze",
"description": "Freezes all non-premium area timers.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 1700917,
"dllName": "soundvoltex.dll",
"dataDisabled": "84",
"dataEnabled": "85"
}
]
},
{
"name": "Premium Free Timer Freeze",
"description": "Freezes all premium area timers.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 4410562,
"dllName": "soundvoltex.dll",
"dataDisabled": "0F85",
"dataEnabled": "90E9"
},
{
"offset": 4111843,
"dllName": "soundvoltex.dll",
"dataDisabled": "0F84",
"dataEnabled": "90E9"
},
{
"offset": 3067056,
"dllName": "soundvoltex.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
}
]
},
{
"name": "Premium Time Length",
"description": "Time at which the Premium timer starts. If you have it frozen, that'll be the time shown at all times",
"gameCode": "KFC",
"type": "union",
"patches": [
{
"name": "00:00",
"patch": {
"offset": 4248710,
"dllName": "soundvoltex.dll",
"data": "AAB9650000000000"
}
},
{
"name": "00:01",
"patch": {
"offset": 4248710,
"dllName": "soundvoltex.dll",
"data": "00CA9A3B00000000"
}
},
{
"name": "04:20",
"patch": {
"offset": 4248710,
"dllName": "soundvoltex.dll",
"data": "002835893C000000"
}
},
{
"name": "07:27",
"patch": {
"offset": 4248710,
"dllName": "soundvoltex.dll",
"data": "00B6461368000000"
}
},
{
"name": "13:37",
"patch": {
"offset": 4248710,
"dllName": "soundvoltex.dll",
"data": "00AAFE38BE000000"
}
},
{
"name": "57:30",
"patch": {
"offset": 4248710,
"dllName": "soundvoltex.dll",
"data": "0044064423030000"
}
},
{
"name": "69:00",
"patch": {
"offset": 4248710,
"dllName": "soundvoltex.dll",
"data": "00B83AEBC3030000"
}
},
{
"name": "10 Minutes (Default)",
"patch": {
"offset": 4248710,
"dllName": "soundvoltex.dll",
"data": "0070C9B28B000000"
}
},
{
"name": "15 Minutes",
"patch": {
"offset": 4248710,
"dllName": "soundvoltex.dll",
"data": "00282E8CD1000000"
}
},
{
"name": "20 Minutes",
"patch": {
"offset": 4248710,
"dllName": "soundvoltex.dll",
"data": "00E0926517010000"
}
},
{
"name": "30 Minutes",
"patch": {
"offset": 4248710,
"dllName": "soundvoltex.dll",
"data": "00505C18A3010000"
}
},
{
"name": "45 Minutes",
"patch": {
"offset": 4248710,
"dllName": "soundvoltex.dll",
"data": "00788AA474020000"
}
},
{
"name": "60 Minutes",
"patch": {
"offset": 4248710,
"dllName": "soundvoltex.dll",
"data": "00A0B83046030000"
}
},
{
"name": "90 Minutes",
"patch": {
"offset": 4248710,
"dllName": "soundvoltex.dll",
"data": "00F01449E9040000"
}
}
]
},
{
"name": "Fake Region",
"description": "Forces the game to run as a specific region without altering language, which allows for region-specific content locking. Use Japan for everything to be unlocked.",
"gameCode": "KFC",
"type": "union",
"patches": [
{
"name": "Default",
"patch": {
"offset": 2329535,
"dllName": "soundvoltex.dll",
"data": "E8BCD32E0085C00F85FA000000"
}
},
{
"name": "Japan (J)",
"patch": {
"offset": 2329535,
"dllName": "soundvoltex.dll",
"data": "B8000000008905AADB7E009090"
}
},
{
"name": "Korea (K)",
"patch": {
"offset": 2329535,
"dllName": "soundvoltex.dll",
"data": "B8010000008905AADB7E009090"
}
},
{
"name": "Asia (A)",
"patch": {
"offset": 2329535,
"dllName": "soundvoltex.dll",
"data": "B8020000008905AADB7E009090"
}
},
{
"name": "Indonesia (Y)",
"patch": {
"offset": 2329535,
"dllName": "soundvoltex.dll",
"data": "B8030000008905AADB7E009090"
}
},
{
"name": "America (U)",
"patch": {
"offset": 2329535,
"dllName": "soundvoltex.dll",
"data": "B8040000008905AADB7E009090"
}
}
]
},
{
"name": "Force English Sort Options",
"description": "Forces the game to use english sort options within the FX-R menu in song select.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 140812,
"dllName": "soundvoltex.dll",
"dataDisabled": "8B15C64E1701",
"dataEnabled": "BA0100000090"
},
{
"offset": 140841,
"dllName": "soundvoltex.dll",
"dataDisabled": "8B15A94E1701",
"dataEnabled": "BA0100000090"
},
{
"offset": 140870,
"dllName": "soundvoltex.dll",
"dataDisabled": "8B158C4E1701",
"dataEnabled": "BA0100000090"
},
{
"offset": 140899,
"dllName": "soundvoltex.dll",
"dataDisabled": "8B156F4E1701",
"dataEnabled": "BA0100000090"
},
{
"offset": 140928,
"dllName": "soundvoltex.dll",
"dataDisabled": "8B15524E1701",
"dataEnabled": "BA0100000090"
},
{
"offset": 140963,
"dllName": "soundvoltex.dll",
"dataDisabled": "8B152F4E1701",
"dataEnabled": "BA0100000090"
},
{
"offset": 140998,
"dllName": "soundvoltex.dll",
"dataDisabled": "8B150C4E1701",
"dataEnabled": "BA0100000090"
},
{
"offset": 9123076,
"dllName": "soundvoltex.dll",
"dataDisabled": "B930B330A23087730698",
"dataEnabled": "530063006F0072006500"
}
]
},
{
"name": "ASIO 2 Channels Mode",
"description": "Use 2 channels instead of 8. Useful for some audio cards.",
"caution": "ONLY for ASIO audio users.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 5764586,
"dllName": "soundvoltex.dll",
"dataDisabled": "08",
"dataEnabled": "05"
}
]
},
{
"name": "Disable power change",
"description": "Prevents the game from changing power settings.",
"caution": "Typically not required with spice2x.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 3272670,
"dllName": "soundvoltex.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
}
]
},
{
"name": "Disable monitor change",
"description": "Prevents the game from changing monitor settings.",
"caution": "Typically not required with spice2x.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 3272822,
"dllName": "soundvoltex.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
}
]
},
{
"name": "Disable Subscreen in Valkyrie mode",
"description": "Forcefully disables the subscreen.",
"caution": "ONLY for Valkyrie (G spec). Consider using spice2x's \"-sdvxnosub\" option instead.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 5225822,
"dllName": "soundvoltex.dll",
"dataDisabled": "83BDB800000002410F93C64488742451",
"dataEnabled": "41B60044887424519090909090909090"
}
]
},
{
"name": "Valkyrie Mode 60Hz",
"description": "Allows the game to run at 60Hz.",
"caution": "ONLY for Valkyrie (G Spec). Might require \"Force BIO2 (KFC) IO in Valkyrie mode\" to work.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 3272861,
"dllName": "soundvoltex.dll",
"dataDisabled": "74",
"dataEnabled": "75"
},
{
"offset": 5227419,
"dllName": "soundvoltex.dll",
"dataDisabled": "74",
"dataEnabled": "75"
},
{
"offset": 5229760,
"dllName": "soundvoltex.dll",
"dataDisabled": "74",
"dataEnabled": "75"
}
]
},
{
"name": "Force BIO2 (KFC) IO in Valkyrie mode",
"description": "Forces the game to use BIO2 IO in Valkyrie mode.",
"caution": "Can be useful for arcade cabinets. If you don't know why you need this, ignore it.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 5527925,
"dllName": "soundvoltex.dll",
"dataDisabled": "8705",
"dataEnabled": "A70C"
}
]
},
{
"name": "Force Enable Headphones",
"description": "Assumes headphones are always connected, allowing for volume control. Useful for cabinets.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 5682022,
"dllName": "soundvoltex.dll",
"dataDisabled": "0F10060F114760",
"dataEnabled": "C7476001000000"
}
]
}
]
+559
View File
@@ -0,0 +1,559 @@
[
{
"gameCode": "KFC",
"version": "2024-12-03",
"lastUpdated": "2025-04-21 08:27:48",
"source": "https://sp2x.two-torial.xyz/"
},
{
"name": "Game FPS Target",
"description": "Forces the game to run at a specific FPS target.",
"gameCode": "KFC",
"type": "union",
"patches": [
{
"name": "60 FPS (Default)",
"patch": {
"offset": 9231046,
"dllName": "soundvoltex.dll",
"data": "4E"
}
},
{
"name": "120 FPS",
"patch": {
"offset": 9231046,
"dllName": "soundvoltex.dll",
"data": "5E"
}
}
]
},
{
"name": "Note FPS Target",
"description": "Forces the game's notes to run at a specific FPS target.",
"gameCode": "KFC",
"type": "union",
"patches": [
{
"name": "60 FPS (Default)",
"patch": {
"offset": 3271192,
"dllName": "soundvoltex.dll",
"data": "660F6EF0F30FE6F6F20F593558F25A00"
}
},
{
"name": "120 FPS",
"patch": {
"offset": 3271192,
"dllName": "soundvoltex.dll",
"data": "B878000000F20F2AF0F24890F2489090"
}
}
]
},
{
"name": "Shared mode WASAPI",
"description": "Allows for non-exclusive WASAPI audio.",
"caution": "Requires 48000Hz sample rate. Will slightly increase audio latency. Try combining this with the Low Latency Shared Audio option from spice2x.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 5766433,
"dllName": "soundvoltex.dll",
"dataDisabled": "04",
"dataEnabled": "00"
},
{
"offset": 5766824,
"dllName": "soundvoltex.dll",
"dataDisabled": "07",
"dataEnabled": "00"
}
]
},
{
"name": "Hide premium guide banner",
"description": "blpass_ef (rainbow outline on health gauge) is shown instead of pt_sousa_usr.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 3500907,
"dllName": "soundvoltex.dll",
"dataDisabled": "39335100",
"dataEnabled": "69335100"
}
]
},
{
"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",
"type": "memory",
"patches": [
{
"offset": 8360344,
"dllName": "soundvoltex.dll",
"dataDisabled": "4652454520504C4159",
"dataEnabled": "000000000000000000"
},
{
"offset": 8360360,
"dllName": "soundvoltex.dll",
"dataDisabled": "4556454E54204D4F4445",
"dataEnabled": "00000000000000000000"
},
{
"offset": 8360376,
"dllName": "soundvoltex.dll",
"dataDisabled": "54454E4B4149434849204D4F4445",
"dataEnabled": "0000000000000000000000000000"
},
{
"offset": 8360256,
"dllName": "soundvoltex.dll",
"dataDisabled": "504153454C493A202573202B202573",
"dataEnabled": "000000000000000000000000000000"
},
{
"offset": 8360296,
"dllName": "soundvoltex.dll",
"dataDisabled": "4352454449543A202564202020434F494E3A202564202F202564",
"dataEnabled": "0000000000000000000000000000000000000000000000000000"
},
{
"offset": 8360328,
"dllName": "soundvoltex.dll",
"dataDisabled": "4352454449543A20256400",
"dataEnabled": "0000000000000000000000"
},
{
"offset": 8360400,
"dllName": "soundvoltex.dll",
"dataDisabled": "504153454C493A204E4F5420415641494C41424C45",
"dataEnabled": "000000000000000000000000000000000000000000"
},
{
"offset": 8360424,
"dllName": "soundvoltex.dll",
"dataDisabled": "504153454C493A204E4F204143434F554E54",
"dataEnabled": "000000000000000000000000000000000000"
},
{
"offset": 8360239,
"dllName": "soundvoltex.dll",
"dataDisabled": "00504153454C493A20257300",
"dataEnabled": "000000000000000000000000"
},
{
"offset": 8360272,
"dllName": "soundvoltex.dll",
"dataDisabled": "455854524120504153454C493A202573",
"dataEnabled": "00000000000000000000000000000000"
},
{
"offset": 8360391,
"dllName": "soundvoltex.dll",
"dataDisabled": "0025302A6400",
"dataEnabled": "000000000000"
},
{
"offset": 8359952,
"dllName": "soundvoltex.dll",
"dataDisabled": "8347815B83578393834F928682C582B728257381602989F08F9C82B782E982C982CD8365835883678381836A8385815B82C993FC82E8814183658393834C815B82F02030302C2030302C2030302C20362C20302082CC8F8782C5899F82B582C482AD82BE82B382A281420A8347815B83578393834F82F08DC48A4A82B782E98FEA8D8782CD8365835883678356815B839382C530302C2030302C2030302C20362C20312082CC8F8782C5899F82B582C482AD82BE82B382A28142",
"dataEnabled": "000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
}
]
},
{
"name": "Standard/Menu Timer Freeze",
"description": "Freezes all non-premium area timers.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 1700773,
"dllName": "soundvoltex.dll",
"dataDisabled": "84",
"dataEnabled": "85"
}
]
},
{
"name": "Premium Free Timer Freeze",
"description": "Freezes all premium area timers.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 4412482,
"dllName": "soundvoltex.dll",
"dataDisabled": "0F85",
"dataEnabled": "90E9"
},
{
"offset": 4113667,
"dllName": "soundvoltex.dll",
"dataDisabled": "0F84",
"dataEnabled": "90E9"
},
{
"offset": 3068016,
"dllName": "soundvoltex.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
}
]
},
{
"name": "Premium Time Length",
"description": "Time at which the Premium timer starts. If you have it frozen, that'll be the time shown at all times",
"gameCode": "KFC",
"type": "union",
"patches": [
{
"name": "00:00",
"patch": {
"offset": 4250534,
"dllName": "soundvoltex.dll",
"data": "AAB9650000000000"
}
},
{
"name": "00:01",
"patch": {
"offset": 4250534,
"dllName": "soundvoltex.dll",
"data": "00CA9A3B00000000"
}
},
{
"name": "04:20",
"patch": {
"offset": 4250534,
"dllName": "soundvoltex.dll",
"data": "002835893C000000"
}
},
{
"name": "07:27",
"patch": {
"offset": 4250534,
"dllName": "soundvoltex.dll",
"data": "00B6461368000000"
}
},
{
"name": "13:37",
"patch": {
"offset": 4250534,
"dllName": "soundvoltex.dll",
"data": "00AAFE38BE000000"
}
},
{
"name": "57:30",
"patch": {
"offset": 4250534,
"dllName": "soundvoltex.dll",
"data": "0044064423030000"
}
},
{
"name": "69:00",
"patch": {
"offset": 4250534,
"dllName": "soundvoltex.dll",
"data": "00B83AEBC3030000"
}
},
{
"name": "10 Minutes (Default)",
"patch": {
"offset": 4250534,
"dllName": "soundvoltex.dll",
"data": "0070C9B28B000000"
}
},
{
"name": "15 Minutes",
"patch": {
"offset": 4250534,
"dllName": "soundvoltex.dll",
"data": "00282E8CD1000000"
}
},
{
"name": "20 Minutes",
"patch": {
"offset": 4250534,
"dllName": "soundvoltex.dll",
"data": "00E0926517010000"
}
},
{
"name": "30 Minutes",
"patch": {
"offset": 4250534,
"dllName": "soundvoltex.dll",
"data": "00505C18A3010000"
}
},
{
"name": "45 Minutes",
"patch": {
"offset": 4250534,
"dllName": "soundvoltex.dll",
"data": "00788AA474020000"
}
},
{
"name": "60 Minutes",
"patch": {
"offset": 4250534,
"dllName": "soundvoltex.dll",
"data": "00A0B83046030000"
}
},
{
"name": "90 Minutes",
"patch": {
"offset": 4250534,
"dllName": "soundvoltex.dll",
"data": "00F01449E9040000"
}
}
]
},
{
"name": "Fake Region",
"description": "Forces the game to run as a specific region without altering language, which allows for region-specific content locking. Use Japan for everything to be unlocked.",
"gameCode": "KFC",
"type": "union",
"patches": [
{
"name": "Default",
"patch": {
"offset": 2329391,
"dllName": "soundvoltex.dll",
"data": "E84CDC2E0085C00F85FA000000"
}
},
{
"name": "Japan (J)",
"patch": {
"offset": 2329391,
"dllName": "soundvoltex.dll",
"data": "B8000000008905B6EC7E009090"
}
},
{
"name": "Korea (K)",
"patch": {
"offset": 2329391,
"dllName": "soundvoltex.dll",
"data": "B8010000008905B6EC7E009090"
}
},
{
"name": "Asia (A)",
"patch": {
"offset": 2329391,
"dllName": "soundvoltex.dll",
"data": "B8020000008905B6EC7E009090"
}
},
{
"name": "Indonesia (Y)",
"patch": {
"offset": 2329391,
"dllName": "soundvoltex.dll",
"data": "B8030000008905B6EC7E009090"
}
},
{
"name": "America (U)",
"patch": {
"offset": 2329391,
"dllName": "soundvoltex.dll",
"data": "B8040000008905B6EC7E009090"
}
}
]
},
{
"name": "Force English Sort Options",
"description": "Forces the game to use english sort options within the FX-R menu in song select.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 140812,
"dllName": "soundvoltex.dll",
"dataDisabled": "8B15B65E1701",
"dataEnabled": "BA0100000090"
},
{
"offset": 140841,
"dllName": "soundvoltex.dll",
"dataDisabled": "8B15995E1701",
"dataEnabled": "BA0100000090"
},
{
"offset": 140870,
"dllName": "soundvoltex.dll",
"dataDisabled": "8B157C5E1701",
"dataEnabled": "BA0100000090"
},
{
"offset": 140899,
"dllName": "soundvoltex.dll",
"dataDisabled": "8B155F5E1701",
"dataEnabled": "BA0100000090"
},
{
"offset": 140928,
"dllName": "soundvoltex.dll",
"dataDisabled": "8B15425E1701",
"dataEnabled": "BA0100000090"
},
{
"offset": 140963,
"dllName": "soundvoltex.dll",
"dataDisabled": "8B151F5E1701",
"dataEnabled": "BA0100000090"
},
{
"offset": 140998,
"dllName": "soundvoltex.dll",
"dataDisabled": "8B15FC5D1701",
"dataEnabled": "BA0100000090"
},
{
"offset": 9126172,
"dllName": "soundvoltex.dll",
"dataDisabled": "B930B330A23087730698",
"dataEnabled": "530063006F0072006500"
}
]
},
{
"name": "ASIO 2 Channels Mode",
"description": "Use 2 channels instead of 8. Useful for some audio cards.",
"caution": "ONLY for ASIO audio users.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 5766634,
"dllName": "soundvoltex.dll",
"dataDisabled": "08",
"dataEnabled": "05"
}
]
},
{
"name": "Disable power change",
"description": "Prevents the game from changing power settings.",
"caution": "Typically not required with spice2x.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 3273630,
"dllName": "soundvoltex.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
}
]
},
{
"name": "Disable monitor change",
"description": "Prevents the game from changing monitor settings.",
"caution": "Typically not required with spice2x.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 3273782,
"dllName": "soundvoltex.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
}
]
},
{
"name": "Disable Subscreen in Valkyrie mode",
"description": "Forcefully disables the subscreen.",
"caution": "ONLY for Valkyrie (G spec). Consider using spice2x's \"-sdvxnosub\" option instead.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 5227870,
"dllName": "soundvoltex.dll",
"dataDisabled": "83BDB800000002410F93C64488742451",
"dataEnabled": "41B60044887424519090909090909090"
}
]
},
{
"name": "Valkyrie Mode 60Hz",
"description": "Allows the game to run at 60Hz.",
"caution": "ONLY for Valkyrie (G Spec). Might require \"Force BIO2 (KFC) IO in Valkyrie mode\" to work.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 3273821,
"dllName": "soundvoltex.dll",
"dataDisabled": "74",
"dataEnabled": "75"
},
{
"offset": 5229467,
"dllName": "soundvoltex.dll",
"dataDisabled": "74",
"dataEnabled": "75"
},
{
"offset": 5231808,
"dllName": "soundvoltex.dll",
"dataDisabled": "74",
"dataEnabled": "75"
}
]
},
{
"name": "Force BIO2 (KFC) IO in Valkyrie mode",
"description": "Forces the game to use BIO2 IO in Valkyrie mode.",
"caution": "Can be useful for arcade cabinets. If you don't know why you need this, ignore it.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 5529973,
"dllName": "soundvoltex.dll",
"dataDisabled": "8705",
"dataEnabled": "A70C"
}
]
},
{
"name": "Force Enable Headphones",
"description": "Assumes headphones are always connected, allowing for volume control. Useful for cabinets.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 5684070,
"dllName": "soundvoltex.dll",
"dataDisabled": "0F10060F114760",
"dataEnabled": "C7476001000000"
}
]
}
]
+573
View File
@@ -0,0 +1,573 @@
[
{
"gameCode": "KFC",
"version": "2024-12-10",
"lastUpdated": "2025-08-08 12:43:20",
"source": "https://sp2x.two-torial.xyz/"
},
{
"name": "Game FPS Target",
"description": "Forces the game to run at a specific FPS target.",
"gameCode": "KFC",
"type": "union",
"patches": [
{
"name": "60 FPS (Default)",
"patch": {
"offset": 9282198,
"dllName": "soundvoltex.dll",
"data": "4E"
}
},
{
"name": "120 FPS",
"patch": {
"offset": 9282198,
"dllName": "soundvoltex.dll",
"data": "5E"
}
}
]
},
{
"name": "Note FPS Target",
"description": "Forces the game's notes to run at a specific FPS target.",
"gameCode": "KFC",
"type": "union",
"patches": [
{
"name": "60 FPS (Default)",
"patch": {
"offset": 3302216,
"dllName": "soundvoltex.dll",
"data": "660F6EF0F30FE6F6F20F5935003F5B00"
}
},
{
"name": "120 FPS",
"patch": {
"offset": 3302216,
"dllName": "soundvoltex.dll",
"data": "B878000000F20F2AF0F24890F2489090"
}
}
]
},
{
"name": "Shared mode WASAPI",
"description": "Allows for non-exclusive WASAPI audio.",
"caution": "Requires 48000Hz sample rate. Will slightly increase audio latency. Try combining this with the Low Latency Shared Audio option from spice2x.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 5814465,
"dllName": "soundvoltex.dll",
"dataDisabled": "04",
"dataEnabled": "00"
},
{
"offset": 5814856,
"dllName": "soundvoltex.dll",
"dataDisabled": "07",
"dataEnabled": "00"
}
]
},
{
"name": "Hide premium guide banner",
"description": "blpass_ef (rainbow outline on health gauge) is shown instead of pt_sousa_usr.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 3529131,
"dllName": "soundvoltex.dll",
"dataDisabled": "418E5100",
"dataEnabled": "318E5100"
}
]
},
{
"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",
"type": "memory",
"patches": [
{
"offset": 8411312,
"dllName": "soundvoltex.dll",
"dataDisabled": "4652454520504C4159",
"dataEnabled": "000000000000000000"
},
{
"offset": 8411328,
"dllName": "soundvoltex.dll",
"dataDisabled": "4556454E54204D4F4445",
"dataEnabled": "00000000000000000000"
},
{
"offset": 8411344,
"dllName": "soundvoltex.dll",
"dataDisabled": "54454E4B4149434849204D4F4445",
"dataEnabled": "0000000000000000000000000000"
},
{
"offset": 8411720,
"dllName": "soundvoltex.dll",
"dataDisabled": "504153454C493A202573202B202573",
"dataEnabled": "000000000000000000000000000000"
},
{
"offset": 8411264,
"dllName": "soundvoltex.dll",
"dataDisabled": "4352454449543A202564202020434F494E3A202564202F202564",
"dataEnabled": "0000000000000000000000000000000000000000000000000000"
},
{
"offset": 8411296,
"dllName": "soundvoltex.dll",
"dataDisabled": "4352454449543A20256400",
"dataEnabled": "0000000000000000000000"
},
{
"offset": 8411656,
"dllName": "soundvoltex.dll",
"dataDisabled": "504153454C493A204E4F5420415641494C41424C45",
"dataEnabled": "000000000000000000000000000000000000000000"
},
{
"offset": 8411680,
"dllName": "soundvoltex.dll",
"dataDisabled": "504153454C493A204E4F204143434F554E54",
"dataEnabled": "000000000000000000000000000000000000"
},
{
"offset": 8411703,
"dllName": "soundvoltex.dll",
"dataDisabled": "00504153454C493A20257300",
"dataEnabled": "000000000000000000000000"
},
{
"offset": 8411736,
"dllName": "soundvoltex.dll",
"dataDisabled": "455854524120504153454C493A202573",
"dataEnabled": "00000000000000000000000000000000"
},
{
"offset": 8411643,
"dllName": "soundvoltex.dll",
"dataDisabled": "0025302A6400",
"dataEnabled": "000000000000"
},
{
"offset": 8411360,
"dllName": "soundvoltex.dll",
"dataDisabled": "8347815B83578393834F928682C582B728257381602989F08F9C82B782E982C982CD8365835883678381836A8385815B82C993FC82E8814183658393834C815B82F02030302C2030302C2030302C20362C20302082CC8F8782C5899F82B582C482AD82BE82B382A281420A8347815B83578393834F82F08DC48A4A82B782E98FEA8D8782CD8365835883678356815B839382C530302C2030302C2030302C20362C20312082CC8F8782C5899F82B582C482AD82BE82B382A28142",
"dataEnabled": "000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
}
]
},
{
"name": "Standard/Menu Timer Freeze",
"description": "Freezes all non-premium area timers.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 1713733,
"dllName": "soundvoltex.dll",
"dataDisabled": "84",
"dataEnabled": "85"
}
]
},
{
"name": "Premium Free Timer Freeze",
"description": "Freezes all premium area timers.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 4445266,
"dllName": "soundvoltex.dll",
"dataDisabled": "0F85",
"dataEnabled": "90E9"
},
{
"offset": 4141923,
"dllName": "soundvoltex.dll",
"dataDisabled": "0F84",
"dataEnabled": "90E9"
},
{
"offset": 3097984,
"dllName": "soundvoltex.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
}
]
},
{
"name": "Premium Time Length",
"description": "Time at which the Premium timer starts. If you have it frozen, that'll be the time shown at all times",
"gameCode": "KFC",
"type": "union",
"patches": [
{
"name": "00:00",
"patch": {
"offset": 4279286,
"dllName": "soundvoltex.dll",
"data": "AAB9650000000000"
}
},
{
"name": "00:01",
"patch": {
"offset": 4279286,
"dllName": "soundvoltex.dll",
"data": "00CA9A3B00000000"
}
},
{
"name": "04:20",
"patch": {
"offset": 4279286,
"dllName": "soundvoltex.dll",
"data": "002835893C000000"
}
},
{
"name": "07:27",
"patch": {
"offset": 4279286,
"dllName": "soundvoltex.dll",
"data": "00B6461368000000"
}
},
{
"name": "13:37",
"patch": {
"offset": 4279286,
"dllName": "soundvoltex.dll",
"data": "00AAFE38BE000000"
}
},
{
"name": "57:30",
"patch": {
"offset": 4279286,
"dllName": "soundvoltex.dll",
"data": "0044064423030000"
}
},
{
"name": "69:00",
"patch": {
"offset": 4279286,
"dllName": "soundvoltex.dll",
"data": "00B83AEBC3030000"
}
},
{
"name": "10 Minutes (Default)",
"patch": {
"offset": 4279286,
"dllName": "soundvoltex.dll",
"data": "0070C9B28B000000"
}
},
{
"name": "15 Minutes",
"patch": {
"offset": 4279286,
"dllName": "soundvoltex.dll",
"data": "00282E8CD1000000"
}
},
{
"name": "20 Minutes",
"patch": {
"offset": 4279286,
"dllName": "soundvoltex.dll",
"data": "00E0926517010000"
}
},
{
"name": "30 Minutes",
"patch": {
"offset": 4279286,
"dllName": "soundvoltex.dll",
"data": "00505C18A3010000"
}
},
{
"name": "45 Minutes",
"patch": {
"offset": 4279286,
"dllName": "soundvoltex.dll",
"data": "00788AA474020000"
}
},
{
"name": "60 Minutes",
"patch": {
"offset": 4279286,
"dllName": "soundvoltex.dll",
"data": "00A0B83046030000"
}
},
{
"name": "90 Minutes",
"patch": {
"offset": 4279286,
"dllName": "soundvoltex.dll",
"data": "00F01449E9040000"
}
}
]
},
{
"name": "Uncensor All Jackets",
"description": "Uncensors all song jackets no matter the region by breaking the path to jacket masks.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 8788408,
"dllName": "soundvoltex.dll",
"dataDisabled": "61",
"dataEnabled": "75"
}
]
},
{
"name": "Fake Region",
"description": "Forces the game to run as a specific region without altering language, which allows for region-specific content locking. Use Japan for everything to be unlocked.",
"gameCode": "KFC",
"type": "union",
"patches": [
{
"name": "Default",
"patch": {
"offset": 2352847,
"dllName": "soundvoltex.dll",
"data": "E82C282F0085C00F85FA000000"
}
},
{
"name": "Japan (J)",
"patch": {
"offset": 2352847,
"dllName": "soundvoltex.dll",
"data": "B800000000890516617F009090"
}
},
{
"name": "Korea (K)",
"patch": {
"offset": 2352847,
"dllName": "soundvoltex.dll",
"data": "B801000000890516617F009090"
}
},
{
"name": "Asia (A)",
"patch": {
"offset": 2352847,
"dllName": "soundvoltex.dll",
"data": "B802000000890516617F009090"
}
},
{
"name": "Indonesia (Y)",
"patch": {
"offset": 2352847,
"dllName": "soundvoltex.dll",
"data": "B803000000890516617F009090"
}
},
{
"name": "America (U)",
"patch": {
"offset": 2352847,
"dllName": "soundvoltex.dll",
"data": "B804000000890516617F009090"
}
}
]
},
{
"name": "Force English Sort Options",
"description": "Forces the game to use english sort options within the FX-R menu in song select.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 138892,
"dllName": "soundvoltex.dll",
"dataDisabled": "8B1506461801",
"dataEnabled": "BA0100000090"
},
{
"offset": 138921,
"dllName": "soundvoltex.dll",
"dataDisabled": "8B15E9451801",
"dataEnabled": "BA0100000090"
},
{
"offset": 138950,
"dllName": "soundvoltex.dll",
"dataDisabled": "8B15CC451801",
"dataEnabled": "BA0100000090"
},
{
"offset": 138979,
"dllName": "soundvoltex.dll",
"dataDisabled": "8B15AF451801",
"dataEnabled": "BA0100000090"
},
{
"offset": 139008,
"dllName": "soundvoltex.dll",
"dataDisabled": "8B1592451801",
"dataEnabled": "BA0100000090"
},
{
"offset": 139043,
"dllName": "soundvoltex.dll",
"dataDisabled": "8B156F451801",
"dataEnabled": "BA0100000090"
},
{
"offset": 139078,
"dllName": "soundvoltex.dll",
"dataDisabled": "8B154C451801",
"dataEnabled": "BA0100000090"
},
{
"offset": 9176412,
"dllName": "soundvoltex.dll",
"dataDisabled": "B930B330A23087730698",
"dataEnabled": "530063006F0072006500"
}
]
},
{
"name": "ASIO 2 Channels Mode",
"description": "Use 2 channels instead of 8. Useful for some audio cards.",
"caution": "ONLY for ASIO audio users.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 5814666,
"dllName": "soundvoltex.dll",
"dataDisabled": "08",
"dataEnabled": "05"
}
]
},
{
"name": "Disable power change",
"description": "Prevents the game from changing power settings.",
"caution": "Typically not required with spice2x.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 3304654,
"dllName": "soundvoltex.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
}
]
},
{
"name": "Disable monitor change",
"description": "Prevents the game from changing monitor settings.",
"caution": "Typically not required with spice2x.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 3304806,
"dllName": "soundvoltex.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
}
]
},
{
"name": "Disable Subscreen in Valkyrie mode",
"description": "Forcefully disables the subscreen.",
"caution": "ONLY for Valkyrie (G spec). Consider using spice2x's \"-sdvxnosub\" option instead.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 5269262,
"dllName": "soundvoltex.dll",
"dataDisabled": "83BDB800000002410F93C64488742451",
"dataEnabled": "41B60044887424519090909090909090"
}
]
},
{
"name": "Valkyrie Mode 60Hz",
"description": "Allows the game to run at 60Hz.",
"caution": "ONLY for Valkyrie (G Spec). Might require \"Force BIO2 (KFC) IO in Valkyrie mode\" to work.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 3304845,
"dllName": "soundvoltex.dll",
"dataDisabled": "74",
"dataEnabled": "75"
},
{
"offset": 5270859,
"dllName": "soundvoltex.dll",
"dataDisabled": "74",
"dataEnabled": "75"
},
{
"offset": 5273200,
"dllName": "soundvoltex.dll",
"dataDisabled": "74",
"dataEnabled": "75"
}
]
},
{
"name": "Force BIO2 (KFC) IO in Valkyrie mode",
"description": "Forces the game to use BIO2 IO in Valkyrie mode.",
"caution": "Can be useful for arcade cabinets. If you don't know why you need this, ignore it.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 5577173,
"dllName": "soundvoltex.dll",
"dataDisabled": "8705",
"dataEnabled": "A70C"
}
]
},
{
"name": "Force Enable Headphones",
"description": "Assumes headphones are always connected, allowing for volume control. Useful for cabinets.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 5731238,
"dllName": "soundvoltex.dll",
"dataDisabled": "0F10060F114760",
"dataEnabled": "C7476001000000"
}
]
}
]
+573
View File
@@ -0,0 +1,573 @@
[
{
"gameCode": "KFC",
"version": "2024-12-23",
"lastUpdated": "2025-08-08 12:43:20",
"source": "https://sp2x.two-torial.xyz/"
},
{
"name": "Game FPS Target",
"description": "Forces the game to run at a specific FPS target.",
"gameCode": "KFC",
"type": "union",
"patches": [
{
"name": "60 FPS (Default)",
"patch": {
"offset": 9286998,
"dllName": "soundvoltex.dll",
"data": "4E"
}
},
{
"name": "120 FPS",
"patch": {
"offset": 9286998,
"dllName": "soundvoltex.dll",
"data": "5E"
}
}
]
},
{
"name": "Note FPS Target",
"description": "Forces the game's notes to run at a specific FPS target.",
"gameCode": "KFC",
"type": "union",
"patches": [
{
"name": "60 FPS (Default)",
"patch": {
"offset": 3308760,
"dllName": "soundvoltex.dll",
"data": "660F6EF0F30FE6F6F20F593530385B00"
}
},
{
"name": "120 FPS",
"patch": {
"offset": 3308760,
"dllName": "soundvoltex.dll",
"data": "B878000000F20F2AF0F24890F2489090"
}
}
]
},
{
"name": "Shared mode WASAPI",
"description": "Allows for non-exclusive WASAPI audio.",
"caution": "Requires 48000Hz sample rate. Will slightly increase audio latency. Try combining this with the Low Latency Shared Audio option from spice2x.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 5817073,
"dllName": "soundvoltex.dll",
"dataDisabled": "04",
"dataEnabled": "00"
},
{
"offset": 5817464,
"dllName": "soundvoltex.dll",
"dataDisabled": "07",
"dataEnabled": "00"
}
]
},
{
"name": "Hide premium guide banner",
"description": "blpass_ef (rainbow outline on health gauge) is shown instead of pt_sousa_usr.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 3535675,
"dllName": "soundvoltex.dll",
"dataDisabled": "B1855100",
"dataEnabled": "E1855100"
}
]
},
{
"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",
"type": "memory",
"patches": [
{
"offset": 8415736,
"dllName": "soundvoltex.dll",
"dataDisabled": "4652454520504C4159",
"dataEnabled": "000000000000000000"
},
{
"offset": 8415752,
"dllName": "soundvoltex.dll",
"dataDisabled": "4556454E54204D4F4445",
"dataEnabled": "00000000000000000000"
},
{
"offset": 8415768,
"dllName": "soundvoltex.dll",
"dataDisabled": "54454E4B4149434849204D4F4445",
"dataEnabled": "0000000000000000000000000000"
},
{
"offset": 8416152,
"dllName": "soundvoltex.dll",
"dataDisabled": "504153454C493A202573202B202573",
"dataEnabled": "000000000000000000000000000000"
},
{
"offset": 8416192,
"dllName": "soundvoltex.dll",
"dataDisabled": "4352454449543A202564202020434F494E3A202564202F202564",
"dataEnabled": "0000000000000000000000000000000000000000000000000000"
},
{
"offset": 8416224,
"dllName": "soundvoltex.dll",
"dataDisabled": "4352454449543A20256400",
"dataEnabled": "0000000000000000000000"
},
{
"offset": 8416088,
"dllName": "soundvoltex.dll",
"dataDisabled": "504153454C493A204E4F5420415641494C41424C45",
"dataEnabled": "000000000000000000000000000000000000000000"
},
{
"offset": 8416112,
"dllName": "soundvoltex.dll",
"dataDisabled": "504153454C493A204E4F204143434F554E54",
"dataEnabled": "000000000000000000000000000000000000"
},
{
"offset": 8416135,
"dllName": "soundvoltex.dll",
"dataDisabled": "00504153454C493A20257300",
"dataEnabled": "000000000000000000000000"
},
{
"offset": 8416168,
"dllName": "soundvoltex.dll",
"dataDisabled": "455854524120504153454C493A202573",
"dataEnabled": "00000000000000000000000000000000"
},
{
"offset": 8416079,
"dllName": "soundvoltex.dll",
"dataDisabled": "0025302A6400",
"dataEnabled": "000000000000"
},
{
"offset": 8415792,
"dllName": "soundvoltex.dll",
"dataDisabled": "8347815B83578393834F928682C582B728257381602989F08F9C82B782E982C982CD8365835883678381836A8385815B82C993FC82E8814183658393834C815B82F02030302C2030302C2030302C20362C20302082CC8F8782C5899F82B582C482AD82BE82B382A281420A8347815B83578393834F82F08DC48A4A82B782E98FEA8D8782CD8365835883678356815B839382C530302C2030302C2030302C20362C20312082CC8F8782C5899F82B582C482AD82BE82B382A28142",
"dataEnabled": "000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
}
]
},
{
"name": "Standard/Menu Timer Freeze",
"description": "Freezes all non-premium area timers.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 1719845,
"dllName": "soundvoltex.dll",
"dataDisabled": "84",
"dataEnabled": "85"
}
]
},
{
"name": "Premium Free Timer Freeze",
"description": "Freezes all premium area timers.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 4444418,
"dllName": "soundvoltex.dll",
"dataDisabled": "0F85",
"dataEnabled": "90E9"
},
{
"offset": 4148835,
"dllName": "soundvoltex.dll",
"dataDisabled": "0F84",
"dataEnabled": "90E9"
},
{
"offset": 3104528,
"dllName": "soundvoltex.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
}
]
},
{
"name": "Premium Time Length",
"description": "Time at which the Premium timer starts. If you have it frozen, that'll be the time shown at all times",
"gameCode": "KFC",
"type": "union",
"patches": [
{
"name": "00:00",
"patch": {
"offset": 4286550,
"dllName": "soundvoltex.dll",
"data": "AAB9650000000000"
}
},
{
"name": "00:01",
"patch": {
"offset": 4286550,
"dllName": "soundvoltex.dll",
"data": "00CA9A3B00000000"
}
},
{
"name": "04:20",
"patch": {
"offset": 4286550,
"dllName": "soundvoltex.dll",
"data": "002835893C000000"
}
},
{
"name": "07:27",
"patch": {
"offset": 4286550,
"dllName": "soundvoltex.dll",
"data": "00B6461368000000"
}
},
{
"name": "13:37",
"patch": {
"offset": 4286550,
"dllName": "soundvoltex.dll",
"data": "00AAFE38BE000000"
}
},
{
"name": "57:30",
"patch": {
"offset": 4286550,
"dllName": "soundvoltex.dll",
"data": "0044064423030000"
}
},
{
"name": "69:00",
"patch": {
"offset": 4286550,
"dllName": "soundvoltex.dll",
"data": "00B83AEBC3030000"
}
},
{
"name": "10 Minutes (Default)",
"patch": {
"offset": 4286550,
"dllName": "soundvoltex.dll",
"data": "0070C9B28B000000"
}
},
{
"name": "15 Minutes",
"patch": {
"offset": 4286550,
"dllName": "soundvoltex.dll",
"data": "00282E8CD1000000"
}
},
{
"name": "20 Minutes",
"patch": {
"offset": 4286550,
"dllName": "soundvoltex.dll",
"data": "00E0926517010000"
}
},
{
"name": "30 Minutes",
"patch": {
"offset": 4286550,
"dllName": "soundvoltex.dll",
"data": "00505C18A3010000"
}
},
{
"name": "45 Minutes",
"patch": {
"offset": 4286550,
"dllName": "soundvoltex.dll",
"data": "00788AA474020000"
}
},
{
"name": "60 Minutes",
"patch": {
"offset": 4286550,
"dllName": "soundvoltex.dll",
"data": "00A0B83046030000"
}
},
{
"name": "90 Minutes",
"patch": {
"offset": 4286550,
"dllName": "soundvoltex.dll",
"data": "00F01449E9040000"
}
}
]
},
{
"name": "Uncensor All Jackets",
"description": "Uncensors all song jackets no matter the region by breaking the path to jacket masks.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 8793000,
"dllName": "soundvoltex.dll",
"dataDisabled": "61",
"dataEnabled": "75"
}
]
},
{
"name": "Fake Region",
"description": "Forces the game to run as a specific region without altering language, which allows for region-specific content locking. Use Japan for everything to be unlocked.",
"gameCode": "KFC",
"type": "union",
"patches": [
{
"name": "Default",
"patch": {
"offset": 2359151,
"dllName": "soundvoltex.dll",
"data": "E88C192F0085C00F85FA000000"
}
},
{
"name": "Japan (J)",
"patch": {
"offset": 2359151,
"dllName": "soundvoltex.dll",
"data": "B8000000008905FE5B7F009090"
}
},
{
"name": "Korea (K)",
"patch": {
"offset": 2359151,
"dllName": "soundvoltex.dll",
"data": "B8010000008905FE5B7F009090"
}
},
{
"name": "Asia (A)",
"patch": {
"offset": 2359151,
"dllName": "soundvoltex.dll",
"data": "B8020000008905FE5B7F009090"
}
},
{
"name": "Indonesia (Y)",
"patch": {
"offset": 2359151,
"dllName": "soundvoltex.dll",
"data": "B8030000008905FE5B7F009090"
}
},
{
"name": "America (U)",
"patch": {
"offset": 2359151,
"dllName": "soundvoltex.dll",
"data": "B8040000008905FE5B7F009090"
}
}
]
},
{
"name": "Force English Sort Options",
"description": "Forces the game to use english sort options within the FX-R menu in song select.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 142620,
"dllName": "soundvoltex.dll",
"dataDisabled": "8B15C6571801",
"dataEnabled": "BA0100000090"
},
{
"offset": 142649,
"dllName": "soundvoltex.dll",
"dataDisabled": "8B15A9571801",
"dataEnabled": "BA0100000090"
},
{
"offset": 142678,
"dllName": "soundvoltex.dll",
"dataDisabled": "8B158C571801",
"dataEnabled": "BA0100000090"
},
{
"offset": 142707,
"dllName": "soundvoltex.dll",
"dataDisabled": "8B156F571801",
"dataEnabled": "BA0100000090"
},
{
"offset": 142736,
"dllName": "soundvoltex.dll",
"dataDisabled": "8B1552571801",
"dataEnabled": "BA0100000090"
},
{
"offset": 142771,
"dllName": "soundvoltex.dll",
"dataDisabled": "8B152F571801",
"dataEnabled": "BA0100000090"
},
{
"offset": 142806,
"dllName": "soundvoltex.dll",
"dataDisabled": "8B150C571801",
"dataEnabled": "BA0100000090"
},
{
"offset": 9179900,
"dllName": "soundvoltex.dll",
"dataDisabled": "B930B330A23087730698",
"dataEnabled": "530063006F0072006500"
}
]
},
{
"name": "ASIO 2 Channels Mode",
"description": "Use 2 channels instead of 8. Useful for some audio cards.",
"caution": "ONLY for ASIO audio users.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 5817274,
"dllName": "soundvoltex.dll",
"dataDisabled": "08",
"dataEnabled": "05"
}
]
},
{
"name": "Disable power change",
"description": "Prevents the game from changing power settings.",
"caution": "Typically not required with spice2x.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 3311198,
"dllName": "soundvoltex.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
}
]
},
{
"name": "Disable monitor change",
"description": "Prevents the game from changing monitor settings.",
"caution": "Typically not required with spice2x.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 3311350,
"dllName": "soundvoltex.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
}
]
},
{
"name": "Disable Subscreen in Valkyrie mode",
"description": "Forcefully disables the subscreen.",
"caution": "ONLY for Valkyrie (G spec). Consider using spice2x's \"-sdvxnosub\" option instead.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 5271662,
"dllName": "soundvoltex.dll",
"dataDisabled": "83BDB800000002410F93C64488742451",
"dataEnabled": "41B60044887424519090909090909090"
}
]
},
{
"name": "Valkyrie Mode 60Hz",
"description": "Allows the game to run at 60Hz.",
"caution": "ONLY for Valkyrie (G Spec). Might require \"Force BIO2 (KFC) IO in Valkyrie mode\" to work.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 3311389,
"dllName": "soundvoltex.dll",
"dataDisabled": "74",
"dataEnabled": "75"
},
{
"offset": 5273259,
"dllName": "soundvoltex.dll",
"dataDisabled": "74",
"dataEnabled": "75"
},
{
"offset": 5275600,
"dllName": "soundvoltex.dll",
"dataDisabled": "74",
"dataEnabled": "75"
}
]
},
{
"name": "Force BIO2 (KFC) IO in Valkyrie mode",
"description": "Forces the game to use BIO2 IO in Valkyrie mode.",
"caution": "Can be useful for arcade cabinets. If you don't know why you need this, ignore it.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 5579781,
"dllName": "soundvoltex.dll",
"dataDisabled": "8705",
"dataEnabled": "A70C"
}
]
},
{
"name": "Force Enable Headphones",
"description": "Assumes headphones are always connected, allowing for volume control. Useful for cabinets.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 5733846,
"dllName": "soundvoltex.dll",
"dataDisabled": "0F10060F114760",
"dataEnabled": "C7476001000000"
}
]
}
]
+573
View File
@@ -0,0 +1,573 @@
[
{
"gameCode": "KFC",
"version": "2025-01-14",
"lastUpdated": "2025-08-08 12:43:20",
"source": "https://sp2x.two-torial.xyz/"
},
{
"name": "Game FPS Target",
"description": "Forces the game to run at a specific FPS target.",
"gameCode": "KFC",
"type": "union",
"patches": [
{
"name": "60 FPS (Default)",
"patch": {
"offset": 9287198,
"dllName": "soundvoltex.dll",
"data": "4E"
}
},
{
"name": "120 FPS",
"patch": {
"offset": 9287198,
"dllName": "soundvoltex.dll",
"data": "5E"
}
}
]
},
{
"name": "Note FPS Target",
"description": "Forces the game's notes to run at a specific FPS target.",
"gameCode": "KFC",
"type": "union",
"patches": [
{
"name": "60 FPS (Default)",
"patch": {
"offset": 3308712,
"dllName": "soundvoltex.dll",
"data": "660F6EF0F30FE6F6F20F593528395B00"
}
},
{
"name": "120 FPS",
"patch": {
"offset": 3308712,
"dllName": "soundvoltex.dll",
"data": "B878000000F20F2AF0F24890F2489090"
}
}
]
},
{
"name": "Shared mode WASAPI",
"description": "Allows for non-exclusive WASAPI audio.",
"caution": "Requires 48000Hz sample rate. Will slightly increase audio latency. Try combining this with the Low Latency Shared Audio option from spice2x.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 5817089,
"dllName": "soundvoltex.dll",
"dataDisabled": "04",
"dataEnabled": "00"
},
{
"offset": 5817480,
"dllName": "soundvoltex.dll",
"dataDisabled": "07",
"dataEnabled": "00"
}
]
},
{
"name": "Hide premium guide banner",
"description": "blpass_ef (rainbow outline on health gauge) is shown instead of pt_sousa_usr.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 3535627,
"dllName": "soundvoltex.dll",
"dataDisabled": "61855100",
"dataEnabled": "91855100"
}
]
},
{
"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",
"type": "memory",
"patches": [
{
"offset": 8416160,
"dllName": "soundvoltex.dll",
"dataDisabled": "4652454520504C4159",
"dataEnabled": "000000000000000000"
},
{
"offset": 8416176,
"dllName": "soundvoltex.dll",
"dataDisabled": "4556454E54204D4F4445",
"dataEnabled": "00000000000000000000"
},
{
"offset": 8415720,
"dllName": "soundvoltex.dll",
"dataDisabled": "54454E4B4149434849204D4F4445",
"dataEnabled": "0000000000000000000000000000"
},
{
"offset": 8416072,
"dllName": "soundvoltex.dll",
"dataDisabled": "504153454C493A202573202B202573",
"dataEnabled": "000000000000000000000000000000"
},
{
"offset": 8416112,
"dllName": "soundvoltex.dll",
"dataDisabled": "4352454449543A202564202020434F494E3A202564202F202564",
"dataEnabled": "0000000000000000000000000000000000000000000000000000"
},
{
"offset": 8416144,
"dllName": "soundvoltex.dll",
"dataDisabled": "4352454449543A20256400",
"dataEnabled": "0000000000000000000000"
},
{
"offset": 8416200,
"dllName": "soundvoltex.dll",
"dataDisabled": "504153454C493A204E4F5420415641494C41424C45",
"dataEnabled": "000000000000000000000000000000000000000000"
},
{
"offset": 8416032,
"dllName": "soundvoltex.dll",
"dataDisabled": "504153454C493A204E4F204143434F554E54",
"dataEnabled": "000000000000000000000000000000000000"
},
{
"offset": 8416055,
"dllName": "soundvoltex.dll",
"dataDisabled": "00504153454C493A20257300",
"dataEnabled": "000000000000000000000000"
},
{
"offset": 8416088,
"dllName": "soundvoltex.dll",
"dataDisabled": "455854524120504153454C493A202573",
"dataEnabled": "00000000000000000000000000000000"
},
{
"offset": 8416187,
"dllName": "soundvoltex.dll",
"dataDisabled": "0025302A6400",
"dataEnabled": "000000000000"
},
{
"offset": 8415744,
"dllName": "soundvoltex.dll",
"dataDisabled": "8347815B83578393834F928682C582B728257381602989F08F9C82B782E982C982CD8365835883678381836A8385815B82C993FC82E8814183658393834C815B82F02030302C2030302C2030302C20362C20302082CC8F8782C5899F82B582C482AD82BE82B382A281420A8347815B83578393834F82F08DC48A4A82B782E98FEA8D8782CD8365835883678356815B839382C530302C2030302C2030302C20362C20312082CC8F8782C5899F82B582C482AD82BE82B382A28142",
"dataEnabled": "000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
}
]
},
{
"name": "Standard/Menu Timer Freeze",
"description": "Freezes all non-premium area timers.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 1719925,
"dllName": "soundvoltex.dll",
"dataDisabled": "84",
"dataEnabled": "85"
}
]
},
{
"name": "Premium Free Timer Freeze",
"description": "Freezes all premium area timers.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 4444498,
"dllName": "soundvoltex.dll",
"dataDisabled": "0F85",
"dataEnabled": "90E9"
},
{
"offset": 4148787,
"dllName": "soundvoltex.dll",
"dataDisabled": "0F84",
"dataEnabled": "90E9"
},
{
"offset": 3104496,
"dllName": "soundvoltex.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
}
]
},
{
"name": "Premium Time Length",
"description": "Time at which the Premium timer starts. If you have it frozen, that'll be the time shown at all times",
"gameCode": "KFC",
"type": "union",
"patches": [
{
"name": "00:00",
"patch": {
"offset": 4286646,
"dllName": "soundvoltex.dll",
"data": "AAB9650000000000"
}
},
{
"name": "00:01",
"patch": {
"offset": 4286646,
"dllName": "soundvoltex.dll",
"data": "00CA9A3B00000000"
}
},
{
"name": "04:20",
"patch": {
"offset": 4286646,
"dllName": "soundvoltex.dll",
"data": "002835893C000000"
}
},
{
"name": "07:27",
"patch": {
"offset": 4286646,
"dllName": "soundvoltex.dll",
"data": "00B6461368000000"
}
},
{
"name": "13:37",
"patch": {
"offset": 4286646,
"dllName": "soundvoltex.dll",
"data": "00AAFE38BE000000"
}
},
{
"name": "57:30",
"patch": {
"offset": 4286646,
"dllName": "soundvoltex.dll",
"data": "0044064423030000"
}
},
{
"name": "69:00",
"patch": {
"offset": 4286646,
"dllName": "soundvoltex.dll",
"data": "00B83AEBC3030000"
}
},
{
"name": "10 Minutes (Default)",
"patch": {
"offset": 4286646,
"dllName": "soundvoltex.dll",
"data": "0070C9B28B000000"
}
},
{
"name": "15 Minutes",
"patch": {
"offset": 4286646,
"dllName": "soundvoltex.dll",
"data": "00282E8CD1000000"
}
},
{
"name": "20 Minutes",
"patch": {
"offset": 4286646,
"dllName": "soundvoltex.dll",
"data": "00E0926517010000"
}
},
{
"name": "30 Minutes",
"patch": {
"offset": 4286646,
"dllName": "soundvoltex.dll",
"data": "00505C18A3010000"
}
},
{
"name": "45 Minutes",
"patch": {
"offset": 4286646,
"dllName": "soundvoltex.dll",
"data": "00788AA474020000"
}
},
{
"name": "60 Minutes",
"patch": {
"offset": 4286646,
"dllName": "soundvoltex.dll",
"data": "00A0B83046030000"
}
},
{
"name": "90 Minutes",
"patch": {
"offset": 4286646,
"dllName": "soundvoltex.dll",
"data": "00F01449E9040000"
}
}
]
},
{
"name": "Uncensor All Jackets",
"description": "Uncensors all song jackets no matter the region by breaking the path to jacket masks.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 8792768,
"dllName": "soundvoltex.dll",
"dataDisabled": "61",
"dataEnabled": "75"
}
]
},
{
"name": "Fake Region",
"description": "Forces the game to run as a specific region without altering language, which allows for region-specific content locking. Use Japan for everything to be unlocked.",
"gameCode": "KFC",
"type": "union",
"patches": [
{
"name": "Default",
"patch": {
"offset": 2359119,
"dllName": "soundvoltex.dll",
"data": "E88C162F0085C00F85FA000000"
}
},
{
"name": "Japan (J)",
"patch": {
"offset": 2359119,
"dllName": "soundvoltex.dll",
"data": "B80000000089052E687F009090"
}
},
{
"name": "Korea (K)",
"patch": {
"offset": 2359119,
"dllName": "soundvoltex.dll",
"data": "B80100000089052E687F009090"
}
},
{
"name": "Asia (A)",
"patch": {
"offset": 2359119,
"dllName": "soundvoltex.dll",
"data": "B80200000089052E687F009090"
}
},
{
"name": "Indonesia (Y)",
"patch": {
"offset": 2359119,
"dllName": "soundvoltex.dll",
"data": "B80300000089052E687F009090"
}
},
{
"name": "America (U)",
"patch": {
"offset": 2359119,
"dllName": "soundvoltex.dll",
"data": "B80400000089052E687F009090"
}
}
]
},
{
"name": "Force English Sort Options",
"description": "Forces the game to use english sort options within the FX-R menu in song select.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 142620,
"dllName": "soundvoltex.dll",
"dataDisabled": "8B15E6571801",
"dataEnabled": "BA0100000090"
},
{
"offset": 142649,
"dllName": "soundvoltex.dll",
"dataDisabled": "8B15C9571801",
"dataEnabled": "BA0100000090"
},
{
"offset": 142678,
"dllName": "soundvoltex.dll",
"dataDisabled": "8B15AC571801",
"dataEnabled": "BA0100000090"
},
{
"offset": 142707,
"dllName": "soundvoltex.dll",
"dataDisabled": "8B158F571801",
"dataEnabled": "BA0100000090"
},
{
"offset": 142736,
"dllName": "soundvoltex.dll",
"dataDisabled": "8B1572571801",
"dataEnabled": "BA0100000090"
},
{
"offset": 142771,
"dllName": "soundvoltex.dll",
"dataDisabled": "8B154F571801",
"dataEnabled": "BA0100000090"
},
{
"offset": 142806,
"dllName": "soundvoltex.dll",
"dataDisabled": "8B152C571801",
"dataEnabled": "BA0100000090"
},
{
"offset": 9182052,
"dllName": "soundvoltex.dll",
"dataDisabled": "B930B330A23087730698",
"dataEnabled": "530063006F0072006500"
}
]
},
{
"name": "ASIO 2 Channels Mode",
"description": "Use 2 channels instead of 8. Useful for some audio cards.",
"caution": "ONLY for ASIO audio users.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 5817290,
"dllName": "soundvoltex.dll",
"dataDisabled": "08",
"dataEnabled": "05"
}
]
},
{
"name": "Disable power change",
"description": "Prevents the game from changing power settings.",
"caution": "Typically not required with spice2x.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 3311150,
"dllName": "soundvoltex.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
}
]
},
{
"name": "Disable monitor change",
"description": "Prevents the game from changing monitor settings.",
"caution": "Typically not required with spice2x.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 3311302,
"dllName": "soundvoltex.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
}
]
},
{
"name": "Disable Subscreen in Valkyrie mode",
"description": "Forcefully disables the subscreen.",
"caution": "ONLY for Valkyrie (G spec). Consider using spice2x's \"-sdvxnosub\" option instead.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 5271598,
"dllName": "soundvoltex.dll",
"dataDisabled": "83BDB800000002410F93C64488742451",
"dataEnabled": "41B60044887424519090909090909090"
}
]
},
{
"name": "Valkyrie Mode 60Hz",
"description": "Allows the game to run at 60Hz.",
"caution": "ONLY for Valkyrie (G Spec). Might require \"Force BIO2 (KFC) IO in Valkyrie mode\" to work.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 3311341,
"dllName": "soundvoltex.dll",
"dataDisabled": "74",
"dataEnabled": "75"
},
{
"offset": 5273195,
"dllName": "soundvoltex.dll",
"dataDisabled": "74",
"dataEnabled": "75"
},
{
"offset": 5275536,
"dllName": "soundvoltex.dll",
"dataDisabled": "74",
"dataEnabled": "75"
}
]
},
{
"name": "Force BIO2 (KFC) IO in Valkyrie mode",
"description": "Forces the game to use BIO2 IO in Valkyrie mode.",
"caution": "Can be useful for arcade cabinets. If you don't know why you need this, ignore it.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 5578981,
"dllName": "soundvoltex.dll",
"dataDisabled": "8705",
"dataEnabled": "A70C"
}
]
},
{
"name": "Force Enable Headphones",
"description": "Assumes headphones are always connected, allowing for volume control. Useful for cabinets.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 5733046,
"dllName": "soundvoltex.dll",
"dataDisabled": "0F10060F114760",
"dataEnabled": "C7476001000000"
}
]
}
]
+573
View File
@@ -0,0 +1,573 @@
[
{
"gameCode": "KFC",
"version": "2025-01-21",
"lastUpdated": "2025-08-08 12:43:20",
"source": "https://sp2x.two-torial.xyz/"
},
{
"name": "Game FPS Target",
"description": "Forces the game to run at a specific FPS target.",
"gameCode": "KFC",
"type": "union",
"patches": [
{
"name": "60 FPS (Default)",
"patch": {
"offset": 9303046,
"dllName": "soundvoltex.dll",
"data": "4E"
}
},
{
"name": "120 FPS",
"patch": {
"offset": 9303046,
"dllName": "soundvoltex.dll",
"data": "5E"
}
}
]
},
{
"name": "Note FPS Target",
"description": "Forces the game's notes to run at a specific FPS target.",
"gameCode": "KFC",
"type": "union",
"patches": [
{
"name": "60 FPS (Default)",
"patch": {
"offset": 3322984,
"dllName": "soundvoltex.dll",
"data": "660F6EF0F30FE6F6F20F593540435B00"
}
},
{
"name": "120 FPS",
"patch": {
"offset": 3322984,
"dllName": "soundvoltex.dll",
"data": "B878000000F20F2AF0F24890F2489090"
}
}
]
},
{
"name": "Shared mode WASAPI",
"description": "Allows for non-exclusive WASAPI audio.",
"caution": "Requires 48000Hz sample rate. Will slightly increase audio latency. Try combining this with the Low Latency Shared Audio option from spice2x.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 5831665,
"dllName": "soundvoltex.dll",
"dataDisabled": "04",
"dataEnabled": "00"
},
{
"offset": 5832056,
"dllName": "soundvoltex.dll",
"dataDisabled": "07",
"dataEnabled": "00"
}
]
},
{
"name": "Hide premium guide banner",
"description": "blpass_ef (rainbow outline on health gauge) is shown instead of pt_sousa_usr.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 3549899,
"dllName": "soundvoltex.dll",
"dataDisabled": "118F5100",
"dataEnabled": "018F5100"
}
]
},
{
"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",
"type": "memory",
"patches": [
{
"offset": 8431264,
"dllName": "soundvoltex.dll",
"dataDisabled": "4652454520504C4159",
"dataEnabled": "000000000000000000"
},
{
"offset": 8431280,
"dllName": "soundvoltex.dll",
"dataDisabled": "4556454E54204D4F4445",
"dataEnabled": "00000000000000000000"
},
{
"offset": 8431296,
"dllName": "soundvoltex.dll",
"dataDisabled": "54454E4B4149434849204D4F4445",
"dataEnabled": "0000000000000000000000000000"
},
{
"offset": 8431672,
"dllName": "soundvoltex.dll",
"dataDisabled": "504153454C493A202573202B202573",
"dataEnabled": "000000000000000000000000000000"
},
{
"offset": 8431712,
"dllName": "soundvoltex.dll",
"dataDisabled": "4352454449543A202564202020434F494E3A202564202F202564",
"dataEnabled": "0000000000000000000000000000000000000000000000000000"
},
{
"offset": 8431248,
"dllName": "soundvoltex.dll",
"dataDisabled": "4352454449543A20256400",
"dataEnabled": "0000000000000000000000"
},
{
"offset": 8431608,
"dllName": "soundvoltex.dll",
"dataDisabled": "504153454C493A204E4F5420415641494C41424C45",
"dataEnabled": "000000000000000000000000000000000000000000"
},
{
"offset": 8431632,
"dllName": "soundvoltex.dll",
"dataDisabled": "504153454C493A204E4F204143434F554E54",
"dataEnabled": "000000000000000000000000000000000000"
},
{
"offset": 8431655,
"dllName": "soundvoltex.dll",
"dataDisabled": "00504153454C493A20257300",
"dataEnabled": "000000000000000000000000"
},
{
"offset": 8431688,
"dllName": "soundvoltex.dll",
"dataDisabled": "455854524120504153454C493A202573",
"dataEnabled": "00000000000000000000000000000000"
},
{
"offset": 8431595,
"dllName": "soundvoltex.dll",
"dataDisabled": "0025302A6400",
"dataEnabled": "000000000000"
},
{
"offset": 8431312,
"dllName": "soundvoltex.dll",
"dataDisabled": "8347815B83578393834F928682C582B728257381602989F08F9C82B782E982C982CD8365835883678381836A8385815B82C993FC82E8814183658393834C815B82F02030302C2030302C2030302C20362C20302082CC8F8782C5899F82B582C482AD82BE82B382A281420A8347815B83578393834F82F08DC48A4A82B782E98FEA8D8782CD8365835883678356815B839382C530302C2030302C2030302C20362C20312082CC8F8782C5899F82B582C482AD82BE82B382A28142",
"dataEnabled": "000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
}
]
},
{
"name": "Standard/Menu Timer Freeze",
"description": "Freezes all non-premium area timers.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 1721061,
"dllName": "soundvoltex.dll",
"dataDisabled": "84",
"dataEnabled": "85"
}
]
},
{
"name": "Premium Free Timer Freeze",
"description": "Freezes all premium area timers.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 4458706,
"dllName": "soundvoltex.dll",
"dataDisabled": "0F85",
"dataEnabled": "90E9"
},
{
"offset": 4163059,
"dllName": "soundvoltex.dll",
"dataDisabled": "0F84",
"dataEnabled": "90E9"
},
{
"offset": 3115840,
"dllName": "soundvoltex.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
}
]
},
{
"name": "Premium Time Length",
"description": "Time at which the Premium timer starts. If you have it frozen, that'll be the time shown at all times",
"gameCode": "KFC",
"type": "union",
"patches": [
{
"name": "00:00",
"patch": {
"offset": 4300918,
"dllName": "soundvoltex.dll",
"data": "AAB9650000000000"
}
},
{
"name": "00:01",
"patch": {
"offset": 4300918,
"dllName": "soundvoltex.dll",
"data": "00CA9A3B00000000"
}
},
{
"name": "04:20",
"patch": {
"offset": 4300918,
"dllName": "soundvoltex.dll",
"data": "002835893C000000"
}
},
{
"name": "07:27",
"patch": {
"offset": 4300918,
"dllName": "soundvoltex.dll",
"data": "00B6461368000000"
}
},
{
"name": "13:37",
"patch": {
"offset": 4300918,
"dllName": "soundvoltex.dll",
"data": "00AAFE38BE000000"
}
},
{
"name": "57:30",
"patch": {
"offset": 4300918,
"dllName": "soundvoltex.dll",
"data": "0044064423030000"
}
},
{
"name": "69:00",
"patch": {
"offset": 4300918,
"dllName": "soundvoltex.dll",
"data": "00B83AEBC3030000"
}
},
{
"name": "10 Minutes (Default)",
"patch": {
"offset": 4300918,
"dllName": "soundvoltex.dll",
"data": "0070C9B28B000000"
}
},
{
"name": "15 Minutes",
"patch": {
"offset": 4300918,
"dllName": "soundvoltex.dll",
"data": "00282E8CD1000000"
}
},
{
"name": "20 Minutes",
"patch": {
"offset": 4300918,
"dllName": "soundvoltex.dll",
"data": "00E0926517010000"
}
},
{
"name": "30 Minutes",
"patch": {
"offset": 4300918,
"dllName": "soundvoltex.dll",
"data": "00505C18A3010000"
}
},
{
"name": "45 Minutes",
"patch": {
"offset": 4300918,
"dllName": "soundvoltex.dll",
"data": "00788AA474020000"
}
},
{
"name": "60 Minutes",
"patch": {
"offset": 4300918,
"dllName": "soundvoltex.dll",
"data": "00A0B83046030000"
}
},
{
"name": "90 Minutes",
"patch": {
"offset": 4300918,
"dllName": "soundvoltex.dll",
"data": "00F01449E9040000"
}
}
]
},
{
"name": "Uncensor All Jackets",
"description": "Uncensors all song jackets no matter the region by breaking the path to jacket masks.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 8808544,
"dllName": "soundvoltex.dll",
"dataDisabled": "61",
"dataEnabled": "75"
}
]
},
{
"name": "Fake Region",
"description": "Forces the game to run as a specific region without altering language, which allows for region-specific content locking. Use Japan for everything to be unlocked.",
"gameCode": "KFC",
"type": "union",
"patches": [
{
"name": "Default",
"patch": {
"offset": 2370463,
"dllName": "soundvoltex.dll",
"data": "E82C232F0085C00F85FA000000"
}
},
{
"name": "Japan (J)",
"patch": {
"offset": 2370463,
"dllName": "soundvoltex.dll",
"data": "B8000000008905468C7F009090"
}
},
{
"name": "Korea (K)",
"patch": {
"offset": 2370463,
"dllName": "soundvoltex.dll",
"data": "B8010000008905468C7F009090"
}
},
{
"name": "Asia (A)",
"patch": {
"offset": 2370463,
"dllName": "soundvoltex.dll",
"data": "B8020000008905468C7F009090"
}
},
{
"name": "Indonesia (Y)",
"patch": {
"offset": 2370463,
"dllName": "soundvoltex.dll",
"data": "B8030000008905468C7F009090"
}
},
{
"name": "America (U)",
"patch": {
"offset": 2370463,
"dllName": "soundvoltex.dll",
"data": "B8040000008905468C7F009090"
}
}
]
},
{
"name": "Force English Sort Options",
"description": "Forces the game to use english sort options within the FX-R menu in song select.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 142940,
"dllName": "soundvoltex.dll",
"dataDisabled": "8B1526AD1801",
"dataEnabled": "BA0100000090"
},
{
"offset": 142969,
"dllName": "soundvoltex.dll",
"dataDisabled": "8B1509AD1801",
"dataEnabled": "BA0100000090"
},
{
"offset": 142998,
"dllName": "soundvoltex.dll",
"dataDisabled": "8B15ECAC1801",
"dataEnabled": "BA0100000090"
},
{
"offset": 143027,
"dllName": "soundvoltex.dll",
"dataDisabled": "8B15CFAC1801",
"dataEnabled": "BA0100000090"
},
{
"offset": 143056,
"dllName": "soundvoltex.dll",
"dataDisabled": "8B15B2AC1801",
"dataEnabled": "BA0100000090"
},
{
"offset": 143091,
"dllName": "soundvoltex.dll",
"dataDisabled": "8B158FAC1801",
"dataEnabled": "BA0100000090"
},
{
"offset": 143126,
"dllName": "soundvoltex.dll",
"dataDisabled": "8B156CAC1801",
"dataEnabled": "BA0100000090"
},
{
"offset": 9196356,
"dllName": "soundvoltex.dll",
"dataDisabled": "B930B330A23087730698",
"dataEnabled": "530063006F0072006500"
}
]
},
{
"name": "ASIO 2 Channels Mode",
"description": "Use 2 channels instead of 8. Useful for some audio cards.",
"caution": "ONLY for ASIO audio users.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 5831866,
"dllName": "soundvoltex.dll",
"dataDisabled": "08",
"dataEnabled": "05"
}
]
},
{
"name": "Disable power change",
"description": "Prevents the game from changing power settings.",
"caution": "Typically not required with spice2x.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 3325422,
"dllName": "soundvoltex.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
}
]
},
{
"name": "Disable monitor change",
"description": "Prevents the game from changing monitor settings.",
"caution": "Typically not required with spice2x.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 3325574,
"dllName": "soundvoltex.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
}
]
},
{
"name": "Disable Subscreen in Valkyrie mode",
"description": "Forcefully disables the subscreen.",
"caution": "ONLY for Valkyrie (G spec). Consider using spice2x's \"-sdvxnosub\" option instead.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 5285950,
"dllName": "soundvoltex.dll",
"dataDisabled": "83BDB800000002410F93C64488742451",
"dataEnabled": "41B60044887424519090909090909090"
}
]
},
{
"name": "Valkyrie Mode 60Hz",
"description": "Allows the game to run at 60Hz.",
"caution": "ONLY for Valkyrie (G Spec). Might require \"Force BIO2 (KFC) IO in Valkyrie mode\" to work.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 3325613,
"dllName": "soundvoltex.dll",
"dataDisabled": "74",
"dataEnabled": "75"
},
{
"offset": 5287547,
"dllName": "soundvoltex.dll",
"dataDisabled": "74",
"dataEnabled": "75"
},
{
"offset": 5289888,
"dllName": "soundvoltex.dll",
"dataDisabled": "74",
"dataEnabled": "75"
}
]
},
{
"name": "Force BIO2 (KFC) IO in Valkyrie mode",
"description": "Forces the game to use BIO2 IO in Valkyrie mode.",
"caution": "Can be useful for arcade cabinets. If you don't know why you need this, ignore it.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 5593557,
"dllName": "soundvoltex.dll",
"dataDisabled": "8705",
"dataEnabled": "A70C"
}
]
},
{
"name": "Force Enable Headphones",
"description": "Assumes headphones are always connected, allowing for volume control. Useful for cabinets.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 5747622,
"dllName": "soundvoltex.dll",
"dataDisabled": "0F10060F114760",
"dataEnabled": "C7476001000000"
}
]
}
]
+573
View File
@@ -0,0 +1,573 @@
[
{
"gameCode": "KFC",
"version": "2025-02-04",
"lastUpdated": "2025-08-08 12:43:20",
"source": "https://sp2x.two-torial.xyz/"
},
{
"name": "Game FPS Target",
"description": "Forces the game to run at a specific FPS target.",
"gameCode": "KFC",
"type": "union",
"patches": [
{
"name": "60 FPS (Default)",
"patch": {
"offset": 9355862,
"dllName": "soundvoltex.dll",
"data": "4E"
}
},
{
"name": "120 FPS",
"patch": {
"offset": 9355862,
"dllName": "soundvoltex.dll",
"data": "5E"
}
}
]
},
{
"name": "Note FPS Target",
"description": "Forces the game's notes to run at a specific FPS target.",
"gameCode": "KFC",
"type": "union",
"patches": [
{
"name": "60 FPS (Default)",
"patch": {
"offset": 3327000,
"dllName": "soundvoltex.dll",
"data": "660F6EF0F30FE6F6F20F5935E0FF5B00"
}
},
{
"name": "120 FPS",
"patch": {
"offset": 3327000,
"dllName": "soundvoltex.dll",
"data": "B878000000F20F2AF0F24890F2489090"
}
}
]
},
{
"name": "Shared mode WASAPI",
"description": "Allows for non-exclusive WASAPI audio.",
"caution": "Requires 48000Hz sample rate. Will slightly increase audio latency. Try combining this with the Low Latency Shared Audio option from spice2x.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 5837457,
"dllName": "soundvoltex.dll",
"dataDisabled": "04",
"dataEnabled": "00"
},
{
"offset": 5837848,
"dllName": "soundvoltex.dll",
"dataDisabled": "07",
"dataEnabled": "00"
}
]
},
{
"name": "Hide premium guide banner",
"description": "blpass_ef (rainbow outline on health gauge) is shown instead of pt_sousa_usr.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 3553915,
"dllName": "soundvoltex.dll",
"dataDisabled": "81425200",
"dataEnabled": "B1425200"
}
]
},
{
"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",
"type": "memory",
"patches": [
{
"offset": 8481504,
"dllName": "soundvoltex.dll",
"dataDisabled": "4652454520504C4159",
"dataEnabled": "000000000000000000"
},
{
"offset": 8481520,
"dllName": "soundvoltex.dll",
"dataDisabled": "4556454E54204D4F4445",
"dataEnabled": "00000000000000000000"
},
{
"offset": 8481536,
"dllName": "soundvoltex.dll",
"dataDisabled": "54454E4B4149434849204D4F4445",
"dataEnabled": "0000000000000000000000000000"
},
{
"offset": 8481416,
"dllName": "soundvoltex.dll",
"dataDisabled": "504153454C493A202573202B202573",
"dataEnabled": "000000000000000000000000000000"
},
{
"offset": 8481456,
"dllName": "soundvoltex.dll",
"dataDisabled": "4352454449543A202564202020434F494E3A202564202F202564",
"dataEnabled": "0000000000000000000000000000000000000000000000000000"
},
{
"offset": 8481488,
"dllName": "soundvoltex.dll",
"dataDisabled": "4352454449543A20256400",
"dataEnabled": "0000000000000000000000"
},
{
"offset": 8481752,
"dllName": "soundvoltex.dll",
"dataDisabled": "504153454C493A204E4F5420415641494C41424C45",
"dataEnabled": "000000000000000000000000000000000000000000"
},
{
"offset": 8481776,
"dllName": "soundvoltex.dll",
"dataDisabled": "504153454C493A204E4F204143434F554E54",
"dataEnabled": "000000000000000000000000000000000000"
},
{
"offset": 8481799,
"dllName": "soundvoltex.dll",
"dataDisabled": "00504153454C493A20257300",
"dataEnabled": "000000000000000000000000"
},
{
"offset": 8481432,
"dllName": "soundvoltex.dll",
"dataDisabled": "455854524120504153454C493A202573",
"dataEnabled": "00000000000000000000000000000000"
},
{
"offset": 8481739,
"dllName": "soundvoltex.dll",
"dataDisabled": "0025302A6400",
"dataEnabled": "000000000000"
},
{
"offset": 8481552,
"dllName": "soundvoltex.dll",
"dataDisabled": "8347815B83578393834F928682C582B728257381602989F08F9C82B782E982C982CD8365835883678381836A8385815B82C993FC82E8814183658393834C815B82F02030302C2030302C2030302C20362C20302082CC8F8782C5899F82B582C482AD82BE82B382A281420A8347815B83578393834F82F08DC48A4A82B782E98FEA8D8782CD8365835883678356815B839382C530302C2030302C2030302C20362C20312082CC8F8782C5899F82B582C482AD82BE82B382A28142",
"dataEnabled": "000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
}
]
},
{
"name": "Standard/Menu Timer Freeze",
"description": "Freezes all non-premium area timers.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 1725093,
"dllName": "soundvoltex.dll",
"dataDisabled": "84",
"dataEnabled": "85"
}
]
},
{
"name": "Premium Free Timer Freeze",
"description": "Freezes all premium area timers.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 4463730,
"dllName": "soundvoltex.dll",
"dataDisabled": "0F85",
"dataEnabled": "90E9"
},
{
"offset": 4167107,
"dllName": "soundvoltex.dll",
"dataDisabled": "0F84",
"dataEnabled": "90E9"
},
{
"offset": 3119872,
"dllName": "soundvoltex.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
}
]
},
{
"name": "Premium Time Length",
"description": "Time at which the Premium timer starts. If you have it frozen, that'll be the time shown at all times",
"gameCode": "KFC",
"type": "union",
"patches": [
{
"name": "00:00",
"patch": {
"offset": 4304966,
"dllName": "soundvoltex.dll",
"data": "AAB9650000000000"
}
},
{
"name": "00:01",
"patch": {
"offset": 4304966,
"dllName": "soundvoltex.dll",
"data": "00CA9A3B00000000"
}
},
{
"name": "04:20",
"patch": {
"offset": 4304966,
"dllName": "soundvoltex.dll",
"data": "002835893C000000"
}
},
{
"name": "07:27",
"patch": {
"offset": 4304966,
"dllName": "soundvoltex.dll",
"data": "00B6461368000000"
}
},
{
"name": "13:37",
"patch": {
"offset": 4304966,
"dllName": "soundvoltex.dll",
"data": "00AAFE38BE000000"
}
},
{
"name": "57:30",
"patch": {
"offset": 4304966,
"dllName": "soundvoltex.dll",
"data": "0044064423030000"
}
},
{
"name": "69:00",
"patch": {
"offset": 4304966,
"dllName": "soundvoltex.dll",
"data": "00B83AEBC3030000"
}
},
{
"name": "10 Minutes (Default)",
"patch": {
"offset": 4304966,
"dllName": "soundvoltex.dll",
"data": "0070C9B28B000000"
}
},
{
"name": "15 Minutes",
"patch": {
"offset": 4304966,
"dllName": "soundvoltex.dll",
"data": "00282E8CD1000000"
}
},
{
"name": "20 Minutes",
"patch": {
"offset": 4304966,
"dllName": "soundvoltex.dll",
"data": "00E0926517010000"
}
},
{
"name": "30 Minutes",
"patch": {
"offset": 4304966,
"dllName": "soundvoltex.dll",
"data": "00505C18A3010000"
}
},
{
"name": "45 Minutes",
"patch": {
"offset": 4304966,
"dllName": "soundvoltex.dll",
"data": "00788AA474020000"
}
},
{
"name": "60 Minutes",
"patch": {
"offset": 4304966,
"dllName": "soundvoltex.dll",
"data": "00A0B83046030000"
}
},
{
"name": "90 Minutes",
"patch": {
"offset": 4304966,
"dllName": "soundvoltex.dll",
"data": "00F01449E9040000"
}
}
]
},
{
"name": "Uncensor All Jackets",
"description": "Uncensors all song jackets no matter the region by breaking the path to jacket masks.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 8858384,
"dllName": "soundvoltex.dll",
"dataDisabled": "61",
"dataEnabled": "75"
}
]
},
{
"name": "Fake Region",
"description": "Forces the game to run as a specific region without altering language, which allows for region-specific content locking. Use Japan for everything to be unlocked.",
"gameCode": "KFC",
"type": "union",
"patches": [
{
"name": "Default",
"patch": {
"offset": 2374495,
"dllName": "soundvoltex.dll",
"data": "E80C2A2F0085C00F85FA000000"
}
},
{
"name": "Japan (J)",
"patch": {
"offset": 2374495,
"dllName": "soundvoltex.dll",
"data": "B8000000008905665E80009090"
}
},
{
"name": "Korea (K)",
"patch": {
"offset": 2374495,
"dllName": "soundvoltex.dll",
"data": "B8010000008905665E80009090"
}
},
{
"name": "Asia (A)",
"patch": {
"offset": 2374495,
"dllName": "soundvoltex.dll",
"data": "B8020000008905665E80009090"
}
},
{
"name": "Indonesia (Y)",
"patch": {
"offset": 2374495,
"dllName": "soundvoltex.dll",
"data": "B8030000008905665E80009090"
}
},
{
"name": "America (U)",
"patch": {
"offset": 2374495,
"dllName": "soundvoltex.dll",
"data": "B8040000008905665E80009090"
}
}
]
},
{
"name": "Force English Sort Options",
"description": "Forces the game to use english sort options within the FX-R menu in song select.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 146892,
"dllName": "soundvoltex.dll",
"dataDisabled": "8B15C68D1901",
"dataEnabled": "BA0100000090"
},
{
"offset": 146921,
"dllName": "soundvoltex.dll",
"dataDisabled": "8B15A98D1901",
"dataEnabled": "BA0100000090"
},
{
"offset": 146950,
"dllName": "soundvoltex.dll",
"dataDisabled": "8B158C8D1901",
"dataEnabled": "BA0100000090"
},
{
"offset": 146979,
"dllName": "soundvoltex.dll",
"dataDisabled": "8B156F8D1901",
"dataEnabled": "BA0100000090"
},
{
"offset": 147008,
"dllName": "soundvoltex.dll",
"dataDisabled": "8B15528D1901",
"dataEnabled": "BA0100000090"
},
{
"offset": 147043,
"dllName": "soundvoltex.dll",
"dataDisabled": "8B152F8D1901",
"dataEnabled": "BA0100000090"
},
{
"offset": 147078,
"dllName": "soundvoltex.dll",
"dataDisabled": "8B150C8D1901",
"dataEnabled": "BA0100000090"
},
{
"offset": 9247156,
"dllName": "soundvoltex.dll",
"dataDisabled": "B930B330A23087730698",
"dataEnabled": "530063006F0072006500"
}
]
},
{
"name": "ASIO 2 Channels Mode",
"description": "Use 2 channels instead of 8. Useful for some audio cards.",
"caution": "ONLY for ASIO audio users.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 5837658,
"dllName": "soundvoltex.dll",
"dataDisabled": "08",
"dataEnabled": "05"
}
]
},
{
"name": "Disable power change",
"description": "Prevents the game from changing power settings.",
"caution": "Typically not required with spice2x.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 3329438,
"dllName": "soundvoltex.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
}
]
},
{
"name": "Disable monitor change",
"description": "Prevents the game from changing monitor settings.",
"caution": "Typically not required with spice2x.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 3329590,
"dllName": "soundvoltex.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
}
]
},
{
"name": "Disable Subscreen in Valkyrie mode",
"description": "Forcefully disables the subscreen.",
"caution": "ONLY for Valkyrie (G spec). Consider using spice2x's \"-sdvxnosub\" option instead.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 5290974,
"dllName": "soundvoltex.dll",
"dataDisabled": "83BDB800000002410F93C64488742451",
"dataEnabled": "41B60044887424519090909090909090"
}
]
},
{
"name": "Valkyrie Mode 60Hz",
"description": "Allows the game to run at 60Hz.",
"caution": "ONLY for Valkyrie (G Spec). Might require \"Force BIO2 (KFC) IO in Valkyrie mode\" to work.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 3329629,
"dllName": "soundvoltex.dll",
"dataDisabled": "74",
"dataEnabled": "75"
},
{
"offset": 5292571,
"dllName": "soundvoltex.dll",
"dataDisabled": "74",
"dataEnabled": "75"
},
{
"offset": 5294912,
"dllName": "soundvoltex.dll",
"dataDisabled": "74",
"dataEnabled": "75"
}
]
},
{
"name": "Force BIO2 (KFC) IO in Valkyrie mode",
"description": "Forces the game to use BIO2 IO in Valkyrie mode.",
"caution": "Can be useful for arcade cabinets. If you don't know why you need this, ignore it.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 5599349,
"dllName": "soundvoltex.dll",
"dataDisabled": "8705",
"dataEnabled": "A70C"
}
]
},
{
"name": "Force Enable Headphones",
"description": "Assumes headphones are always connected, allowing for volume control. Useful for cabinets.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 5753414,
"dllName": "soundvoltex.dll",
"dataDisabled": "0F10060F114760",
"dataEnabled": "C7476001000000"
}
]
}
]
+573
View File
@@ -0,0 +1,573 @@
[
{
"gameCode": "KFC",
"version": "2025-02-12",
"lastUpdated": "2025-08-08 12:43:20",
"source": "https://sp2x.two-torial.xyz/"
},
{
"name": "Game FPS Target",
"description": "Forces the game to run at a specific FPS target.",
"gameCode": "KFC",
"type": "union",
"patches": [
{
"name": "60 FPS (Default)",
"patch": {
"offset": 9363102,
"dllName": "soundvoltex.dll",
"data": "4E"
}
},
{
"name": "120 FPS",
"patch": {
"offset": 9363102,
"dllName": "soundvoltex.dll",
"data": "5E"
}
}
]
},
{
"name": "Note FPS Target",
"description": "Forces the game's notes to run at a specific FPS target.",
"gameCode": "KFC",
"type": "union",
"patches": [
{
"name": "60 FPS (Default)",
"patch": {
"offset": 3323064,
"dllName": "soundvoltex.dll",
"data": "660F6EF0F30FE6F6F20F5935802F5C00"
}
},
{
"name": "120 FPS",
"patch": {
"offset": 3323064,
"dllName": "soundvoltex.dll",
"data": "B878000000F20F2AF0F24890F2489090"
}
}
]
},
{
"name": "Shared mode WASAPI",
"description": "Allows for non-exclusive WASAPI audio.",
"caution": "Requires 48000Hz sample rate. Will slightly increase audio latency. Try combining this with the Low Latency Shared Audio option from spice2x.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 5844177,
"dllName": "soundvoltex.dll",
"dataDisabled": "04",
"dataEnabled": "00"
},
{
"offset": 5844568,
"dllName": "soundvoltex.dll",
"dataDisabled": "07",
"dataEnabled": "00"
}
]
},
{
"name": "Hide premium guide banner",
"description": "blpass_ef (rainbow outline on health gauge) is shown instead of pt_sousa_usr.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 3549915,
"dllName": "soundvoltex.dll",
"dataDisabled": "61735200",
"dataEnabled": "51735200"
}
]
},
{
"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",
"type": "memory",
"patches": [
{
"offset": 8488656,
"dllName": "soundvoltex.dll",
"dataDisabled": "4652454520504C4159",
"dataEnabled": "000000000000000000"
},
{
"offset": 8488672,
"dllName": "soundvoltex.dll",
"dataDisabled": "4556454E54204D4F4445",
"dataEnabled": "00000000000000000000"
},
{
"offset": 8488688,
"dllName": "soundvoltex.dll",
"dataDisabled": "54454E4B4149434849204D4F4445",
"dataEnabled": "0000000000000000000000000000"
},
{
"offset": 8489064,
"dllName": "soundvoltex.dll",
"dataDisabled": "504153454C493A202573202B202573",
"dataEnabled": "000000000000000000000000000000"
},
{
"offset": 8488608,
"dllName": "soundvoltex.dll",
"dataDisabled": "4352454449543A202564202020434F494E3A202564202F202564",
"dataEnabled": "0000000000000000000000000000000000000000000000000000"
},
{
"offset": 8488640,
"dllName": "soundvoltex.dll",
"dataDisabled": "4352454449543A20256400",
"dataEnabled": "0000000000000000000000"
},
{
"offset": 8489000,
"dllName": "soundvoltex.dll",
"dataDisabled": "504153454C493A204E4F5420415641494C41424C45",
"dataEnabled": "000000000000000000000000000000000000000000"
},
{
"offset": 8489024,
"dllName": "soundvoltex.dll",
"dataDisabled": "504153454C493A204E4F204143434F554E54",
"dataEnabled": "000000000000000000000000000000000000"
},
{
"offset": 8489047,
"dllName": "soundvoltex.dll",
"dataDisabled": "00504153454C493A20257300",
"dataEnabled": "000000000000000000000000"
},
{
"offset": 8489080,
"dllName": "soundvoltex.dll",
"dataDisabled": "455854524120504153454C493A202573",
"dataEnabled": "00000000000000000000000000000000"
},
{
"offset": 8488987,
"dllName": "soundvoltex.dll",
"dataDisabled": "0025302A6400",
"dataEnabled": "000000000000"
},
{
"offset": 8488704,
"dllName": "soundvoltex.dll",
"dataDisabled": "8347815B83578393834F928682C582B728257381602989F08F9C82B782E982C982CD8365835883678381836A8385815B82C993FC82E8814183658393834C815B82F02030302C2030302C2030302C20362C20302082CC8F8782C5899F82B582C482AD82BE82B382A281420A8347815B83578393834F82F08DC48A4A82B782E98FEA8D8782CD8365835883678356815B839382C530302C2030302C2030302C20362C20312082CC8F8782C5899F82B582C482AD82BE82B382A28142",
"dataEnabled": "000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
}
]
},
{
"name": "Standard/Menu Timer Freeze",
"description": "Freezes all non-premium area timers.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 1719029,
"dllName": "soundvoltex.dll",
"dataDisabled": "84",
"dataEnabled": "85"
}
]
},
{
"name": "Premium Free Timer Freeze",
"description": "Freezes all premium area timers.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 4459682,
"dllName": "soundvoltex.dll",
"dataDisabled": "0F85",
"dataEnabled": "90E9"
},
{
"offset": 4163107,
"dllName": "soundvoltex.dll",
"dataDisabled": "0F84",
"dataEnabled": "90E9"
},
{
"offset": 3113744,
"dllName": "soundvoltex.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
}
]
},
{
"name": "Premium Time Length",
"description": "Time at which the Premium timer starts. If you have it frozen, that'll be the time shown at all times",
"gameCode": "KFC",
"type": "union",
"patches": [
{
"name": "00:00",
"patch": {
"offset": 4300902,
"dllName": "soundvoltex.dll",
"data": "AAB9650000000000"
}
},
{
"name": "00:01",
"patch": {
"offset": 4300902,
"dllName": "soundvoltex.dll",
"data": "00CA9A3B00000000"
}
},
{
"name": "04:20",
"patch": {
"offset": 4300902,
"dllName": "soundvoltex.dll",
"data": "002835893C000000"
}
},
{
"name": "07:27",
"patch": {
"offset": 4300902,
"dllName": "soundvoltex.dll",
"data": "00B6461368000000"
}
},
{
"name": "13:37",
"patch": {
"offset": 4300902,
"dllName": "soundvoltex.dll",
"data": "00AAFE38BE000000"
}
},
{
"name": "57:30",
"patch": {
"offset": 4300902,
"dllName": "soundvoltex.dll",
"data": "0044064423030000"
}
},
{
"name": "69:00",
"patch": {
"offset": 4300902,
"dllName": "soundvoltex.dll",
"data": "00B83AEBC3030000"
}
},
{
"name": "10 Minutes (Default)",
"patch": {
"offset": 4300902,
"dllName": "soundvoltex.dll",
"data": "0070C9B28B000000"
}
},
{
"name": "15 Minutes",
"patch": {
"offset": 4300902,
"dllName": "soundvoltex.dll",
"data": "00282E8CD1000000"
}
},
{
"name": "20 Minutes",
"patch": {
"offset": 4300902,
"dllName": "soundvoltex.dll",
"data": "00E0926517010000"
}
},
{
"name": "30 Minutes",
"patch": {
"offset": 4300902,
"dllName": "soundvoltex.dll",
"data": "00505C18A3010000"
}
},
{
"name": "45 Minutes",
"patch": {
"offset": 4300902,
"dllName": "soundvoltex.dll",
"data": "00788AA474020000"
}
},
{
"name": "60 Minutes",
"patch": {
"offset": 4300902,
"dllName": "soundvoltex.dll",
"data": "00A0B83046030000"
}
},
{
"name": "90 Minutes",
"patch": {
"offset": 4300902,
"dllName": "soundvoltex.dll",
"data": "00F01449E9040000"
}
}
]
},
{
"name": "Uncensor All Jackets",
"description": "Uncensors all song jackets no matter the region by breaking the path to jacket masks.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 8865712,
"dllName": "soundvoltex.dll",
"dataDisabled": "61",
"dataEnabled": "75"
}
]
},
{
"name": "Fake Region",
"description": "Forces the game to run as a specific region without altering language, which allows for region-specific content locking. Use Japan for everything to be unlocked.",
"gameCode": "KFC",
"type": "union",
"patches": [
{
"name": "Default",
"patch": {
"offset": 2368431,
"dllName": "soundvoltex.dll",
"data": "E88C242F0085C00F85FA000000"
}
},
{
"name": "Japan (J)",
"patch": {
"offset": 2368431,
"dllName": "soundvoltex.dll",
"data": "B80000000089058AA580009090"
}
},
{
"name": "Korea (K)",
"patch": {
"offset": 2368431,
"dllName": "soundvoltex.dll",
"data": "B80100000089058AA580009090"
}
},
{
"name": "Asia (A)",
"patch": {
"offset": 2368431,
"dllName": "soundvoltex.dll",
"data": "B80200000089058AA580009090"
}
},
{
"name": "Indonesia (Y)",
"patch": {
"offset": 2368431,
"dllName": "soundvoltex.dll",
"data": "B80300000089058AA580009090"
}
},
{
"name": "America (U)",
"patch": {
"offset": 2368431,
"dllName": "soundvoltex.dll",
"data": "B80400000089058AA580009090"
}
}
]
},
{
"name": "Force English Sort Options",
"description": "Forces the game to use english sort options within the FX-R menu in song select.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 146684,
"dllName": "soundvoltex.dll",
"dataDisabled": "8B1546C31901",
"dataEnabled": "BA0100000090"
},
{
"offset": 146713,
"dllName": "soundvoltex.dll",
"dataDisabled": "8B1529C31901",
"dataEnabled": "BA0100000090"
},
{
"offset": 146742,
"dllName": "soundvoltex.dll",
"dataDisabled": "8B150CC31901",
"dataEnabled": "BA0100000090"
},
{
"offset": 146771,
"dllName": "soundvoltex.dll",
"dataDisabled": "8B15EFC21901",
"dataEnabled": "BA0100000090"
},
{
"offset": 146800,
"dllName": "soundvoltex.dll",
"dataDisabled": "8B15D2C21901",
"dataEnabled": "BA0100000090"
},
{
"offset": 146835,
"dllName": "soundvoltex.dll",
"dataDisabled": "8B15AFC21901",
"dataEnabled": "BA0100000090"
},
{
"offset": 146870,
"dllName": "soundvoltex.dll",
"dataDisabled": "8B158CC21901",
"dataEnabled": "BA0100000090"
},
{
"offset": 9254348,
"dllName": "soundvoltex.dll",
"dataDisabled": "B930B330A23087730698",
"dataEnabled": "530063006F0072006500"
}
]
},
{
"name": "ASIO 2 Channels Mode",
"description": "Use 2 channels instead of 8. Useful for some audio cards.",
"caution": "ONLY for ASIO audio users.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 5844378,
"dllName": "soundvoltex.dll",
"dataDisabled": "08",
"dataEnabled": "05"
}
]
},
{
"name": "Disable power change",
"description": "Prevents the game from changing power settings.",
"caution": "Typically not required with spice2x.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 3325502,
"dllName": "soundvoltex.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
}
]
},
{
"name": "Disable monitor change",
"description": "Prevents the game from changing monitor settings.",
"caution": "Typically not required with spice2x.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 3325654,
"dllName": "soundvoltex.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
}
]
},
{
"name": "Disable Subscreen in Valkyrie mode",
"description": "Forcefully disables the subscreen.",
"caution": "ONLY for Valkyrie (G spec). Consider using spice2x's \"-sdvxnosub\" option instead.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 5283262,
"dllName": "soundvoltex.dll",
"dataDisabled": "83BDB800000002410F93C64488742451",
"dataEnabled": "41B60044887424519090909090909090"
}
]
},
{
"name": "Valkyrie Mode 60Hz",
"description": "Allows the game to run at 60Hz.",
"caution": "ONLY for Valkyrie (G Spec). Might require \"Force BIO2 (KFC) IO in Valkyrie mode\" to work.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 3325693,
"dllName": "soundvoltex.dll",
"dataDisabled": "74",
"dataEnabled": "75"
},
{
"offset": 5284859,
"dllName": "soundvoltex.dll",
"dataDisabled": "74",
"dataEnabled": "75"
},
{
"offset": 5287200,
"dllName": "soundvoltex.dll",
"dataDisabled": "74",
"dataEnabled": "75"
}
]
},
{
"name": "Force BIO2 (KFC) IO in Valkyrie mode",
"description": "Forces the game to use BIO2 IO in Valkyrie mode.",
"caution": "Can be useful for arcade cabinets. If you don't know why you need this, ignore it.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 5591877,
"dllName": "soundvoltex.dll",
"dataDisabled": "8705",
"dataEnabled": "A70C"
}
]
},
{
"name": "Force Enable Headphones",
"description": "Assumes headphones are always connected, allowing for volume control. Useful for cabinets.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 5760134,
"dllName": "soundvoltex.dll",
"dataDisabled": "0F10060F114760",
"dataEnabled": "C7476001000000"
}
]
}
]
+573
View File
@@ -0,0 +1,573 @@
[
{
"gameCode": "KFC",
"version": "2025-02-18",
"lastUpdated": "2025-08-08 12:43:20",
"source": "https://sp2x.two-torial.xyz/"
},
{
"name": "Game FPS Target",
"description": "Forces the game to run at a specific FPS target.",
"gameCode": "KFC",
"type": "union",
"patches": [
{
"name": "60 FPS (Default)",
"patch": {
"offset": 9368966,
"dllName": "soundvoltex.dll",
"data": "4E"
}
},
{
"name": "120 FPS",
"patch": {
"offset": 9368966,
"dllName": "soundvoltex.dll",
"data": "5E"
}
}
]
},
{
"name": "Note FPS Target",
"description": "Forces the game's notes to run at a specific FPS target.",
"gameCode": "KFC",
"type": "union",
"patches": [
{
"name": "60 FPS (Default)",
"patch": {
"offset": 3326360,
"dllName": "soundvoltex.dll",
"data": "660F6EF0F30FE6F6F20F593578335C00"
}
},
{
"name": "120 FPS",
"patch": {
"offset": 3326360,
"dllName": "soundvoltex.dll",
"data": "B878000000F20F2AF0F24890F2489090"
}
}
]
},
{
"name": "Shared mode WASAPI",
"description": "Allows for non-exclusive WASAPI audio.",
"caution": "Requires 48000Hz sample rate. Will slightly increase audio latency. Try combining this with the Low Latency Shared Audio option from spice2x.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 5849772,
"dllName": "soundvoltex.dll",
"dataDisabled": "04",
"dataEnabled": "00"
},
{
"offset": 5849575,
"dllName": "soundvoltex.dll",
"dataDisabled": "07",
"dataEnabled": "00"
}
]
},
{
"name": "Hide premium guide banner",
"description": "blpass_ef (rainbow outline on health gauge) is shown instead of pt_sousa_usr.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 3553211,
"dllName": "soundvoltex.dll",
"dataDisabled": "F9755200",
"dataEnabled": "E9755200"
}
]
},
{
"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",
"type": "memory",
"patches": [
{
"offset": 8494336,
"dllName": "soundvoltex.dll",
"dataDisabled": "4652454520504C4159",
"dataEnabled": "000000000000000000"
},
{
"offset": 8494352,
"dllName": "soundvoltex.dll",
"dataDisabled": "4556454E54204D4F4445",
"dataEnabled": "00000000000000000000"
},
{
"offset": 8494368,
"dllName": "soundvoltex.dll",
"dataDisabled": "54454E4B4149434849204D4F4445",
"dataEnabled": "0000000000000000000000000000"
},
{
"offset": 8494744,
"dllName": "soundvoltex.dll",
"dataDisabled": "504153454C493A202573202B202573",
"dataEnabled": "000000000000000000000000000000"
},
{
"offset": 8494784,
"dllName": "soundvoltex.dll",
"dataDisabled": "4352454449543A202564202020434F494E3A202564202F202564",
"dataEnabled": "0000000000000000000000000000000000000000000000000000"
},
{
"offset": 8494320,
"dllName": "soundvoltex.dll",
"dataDisabled": "4352454449543A20256400",
"dataEnabled": "0000000000000000000000"
},
{
"offset": 8494680,
"dllName": "soundvoltex.dll",
"dataDisabled": "504153454C493A204E4F5420415641494C41424C45",
"dataEnabled": "000000000000000000000000000000000000000000"
},
{
"offset": 8494704,
"dllName": "soundvoltex.dll",
"dataDisabled": "504153454C493A204E4F204143434F554E54",
"dataEnabled": "000000000000000000000000000000000000"
},
{
"offset": 8494727,
"dllName": "soundvoltex.dll",
"dataDisabled": "00504153454C493A20257300",
"dataEnabled": "000000000000000000000000"
},
{
"offset": 8494760,
"dllName": "soundvoltex.dll",
"dataDisabled": "455854524120504153454C493A202573",
"dataEnabled": "00000000000000000000000000000000"
},
{
"offset": 8494667,
"dllName": "soundvoltex.dll",
"dataDisabled": "0025302A6400",
"dataEnabled": "000000000000"
},
{
"offset": 8494384,
"dllName": "soundvoltex.dll",
"dataDisabled": "8347815B83578393834F928682C582B728257381602989F08F9C82B782E982C982CD8365835883678381836A8385815B82C993FC82E8814183658393834C815B82F02030302C2030302C2030302C20362C20302082CC8F8782C5899F82B582C482AD82BE82B382A281420A8347815B83578393834F82F08DC48A4A82B782E98FEA8D8782CD8365835883678356815B839382C530302C2030302C2030302C20362C20312082CC8F8782C5899F82B582C482AD82BE82B382A28142",
"dataEnabled": "000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
}
]
},
{
"name": "Standard/Menu Timer Freeze",
"description": "Freezes all non-premium area timers.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 1719029,
"dllName": "soundvoltex.dll",
"dataDisabled": "84",
"dataEnabled": "85"
}
]
},
{
"name": "Premium Free Timer Freeze",
"description": "Freezes all premium area timers.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 4462978,
"dllName": "soundvoltex.dll",
"dataDisabled": "0F85",
"dataEnabled": "90E9"
},
{
"offset": 4166403,
"dllName": "soundvoltex.dll",
"dataDisabled": "0F84",
"dataEnabled": "90E9"
},
{
"offset": 3114496,
"dllName": "soundvoltex.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
}
]
},
{
"name": "Premium Time Length",
"description": "Time at which the Premium timer starts. If you have it frozen, that'll be the time shown at all times",
"gameCode": "KFC",
"type": "union",
"patches": [
{
"name": "00:00",
"patch": {
"offset": 4304198,
"dllName": "soundvoltex.dll",
"data": "AAB9650000000000"
}
},
{
"name": "00:01",
"patch": {
"offset": 4304198,
"dllName": "soundvoltex.dll",
"data": "00CA9A3B00000000"
}
},
{
"name": "04:20",
"patch": {
"offset": 4304198,
"dllName": "soundvoltex.dll",
"data": "002835893C000000"
}
},
{
"name": "07:27",
"patch": {
"offset": 4304198,
"dllName": "soundvoltex.dll",
"data": "00B6461368000000"
}
},
{
"name": "13:37",
"patch": {
"offset": 4304198,
"dllName": "soundvoltex.dll",
"data": "00AAFE38BE000000"
}
},
{
"name": "57:30",
"patch": {
"offset": 4304198,
"dllName": "soundvoltex.dll",
"data": "0044064423030000"
}
},
{
"name": "69:00",
"patch": {
"offset": 4304198,
"dllName": "soundvoltex.dll",
"data": "00B83AEBC3030000"
}
},
{
"name": "10 Minutes (Default)",
"patch": {
"offset": 4304198,
"dllName": "soundvoltex.dll",
"data": "0070C9B28B000000"
}
},
{
"name": "15 Minutes",
"patch": {
"offset": 4304198,
"dllName": "soundvoltex.dll",
"data": "00282E8CD1000000"
}
},
{
"name": "20 Minutes",
"patch": {
"offset": 4304198,
"dllName": "soundvoltex.dll",
"data": "00E0926517010000"
}
},
{
"name": "30 Minutes",
"patch": {
"offset": 4304198,
"dllName": "soundvoltex.dll",
"data": "00505C18A3010000"
}
},
{
"name": "45 Minutes",
"patch": {
"offset": 4304198,
"dllName": "soundvoltex.dll",
"data": "00788AA474020000"
}
},
{
"name": "60 Minutes",
"patch": {
"offset": 4304198,
"dllName": "soundvoltex.dll",
"data": "00A0B83046030000"
}
},
{
"name": "90 Minutes",
"patch": {
"offset": 4304198,
"dllName": "soundvoltex.dll",
"data": "00F01449E9040000"
}
}
]
},
{
"name": "Uncensor All Jackets",
"description": "Uncensors all song jackets no matter the region by breaking the path to jacket masks.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 8871592,
"dllName": "soundvoltex.dll",
"dataDisabled": "61",
"dataEnabled": "75"
}
]
},
{
"name": "Fake Region",
"description": "Forces the game to run as a specific region without altering language, which allows for region-specific content locking. Use Japan for everything to be unlocked.",
"gameCode": "KFC",
"type": "union",
"patches": [
{
"name": "Default",
"patch": {
"offset": 2368559,
"dllName": "soundvoltex.dll",
"data": "E82C392F0085C00F85FA000000"
}
},
{
"name": "Japan (J)",
"patch": {
"offset": 2368559,
"dllName": "soundvoltex.dll",
"data": "B80000000089050AB580009090"
}
},
{
"name": "Korea (K)",
"patch": {
"offset": 2368559,
"dllName": "soundvoltex.dll",
"data": "B80100000089050AB580009090"
}
},
{
"name": "Asia (A)",
"patch": {
"offset": 2368559,
"dllName": "soundvoltex.dll",
"data": "B80200000089050AB580009090"
}
},
{
"name": "Indonesia (Y)",
"patch": {
"offset": 2368559,
"dllName": "soundvoltex.dll",
"data": "B80300000089050AB580009090"
}
},
{
"name": "America (U)",
"patch": {
"offset": 2368559,
"dllName": "soundvoltex.dll",
"data": "B80400000089050AB580009090"
}
}
]
},
{
"name": "Force English Sort Options",
"description": "Forces the game to use english sort options within the FX-R menu in song select.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 146540,
"dllName": "soundvoltex.dll",
"dataDisabled": "8B15F6D81901",
"dataEnabled": "BA0100000090"
},
{
"offset": 146569,
"dllName": "soundvoltex.dll",
"dataDisabled": "8B15D9D81901",
"dataEnabled": "BA0100000090"
},
{
"offset": 146598,
"dllName": "soundvoltex.dll",
"dataDisabled": "8B15BCD81901",
"dataEnabled": "BA0100000090"
},
{
"offset": 146627,
"dllName": "soundvoltex.dll",
"dataDisabled": "8B159FD81901",
"dataEnabled": "BA0100000090"
},
{
"offset": 146656,
"dllName": "soundvoltex.dll",
"dataDisabled": "8B1582D81901",
"dataEnabled": "BA0100000090"
},
{
"offset": 146691,
"dllName": "soundvoltex.dll",
"dataDisabled": "8B155FD81901",
"dataEnabled": "BA0100000090"
},
{
"offset": 146726,
"dllName": "soundvoltex.dll",
"dataDisabled": "8B153CD81901",
"dataEnabled": "BA0100000090"
},
{
"offset": 9259540,
"dllName": "soundvoltex.dll",
"dataDisabled": "B930B330A23087730698",
"dataEnabled": "530063006F0072006500"
}
]
},
{
"name": "ASIO 2 Channels Mode",
"description": "Use 2 channels instead of 8. Useful for some audio cards.",
"caution": "ONLY for ASIO audio users.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 5849378,
"dllName": "soundvoltex.dll",
"dataDisabled": "08",
"dataEnabled": "05"
}
]
},
{
"name": "Disable power change",
"description": "Prevents the game from changing power settings.",
"caution": "Typically not required with spice2x.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 3328798,
"dllName": "soundvoltex.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
}
]
},
{
"name": "Disable monitor change",
"description": "Prevents the game from changing monitor settings.",
"caution": "Typically not required with spice2x.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 3328950,
"dllName": "soundvoltex.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
}
]
},
{
"name": "Disable Subscreen in Valkyrie mode",
"description": "Forcefully disables the subscreen.",
"caution": "ONLY for Valkyrie (G spec). Consider using spice2x's \"-sdvxnosub\" option instead.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 5288078,
"dllName": "soundvoltex.dll",
"dataDisabled": "83BDB800000002410F93C64488742451",
"dataEnabled": "41B60044887424519090909090909090"
}
]
},
{
"name": "Valkyrie Mode 60Hz",
"description": "Allows the game to run at 60Hz.",
"caution": "ONLY for Valkyrie (G Spec). Might require \"Force BIO2 (KFC) IO in Valkyrie mode\" to work.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 3328989,
"dllName": "soundvoltex.dll",
"dataDisabled": "74",
"dataEnabled": "75"
},
{
"offset": 5289675,
"dllName": "soundvoltex.dll",
"dataDisabled": "74",
"dataEnabled": "75"
},
{
"offset": 5292016,
"dllName": "soundvoltex.dll",
"dataDisabled": "74",
"dataEnabled": "75"
}
]
},
{
"name": "Force BIO2 (KFC) IO in Valkyrie mode",
"description": "Forces the game to use BIO2 IO in Valkyrie mode.",
"caution": "Can be useful for arcade cabinets. If you don't know why you need this, ignore it.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 5597285,
"dllName": "soundvoltex.dll",
"dataDisabled": "8705",
"dataEnabled": "A70C"
}
]
},
{
"name": "Force Enable Headphones",
"description": "Assumes headphones are always connected, allowing for volume control. Useful for cabinets.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 5765126,
"dllName": "soundvoltex.dll",
"dataDisabled": "0F10060F114760",
"dataEnabled": "C7476001000000"
}
]
}
]
+573
View File
@@ -0,0 +1,573 @@
[
{
"gameCode": "KFC",
"version": "2025-02-25",
"lastUpdated": "2025-08-08 12:43:20",
"source": "https://sp2x.two-torial.xyz/"
},
{
"name": "Game FPS Target",
"description": "Forces the game to run at a specific FPS target.",
"gameCode": "KFC",
"type": "union",
"patches": [
{
"name": "60 FPS (Default)",
"patch": {
"offset": 9377262,
"dllName": "soundvoltex.dll",
"data": "4E"
}
},
{
"name": "120 FPS",
"patch": {
"offset": 9377262,
"dllName": "soundvoltex.dll",
"data": "5E"
}
}
]
},
{
"name": "Note FPS Target",
"description": "Forces the game's notes to run at a specific FPS target.",
"gameCode": "KFC",
"type": "union",
"patches": [
{
"name": "60 FPS (Default)",
"patch": {
"offset": 3328264,
"dllName": "soundvoltex.dll",
"data": "660F6EF0F30FE6F6F20F5935704C5C00"
}
},
{
"name": "120 FPS",
"patch": {
"offset": 3328264,
"dllName": "soundvoltex.dll",
"data": "B878000000F20F2AF0F24890F2489090"
}
}
]
},
{
"name": "Shared mode WASAPI",
"description": "Allows for non-exclusive WASAPI audio.",
"caution": "Requires 48000Hz sample rate. Will slightly increase audio latency. Try combining this with the Low Latency Shared Audio option from spice2x.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 5857644,
"dllName": "soundvoltex.dll",
"dataDisabled": "04",
"dataEnabled": "00"
},
{
"offset": 5857447,
"dllName": "soundvoltex.dll",
"dataDisabled": "07",
"dataEnabled": "00"
}
]
},
{
"name": "Hide premium guide banner",
"description": "blpass_ef (rainbow outline on health gauge) is shown instead of pt_sousa_usr.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 3555323,
"dllName": "soundvoltex.dll",
"dataDisabled": "098D5200",
"dataEnabled": "F98C5200"
}
]
},
{
"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",
"type": "memory",
"patches": [
{
"offset": 8502936,
"dllName": "soundvoltex.dll",
"dataDisabled": "4652454520504C4159",
"dataEnabled": "000000000000000000"
},
{
"offset": 8502952,
"dllName": "soundvoltex.dll",
"dataDisabled": "4556454E54204D4F4445",
"dataEnabled": "00000000000000000000"
},
{
"offset": 8502968,
"dllName": "soundvoltex.dll",
"dataDisabled": "54454E4B4149434849204D4F4445",
"dataEnabled": "0000000000000000000000000000"
},
{
"offset": 8502848,
"dllName": "soundvoltex.dll",
"dataDisabled": "504153454C493A202573202B202573",
"dataEnabled": "000000000000000000000000000000"
},
{
"offset": 8502888,
"dllName": "soundvoltex.dll",
"dataDisabled": "4352454449543A202564202020434F494E3A202564202F202564",
"dataEnabled": "0000000000000000000000000000000000000000000000000000"
},
{
"offset": 8502920,
"dllName": "soundvoltex.dll",
"dataDisabled": "4352454449543A20256400",
"dataEnabled": "0000000000000000000000"
},
{
"offset": 8502992,
"dllName": "soundvoltex.dll",
"dataDisabled": "504153454C493A204E4F5420415641494C41424C45",
"dataEnabled": "000000000000000000000000000000000000000000"
},
{
"offset": 8503016,
"dllName": "soundvoltex.dll",
"dataDisabled": "504153454C493A204E4F204143434F554E54",
"dataEnabled": "000000000000000000000000000000000000"
},
{
"offset": 8502831,
"dllName": "soundvoltex.dll",
"dataDisabled": "00504153454C493A20257300",
"dataEnabled": "000000000000000000000000"
},
{
"offset": 8502864,
"dllName": "soundvoltex.dll",
"dataDisabled": "455854524120504153454C493A202573",
"dataEnabled": "00000000000000000000000000000000"
},
{
"offset": 8502983,
"dllName": "soundvoltex.dll",
"dataDisabled": "0025302A6400",
"dataEnabled": "000000000000"
},
{
"offset": 8502544,
"dllName": "soundvoltex.dll",
"dataDisabled": "8347815B83578393834F928682C582B728257381602989F08F9C82B782E982C982CD8365835883678381836A8385815B82C993FC82E8814183658393834C815B82F02030302C2030302C2030302C20362C20302082CC8F8782C5899F82B582C482AD82BE82B382A281420A8347815B83578393834F82F08DC48A4A82B782E98FEA8D8782CD8365835883678356815B839382C530302C2030302C2030302C20362C20312082CC8F8782C5899F82B582C482AD82BE82B382A28142",
"dataEnabled": "000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
}
]
},
{
"name": "Standard/Menu Timer Freeze",
"description": "Freezes all non-premium area timers.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 1720101,
"dllName": "soundvoltex.dll",
"dataDisabled": "84",
"dataEnabled": "85"
}
]
},
{
"name": "Premium Free Timer Freeze",
"description": "Freezes all premium area timers.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 4468306,
"dllName": "soundvoltex.dll",
"dataDisabled": "0F85",
"dataEnabled": "90E9"
},
{
"offset": 4171730,
"dllName": "soundvoltex.dll",
"dataDisabled": "0F84",
"dataEnabled": "90E9"
},
{
"offset": 3116400,
"dllName": "soundvoltex.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
}
]
},
{
"name": "Premium Time Length",
"description": "Time at which the Premium timer starts. If you have it frozen, that'll be the time shown at all times",
"gameCode": "KFC",
"type": "union",
"patches": [
{
"name": "00:00",
"patch": {
"offset": 4309526,
"dllName": "soundvoltex.dll",
"data": "AAB9650000000000"
}
},
{
"name": "00:01",
"patch": {
"offset": 4309526,
"dllName": "soundvoltex.dll",
"data": "00CA9A3B00000000"
}
},
{
"name": "04:20",
"patch": {
"offset": 4309526,
"dllName": "soundvoltex.dll",
"data": "002835893C000000"
}
},
{
"name": "07:27",
"patch": {
"offset": 4309526,
"dllName": "soundvoltex.dll",
"data": "00B6461368000000"
}
},
{
"name": "13:37",
"patch": {
"offset": 4309526,
"dllName": "soundvoltex.dll",
"data": "00AAFE38BE000000"
}
},
{
"name": "57:30",
"patch": {
"offset": 4309526,
"dllName": "soundvoltex.dll",
"data": "0044064423030000"
}
},
{
"name": "69:00",
"patch": {
"offset": 4309526,
"dllName": "soundvoltex.dll",
"data": "00B83AEBC3030000"
}
},
{
"name": "10 Minutes (Default)",
"patch": {
"offset": 4309526,
"dllName": "soundvoltex.dll",
"data": "0070C9B28B000000"
}
},
{
"name": "15 Minutes",
"patch": {
"offset": 4309526,
"dllName": "soundvoltex.dll",
"data": "00282E8CD1000000"
}
},
{
"name": "20 Minutes",
"patch": {
"offset": 4309526,
"dllName": "soundvoltex.dll",
"data": "00E0926517010000"
}
},
{
"name": "30 Minutes",
"patch": {
"offset": 4309526,
"dllName": "soundvoltex.dll",
"data": "00505C18A3010000"
}
},
{
"name": "45 Minutes",
"patch": {
"offset": 4309526,
"dllName": "soundvoltex.dll",
"data": "00788AA474020000"
}
},
{
"name": "60 Minutes",
"patch": {
"offset": 4309526,
"dllName": "soundvoltex.dll",
"data": "00A0B83046030000"
}
},
{
"name": "90 Minutes",
"patch": {
"offset": 4309526,
"dllName": "soundvoltex.dll",
"data": "00F01449E9040000"
}
}
]
},
{
"name": "Uncensor All Jackets",
"description": "Uncensors all song jackets no matter the region by breaking the path to jacket masks.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 8879768,
"dllName": "soundvoltex.dll",
"dataDisabled": "61",
"dataEnabled": "75"
}
]
},
{
"name": "Fake Region",
"description": "Forces the game to run as a specific region without altering language, which allows for region-specific content locking. Use Japan for everything to be unlocked.",
"gameCode": "KFC",
"type": "union",
"patches": [
{
"name": "Default",
"patch": {
"offset": 2369631,
"dllName": "soundvoltex.dll",
"data": "E8AC532F0085C00F85FA000000"
}
},
{
"name": "Japan (J)",
"patch": {
"offset": 2369631,
"dllName": "soundvoltex.dll",
"data": "B800000000890566D180009090"
}
},
{
"name": "Korea (K)",
"patch": {
"offset": 2369631,
"dllName": "soundvoltex.dll",
"data": "B801000000890566D180009090"
}
},
{
"name": "Asia (A)",
"patch": {
"offset": 2369631,
"dllName": "soundvoltex.dll",
"data": "B802000000890566D180009090"
}
},
{
"name": "Indonesia (Y)",
"patch": {
"offset": 2369631,
"dllName": "soundvoltex.dll",
"data": "B803000000890566D180009090"
}
},
{
"name": "America (U)",
"patch": {
"offset": 2369631,
"dllName": "soundvoltex.dll",
"data": "B804000000890566D180009090"
}
}
]
},
{
"name": "Force English Sort Options",
"description": "Forces the game to use english sort options within the FX-R menu in song select.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 146540,
"dllName": "soundvoltex.dll",
"dataDisabled": "8B15F6F81901",
"dataEnabled": "BA0100000090"
},
{
"offset": 146569,
"dllName": "soundvoltex.dll",
"dataDisabled": "8B15D9F81901",
"dataEnabled": "BA0100000090"
},
{
"offset": 146598,
"dllName": "soundvoltex.dll",
"dataDisabled": "8B15BCF81901",
"dataEnabled": "BA0100000090"
},
{
"offset": 146627,
"dllName": "soundvoltex.dll",
"dataDisabled": "8B159FF81901",
"dataEnabled": "BA0100000090"
},
{
"offset": 146656,
"dllName": "soundvoltex.dll",
"dataDisabled": "8B1582F81901",
"dataEnabled": "BA0100000090"
},
{
"offset": 146691,
"dllName": "soundvoltex.dll",
"dataDisabled": "8B155FF81901",
"dataEnabled": "BA0100000090"
},
{
"offset": 146726,
"dllName": "soundvoltex.dll",
"dataDisabled": "8B153CF81901",
"dataEnabled": "BA0100000090"
},
{
"offset": 9266516,
"dllName": "soundvoltex.dll",
"dataDisabled": "B930B330A23087730698",
"dataEnabled": "530063006F0072006500"
}
]
},
{
"name": "ASIO 2 Channels Mode",
"description": "Use 2 channels instead of 8. Useful for some audio cards.",
"caution": "ONLY for ASIO audio users.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 5857250,
"dllName": "soundvoltex.dll",
"dataDisabled": "08",
"dataEnabled": "05"
}
]
},
{
"name": "Disable power change",
"description": "Prevents the game from changing power settings.",
"caution": "Typically not required with spice2x.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 3330702,
"dllName": "soundvoltex.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
}
]
},
{
"name": "Disable monitor change",
"description": "Prevents the game from changing monitor settings.",
"caution": "Typically not required with spice2x.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 3330854,
"dllName": "soundvoltex.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
}
]
},
{
"name": "Disable Subscreen in Valkyrie mode",
"description": "Forcefully disables the subscreen.",
"caution": "ONLY for Valkyrie (G spec). Consider using spice2x's \"-sdvxnosub\" option instead.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 5293534,
"dllName": "soundvoltex.dll",
"dataDisabled": "83BDB800000002410F93C64488742451",
"dataEnabled": "41B60044887424519090909090909090"
}
]
},
{
"name": "Valkyrie Mode 60Hz",
"description": "Allows the game to run at 60Hz.",
"caution": "ONLY for Valkyrie (G Spec). Might require \"Force BIO2 (KFC) IO in Valkyrie mode\" to work.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 3330893,
"dllName": "soundvoltex.dll",
"dataDisabled": "74",
"dataEnabled": "75"
},
{
"offset": 5295131,
"dllName": "soundvoltex.dll",
"dataDisabled": "74",
"dataEnabled": "75"
},
{
"offset": 5297472,
"dllName": "soundvoltex.dll",
"dataDisabled": "74",
"dataEnabled": "75"
}
]
},
{
"name": "Force BIO2 (KFC) IO in Valkyrie mode",
"description": "Forces the game to use BIO2 IO in Valkyrie mode.",
"caution": "Can be useful for arcade cabinets. If you don't know why you need this, ignore it.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 5605141,
"dllName": "soundvoltex.dll",
"dataDisabled": "8705",
"dataEnabled": "A70C"
}
]
},
{
"name": "Force Enable Headphones",
"description": "Assumes headphones are always connected, allowing for volume control. Useful for cabinets.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 5773014,
"dllName": "soundvoltex.dll",
"dataDisabled": "0F10060F114760",
"dataEnabled": "C7476001000000"
}
]
}
]
+573
View File
@@ -0,0 +1,573 @@
[
{
"gameCode": "KFC",
"version": "2025-03-17",
"lastUpdated": "2025-08-08 12:43:20",
"source": "https://sp2x.two-torial.xyz/"
},
{
"name": "Game FPS Target",
"description": "Forces the game to run at a specific FPS target.",
"gameCode": "KFC",
"type": "union",
"patches": [
{
"name": "60 FPS (Default)",
"patch": {
"offset": 9395390,
"dllName": "soundvoltex.dll",
"data": "4E"
}
},
{
"name": "120 FPS",
"patch": {
"offset": 9395390,
"dllName": "soundvoltex.dll",
"data": "5E"
}
}
]
},
{
"name": "Note FPS Target",
"description": "Forces the game's notes to run at a specific FPS target.",
"gameCode": "KFC",
"type": "union",
"patches": [
{
"name": "60 FPS (Default)",
"patch": {
"offset": 3339288,
"dllName": "soundvoltex.dll",
"data": "660F6EF0F30FE6F6F20F593520665C00"
}
},
{
"name": "120 FPS",
"patch": {
"offset": 3339288,
"dllName": "soundvoltex.dll",
"data": "B878000000F20F2AF0F24890F2489090"
}
}
]
},
{
"name": "Shared mode WASAPI",
"description": "Allows for non-exclusive WASAPI audio.",
"caution": "Requires 48000Hz sample rate. Will slightly increase audio latency. Try combining this with the Low Latency Shared Audio option from spice2x.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 5871564,
"dllName": "soundvoltex.dll",
"dataDisabled": "04",
"dataEnabled": "00"
},
{
"offset": 5871367,
"dllName": "soundvoltex.dll",
"dataDisabled": "07",
"dataEnabled": "00"
}
]
},
{
"name": "Hide premium guide banner",
"description": "blpass_ef (rainbow outline on health gauge) is shown instead of pt_sousa_usr.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 3566347,
"dllName": "soundvoltex.dll",
"dataDisabled": "B9A55200",
"dataEnabled": "A9A55200"
}
]
},
{
"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",
"type": "memory",
"patches": [
{
"offset": 8520416,
"dllName": "soundvoltex.dll",
"dataDisabled": "4652454520504C4159",
"dataEnabled": "000000000000000000"
},
{
"offset": 8520432,
"dllName": "soundvoltex.dll",
"dataDisabled": "4556454E54204D4F4445",
"dataEnabled": "00000000000000000000"
},
{
"offset": 8519976,
"dllName": "soundvoltex.dll",
"dataDisabled": "54454E4B4149434849204D4F4445",
"dataEnabled": "0000000000000000000000000000"
},
{
"offset": 8520328,
"dllName": "soundvoltex.dll",
"dataDisabled": "504153454C493A202573202B202573",
"dataEnabled": "000000000000000000000000000000"
},
{
"offset": 8520368,
"dllName": "soundvoltex.dll",
"dataDisabled": "4352454449543A202564202020434F494E3A202564202F202564",
"dataEnabled": "0000000000000000000000000000000000000000000000000000"
},
{
"offset": 8520400,
"dllName": "soundvoltex.dll",
"dataDisabled": "4352454449543A20256400",
"dataEnabled": "0000000000000000000000"
},
{
"offset": 8520456,
"dllName": "soundvoltex.dll",
"dataDisabled": "504153454C493A204E4F5420415641494C41424C45",
"dataEnabled": "000000000000000000000000000000000000000000"
},
{
"offset": 8520288,
"dllName": "soundvoltex.dll",
"dataDisabled": "504153454C493A204E4F204143434F554E54",
"dataEnabled": "000000000000000000000000000000000000"
},
{
"offset": 8520311,
"dllName": "soundvoltex.dll",
"dataDisabled": "00504153454C493A20257300",
"dataEnabled": "000000000000000000000000"
},
{
"offset": 8520344,
"dllName": "soundvoltex.dll",
"dataDisabled": "455854524120504153454C493A202573",
"dataEnabled": "00000000000000000000000000000000"
},
{
"offset": 8520443,
"dllName": "soundvoltex.dll",
"dataDisabled": "0025302A6400",
"dataEnabled": "000000000000"
},
{
"offset": 8520000,
"dllName": "soundvoltex.dll",
"dataDisabled": "8347815B83578393834F928682C582B728257381602989F08F9C82B782E982C982CD8365835883678381836A8385815B82C993FC82E8814183658393834C815B82F02030302C2030302C2030302C20362C20302082CC8F8782C5899F82B582C482AD82BE82B382A281420A8347815B83578393834F82F08DC48A4A82B782E98FEA8D8782CD8365835883678356815B839382C530302C2030302C2030302C20362C20312082CC8F8782C5899F82B582C482AD82BE82B382A28142",
"dataEnabled": "000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
}
]
},
{
"name": "Standard/Menu Timer Freeze",
"description": "Freezes all non-premium area timers.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 1725621,
"dllName": "soundvoltex.dll",
"dataDisabled": "84",
"dataEnabled": "85"
}
]
},
{
"name": "Premium Free Timer Freeze",
"description": "Freezes all premium area timers.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 4481090,
"dllName": "soundvoltex.dll",
"dataDisabled": "0F85",
"dataEnabled": "90E9"
},
{
"offset": 4184418,
"dllName": "soundvoltex.dll",
"dataDisabled": "0F84",
"dataEnabled": "90E9"
},
{
"offset": 3122544,
"dllName": "soundvoltex.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
}
]
},
{
"name": "Premium Time Length",
"description": "Time at which the Premium timer starts. If you have it frozen, that'll be the time shown at all times",
"gameCode": "KFC",
"type": "union",
"patches": [
{
"name": "00:00",
"patch": {
"offset": 4322118,
"dllName": "soundvoltex.dll",
"data": "AAB9650000000000"
}
},
{
"name": "00:01",
"patch": {
"offset": 4322118,
"dllName": "soundvoltex.dll",
"data": "00CA9A3B00000000"
}
},
{
"name": "04:20",
"patch": {
"offset": 4322118,
"dllName": "soundvoltex.dll",
"data": "002835893C000000"
}
},
{
"name": "07:27",
"patch": {
"offset": 4322118,
"dllName": "soundvoltex.dll",
"data": "00B6461368000000"
}
},
{
"name": "13:37",
"patch": {
"offset": 4322118,
"dllName": "soundvoltex.dll",
"data": "00AAFE38BE000000"
}
},
{
"name": "57:30",
"patch": {
"offset": 4322118,
"dllName": "soundvoltex.dll",
"data": "0044064423030000"
}
},
{
"name": "69:00",
"patch": {
"offset": 4322118,
"dllName": "soundvoltex.dll",
"data": "00B83AEBC3030000"
}
},
{
"name": "10 Minutes (Default)",
"patch": {
"offset": 4322118,
"dllName": "soundvoltex.dll",
"data": "0070C9B28B000000"
}
},
{
"name": "15 Minutes",
"patch": {
"offset": 4322118,
"dllName": "soundvoltex.dll",
"data": "00282E8CD1000000"
}
},
{
"name": "20 Minutes",
"patch": {
"offset": 4322118,
"dllName": "soundvoltex.dll",
"data": "00E0926517010000"
}
},
{
"name": "30 Minutes",
"patch": {
"offset": 4322118,
"dllName": "soundvoltex.dll",
"data": "00505C18A3010000"
}
},
{
"name": "45 Minutes",
"patch": {
"offset": 4322118,
"dllName": "soundvoltex.dll",
"data": "00788AA474020000"
}
},
{
"name": "60 Minutes",
"patch": {
"offset": 4322118,
"dllName": "soundvoltex.dll",
"data": "00A0B83046030000"
}
},
{
"name": "90 Minutes",
"patch": {
"offset": 4322118,
"dllName": "soundvoltex.dll",
"data": "00F01449E9040000"
}
}
]
},
{
"name": "Uncensor All Jackets",
"description": "Uncensors all song jackets no matter the region by breaking the path to jacket masks.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 8897336,
"dllName": "soundvoltex.dll",
"dataDisabled": "61",
"dataEnabled": "75"
}
]
},
{
"name": "Fake Region",
"description": "Forces the game to run as a specific region without altering language, which allows for region-specific content locking. Use Japan for everything to be unlocked.",
"gameCode": "KFC",
"type": "union",
"patches": [
{
"name": "Default",
"patch": {
"offset": 2375599,
"dllName": "soundvoltex.dll",
"data": "E8AC702F0085C00F85FA000000"
}
},
{
"name": "Japan (J)",
"patch": {
"offset": 2375599,
"dllName": "soundvoltex.dll",
"data": "B8000000008905161A81009090"
}
},
{
"name": "Korea (K)",
"patch": {
"offset": 2375599,
"dllName": "soundvoltex.dll",
"data": "B8010000008905161A81009090"
}
},
{
"name": "Asia (A)",
"patch": {
"offset": 2375599,
"dllName": "soundvoltex.dll",
"data": "B8020000008905161A81009090"
}
},
{
"name": "Indonesia (Y)",
"patch": {
"offset": 2375599,
"dllName": "soundvoltex.dll",
"data": "B8030000008905161A81009090"
}
},
{
"name": "America (U)",
"patch": {
"offset": 2375599,
"dllName": "soundvoltex.dll",
"data": "B8040000008905161A81009090"
}
}
]
},
{
"name": "Force English Sort Options",
"description": "Forces the game to use english sort options within the FX-R menu in song select.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 152236,
"dllName": "soundvoltex.dll",
"dataDisabled": "8B15764D1A01",
"dataEnabled": "BA0100000090"
},
{
"offset": 152265,
"dllName": "soundvoltex.dll",
"dataDisabled": "8B15594D1A01",
"dataEnabled": "BA0100000090"
},
{
"offset": 152294,
"dllName": "soundvoltex.dll",
"dataDisabled": "8B153C4D1A01",
"dataEnabled": "BA0100000090"
},
{
"offset": 152323,
"dllName": "soundvoltex.dll",
"dataDisabled": "8B151F4D1A01",
"dataEnabled": "BA0100000090"
},
{
"offset": 152352,
"dllName": "soundvoltex.dll",
"dataDisabled": "8B15024D1A01",
"dataEnabled": "BA0100000090"
},
{
"offset": 152387,
"dllName": "soundvoltex.dll",
"dataDisabled": "8B15DF4C1A01",
"dataEnabled": "BA0100000090"
},
{
"offset": 152422,
"dllName": "soundvoltex.dll",
"dataDisabled": "8B15BC4C1A01",
"dataEnabled": "BA0100000090"
},
{
"offset": 9287292,
"dllName": "soundvoltex.dll",
"dataDisabled": "B930B330A23087730698",
"dataEnabled": "530063006F0072006500"
}
]
},
{
"name": "ASIO 2 Channels Mode",
"description": "Use 2 channels instead of 8. Useful for some audio cards.",
"caution": "ONLY for ASIO audio users.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 5871170,
"dllName": "soundvoltex.dll",
"dataDisabled": "08",
"dataEnabled": "05"
}
]
},
{
"name": "Disable power change",
"description": "Prevents the game from changing power settings.",
"caution": "Typically not required with spice2x.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 3341726,
"dllName": "soundvoltex.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
}
]
},
{
"name": "Disable monitor change",
"description": "Prevents the game from changing monitor settings.",
"caution": "Typically not required with spice2x.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 3341878,
"dllName": "soundvoltex.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
}
]
},
{
"name": "Disable Subscreen in Valkyrie mode",
"description": "Forcefully disables the subscreen.",
"caution": "ONLY for Valkyrie (G spec). Consider using spice2x's \"-sdvxnosub\" option instead.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 5306510,
"dllName": "soundvoltex.dll",
"dataDisabled": "83BDB800000002410F93C64488742451",
"dataEnabled": "41B60044887424519090909090909090"
}
]
},
{
"name": "Valkyrie Mode 60Hz",
"description": "Allows the game to run at 60Hz.",
"caution": "ONLY for Valkyrie (G Spec). Might require \"Force BIO2 (KFC) IO in Valkyrie mode\" to work.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 3341917,
"dllName": "soundvoltex.dll",
"dataDisabled": "74",
"dataEnabled": "75"
},
{
"offset": 5308107,
"dllName": "soundvoltex.dll",
"dataDisabled": "74",
"dataEnabled": "75"
},
{
"offset": 5310448,
"dllName": "soundvoltex.dll",
"dataDisabled": "74",
"dataEnabled": "75"
}
]
},
{
"name": "Force BIO2 (KFC) IO in Valkyrie mode",
"description": "Forces the game to use BIO2 IO in Valkyrie mode.",
"caution": "Can be useful for arcade cabinets. If you don't know why you need this, ignore it.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 5618565,
"dllName": "soundvoltex.dll",
"dataDisabled": "8705",
"dataEnabled": "A70C"
}
]
},
{
"name": "Force Enable Headphones",
"description": "Assumes headphones are always connected, allowing for volume control. Useful for cabinets.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 5786550,
"dllName": "soundvoltex.dll",
"dataDisabled": "0F10060F114760",
"dataEnabled": "C7476001000000"
}
]
}
]
+573
View File
@@ -0,0 +1,573 @@
[
{
"gameCode": "KFC",
"version": "2025-03-24",
"lastUpdated": "2025-08-08 12:43:20",
"source": "https://sp2x.two-torial.xyz/"
},
{
"name": "Game FPS Target",
"description": "Forces the game to run at a specific FPS target.",
"gameCode": "KFC",
"type": "union",
"patches": [
{
"name": "60 FPS (Default)",
"patch": {
"offset": 9427734,
"dllName": "soundvoltex.dll",
"data": "4E"
}
},
{
"name": "120 FPS",
"patch": {
"offset": 9427734,
"dllName": "soundvoltex.dll",
"data": "5E"
}
}
]
},
{
"name": "Note FPS Target",
"description": "Forces the game's notes to run at a specific FPS target.",
"gameCode": "KFC",
"type": "union",
"patches": [
{
"name": "60 FPS (Default)",
"patch": {
"offset": 3360264,
"dllName": "soundvoltex.dll",
"data": "660F6EF0F30FE6F6F20F5935709C5C00"
}
},
{
"name": "120 FPS",
"patch": {
"offset": 3360264,
"dllName": "soundvoltex.dll",
"data": "B878000000F20F2AF0F24890F2489090"
}
}
]
},
{
"name": "Shared mode WASAPI",
"description": "Allows for non-exclusive WASAPI audio.",
"caution": "Requires 48000Hz sample rate. Will slightly increase audio latency. Try combining this with the Low Latency Shared Audio option from spice2x.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 5900076,
"dllName": "soundvoltex.dll",
"dataDisabled": "04",
"dataEnabled": "00"
},
{
"offset": 5899879,
"dllName": "soundvoltex.dll",
"dataDisabled": "07",
"dataEnabled": "00"
}
]
},
{
"name": "Hide premium guide banner",
"description": "blpass_ef (rainbow outline on health gauge) is shown instead of pt_sousa_usr.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 3587323,
"dllName": "soundvoltex.dll",
"dataDisabled": "89D85200",
"dataEnabled": "99D85200"
}
]
},
{
"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",
"type": "memory",
"patches": [
{
"offset": 8551800,
"dllName": "soundvoltex.dll",
"dataDisabled": "4652454520504C4159",
"dataEnabled": "000000000000000000"
},
{
"offset": 8551816,
"dllName": "soundvoltex.dll",
"dataDisabled": "4556454E54204D4F4445",
"dataEnabled": "00000000000000000000"
},
{
"offset": 8551832,
"dllName": "soundvoltex.dll",
"dataDisabled": "54454E4B4149434849204D4F4445",
"dataEnabled": "0000000000000000000000000000"
},
{
"offset": 8552216,
"dllName": "soundvoltex.dll",
"dataDisabled": "504153454C493A202573202B202573",
"dataEnabled": "000000000000000000000000000000"
},
{
"offset": 8552256,
"dllName": "soundvoltex.dll",
"dataDisabled": "4352454449543A202564202020434F494E3A202564202F202564",
"dataEnabled": "0000000000000000000000000000000000000000000000000000"
},
{
"offset": 8551784,
"dllName": "soundvoltex.dll",
"dataDisabled": "4352454449543A20256400",
"dataEnabled": "0000000000000000000000"
},
{
"offset": 8552152,
"dllName": "soundvoltex.dll",
"dataDisabled": "504153454C493A204E4F5420415641494C41424C45",
"dataEnabled": "000000000000000000000000000000000000000000"
},
{
"offset": 8552176,
"dllName": "soundvoltex.dll",
"dataDisabled": "504153454C493A204E4F204143434F554E54",
"dataEnabled": "000000000000000000000000000000000000"
},
{
"offset": 8552199,
"dllName": "soundvoltex.dll",
"dataDisabled": "00504153454C493A20257300",
"dataEnabled": "000000000000000000000000"
},
{
"offset": 8552232,
"dllName": "soundvoltex.dll",
"dataDisabled": "455854524120504153454C493A202573",
"dataEnabled": "00000000000000000000000000000000"
},
{
"offset": 8552139,
"dllName": "soundvoltex.dll",
"dataDisabled": "0025302A6400",
"dataEnabled": "000000000000"
},
{
"offset": 8551856,
"dllName": "soundvoltex.dll",
"dataDisabled": "8347815B83578393834F928682C582B728257381602989F08F9C82B782E982C982CD8365835883678381836A8385815B82C993FC82E8814183658393834C815B82F02030302C2030302C2030302C20362C20302082CC8F8782C5899F82B582C482AD82BE82B382A281420A8347815B83578393834F82F08DC48A4A82B782E98FEA8D8782CD8365835883678356815B839382C530302C2030302C2030302C20362C20312082CC8F8782C5899F82B582C482AD82BE82B382A28142",
"dataEnabled": "000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
}
]
},
{
"name": "Standard/Menu Timer Freeze",
"description": "Freezes all non-premium area timers.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 1744005,
"dllName": "soundvoltex.dll",
"dataDisabled": "84",
"dataEnabled": "85"
}
]
},
{
"name": "Premium Free Timer Freeze",
"description": "Freezes all premium area timers.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 4502834,
"dllName": "soundvoltex.dll",
"dataDisabled": "0F85",
"dataEnabled": "90E9"
},
{
"offset": 4205394,
"dllName": "soundvoltex.dll",
"dataDisabled": "0F84",
"dataEnabled": "90E9"
},
{
"offset": 3141760,
"dllName": "soundvoltex.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
}
]
},
{
"name": "Premium Time Length",
"description": "Time at which the Premium timer starts. If you have it frozen, that'll be the time shown at all times",
"gameCode": "KFC",
"type": "union",
"patches": [
{
"name": "00:00",
"patch": {
"offset": 4343030,
"dllName": "soundvoltex.dll",
"data": "AAB9650000000000"
}
},
{
"name": "00:01",
"patch": {
"offset": 4343030,
"dllName": "soundvoltex.dll",
"data": "00CA9A3B00000000"
}
},
{
"name": "04:20",
"patch": {
"offset": 4343030,
"dllName": "soundvoltex.dll",
"data": "002835893C000000"
}
},
{
"name": "07:27",
"patch": {
"offset": 4343030,
"dllName": "soundvoltex.dll",
"data": "00B6461368000000"
}
},
{
"name": "13:37",
"patch": {
"offset": 4343030,
"dllName": "soundvoltex.dll",
"data": "00AAFE38BE000000"
}
},
{
"name": "57:30",
"patch": {
"offset": 4343030,
"dllName": "soundvoltex.dll",
"data": "0044064423030000"
}
},
{
"name": "69:00",
"patch": {
"offset": 4343030,
"dllName": "soundvoltex.dll",
"data": "00B83AEBC3030000"
}
},
{
"name": "10 Minutes (Default)",
"patch": {
"offset": 4343030,
"dllName": "soundvoltex.dll",
"data": "0070C9B28B000000"
}
},
{
"name": "15 Minutes",
"patch": {
"offset": 4343030,
"dllName": "soundvoltex.dll",
"data": "00282E8CD1000000"
}
},
{
"name": "20 Minutes",
"patch": {
"offset": 4343030,
"dllName": "soundvoltex.dll",
"data": "00E0926517010000"
}
},
{
"name": "30 Minutes",
"patch": {
"offset": 4343030,
"dllName": "soundvoltex.dll",
"data": "00505C18A3010000"
}
},
{
"name": "45 Minutes",
"patch": {
"offset": 4343030,
"dllName": "soundvoltex.dll",
"data": "00788AA474020000"
}
},
{
"name": "60 Minutes",
"patch": {
"offset": 4343030,
"dllName": "soundvoltex.dll",
"data": "00A0B83046030000"
}
},
{
"name": "90 Minutes",
"patch": {
"offset": 4343030,
"dllName": "soundvoltex.dll",
"data": "00F01449E9040000"
}
}
]
},
{
"name": "Uncensor All Jackets",
"description": "Uncensors all song jackets no matter the region by breaking the path to jacket masks.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 8928736,
"dllName": "soundvoltex.dll",
"dataDisabled": "61",
"dataEnabled": "75"
}
]
},
{
"name": "Fake Region",
"description": "Forces the game to run as a specific region without altering language, which allows for region-specific content locking. Use Japan for everything to be unlocked.",
"gameCode": "KFC",
"type": "union",
"patches": [
{
"name": "Default",
"patch": {
"offset": 2394991,
"dllName": "soundvoltex.dll",
"data": "E83C912F0085C00F85FA000000"
}
},
{
"name": "Japan (J)",
"patch": {
"offset": 2394991,
"dllName": "soundvoltex.dll",
"data": "B8000000008905CA6D81009090"
}
},
{
"name": "Korea (K)",
"patch": {
"offset": 2394991,
"dllName": "soundvoltex.dll",
"data": "B8010000008905CA6D81009090"
}
},
{
"name": "Asia (A)",
"patch": {
"offset": 2394991,
"dllName": "soundvoltex.dll",
"data": "B8020000008905CA6D81009090"
}
},
{
"name": "Indonesia (Y)",
"patch": {
"offset": 2394991,
"dllName": "soundvoltex.dll",
"data": "B8030000008905CA6D81009090"
}
},
{
"name": "America (U)",
"patch": {
"offset": 2394991,
"dllName": "soundvoltex.dll",
"data": "B8040000008905CA6D81009090"
}
}
]
},
{
"name": "Force English Sort Options",
"description": "Forces the game to use english sort options within the FX-R menu in song select.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 152412,
"dllName": "soundvoltex.dll",
"dataDisabled": "8B15F60F1B01",
"dataEnabled": "BA0100000090"
},
{
"offset": 152441,
"dllName": "soundvoltex.dll",
"dataDisabled": "8B15D90F1B01",
"dataEnabled": "BA0100000090"
},
{
"offset": 152470,
"dllName": "soundvoltex.dll",
"dataDisabled": "8B15BC0F1B01",
"dataEnabled": "BA0100000090"
},
{
"offset": 152499,
"dllName": "soundvoltex.dll",
"dataDisabled": "8B159F0F1B01",
"dataEnabled": "BA0100000090"
},
{
"offset": 152528,
"dllName": "soundvoltex.dll",
"dataDisabled": "8B15820F1B01",
"dataEnabled": "BA0100000090"
},
{
"offset": 152563,
"dllName": "soundvoltex.dll",
"dataDisabled": "8B155F0F1B01",
"dataEnabled": "BA0100000090"
},
{
"offset": 152598,
"dllName": "soundvoltex.dll",
"dataDisabled": "8B153C0F1B01",
"dataEnabled": "BA0100000090"
},
{
"offset": 9318228,
"dllName": "soundvoltex.dll",
"dataDisabled": "B930B330A23087730698",
"dataEnabled": "530063006F0072006500"
}
]
},
{
"name": "ASIO 2 Channels Mode",
"description": "Use 2 channels instead of 8. Useful for some audio cards.",
"caution": "ONLY for ASIO audio users.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 5899682,
"dllName": "soundvoltex.dll",
"dataDisabled": "08",
"dataEnabled": "05"
}
]
},
{
"name": "Disable power change",
"description": "Prevents the game from changing power settings.",
"caution": "Typically not required with spice2x.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 3362702,
"dllName": "soundvoltex.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
}
]
},
{
"name": "Disable monitor change",
"description": "Prevents the game from changing monitor settings.",
"caution": "Typically not required with spice2x.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 3362854,
"dllName": "soundvoltex.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
}
]
},
{
"name": "Disable Subscreen in Valkyrie mode",
"description": "Forcefully disables the subscreen.",
"caution": "ONLY for Valkyrie (G spec). Consider using spice2x's \"-sdvxnosub\" option instead.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 5333662,
"dllName": "soundvoltex.dll",
"dataDisabled": "83BDB800000002410F93C64488742451",
"dataEnabled": "41B60044887424519090909090909090"
}
]
},
{
"name": "Valkyrie Mode 60Hz",
"description": "Allows the game to run at 60Hz.",
"caution": "ONLY for Valkyrie (G Spec). Might require \"Force BIO2 (KFC) IO in Valkyrie mode\" to work.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 3362893,
"dllName": "soundvoltex.dll",
"dataDisabled": "74",
"dataEnabled": "75"
},
{
"offset": 5335259,
"dllName": "soundvoltex.dll",
"dataDisabled": "74",
"dataEnabled": "75"
},
{
"offset": 5337600,
"dllName": "soundvoltex.dll",
"dataDisabled": "74",
"dataEnabled": "75"
}
]
},
{
"name": "Force BIO2 (KFC) IO in Valkyrie mode",
"description": "Forces the game to use BIO2 IO in Valkyrie mode.",
"caution": "Can be useful for arcade cabinets. If you don't know why you need this, ignore it.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 5647093,
"dllName": "soundvoltex.dll",
"dataDisabled": "8705",
"dataEnabled": "A70C"
}
]
},
{
"name": "Force Enable Headphones",
"description": "Assumes headphones are always connected, allowing for volume control. Useful for cabinets.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 5815078,
"dllName": "soundvoltex.dll",
"dataDisabled": "0F10060F114760",
"dataEnabled": "C7476001000000"
}
]
}
]
+573
View File
@@ -0,0 +1,573 @@
[
{
"gameCode": "KFC",
"version": "2025-04-22",
"lastUpdated": "2025-08-08 12:43:20",
"source": "https://sp2x.two-torial.xyz/"
},
{
"name": "Game FPS Target",
"description": "Forces the game to run at a specific FPS target.",
"gameCode": "KFC",
"type": "union",
"patches": [
{
"name": "60 FPS (Default)",
"patch": {
"offset": 9587590,
"dllName": "soundvoltex.dll",
"data": "4E"
}
},
{
"name": "120 FPS",
"patch": {
"offset": 9587590,
"dllName": "soundvoltex.dll",
"data": "5E"
}
}
]
},
{
"name": "Note FPS Target",
"description": "Forces the game's notes to run at a specific FPS target.",
"gameCode": "KFC",
"type": "union",
"patches": [
{
"name": "60 FPS (Default)",
"patch": {
"offset": 3454296,
"dllName": "soundvoltex.dll",
"data": "660F6EF0F30FE6F6F20F593578935D00"
}
},
{
"name": "120 FPS",
"patch": {
"offset": 3454296,
"dllName": "soundvoltex.dll",
"data": "B878000000F20F2AF0F24890F2489090"
}
}
]
},
{
"name": "Shared mode WASAPI",
"description": "Allows for non-exclusive WASAPI audio.",
"caution": "Requires 48000Hz sample rate. Will slightly increase audio latency. Try combining this with the Low Latency Shared Audio option from spice2x.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 6015596,
"dllName": "soundvoltex.dll",
"dataDisabled": "04",
"dataEnabled": "00"
},
{
"offset": 6015399,
"dllName": "soundvoltex.dll",
"dataDisabled": "07",
"dataEnabled": "00"
}
]
},
{
"name": "Hide premium guide banner",
"description": "blpass_ef (rainbow outline on health gauge) is shown instead of pt_sousa_usr.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 3680669,
"dllName": "soundvoltex.dll",
"dataDisabled": "07BA5300",
"dataEnabled": "17BA5300"
}
]
},
{
"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",
"type": "memory",
"patches": [
{
"offset": 8679352,
"dllName": "soundvoltex.dll",
"dataDisabled": "4652454520504C4159",
"dataEnabled": "000000000000000000"
},
{
"offset": 8679336,
"dllName": "soundvoltex.dll",
"dataDisabled": "4556454E54204D4F4445",
"dataEnabled": "00000000000000000000"
},
{
"offset": 8679792,
"dllName": "soundvoltex.dll",
"dataDisabled": "54454E4B4149434849204D4F4445",
"dataEnabled": "0000000000000000000000000000"
},
{
"offset": 8679440,
"dllName": "soundvoltex.dll",
"dataDisabled": "504153454C493A202573202B202573",
"dataEnabled": "000000000000000000000000000000"
},
{
"offset": 8679384,
"dllName": "soundvoltex.dll",
"dataDisabled": "4352454449543A202564202020434F494E3A202564202F202564",
"dataEnabled": "0000000000000000000000000000000000000000000000000000"
},
{
"offset": 8679368,
"dllName": "soundvoltex.dll",
"dataDisabled": "4352454449543A20256400",
"dataEnabled": "0000000000000000000000"
},
{
"offset": 8679808,
"dllName": "soundvoltex.dll",
"dataDisabled": "504153454C493A204E4F5420415641494C41424C45",
"dataEnabled": "000000000000000000000000000000000000000000"
},
{
"offset": 8679472,
"dllName": "soundvoltex.dll",
"dataDisabled": "504153454C493A204E4F204143434F554E54",
"dataEnabled": "000000000000000000000000000000000000"
},
{
"offset": 8679455,
"dllName": "soundvoltex.dll",
"dataDisabled": "00504153454C493A20257300",
"dataEnabled": "000000000000000000000000"
},
{
"offset": 8679416,
"dllName": "soundvoltex.dll",
"dataDisabled": "455854524120504153454C493A202573",
"dataEnabled": "00000000000000000000000000000000"
},
{
"offset": 8679831,
"dllName": "soundvoltex.dll",
"dataDisabled": "0025302A6400",
"dataEnabled": "000000000000"
},
{
"offset": 8679600,
"dllName": "soundvoltex.dll",
"dataDisabled": "8347815B83578393834F928682C582B728257381602989F08F9C82B782E982C982CD8365835883678381836A8385815B82C993FC82E8814183658393834C815B82F02030302C2030302C2030302C20362C20302082CC8F8782C5899F82B582C482AD82BE82B382A281420A8347815B83578393834F82F08DC48A4A82B782E98FEA8D8782CD8365835883678356815B839382C530302C2030302C2030302C20362C20312082CC8F8782C5899F82B582C482AD82BE82B382A28142",
"dataEnabled": "000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
}
]
},
{
"name": "Standard/Menu Timer Freeze",
"description": "Freezes all non-premium area timers.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 1812613,
"dllName": "soundvoltex.dll",
"dataDisabled": "84",
"dataEnabled": "85"
}
]
},
{
"name": "Premium Free Timer Freeze",
"description": "Freezes all premium area timers.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 4605538,
"dllName": "soundvoltex.dll",
"dataDisabled": "0F85",
"dataEnabled": "90E9"
},
{
"offset": 4305474,
"dllName": "soundvoltex.dll",
"dataDisabled": "0F84",
"dataEnabled": "90E9"
},
{
"offset": 3227386,
"dllName": "soundvoltex.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
}
]
},
{
"name": "Premium Time Length",
"description": "Time at which the Premium timer starts. If you have it frozen, that'll be the time shown at all times",
"gameCode": "KFC",
"type": "union",
"patches": [
{
"name": "00:00",
"patch": {
"offset": 4442966,
"dllName": "soundvoltex.dll",
"data": "AAB9650000000000"
}
},
{
"name": "00:01",
"patch": {
"offset": 4442966,
"dllName": "soundvoltex.dll",
"data": "00CA9A3B00000000"
}
},
{
"name": "04:20",
"patch": {
"offset": 4442966,
"dllName": "soundvoltex.dll",
"data": "002835893C000000"
}
},
{
"name": "07:27",
"patch": {
"offset": 4442966,
"dllName": "soundvoltex.dll",
"data": "00B6461368000000"
}
},
{
"name": "13:37",
"patch": {
"offset": 4442966,
"dllName": "soundvoltex.dll",
"data": "00AAFE38BE000000"
}
},
{
"name": "57:30",
"patch": {
"offset": 4442966,
"dllName": "soundvoltex.dll",
"data": "0044064423030000"
}
},
{
"name": "69:00",
"patch": {
"offset": 4442966,
"dllName": "soundvoltex.dll",
"data": "00B83AEBC3030000"
}
},
{
"name": "10 Minutes (Default)",
"patch": {
"offset": 4442966,
"dllName": "soundvoltex.dll",
"data": "0070C9B28B000000"
}
},
{
"name": "15 Minutes",
"patch": {
"offset": 4442966,
"dllName": "soundvoltex.dll",
"data": "00282E8CD1000000"
}
},
{
"name": "20 Minutes",
"patch": {
"offset": 4442966,
"dllName": "soundvoltex.dll",
"data": "00E0926517010000"
}
},
{
"name": "30 Minutes",
"patch": {
"offset": 4442966,
"dllName": "soundvoltex.dll",
"data": "00505C18A3010000"
}
},
{
"name": "45 Minutes",
"patch": {
"offset": 4442966,
"dllName": "soundvoltex.dll",
"data": "00788AA474020000"
}
},
{
"name": "60 Minutes",
"patch": {
"offset": 4442966,
"dllName": "soundvoltex.dll",
"data": "00A0B83046030000"
}
},
{
"name": "90 Minutes",
"patch": {
"offset": 4442966,
"dllName": "soundvoltex.dll",
"data": "00F01449E9040000"
}
}
]
},
{
"name": "Uncensor All Jackets",
"description": "Uncensors all song jackets no matter the region by breaking the path to jacket masks.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 9081728,
"dllName": "soundvoltex.dll",
"dataDisabled": "61",
"dataEnabled": "75"
}
]
},
{
"name": "Fake Region",
"description": "Forces the game to run as a specific region without altering language, which allows for region-specific content locking. Use Japan for everything to be unlocked.",
"gameCode": "KFC",
"type": "union",
"patches": [
{
"name": "Default",
"patch": {
"offset": 2477391,
"dllName": "soundvoltex.dll",
"data": "E8AC03300085C00F85FA000000"
}
},
{
"name": "Japan (J)",
"patch": {
"offset": 2477391,
"dllName": "soundvoltex.dll",
"data": "B800000000890526EC82009090"
}
},
{
"name": "Korea (K)",
"patch": {
"offset": 2477391,
"dllName": "soundvoltex.dll",
"data": "B801000000890526EC82009090"
}
},
{
"name": "Asia (A)",
"patch": {
"offset": 2477391,
"dllName": "soundvoltex.dll",
"data": "B802000000890526EC82009090"
}
},
{
"name": "Indonesia (Y)",
"patch": {
"offset": 2477391,
"dllName": "soundvoltex.dll",
"data": "B803000000890526EC82009090"
}
},
{
"name": "America (U)",
"patch": {
"offset": 2477391,
"dllName": "soundvoltex.dll",
"data": "B804000000890526EC82009090"
}
}
]
},
{
"name": "Force English Sort Options",
"description": "Forces the game to use english sort options within the FX-R menu in song select.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 153692,
"dllName": "soundvoltex.dll",
"dataDisabled": "8B15F6E41D01",
"dataEnabled": "BA0100000090"
},
{
"offset": 153721,
"dllName": "soundvoltex.dll",
"dataDisabled": "8B15D9E41D01",
"dataEnabled": "BA0100000090"
},
{
"offset": 153750,
"dllName": "soundvoltex.dll",
"dataDisabled": "8B15BCE41D01",
"dataEnabled": "BA0100000090"
},
{
"offset": 153779,
"dllName": "soundvoltex.dll",
"dataDisabled": "8B159FE41D01",
"dataEnabled": "BA0100000090"
},
{
"offset": 153808,
"dllName": "soundvoltex.dll",
"dataDisabled": "8B1582E41D01",
"dataEnabled": "BA0100000090"
},
{
"offset": 153843,
"dllName": "soundvoltex.dll",
"dataDisabled": "8B155FE41D01",
"dataEnabled": "BA0100000090"
},
{
"offset": 153878,
"dllName": "soundvoltex.dll",
"dataDisabled": "8B153CE41D01",
"dataEnabled": "BA0100000090"
},
{
"offset": 9478676,
"dllName": "soundvoltex.dll",
"dataDisabled": "B930B330A23087730698",
"dataEnabled": "530063006F0072006500"
}
]
},
{
"name": "ASIO 2 Channels Mode",
"description": "Use 2 channels instead of 8. Useful for some audio cards.",
"caution": "ONLY for ASIO audio users.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 6015202,
"dllName": "soundvoltex.dll",
"dataDisabled": "08",
"dataEnabled": "05"
}
]
},
{
"name": "Disable power change",
"description": "Prevents the game from changing power settings.",
"caution": "Typically not required with spice2x.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 3456734,
"dllName": "soundvoltex.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
}
]
},
{
"name": "Disable monitor change",
"description": "Prevents the game from changing monitor settings.",
"caution": "Typically not required with spice2x.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 3456886,
"dllName": "soundvoltex.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
}
]
},
{
"name": "Disable Subscreen in Valkyrie mode",
"description": "Forcefully disables the subscreen.",
"caution": "ONLY for Valkyrie (G spec). Consider using spice2x's \"-sdvxnosub\" option instead.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 5443518,
"dllName": "soundvoltex.dll",
"dataDisabled": "83BDB800000002410F93C64488742451",
"dataEnabled": "41B60044887424519090909090909090"
}
]
},
{
"name": "Valkyrie Mode 60Hz",
"description": "Allows the game to run at 60Hz.",
"caution": "ONLY for Valkyrie (G Spec). Might require \"Force BIO2 (KFC) IO in Valkyrie mode\" to work.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 3456925,
"dllName": "soundvoltex.dll",
"dataDisabled": "74",
"dataEnabled": "75"
},
{
"offset": 5445115,
"dllName": "soundvoltex.dll",
"dataDisabled": "74",
"dataEnabled": "75"
},
{
"offset": 5447456,
"dllName": "soundvoltex.dll",
"dataDisabled": "74",
"dataEnabled": "75"
}
]
},
{
"name": "Force BIO2 (KFC) IO in Valkyrie mode",
"description": "Forces the game to use BIO2 IO in Valkyrie mode.",
"caution": "Can be useful for arcade cabinets. If you don't know why you need this, ignore it.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 5759653,
"dllName": "soundvoltex.dll",
"dataDisabled": "8705",
"dataEnabled": "A70C"
}
]
},
{
"name": "Force Enable Headphones",
"description": "Assumes headphones are always connected, allowing for volume control. Useful for cabinets.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 5930278,
"dllName": "soundvoltex.dll",
"dataDisabled": "0F10060F114760",
"dataEnabled": "C7476001000000"
}
]
}
]
+573
View File
@@ -0,0 +1,573 @@
[
{
"gameCode": "KFC",
"version": "2025-05-27",
"lastUpdated": "2025-08-08 12:43:20",
"source": "https://sp2x.two-torial.xyz/"
},
{
"name": "Game FPS Target",
"description": "Forces the game to run at a specific FPS target.",
"gameCode": "KFC",
"type": "union",
"patches": [
{
"name": "60 FPS (Default)",
"patch": {
"offset": 9591726,
"dllName": "soundvoltex.dll",
"data": "4E"
}
},
{
"name": "120 FPS",
"patch": {
"offset": 9591726,
"dllName": "soundvoltex.dll",
"data": "5E"
}
}
]
},
{
"name": "Note FPS Target",
"description": "Forces the game's notes to run at a specific FPS target.",
"gameCode": "KFC",
"type": "union",
"patches": [
{
"name": "60 FPS (Default)",
"patch": {
"offset": 3458200,
"dllName": "soundvoltex.dll",
"data": "660F6EF0F30FE6F6F20F593560945D00"
}
},
{
"name": "120 FPS",
"patch": {
"offset": 3458200,
"dllName": "soundvoltex.dll",
"data": "B878000000F20F2AF0F24890F2489090"
}
}
]
},
{
"name": "Shared mode WASAPI",
"description": "Allows for non-exclusive WASAPI audio.",
"caution": "Requires 48000Hz sample rate. Will slightly increase audio latency. Try combining this with the Low Latency Shared Audio option from spice2x.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 6019612,
"dllName": "soundvoltex.dll",
"dataDisabled": "04",
"dataEnabled": "00"
},
{
"offset": 6019415,
"dllName": "soundvoltex.dll",
"dataDisabled": "07",
"dataEnabled": "00"
}
]
},
{
"name": "Hide premium guide banner",
"description": "blpass_ef (rainbow outline on health gauge) is shown instead of pt_sousa_usr.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 3684653,
"dllName": "soundvoltex.dll",
"dataDisabled": "3FBC5300",
"dataEnabled": "4FBC5300"
}
]
},
{
"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",
"type": "memory",
"patches": [
{
"offset": 8683984,
"dllName": "soundvoltex.dll",
"dataDisabled": "4652454520504C4159",
"dataEnabled": "000000000000000000"
},
{
"offset": 8683968,
"dllName": "soundvoltex.dll",
"dataDisabled": "4556454E54204D4F4445",
"dataEnabled": "00000000000000000000"
},
{
"offset": 8683920,
"dllName": "soundvoltex.dll",
"dataDisabled": "54454E4B4149434849204D4F4445",
"dataEnabled": "0000000000000000000000000000"
},
{
"offset": 8684072,
"dllName": "soundvoltex.dll",
"dataDisabled": "504153454C493A202573202B202573",
"dataEnabled": "000000000000000000000000000000"
},
{
"offset": 8684016,
"dllName": "soundvoltex.dll",
"dataDisabled": "4352454449543A202564202020434F494E3A202564202F202564",
"dataEnabled": "0000000000000000000000000000000000000000000000000000"
},
{
"offset": 8684000,
"dllName": "soundvoltex.dll",
"dataDisabled": "4352454449543A20256400",
"dataEnabled": "0000000000000000000000"
},
{
"offset": 8683936,
"dllName": "soundvoltex.dll",
"dataDisabled": "504153454C493A204E4F5420415641494C41424C45",
"dataEnabled": "000000000000000000000000000000000000000000"
},
{
"offset": 8684104,
"dllName": "soundvoltex.dll",
"dataDisabled": "504153454C493A204E4F204143434F554E54",
"dataEnabled": "000000000000000000000000000000000000"
},
{
"offset": 8684087,
"dllName": "soundvoltex.dll",
"dataDisabled": "00504153454C493A20257300",
"dataEnabled": "000000000000000000000000"
},
{
"offset": 8684048,
"dllName": "soundvoltex.dll",
"dataDisabled": "455854524120504153454C493A202573",
"dataEnabled": "00000000000000000000000000000000"
},
{
"offset": 8683959,
"dllName": "soundvoltex.dll",
"dataDisabled": "0025302A6400",
"dataEnabled": "000000000000"
},
{
"offset": 8683728,
"dllName": "soundvoltex.dll",
"dataDisabled": "8347815B83578393834F928682C582B728257381602989F08F9C82B782E982C982CD8365835883678381836A8385815B82C993FC82E8814183658393834C815B82F02030302C2030302C2030302C20362C20302082CC8F8782C5899F82B582C482AD82BE82B382A281420A8347815B83578393834F82F08DC48A4A82B782E98FEA8D8782CD8365835883678356815B839382C530302C2030302C2030302C20362C20312082CC8F8782C5899F82B582C482AD82BE82B382A28142",
"dataEnabled": "000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
}
]
},
{
"name": "Standard/Menu Timer Freeze",
"description": "Freezes all non-premium area timers.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 1814021,
"dllName": "soundvoltex.dll",
"dataDisabled": "84",
"dataEnabled": "85"
}
]
},
{
"name": "Premium Free Timer Freeze",
"description": "Freezes all premium area timers.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 4609730,
"dllName": "soundvoltex.dll",
"dataDisabled": "0F85",
"dataEnabled": "90E9"
},
{
"offset": 4310034,
"dllName": "soundvoltex.dll",
"dataDisabled": "0F84",
"dataEnabled": "90E9"
},
{
"offset": 3231290,
"dllName": "soundvoltex.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
}
]
},
{
"name": "Premium Time Length",
"description": "Time at which the Premium timer starts. If you have it frozen, that'll be the time shown at all times",
"gameCode": "KFC",
"type": "union",
"patches": [
{
"name": "00:00",
"patch": {
"offset": 4447414,
"dllName": "soundvoltex.dll",
"data": "AAB9650000000000"
}
},
{
"name": "00:01",
"patch": {
"offset": 4447414,
"dllName": "soundvoltex.dll",
"data": "00CA9A3B00000000"
}
},
{
"name": "04:20",
"patch": {
"offset": 4447414,
"dllName": "soundvoltex.dll",
"data": "002835893C000000"
}
},
{
"name": "07:27",
"patch": {
"offset": 4447414,
"dllName": "soundvoltex.dll",
"data": "00B6461368000000"
}
},
{
"name": "13:37",
"patch": {
"offset": 4447414,
"dllName": "soundvoltex.dll",
"data": "00AAFE38BE000000"
}
},
{
"name": "57:30",
"patch": {
"offset": 4447414,
"dllName": "soundvoltex.dll",
"data": "0044064423030000"
}
},
{
"name": "69:00",
"patch": {
"offset": 4447414,
"dllName": "soundvoltex.dll",
"data": "00B83AEBC3030000"
}
},
{
"name": "10 Minutes (Default)",
"patch": {
"offset": 4447414,
"dllName": "soundvoltex.dll",
"data": "0070C9B28B000000"
}
},
{
"name": "15 Minutes",
"patch": {
"offset": 4447414,
"dllName": "soundvoltex.dll",
"data": "00282E8CD1000000"
}
},
{
"name": "20 Minutes",
"patch": {
"offset": 4447414,
"dllName": "soundvoltex.dll",
"data": "00E0926517010000"
}
},
{
"name": "30 Minutes",
"patch": {
"offset": 4447414,
"dllName": "soundvoltex.dll",
"data": "00505C18A3010000"
}
},
{
"name": "45 Minutes",
"patch": {
"offset": 4447414,
"dllName": "soundvoltex.dll",
"data": "00788AA474020000"
}
},
{
"name": "60 Minutes",
"patch": {
"offset": 4447414,
"dllName": "soundvoltex.dll",
"data": "00A0B83046030000"
}
},
{
"name": "90 Minutes",
"patch": {
"offset": 4447414,
"dllName": "soundvoltex.dll",
"data": "00F01449E9040000"
}
}
]
},
{
"name": "Uncensor All Jackets",
"description": "Uncensors all song jackets no matter the region by breaking the path to jacket masks.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 9086032,
"dllName": "soundvoltex.dll",
"dataDisabled": "61",
"dataEnabled": "75"
}
]
},
{
"name": "Fake Region",
"description": "Forces the game to run as a specific region without altering language, which allows for region-specific content locking. Use Japan for everything to be unlocked.",
"gameCode": "KFC",
"type": "union",
"patches": [
{
"name": "Default",
"patch": {
"offset": 2481375,
"dllName": "soundvoltex.dll",
"data": "E80C04300085C00F85FA000000"
}
},
{
"name": "Japan (J)",
"patch": {
"offset": 2481375,
"dllName": "soundvoltex.dll",
"data": "B8000000008905E6EC82009090"
}
},
{
"name": "Korea (K)",
"patch": {
"offset": 2481375,
"dllName": "soundvoltex.dll",
"data": "B8010000008905E6EC82009090"
}
},
{
"name": "Asia (A)",
"patch": {
"offset": 2481375,
"dllName": "soundvoltex.dll",
"data": "B8020000008905E6EC82009090"
}
},
{
"name": "Indonesia (Y)",
"patch": {
"offset": 2481375,
"dllName": "soundvoltex.dll",
"data": "B8030000008905E6EC82009090"
}
},
{
"name": "America (U)",
"patch": {
"offset": 2481375,
"dllName": "soundvoltex.dll",
"data": "B8040000008905E6EC82009090"
}
}
]
},
{
"name": "Force English Sort Options",
"description": "Forces the game to use english sort options within the FX-R menu in song select.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 153692,
"dllName": "soundvoltex.dll",
"dataDisabled": "8B15E6F41D01",
"dataEnabled": "BA0100000090"
},
{
"offset": 153721,
"dllName": "soundvoltex.dll",
"dataDisabled": "8B15C9F41D01",
"dataEnabled": "BA0100000090"
},
{
"offset": 153750,
"dllName": "soundvoltex.dll",
"dataDisabled": "8B15ACF41D01",
"dataEnabled": "BA0100000090"
},
{
"offset": 153779,
"dllName": "soundvoltex.dll",
"dataDisabled": "8B158FF41D01",
"dataEnabled": "BA0100000090"
},
{
"offset": 153808,
"dllName": "soundvoltex.dll",
"dataDisabled": "8B1572F41D01",
"dataEnabled": "BA0100000090"
},
{
"offset": 153843,
"dllName": "soundvoltex.dll",
"dataDisabled": "8B154FF41D01",
"dataEnabled": "BA0100000090"
},
{
"offset": 153878,
"dllName": "soundvoltex.dll",
"dataDisabled": "8B152CF41D01",
"dataEnabled": "BA0100000090"
},
{
"offset": 9481612,
"dllName": "soundvoltex.dll",
"dataDisabled": "B930B330A23087730698",
"dataEnabled": "530063006F0072006500"
}
]
},
{
"name": "ASIO 2 Channels Mode",
"description": "Use 2 channels instead of 8. Useful for some audio cards.",
"caution": "ONLY for ASIO audio users.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 6019218,
"dllName": "soundvoltex.dll",
"dataDisabled": "08",
"dataEnabled": "05"
}
]
},
{
"name": "Disable power change",
"description": "Prevents the game from changing power settings.",
"caution": "Typically not required with spice2x.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 3460638,
"dllName": "soundvoltex.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
}
]
},
{
"name": "Disable monitor change",
"description": "Prevents the game from changing monitor settings.",
"caution": "Typically not required with spice2x.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 3460790,
"dllName": "soundvoltex.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
}
]
},
{
"name": "Disable Subscreen in Valkyrie mode",
"description": "Forcefully disables the subscreen.",
"caution": "ONLY for Valkyrie (G spec). Consider using spice2x's \"-sdvxnosub\" option instead.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 5447598,
"dllName": "soundvoltex.dll",
"dataDisabled": "83BDB800000002410F93C64488742451",
"dataEnabled": "41B60044887424519090909090909090"
}
]
},
{
"name": "Valkyrie Mode 60Hz",
"description": "Allows the game to run at 60Hz.",
"caution": "ONLY for Valkyrie (G Spec). Might require \"Force BIO2 (KFC) IO in Valkyrie mode\" to work.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 3460829,
"dllName": "soundvoltex.dll",
"dataDisabled": "74",
"dataEnabled": "75"
},
{
"offset": 5449195,
"dllName": "soundvoltex.dll",
"dataDisabled": "74",
"dataEnabled": "75"
},
{
"offset": 5451536,
"dllName": "soundvoltex.dll",
"dataDisabled": "74",
"dataEnabled": "75"
}
]
},
{
"name": "Force BIO2 (KFC) IO in Valkyrie mode",
"description": "Forces the game to use BIO2 IO in Valkyrie mode.",
"caution": "Can be useful for arcade cabinets. If you don't know why you need this, ignore it.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 5763669,
"dllName": "soundvoltex.dll",
"dataDisabled": "8705",
"dataEnabled": "A70C"
}
]
},
{
"name": "Force Enable Headphones",
"description": "Assumes headphones are always connected, allowing for volume control. Useful for cabinets.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 5934294,
"dllName": "soundvoltex.dll",
"dataDisabled": "0F10060F114760",
"dataEnabled": "C7476001000000"
}
]
}
]
+573
View File
@@ -0,0 +1,573 @@
[
{
"gameCode": "KFC",
"version": "2025-06-24",
"lastUpdated": "2025-08-08 12:43:20",
"source": "https://sp2x.two-torial.xyz/"
},
{
"name": "Game FPS Target",
"description": "Forces the game to run at a specific FPS target.",
"gameCode": "KFC",
"type": "union",
"patches": [
{
"name": "60 FPS (Default)",
"patch": {
"offset": 9622830,
"dllName": "soundvoltex.dll",
"data": "4E"
}
},
{
"name": "120 FPS",
"patch": {
"offset": 9622830,
"dllName": "soundvoltex.dll",
"data": "5E"
}
}
]
},
{
"name": "Note FPS Target",
"description": "Forces the game's notes to run at a specific FPS target.",
"gameCode": "KFC",
"type": "union",
"patches": [
{
"name": "60 FPS (Default)",
"patch": {
"offset": 3471704,
"dllName": "soundvoltex.dll",
"data": "660F6EF0F30FE6F6F20F593510DD5D00"
}
},
{
"name": "120 FPS",
"patch": {
"offset": 3471704,
"dllName": "soundvoltex.dll",
"data": "B878000000F20F2AF0F24890F2489090"
}
}
]
},
{
"name": "Shared mode WASAPI",
"description": "Allows for non-exclusive WASAPI audio.",
"caution": "Requires 48000Hz sample rate. Will slightly increase audio latency. Try combining this with the Low Latency Shared Audio option from spice2x.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 6046508,
"dllName": "soundvoltex.dll",
"dataDisabled": "04",
"dataEnabled": "00"
},
{
"offset": 6046311,
"dllName": "soundvoltex.dll",
"dataDisabled": "07",
"dataEnabled": "00"
}
]
},
{
"name": "Hide premium guide banner",
"description": "blpass_ef (rainbow outline on health gauge) is shown instead of pt_sousa_usr.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 3698317,
"dllName": "soundvoltex.dll",
"dataDisabled": "9F015400",
"dataEnabled": "AF015400"
}
]
},
{
"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",
"type": "memory",
"patches": [
{
"offset": 8716112,
"dllName": "soundvoltex.dll",
"dataDisabled": "4652454520504C4159",
"dataEnabled": "000000000000000000"
},
{
"offset": 8716096,
"dllName": "soundvoltex.dll",
"dataDisabled": "4556454E54204D4F4445",
"dataEnabled": "00000000000000000000"
},
{
"offset": 8716080,
"dllName": "soundvoltex.dll",
"dataDisabled": "54454E4B4149434849204D4F4445",
"dataEnabled": "0000000000000000000000000000"
},
{
"offset": 8716200,
"dllName": "soundvoltex.dll",
"dataDisabled": "504153454C493A202573202B202573",
"dataEnabled": "000000000000000000000000000000"
},
{
"offset": 8716144,
"dllName": "soundvoltex.dll",
"dataDisabled": "4352454449543A202564202020434F494E3A202564202F202564",
"dataEnabled": "0000000000000000000000000000000000000000000000000000"
},
{
"offset": 8716128,
"dllName": "soundvoltex.dll",
"dataDisabled": "4352454449543A20256400",
"dataEnabled": "0000000000000000000000"
},
{
"offset": 8716256,
"dllName": "soundvoltex.dll",
"dataDisabled": "504153454C493A204E4F5420415641494C41424C45",
"dataEnabled": "000000000000000000000000000000000000000000"
},
{
"offset": 8716232,
"dllName": "soundvoltex.dll",
"dataDisabled": "504153454C493A204E4F204143434F554E54",
"dataEnabled": "000000000000000000000000000000000000"
},
{
"offset": 8716215,
"dllName": "soundvoltex.dll",
"dataDisabled": "00504153454C493A20257300",
"dataEnabled": "000000000000000000000000"
},
{
"offset": 8716176,
"dllName": "soundvoltex.dll",
"dataDisabled": "455854524120504153454C493A202573",
"dataEnabled": "00000000000000000000000000000000"
},
{
"offset": 8716279,
"dllName": "soundvoltex.dll",
"dataDisabled": "0025302A6400",
"dataEnabled": "000000000000"
},
{
"offset": 8715888,
"dllName": "soundvoltex.dll",
"dataDisabled": "8347815B83578393834F928682C582B728257381602989F08F9C82B782E982C982CD8365835883678381836A8385815B82C993FC82E8814183658393834C815B82F02030302C2030302C2030302C20362C20302082CC8F8782C5899F82B582C482AD82BE82B382A281420A8347815B83578393834F82F08DC48A4A82B782E98FEA8D8782CD8365835883678356815B839382C530302C2030302C2030302C20362C20312082CC8F8782C5899F82B582C482AD82BE82B382A28142",
"dataEnabled": "000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
}
]
},
{
"name": "Standard/Menu Timer Freeze",
"description": "Freezes all non-premium area timers.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 1825925,
"dllName": "soundvoltex.dll",
"dataDisabled": "84",
"dataEnabled": "85"
}
]
},
{
"name": "Premium Free Timer Freeze",
"description": "Freezes all premium area timers.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 4632050,
"dllName": "soundvoltex.dll",
"dataDisabled": "0F85",
"dataEnabled": "90E9"
},
{
"offset": 4331170,
"dllName": "soundvoltex.dll",
"dataDisabled": "0F84",
"dataEnabled": "90E9"
},
{
"offset": 3243034,
"dllName": "soundvoltex.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
}
]
},
{
"name": "Premium Time Length",
"description": "Time at which the Premium timer starts. If you have it frozen, that'll be the time shown at all times",
"gameCode": "KFC",
"type": "union",
"patches": [
{
"name": "00:00",
"patch": {
"offset": 4468550,
"dllName": "soundvoltex.dll",
"data": "AAB9650000000000"
}
},
{
"name": "00:01",
"patch": {
"offset": 4468550,
"dllName": "soundvoltex.dll",
"data": "00CA9A3B00000000"
}
},
{
"name": "04:20",
"patch": {
"offset": 4468550,
"dllName": "soundvoltex.dll",
"data": "002835893C000000"
}
},
{
"name": "07:27",
"patch": {
"offset": 4468550,
"dllName": "soundvoltex.dll",
"data": "00B6461368000000"
}
},
{
"name": "13:37",
"patch": {
"offset": 4468550,
"dllName": "soundvoltex.dll",
"data": "00AAFE38BE000000"
}
},
{
"name": "57:30",
"patch": {
"offset": 4468550,
"dllName": "soundvoltex.dll",
"data": "0044064423030000"
}
},
{
"name": "69:00",
"patch": {
"offset": 4468550,
"dllName": "soundvoltex.dll",
"data": "00B83AEBC3030000"
}
},
{
"name": "10 Minutes (Default)",
"patch": {
"offset": 4468550,
"dllName": "soundvoltex.dll",
"data": "0070C9B28B000000"
}
},
{
"name": "15 Minutes",
"patch": {
"offset": 4468550,
"dllName": "soundvoltex.dll",
"data": "00282E8CD1000000"
}
},
{
"name": "20 Minutes",
"patch": {
"offset": 4468550,
"dllName": "soundvoltex.dll",
"data": "00E0926517010000"
}
},
{
"name": "30 Minutes",
"patch": {
"offset": 4468550,
"dllName": "soundvoltex.dll",
"data": "00505C18A3010000"
}
},
{
"name": "45 Minutes",
"patch": {
"offset": 4468550,
"dllName": "soundvoltex.dll",
"data": "00788AA474020000"
}
},
{
"name": "60 Minutes",
"patch": {
"offset": 4468550,
"dllName": "soundvoltex.dll",
"data": "00A0B83046030000"
}
},
{
"name": "90 Minutes",
"patch": {
"offset": 4468550,
"dllName": "soundvoltex.dll",
"data": "00F01449E9040000"
}
}
]
},
{
"name": "Uncensor All Jackets",
"description": "Uncensors all song jackets no matter the region by breaking the path to jacket masks.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 9117616,
"dllName": "soundvoltex.dll",
"dataDisabled": "61",
"dataEnabled": "75"
}
]
},
{
"name": "Fake Region",
"description": "Forces the game to run as a specific region without altering language, which allows for region-specific content locking. Use Japan for everything to be unlocked.",
"gameCode": "KFC",
"type": "union",
"patches": [
{
"name": "Default",
"patch": {
"offset": 2490991,
"dllName": "soundvoltex.dll",
"data": "E80C3C300085C00F85FA000000"
}
},
{
"name": "Japan (J)",
"patch": {
"offset": 2490991,
"dllName": "soundvoltex.dll",
"data": "B80000000089052A6683009090"
}
},
{
"name": "Korea (K)",
"patch": {
"offset": 2490991,
"dllName": "soundvoltex.dll",
"data": "B80100000089052A6683009090"
}
},
{
"name": "Asia (A)",
"patch": {
"offset": 2490991,
"dllName": "soundvoltex.dll",
"data": "B80200000089052A6683009090"
}
},
{
"name": "Indonesia (Y)",
"patch": {
"offset": 2490991,
"dllName": "soundvoltex.dll",
"data": "B80300000089052A6683009090"
}
},
{
"name": "America (U)",
"patch": {
"offset": 2490991,
"dllName": "soundvoltex.dll",
"data": "B80400000089052A6683009090"
}
}
]
},
{
"name": "Force English Sort Options",
"description": "Forces the game to use english sort options within the FX-R menu in song select.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 154636,
"dllName": "soundvoltex.dll",
"dataDisabled": "8B15A69A1E01",
"dataEnabled": "BA0100000090"
},
{
"offset": 154665,
"dllName": "soundvoltex.dll",
"dataDisabled": "8B15899A1E01",
"dataEnabled": "BA0100000090"
},
{
"offset": 154694,
"dllName": "soundvoltex.dll",
"dataDisabled": "8B156C9A1E01",
"dataEnabled": "BA0100000090"
},
{
"offset": 154723,
"dllName": "soundvoltex.dll",
"dataDisabled": "8B154F9A1E01",
"dataEnabled": "BA0100000090"
},
{
"offset": 154752,
"dllName": "soundvoltex.dll",
"dataDisabled": "8B15329A1E01",
"dataEnabled": "BA0100000090"
},
{
"offset": 154787,
"dllName": "soundvoltex.dll",
"dataDisabled": "8B150F9A1E01",
"dataEnabled": "BA0100000090"
},
{
"offset": 154822,
"dllName": "soundvoltex.dll",
"dataDisabled": "8B15EC991E01",
"dataEnabled": "BA0100000090"
},
{
"offset": 9513860,
"dllName": "soundvoltex.dll",
"dataDisabled": "B930B330A23087730698",
"dataEnabled": "530063006F0072006500"
}
]
},
{
"name": "ASIO 2 Channels Mode",
"description": "Use 2 channels instead of 8. Useful for some audio cards.",
"caution": "ONLY for ASIO audio users.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 6046114,
"dllName": "soundvoltex.dll",
"dataDisabled": "08",
"dataEnabled": "05"
}
]
},
{
"name": "Disable power change",
"description": "Prevents the game from changing power settings.",
"caution": "Typically not required with spice2x.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 3474142,
"dllName": "soundvoltex.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
}
]
},
{
"name": "Disable monitor change",
"description": "Prevents the game from changing monitor settings.",
"caution": "Typically not required with spice2x.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 3474294,
"dllName": "soundvoltex.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
}
]
},
{
"name": "Disable Subscreen in Valkyrie mode",
"description": "Forcefully disables the subscreen.",
"caution": "ONLY for Valkyrie (G spec). Consider using spice2x's \"-sdvxnosub\" option instead.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 5470318,
"dllName": "soundvoltex.dll",
"dataDisabled": "83BDB800000002410F93C64488742451",
"dataEnabled": "41B60044887424519090909090909090"
}
]
},
{
"name": "Valkyrie Mode 60Hz",
"description": "Allows the game to run at 60Hz.",
"caution": "ONLY for Valkyrie (G Spec). Might require \"Force BIO2 (KFC) IO in Valkyrie mode\" to work.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 3474333,
"dllName": "soundvoltex.dll",
"dataDisabled": "74",
"dataEnabled": "75"
},
{
"offset": 5471915,
"dllName": "soundvoltex.dll",
"dataDisabled": "74",
"dataEnabled": "75"
},
{
"offset": 5474256,
"dllName": "soundvoltex.dll",
"dataDisabled": "74",
"dataEnabled": "75"
}
]
},
{
"name": "Force BIO2 (KFC) IO in Valkyrie mode",
"description": "Forces the game to use BIO2 IO in Valkyrie mode.",
"caution": "Can be useful for arcade cabinets. If you don't know why you need this, ignore it.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 5790661,
"dllName": "soundvoltex.dll",
"dataDisabled": "8705",
"dataEnabled": "A70C"
}
]
},
{
"name": "Force Enable Headphones",
"description": "Assumes headphones are always connected, allowing for volume control. Useful for cabinets.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 5961190,
"dllName": "soundvoltex.dll",
"dataDisabled": "0F10060F114760",
"dataEnabled": "C7476001000000"
}
]
}
]
+573
View File
@@ -0,0 +1,573 @@
[
{
"gameCode": "KFC",
"version": "2025-10-07",
"lastUpdated": "2025-11-19 10:08:11",
"source": "https://sp2x.two-torial.xyz/"
},
{
"name": "Game FPS Target",
"description": "Forces the game to run at a specific FPS target.",
"gameCode": "KFC",
"type": "union",
"patches": [
{
"name": "60 FPS (Default)",
"patch": {
"offset": 9818582,
"dllName": "soundvoltex.dll",
"data": "4E"
}
},
{
"name": "120 FPS",
"patch": {
"offset": 9818582,
"dllName": "soundvoltex.dll",
"data": "5E"
}
}
]
},
{
"name": "Note FPS Target",
"description": "Forces the game's notes to run at a specific FPS target.",
"gameCode": "KFC",
"type": "union",
"patches": [
{
"name": "60 FPS (Default)",
"patch": {
"offset": 3521800,
"dllName": "soundvoltex.dll",
"data": "660F6EF0F30FE6F6F20F5935B81F6000"
}
},
{
"name": "120 FPS",
"patch": {
"offset": 3521800,
"dllName": "soundvoltex.dll",
"data": "B878000000F20F2AF0F24890F2489090"
}
}
]
},
{
"name": "Shared mode WASAPI",
"description": "Allows for non-exclusive WASAPI audio.",
"caution": "Requires 48000Hz sample rate. Will slightly increase audio latency. Try combining this with the Low Latency Shared Audio option from spice2x.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 6534508,
"dllName": "soundvoltex.dll",
"dataDisabled": "02",
"dataEnabled": "01"
}
]
},
{
"name": "Hide premium guide banner",
"description": "blpass_ef (rainbow outline on health gauge) is shown instead of pt_sousa_usr.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 3748429,
"dllName": "soundvoltex.dll",
"dataDisabled": "6F415600",
"dataEnabled": "9F415600"
}
]
},
{
"name": "Hide all bottom text",
"description": "Hides all text typically found in the bottom corners of the screen such as \"PASELI\" or \"FREE PLAY\".",
"caution": "",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 8899552,
"dllName": "soundvoltex.dll",
"dataDisabled": "4652454520504C4159",
"dataEnabled": "000000000000000000"
},
{
"offset": 8899536,
"dllName": "soundvoltex.dll",
"dataDisabled": "4556454E54204D4F4445",
"dataEnabled": "00000000000000000000"
},
{
"offset": 8899520,
"dllName": "soundvoltex.dll",
"dataDisabled": "54454E4B4149434849204D4F4445",
"dataEnabled": "0000000000000000000000000000"
},
{
"offset": 8899688,
"dllName": "soundvoltex.dll",
"dataDisabled": "504153454C493A202573202B202573",
"dataEnabled": "000000000000000000000000000000"
},
{
"offset": 8899584,
"dllName": "soundvoltex.dll",
"dataDisabled": "4352454449543A202564202020434F494E3A202564202F202564",
"dataEnabled": "0000000000000000000000000000000000000000000000000000"
},
{
"offset": 8899568,
"dllName": "soundvoltex.dll",
"dataDisabled": "4352454449543A20256400",
"dataEnabled": "0000000000000000000000"
},
{
"offset": 8899744,
"dllName": "soundvoltex.dll",
"dataDisabled": "504153454C493A204E4F5420415641494C41424C45",
"dataEnabled": "000000000000000000000000000000000000000000"
},
{
"offset": 8899720,
"dllName": "soundvoltex.dll",
"dataDisabled": "504153454C493A204E4F204143434F554E54",
"dataEnabled": "000000000000000000000000000000000000"
},
{
"offset": 8899703,
"dllName": "soundvoltex.dll",
"dataDisabled": "00504153454C493A20257300",
"dataEnabled": "000000000000000000000000"
},
{
"offset": 8899616,
"dllName": "soundvoltex.dll",
"dataDisabled": "455854524120504153454C493A202573",
"dataEnabled": "00000000000000000000000000000000"
},
{
"offset": 8899767,
"dllName": "soundvoltex.dll",
"dataDisabled": "0025302A6400",
"dataEnabled": "000000000000"
},
{
"offset": 8899328,
"dllName": "soundvoltex.dll",
"dataDisabled": "8347815B83578393834F928682C582B728257381602989F08F9C82B782E982C982CD8365835883678381836A8385815B82C993FC82E8814183658393834C815B82F02030302C2030302C2030302C20362C20302082CC8F8782C5899F82B582C482AD82BE82B382A281420A8347815B83578393834F82F08DC48A4A82B782E98FEA8D8782CD8365835883678356815B839382C530302C2030302C2030302C20362C20312082CC8F8782C5899F82B582C482AD82BE82B382A28142",
"dataEnabled": "000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
}
]
},
{
"name": "Standard/Menu Timer Freeze",
"description": "Freezes all non-premium area timers.",
"caution": "",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 1869461,
"dllName": "soundvoltex.dll",
"dataDisabled": "84",
"dataEnabled": "85"
}
]
},
{
"name": "Premium Free Timer Freeze",
"description": "Freezes all premium area timers.",
"caution": "",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 4683010,
"dllName": "soundvoltex.dll",
"dataDisabled": "0F85",
"dataEnabled": "90E9"
},
{
"offset": 4381859,
"dllName": "soundvoltex.dll",
"dataDisabled": "0F84",
"dataEnabled": "90E9"
},
{
"offset": 3291274,
"dllName": "soundvoltex.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
}
]
},
{
"name": "Premium Time Length",
"description": "Time at which the Premium timer starts. If you have it frozen, that'll be the time shown at all times",
"gameCode": "KFC",
"type": "union",
"patches": [
{
"name": "00:00",
"patch": {
"offset": 4519218,
"dllName": "soundvoltex.dll",
"data": "AAB9650000000000"
}
},
{
"name": "00:01",
"patch": {
"offset": 4519218,
"dllName": "soundvoltex.dll",
"data": "00CA9A3B00000000"
}
},
{
"name": "04:20",
"patch": {
"offset": 4519218,
"dllName": "soundvoltex.dll",
"data": "002835893C000000"
}
},
{
"name": "07:27",
"patch": {
"offset": 4519218,
"dllName": "soundvoltex.dll",
"data": "00B6461368000000"
}
},
{
"name": "13:37",
"patch": {
"offset": 4519218,
"dllName": "soundvoltex.dll",
"data": "00AAFE38BE000000"
}
},
{
"name": "57:30",
"patch": {
"offset": 4519218,
"dllName": "soundvoltex.dll",
"data": "0044064423030000"
}
},
{
"name": "69:00",
"patch": {
"offset": 4519218,
"dllName": "soundvoltex.dll",
"data": "00B83AEBC3030000"
}
},
{
"name": "10 Minutes (Default)",
"patch": {
"offset": 4519218,
"dllName": "soundvoltex.dll",
"data": "0070C9B28B000000"
}
},
{
"name": "15 Minutes",
"patch": {
"offset": 4519218,
"dllName": "soundvoltex.dll",
"data": "00282E8CD1000000"
}
},
{
"name": "20 Minutes",
"patch": {
"offset": 4519218,
"dllName": "soundvoltex.dll",
"data": "00E0926517010000"
}
},
{
"name": "30 Minutes",
"patch": {
"offset": 4519218,
"dllName": "soundvoltex.dll",
"data": "00505C18A3010000"
}
},
{
"name": "45 Minutes",
"patch": {
"offset": 4519218,
"dllName": "soundvoltex.dll",
"data": "00788AA474020000"
}
},
{
"name": "60 Minutes",
"patch": {
"offset": 4519218,
"dllName": "soundvoltex.dll",
"data": "00A0B83046030000"
}
},
{
"name": "90 Minutes",
"patch": {
"offset": 4519218,
"dllName": "soundvoltex.dll",
"data": "00F01449E9040000"
}
}
]
},
{
"name": "Uncensor All Jackets",
"description": "Uncensors all song jackets no matter the region by breaking the path to jacket masks.",
"caution": "",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 9312584,
"dllName": "soundvoltex.dll",
"dataDisabled": "61",
"dataEnabled": "75"
}
]
},
{
"name": "Fake Region",
"description": "Forces the game to run as a specific region without altering language, which allows for region-specific content locking. Use Japan for everything to be unlocked.",
"gameCode": "KFC",
"type": "union",
"patches": [
{
"name": "Default",
"patch": {
"offset": 2536671,
"dllName": "soundvoltex.dll",
"data": "E82C49300085C00F85FA000000"
}
},
{
"name": "Japan (J)",
"patch": {
"offset": 2536671,
"dllName": "soundvoltex.dll",
"data": "B80000000089057E2786009090"
}
},
{
"name": "Korea (K)",
"patch": {
"offset": 2536671,
"dllName": "soundvoltex.dll",
"data": "B80100000089057E2786009090"
}
},
{
"name": "Asia (A)",
"patch": {
"offset": 2536671,
"dllName": "soundvoltex.dll",
"data": "B80200000089057E2786009090"
}
},
{
"name": "Indonesia (Y)",
"patch": {
"offset": 2536671,
"dllName": "soundvoltex.dll",
"data": "B80300000089057E2786009090"
}
},
{
"name": "America (U)",
"patch": {
"offset": 2536671,
"dllName": "soundvoltex.dll",
"data": "B80400000089057E2786009090"
}
}
]
},
{
"name": "Force English Sort Options",
"description": "Forces the game to use english sort options within the FX-R menu in song select.",
"caution": "",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 155692,
"dllName": "soundvoltex.dll",
"dataDisabled": "8B15662C2201",
"dataEnabled": "BA0100000090"
},
{
"offset": 155721,
"dllName": "soundvoltex.dll",
"dataDisabled": "8B15492C2201",
"dataEnabled": "BA0100000090"
},
{
"offset": 155750,
"dllName": "soundvoltex.dll",
"dataDisabled": "8B152C2C2201",
"dataEnabled": "BA0100000090"
},
{
"offset": 155779,
"dllName": "soundvoltex.dll",
"dataDisabled": "8B150F2C2201",
"dataEnabled": "BA0100000090"
},
{
"offset": 155808,
"dllName": "soundvoltex.dll",
"dataDisabled": "8B15F22B2201",
"dataEnabled": "BA0100000090"
},
{
"offset": 155843,
"dllName": "soundvoltex.dll",
"dataDisabled": "8B15CF2B2201",
"dataEnabled": "BA0100000090"
},
{
"offset": 155878,
"dllName": "soundvoltex.dll",
"dataDisabled": "8B15AC2B2201",
"dataEnabled": "BA0100000090"
},
{
"offset": 9708300,
"dllName": "soundvoltex.dll",
"dataDisabled": "B930B330A23087730698",
"dataEnabled": "530063006F0072006500"
}
]
},
{
"name": "ASIO 2 Channels Mode",
"description": "Use 2 channels instead of 8. Useful for some audio cards.",
"caution": "ONLY for ASIO audio users.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 6497278,
"dllName": "soundvoltex.dll",
"dataDisabled": "08",
"dataEnabled": "05"
}
]
},
{
"name": "Disable power change",
"description": "Prevents the game from changing power settings.",
"caution": "Typically not required with spice2x.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 3524238,
"dllName": "soundvoltex.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
}
]
},
{
"name": "Disable monitor change",
"description": "Prevents the game from changing monitor settings.",
"caution": "Typically not required with spice2x.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 3524390,
"dllName": "soundvoltex.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
}
]
},
{
"name": "Disable Subscreen in Valkyrie mode",
"description": "Forcefully disables the subscreen.",
"caution": "ONLY for Valkyrie (G spec). Consider using spice2x's \"-sdvxnosub\" option instead.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 5518270,
"dllName": "soundvoltex.dll",
"dataDisabled": "83BDB800000002410F93C64488742451",
"dataEnabled": "41B60044887424519090909090909090"
}
]
},
{
"name": "Valkyrie Mode 60Hz",
"description": "Allows the game to run at 60Hz.",
"caution": "ONLY for Valkyrie (G Spec). Might require \"Force BIO2 (KFC) IO in Valkyrie mode\" to work.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 3524429,
"dllName": "soundvoltex.dll",
"dataDisabled": "74",
"dataEnabled": "75"
},
{
"offset": 5519867,
"dllName": "soundvoltex.dll",
"dataDisabled": "74",
"dataEnabled": "75"
},
{
"offset": 5522208,
"dllName": "soundvoltex.dll",
"dataDisabled": "74",
"dataEnabled": "75"
}
]
},
{
"name": "Force BIO2 (KFC) IO in Valkyrie mode",
"description": "Forces the game to use BIO2 IO in Valkyrie mode.",
"caution": "Can be useful for arcade cabinets. If you don't know why you need this, ignore it.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 5840373,
"dllName": "soundvoltex.dll",
"dataDisabled": "8705",
"dataEnabled": "A70C"
}
]
},
{
"name": "Force Enable Headphones",
"description": "Assumes headphones are always connected, allowing for volume control. Useful for cabinets.",
"caution": "",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 6010582,
"dllName": "soundvoltex.dll",
"dataDisabled": "0F10060F114760",
"dataEnabled": "C7476001000000"
}
]
}
]
+573
View File
@@ -0,0 +1,573 @@
[
{
"gameCode": "KFC",
"version": "2025-10-21",
"lastUpdated": "2025-11-19 10:08:11",
"source": "https://sp2x.two-torial.xyz/"
},
{
"name": "Game FPS Target",
"description": "Forces the game to run at a specific FPS target.",
"gameCode": "KFC",
"type": "union",
"patches": [
{
"name": "60 FPS (Default)",
"patch": {
"offset": 9818614,
"dllName": "soundvoltex.dll",
"data": "4E"
}
},
{
"name": "120 FPS",
"patch": {
"offset": 9818614,
"dllName": "soundvoltex.dll",
"data": "5E"
}
}
]
},
{
"name": "Note FPS Target",
"description": "Forces the game's notes to run at a specific FPS target.",
"gameCode": "KFC",
"type": "union",
"patches": [
{
"name": "60 FPS (Default)",
"patch": {
"offset": 3521800,
"dllName": "soundvoltex.dll",
"data": "660F6EF0F30FE6F6F20F5935D81F6000"
}
},
{
"name": "120 FPS",
"patch": {
"offset": 3521800,
"dllName": "soundvoltex.dll",
"data": "B878000000F20F2AF0F24890F2489090"
}
}
]
},
{
"name": "Shared mode WASAPI",
"description": "Allows for non-exclusive WASAPI audio.",
"caution": "Requires 48000Hz sample rate. Will slightly increase audio latency. Try combining this with the Low Latency Shared Audio option from spice2x.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 6534588,
"dllName": "soundvoltex.dll",
"dataDisabled": "02",
"dataEnabled": "01"
}
]
},
{
"name": "Hide premium guide banner",
"description": "blpass_ef (rainbow outline on health gauge) is shown instead of pt_sousa_usr.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 3748429,
"dllName": "soundvoltex.dll",
"dataDisabled": "6F415600",
"dataEnabled": "9F415600"
}
]
},
{
"name": "Hide all bottom text",
"description": "Hides all text typically found in the bottom corners of the screen such as \"PASELI\" or \"FREE PLAY\".",
"caution": "",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 8899552,
"dllName": "soundvoltex.dll",
"dataDisabled": "4652454520504C4159",
"dataEnabled": "000000000000000000"
},
{
"offset": 8899536,
"dllName": "soundvoltex.dll",
"dataDisabled": "4556454E54204D4F4445",
"dataEnabled": "00000000000000000000"
},
{
"offset": 8899520,
"dllName": "soundvoltex.dll",
"dataDisabled": "54454E4B4149434849204D4F4445",
"dataEnabled": "0000000000000000000000000000"
},
{
"offset": 8899688,
"dllName": "soundvoltex.dll",
"dataDisabled": "504153454C493A202573202B202573",
"dataEnabled": "000000000000000000000000000000"
},
{
"offset": 8899584,
"dllName": "soundvoltex.dll",
"dataDisabled": "4352454449543A202564202020434F494E3A202564202F202564",
"dataEnabled": "0000000000000000000000000000000000000000000000000000"
},
{
"offset": 8899568,
"dllName": "soundvoltex.dll",
"dataDisabled": "4352454449543A20256400",
"dataEnabled": "0000000000000000000000"
},
{
"offset": 8899744,
"dllName": "soundvoltex.dll",
"dataDisabled": "504153454C493A204E4F5420415641494C41424C45",
"dataEnabled": "000000000000000000000000000000000000000000"
},
{
"offset": 8899720,
"dllName": "soundvoltex.dll",
"dataDisabled": "504153454C493A204E4F204143434F554E54",
"dataEnabled": "000000000000000000000000000000000000"
},
{
"offset": 8899703,
"dllName": "soundvoltex.dll",
"dataDisabled": "00504153454C493A20257300",
"dataEnabled": "000000000000000000000000"
},
{
"offset": 8899616,
"dllName": "soundvoltex.dll",
"dataDisabled": "455854524120504153454C493A202573",
"dataEnabled": "00000000000000000000000000000000"
},
{
"offset": 8899767,
"dllName": "soundvoltex.dll",
"dataDisabled": "0025302A6400",
"dataEnabled": "000000000000"
},
{
"offset": 8899328,
"dllName": "soundvoltex.dll",
"dataDisabled": "8347815B83578393834F928682C582B728257381602989F08F9C82B782E982C982CD8365835883678381836A8385815B82C993FC82E8814183658393834C815B82F02030302C2030302C2030302C20362C20302082CC8F8782C5899F82B582C482AD82BE82B382A281420A8347815B83578393834F82F08DC48A4A82B782E98FEA8D8782CD8365835883678356815B839382C530302C2030302C2030302C20362C20312082CC8F8782C5899F82B582C482AD82BE82B382A28142",
"dataEnabled": "000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
}
]
},
{
"name": "Standard/Menu Timer Freeze",
"description": "Freezes all non-premium area timers.",
"caution": "",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 1869461,
"dllName": "soundvoltex.dll",
"dataDisabled": "84",
"dataEnabled": "85"
}
]
},
{
"name": "Premium Free Timer Freeze",
"description": "Freezes all premium area timers.",
"caution": "",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 4683010,
"dllName": "soundvoltex.dll",
"dataDisabled": "0F85",
"dataEnabled": "90E9"
},
{
"offset": 4381859,
"dllName": "soundvoltex.dll",
"dataDisabled": "0F84",
"dataEnabled": "90E9"
},
{
"offset": 3291274,
"dllName": "soundvoltex.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
}
]
},
{
"name": "Premium Time Length",
"description": "Time at which the Premium timer starts. If you have it frozen, that'll be the time shown at all times",
"gameCode": "KFC",
"type": "union",
"patches": [
{
"name": "00:00",
"patch": {
"offset": 4519218,
"dllName": "soundvoltex.dll",
"data": "AAB9650000000000"
}
},
{
"name": "00:01",
"patch": {
"offset": 4519218,
"dllName": "soundvoltex.dll",
"data": "00CA9A3B00000000"
}
},
{
"name": "04:20",
"patch": {
"offset": 4519218,
"dllName": "soundvoltex.dll",
"data": "002835893C000000"
}
},
{
"name": "07:27",
"patch": {
"offset": 4519218,
"dllName": "soundvoltex.dll",
"data": "00B6461368000000"
}
},
{
"name": "13:37",
"patch": {
"offset": 4519218,
"dllName": "soundvoltex.dll",
"data": "00AAFE38BE000000"
}
},
{
"name": "57:30",
"patch": {
"offset": 4519218,
"dllName": "soundvoltex.dll",
"data": "0044064423030000"
}
},
{
"name": "69:00",
"patch": {
"offset": 4519218,
"dllName": "soundvoltex.dll",
"data": "00B83AEBC3030000"
}
},
{
"name": "10 Minutes (Default)",
"patch": {
"offset": 4519218,
"dllName": "soundvoltex.dll",
"data": "0070C9B28B000000"
}
},
{
"name": "15 Minutes",
"patch": {
"offset": 4519218,
"dllName": "soundvoltex.dll",
"data": "00282E8CD1000000"
}
},
{
"name": "20 Minutes",
"patch": {
"offset": 4519218,
"dllName": "soundvoltex.dll",
"data": "00E0926517010000"
}
},
{
"name": "30 Minutes",
"patch": {
"offset": 4519218,
"dllName": "soundvoltex.dll",
"data": "00505C18A3010000"
}
},
{
"name": "45 Minutes",
"patch": {
"offset": 4519218,
"dllName": "soundvoltex.dll",
"data": "00788AA474020000"
}
},
{
"name": "60 Minutes",
"patch": {
"offset": 4519218,
"dllName": "soundvoltex.dll",
"data": "00A0B83046030000"
}
},
{
"name": "90 Minutes",
"patch": {
"offset": 4519218,
"dllName": "soundvoltex.dll",
"data": "00F01449E9040000"
}
}
]
},
{
"name": "Uncensor All Jackets",
"description": "Uncensors all song jackets no matter the region by breaking the path to jacket masks.",
"caution": "",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 9312584,
"dllName": "soundvoltex.dll",
"dataDisabled": "61",
"dataEnabled": "75"
}
]
},
{
"name": "Fake Region",
"description": "Forces the game to run as a specific region without altering language, which allows for region-specific content locking. Use Japan for everything to be unlocked.",
"gameCode": "KFC",
"type": "union",
"patches": [
{
"name": "Default",
"patch": {
"offset": 2536671,
"dllName": "soundvoltex.dll",
"data": "E87C49300085C00F85FA000000"
}
},
{
"name": "Japan (J)",
"patch": {
"offset": 2536671,
"dllName": "soundvoltex.dll",
"data": "B80000000089057E2786009090"
}
},
{
"name": "Korea (K)",
"patch": {
"offset": 2536671,
"dllName": "soundvoltex.dll",
"data": "B80100000089057E2786009090"
}
},
{
"name": "Asia (A)",
"patch": {
"offset": 2536671,
"dllName": "soundvoltex.dll",
"data": "B80200000089057E2786009090"
}
},
{
"name": "Indonesia (Y)",
"patch": {
"offset": 2536671,
"dllName": "soundvoltex.dll",
"data": "B80300000089057E2786009090"
}
},
{
"name": "America (U)",
"patch": {
"offset": 2536671,
"dllName": "soundvoltex.dll",
"data": "B80400000089057E2786009090"
}
}
]
},
{
"name": "Force English Sort Options",
"description": "Forces the game to use english sort options within the FX-R menu in song select.",
"caution": "",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 155692,
"dllName": "soundvoltex.dll",
"dataDisabled": "8B15662C2201",
"dataEnabled": "BA0100000090"
},
{
"offset": 155721,
"dllName": "soundvoltex.dll",
"dataDisabled": "8B15492C2201",
"dataEnabled": "BA0100000090"
},
{
"offset": 155750,
"dllName": "soundvoltex.dll",
"dataDisabled": "8B152C2C2201",
"dataEnabled": "BA0100000090"
},
{
"offset": 155779,
"dllName": "soundvoltex.dll",
"dataDisabled": "8B150F2C2201",
"dataEnabled": "BA0100000090"
},
{
"offset": 155808,
"dllName": "soundvoltex.dll",
"dataDisabled": "8B15F22B2201",
"dataEnabled": "BA0100000090"
},
{
"offset": 155843,
"dllName": "soundvoltex.dll",
"dataDisabled": "8B15CF2B2201",
"dataEnabled": "BA0100000090"
},
{
"offset": 155878,
"dllName": "soundvoltex.dll",
"dataDisabled": "8B15AC2B2201",
"dataEnabled": "BA0100000090"
},
{
"offset": 9708316,
"dllName": "soundvoltex.dll",
"dataDisabled": "B930B330A23087730698",
"dataEnabled": "530063006F0072006500"
}
]
},
{
"name": "ASIO 2 Channels Mode",
"description": "Use 2 channels instead of 8. Useful for some audio cards.",
"caution": "ONLY for ASIO audio users.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 6497358,
"dllName": "soundvoltex.dll",
"dataDisabled": "08",
"dataEnabled": "05"
}
]
},
{
"name": "Disable power change",
"description": "Prevents the game from changing power settings.",
"caution": "Typically not required with spice2x.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 3524238,
"dllName": "soundvoltex.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
}
]
},
{
"name": "Disable monitor change",
"description": "Prevents the game from changing monitor settings.",
"caution": "Typically not required with spice2x.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 3524390,
"dllName": "soundvoltex.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
}
]
},
{
"name": "Disable Subscreen in Valkyrie mode",
"description": "Forcefully disables the subscreen.",
"caution": "ONLY for Valkyrie (G spec). Consider using spice2x's \"-sdvxnosub\" option instead.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 5518350,
"dllName": "soundvoltex.dll",
"dataDisabled": "83BDB800000002410F93C64488742451",
"dataEnabled": "41B60044887424519090909090909090"
}
]
},
{
"name": "Valkyrie Mode 60Hz",
"description": "Allows the game to run at 60Hz.",
"caution": "ONLY for Valkyrie (G Spec). Might require \"Force BIO2 (KFC) IO in Valkyrie mode\" to work.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 3524429,
"dllName": "soundvoltex.dll",
"dataDisabled": "74",
"dataEnabled": "75"
},
{
"offset": 5519947,
"dllName": "soundvoltex.dll",
"dataDisabled": "74",
"dataEnabled": "75"
},
{
"offset": 5522288,
"dllName": "soundvoltex.dll",
"dataDisabled": "74",
"dataEnabled": "75"
}
]
},
{
"name": "Force BIO2 (KFC) IO in Valkyrie mode",
"description": "Forces the game to use BIO2 IO in Valkyrie mode.",
"caution": "Can be useful for arcade cabinets. If you don't know why you need this, ignore it.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 5840453,
"dllName": "soundvoltex.dll",
"dataDisabled": "8705",
"dataEnabled": "A70C"
}
]
},
{
"name": "Force Enable Headphones",
"description": "Assumes headphones are always connected, allowing for volume control. Useful for cabinets.",
"caution": "",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 6010662,
"dllName": "soundvoltex.dll",
"dataDisabled": "0F10060F114760",
"dataEnabled": "C7476001000000"
}
]
}
]
+573
View File
@@ -0,0 +1,573 @@
[
{
"gameCode": "KFC",
"version": "2025-11-11",
"lastUpdated": "2025-11-19 10:08:11",
"source": "https://sp2x.two-torial.xyz/"
},
{
"name": "Game FPS Target",
"description": "Forces the game to run at a specific FPS target.",
"gameCode": "KFC",
"type": "union",
"patches": [
{
"name": "60 FPS (Default)",
"patch": {
"offset": 9819254,
"dllName": "soundvoltex.dll",
"data": "4E"
}
},
{
"name": "120 FPS",
"patch": {
"offset": 9819254,
"dllName": "soundvoltex.dll",
"data": "5E"
}
}
]
},
{
"name": "Note FPS Target",
"description": "Forces the game's notes to run at a specific FPS target.",
"gameCode": "KFC",
"type": "union",
"patches": [
{
"name": "60 FPS (Default)",
"patch": {
"offset": 3521800,
"dllName": "soundvoltex.dll",
"data": "660F6EF0F30FE6F6F20F593558206000"
}
},
{
"name": "120 FPS",
"patch": {
"offset": 3521800,
"dllName": "soundvoltex.dll",
"data": "B878000000F20F2AF0F24890F2489090"
}
}
]
},
{
"name": "Shared mode WASAPI",
"description": "Allows for non-exclusive WASAPI audio.",
"caution": "Requires 48000Hz sample rate. Will slightly increase audio latency. Try combining this with the Low Latency Shared Audio option from spice2x.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 6534828,
"dllName": "soundvoltex.dll",
"dataDisabled": "02",
"dataEnabled": "01"
}
]
},
{
"name": "Hide premium guide banner",
"description": "blpass_ef (rainbow outline on health gauge) is shown instead of pt_sousa_usr.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 3748429,
"dllName": "soundvoltex.dll",
"dataDisabled": "6F415600",
"dataEnabled": "9F415600"
}
]
},
{
"name": "Hide all bottom text",
"description": "Hides all text typically found in the bottom corners of the screen such as \"PASELI\" or \"FREE PLAY\".",
"caution": "",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 8900064,
"dllName": "soundvoltex.dll",
"dataDisabled": "4652454520504C4159",
"dataEnabled": "000000000000000000"
},
{
"offset": 8900048,
"dllName": "soundvoltex.dll",
"dataDisabled": "4556454E54204D4F4445",
"dataEnabled": "00000000000000000000"
},
{
"offset": 8900032,
"dllName": "soundvoltex.dll",
"dataDisabled": "54454E4B4149434849204D4F4445",
"dataEnabled": "0000000000000000000000000000"
},
{
"offset": 8900200,
"dllName": "soundvoltex.dll",
"dataDisabled": "504153454C493A202573202B202573",
"dataEnabled": "000000000000000000000000000000"
},
{
"offset": 8900096,
"dllName": "soundvoltex.dll",
"dataDisabled": "4352454449543A202564202020434F494E3A202564202F202564",
"dataEnabled": "0000000000000000000000000000000000000000000000000000"
},
{
"offset": 8900080,
"dllName": "soundvoltex.dll",
"dataDisabled": "4352454449543A20256400",
"dataEnabled": "0000000000000000000000"
},
{
"offset": 8900256,
"dllName": "soundvoltex.dll",
"dataDisabled": "504153454C493A204E4F5420415641494C41424C45",
"dataEnabled": "000000000000000000000000000000000000000000"
},
{
"offset": 8900232,
"dllName": "soundvoltex.dll",
"dataDisabled": "504153454C493A204E4F204143434F554E54",
"dataEnabled": "000000000000000000000000000000000000"
},
{
"offset": 8900215,
"dllName": "soundvoltex.dll",
"dataDisabled": "00504153454C493A20257300",
"dataEnabled": "000000000000000000000000"
},
{
"offset": 8900128,
"dllName": "soundvoltex.dll",
"dataDisabled": "455854524120504153454C493A202573",
"dataEnabled": "00000000000000000000000000000000"
},
{
"offset": 8900279,
"dllName": "soundvoltex.dll",
"dataDisabled": "0025302A6400",
"dataEnabled": "000000000000"
},
{
"offset": 8899840,
"dllName": "soundvoltex.dll",
"dataDisabled": "8347815B83578393834F928682C582B728257381602989F08F9C82B782E982C982CD8365835883678381836A8385815B82C993FC82E8814183658393834C815B82F02030302C2030302C2030302C20362C20302082CC8F8782C5899F82B582C482AD82BE82B382A281420A8347815B83578393834F82F08DC48A4A82B782E98FEA8D8782CD8365835883678356815B839382C530302C2030302C2030302C20362C20312082CC8F8782C5899F82B582C482AD82BE82B382A28142",
"dataEnabled": "000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
}
]
},
{
"name": "Standard/Menu Timer Freeze",
"description": "Freezes all non-premium area timers.",
"caution": "",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 1869461,
"dllName": "soundvoltex.dll",
"dataDisabled": "84",
"dataEnabled": "85"
}
]
},
{
"name": "Premium Free Timer Freeze",
"description": "Freezes all premium area timers.",
"caution": "",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 4683250,
"dllName": "soundvoltex.dll",
"dataDisabled": "0F85",
"dataEnabled": "90E9"
},
{
"offset": 4382099,
"dllName": "soundvoltex.dll",
"dataDisabled": "0F84",
"dataEnabled": "90E9"
},
{
"offset": 3291274,
"dllName": "soundvoltex.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
}
]
},
{
"name": "Premium Time Length",
"description": "Time at which the Premium timer starts. If you have it frozen, that'll be the time shown at all times",
"gameCode": "KFC",
"type": "union",
"patches": [
{
"name": "00:00",
"patch": {
"offset": 4519458,
"dllName": "soundvoltex.dll",
"data": "AAB9650000000000"
}
},
{
"name": "00:01",
"patch": {
"offset": 4519458,
"dllName": "soundvoltex.dll",
"data": "00CA9A3B00000000"
}
},
{
"name": "04:20",
"patch": {
"offset": 4519458,
"dllName": "soundvoltex.dll",
"data": "002835893C000000"
}
},
{
"name": "07:27",
"patch": {
"offset": 4519458,
"dllName": "soundvoltex.dll",
"data": "00B6461368000000"
}
},
{
"name": "13:37",
"patch": {
"offset": 4519458,
"dllName": "soundvoltex.dll",
"data": "00AAFE38BE000000"
}
},
{
"name": "57:30",
"patch": {
"offset": 4519458,
"dllName": "soundvoltex.dll",
"data": "0044064423030000"
}
},
{
"name": "69:00",
"patch": {
"offset": 4519458,
"dllName": "soundvoltex.dll",
"data": "00B83AEBC3030000"
}
},
{
"name": "10 Minutes (Default)",
"patch": {
"offset": 4519458,
"dllName": "soundvoltex.dll",
"data": "0070C9B28B000000"
}
},
{
"name": "15 Minutes",
"patch": {
"offset": 4519458,
"dllName": "soundvoltex.dll",
"data": "00282E8CD1000000"
}
},
{
"name": "20 Minutes",
"patch": {
"offset": 4519458,
"dllName": "soundvoltex.dll",
"data": "00E0926517010000"
}
},
{
"name": "30 Minutes",
"patch": {
"offset": 4519458,
"dllName": "soundvoltex.dll",
"data": "00505C18A3010000"
}
},
{
"name": "45 Minutes",
"patch": {
"offset": 4519458,
"dllName": "soundvoltex.dll",
"data": "00788AA474020000"
}
},
{
"name": "60 Minutes",
"patch": {
"offset": 4519458,
"dllName": "soundvoltex.dll",
"data": "00A0B83046030000"
}
},
{
"name": "90 Minutes",
"patch": {
"offset": 4519458,
"dllName": "soundvoltex.dll",
"data": "00F01449E9040000"
}
}
]
},
{
"name": "Uncensor All Jackets",
"description": "Uncensors all song jackets no matter the region by breaking the path to jacket masks.",
"caution": "",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 9313096,
"dllName": "soundvoltex.dll",
"dataDisabled": "61",
"dataEnabled": "75"
}
]
},
{
"name": "Fake Region",
"description": "Forces the game to run as a specific region without altering language, which allows for region-specific content locking. Use Japan for everything to be unlocked.",
"gameCode": "KFC",
"type": "union",
"patches": [
{
"name": "Default",
"patch": {
"offset": 2536671,
"dllName": "soundvoltex.dll",
"data": "E86C4A300085C00F85FA000000"
}
},
{
"name": "Japan (J)",
"patch": {
"offset": 2536671,
"dllName": "soundvoltex.dll",
"data": "B8000000008905D63786009090"
}
},
{
"name": "Korea (K)",
"patch": {
"offset": 2536671,
"dllName": "soundvoltex.dll",
"data": "B8010000008905D63786009090"
}
},
{
"name": "Asia (A)",
"patch": {
"offset": 2536671,
"dllName": "soundvoltex.dll",
"data": "B8020000008905D63786009090"
}
},
{
"name": "Indonesia (Y)",
"patch": {
"offset": 2536671,
"dllName": "soundvoltex.dll",
"data": "B8030000008905D63786009090"
}
},
{
"name": "America (U)",
"patch": {
"offset": 2536671,
"dllName": "soundvoltex.dll",
"data": "B8040000008905D63786009090"
}
}
]
},
{
"name": "Force English Sort Options",
"description": "Forces the game to use english sort options within the FX-R menu in song select.",
"caution": "",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 155692,
"dllName": "soundvoltex.dll",
"dataDisabled": "8B15663C2201",
"dataEnabled": "BA0100000090"
},
{
"offset": 155721,
"dllName": "soundvoltex.dll",
"dataDisabled": "8B15493C2201",
"dataEnabled": "BA0100000090"
},
{
"offset": 155750,
"dllName": "soundvoltex.dll",
"dataDisabled": "8B152C3C2201",
"dataEnabled": "BA0100000090"
},
{
"offset": 155779,
"dllName": "soundvoltex.dll",
"dataDisabled": "8B150F3C2201",
"dataEnabled": "BA0100000090"
},
{
"offset": 155808,
"dllName": "soundvoltex.dll",
"dataDisabled": "8B15F23B2201",
"dataEnabled": "BA0100000090"
},
{
"offset": 155843,
"dllName": "soundvoltex.dll",
"dataDisabled": "8B15CF3B2201",
"dataEnabled": "BA0100000090"
},
{
"offset": 155878,
"dllName": "soundvoltex.dll",
"dataDisabled": "8B15AC3B2201",
"dataEnabled": "BA0100000090"
},
{
"offset": 9708292,
"dllName": "soundvoltex.dll",
"dataDisabled": "B930B330A23087730698",
"dataEnabled": "530063006F0072006500"
}
]
},
{
"name": "ASIO 2 Channels Mode",
"description": "Use 2 channels instead of 8. Useful for some audio cards.",
"caution": "ONLY for ASIO audio users.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 6497598,
"dllName": "soundvoltex.dll",
"dataDisabled": "08",
"dataEnabled": "05"
}
]
},
{
"name": "Disable power change",
"description": "Prevents the game from changing power settings.",
"caution": "Typically not required with spice2x.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 3524238,
"dllName": "soundvoltex.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
}
]
},
{
"name": "Disable monitor change",
"description": "Prevents the game from changing monitor settings.",
"caution": "Typically not required with spice2x.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 3524390,
"dllName": "soundvoltex.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
}
]
},
{
"name": "Disable Subscreen in Valkyrie mode",
"description": "Forcefully disables the subscreen.",
"caution": "ONLY for Valkyrie (G spec). Consider using spice2x's \"-sdvxnosub\" option instead.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 5518590,
"dllName": "soundvoltex.dll",
"dataDisabled": "83BDB800000002410F93C64488742451",
"dataEnabled": "41B60044887424519090909090909090"
}
]
},
{
"name": "Valkyrie Mode 60Hz",
"description": "Allows the game to run at 60Hz.",
"caution": "ONLY for Valkyrie (G Spec). Might require \"Force BIO2 (KFC) IO in Valkyrie mode\" to work.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 3524429,
"dllName": "soundvoltex.dll",
"dataDisabled": "74",
"dataEnabled": "75"
},
{
"offset": 5520187,
"dllName": "soundvoltex.dll",
"dataDisabled": "74",
"dataEnabled": "75"
},
{
"offset": 5522528,
"dllName": "soundvoltex.dll",
"dataDisabled": "74",
"dataEnabled": "75"
}
]
},
{
"name": "Force BIO2 (KFC) IO in Valkyrie mode",
"description": "Forces the game to use BIO2 IO in Valkyrie mode.",
"caution": "Can be useful for arcade cabinets. If you don't know why you need this, ignore it.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 5840693,
"dllName": "soundvoltex.dll",
"dataDisabled": "8705",
"dataEnabled": "A70C"
}
]
},
{
"name": "Force Enable Headphones",
"description": "Assumes headphones are always connected, allowing for volume control. Useful for cabinets.",
"caution": "",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 6010902,
"dllName": "soundvoltex.dll",
"dataDisabled": "0F10060F114760",
"dataEnabled": "C7476001000000"
}
]
}
]
+573
View File
@@ -0,0 +1,573 @@
[
{
"gameCode": "KFC",
"version": "2025-11-25",
"lastUpdated": "2025-11-26 09:31:55",
"source": "https://sp2x.two-torial.xyz/"
},
{
"name": "Game FPS Target",
"description": "Forces the game to run at a specific FPS target.",
"gameCode": "KFC",
"type": "union",
"patches": [
{
"name": "60 FPS (Default)",
"patch": {
"offset": 9829206,
"dllName": "soundvoltex.dll",
"data": "4E"
}
},
{
"name": "120 FPS",
"patch": {
"offset": 9829206,
"dllName": "soundvoltex.dll",
"data": "5E"
}
}
]
},
{
"name": "Note FPS Target",
"description": "Forces the game's notes to run at a specific FPS target.",
"gameCode": "KFC",
"type": "union",
"patches": [
{
"name": "60 FPS (Default)",
"patch": {
"offset": 3529160,
"dllName": "soundvoltex.dll",
"data": "660F6EF0F30FE6F6F20F593578266000"
}
},
{
"name": "120 FPS",
"patch": {
"offset": 3529160,
"dllName": "soundvoltex.dll",
"data": "B878000000F20F2AF0F24890F2489090"
}
}
]
},
{
"name": "Shared mode WASAPI",
"description": "Allows for non-exclusive WASAPI audio.",
"caution": "Requires 48000Hz sample rate. Will slightly increase audio latency. Try combining this with the Low Latency Shared Audio option from spice2x.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 6543468,
"dllName": "soundvoltex.dll",
"dataDisabled": "02",
"dataEnabled": "01"
}
]
},
{
"name": "Hide premium guide banner",
"description": "blpass_ef (rainbow outline on health gauge) is shown instead of pt_sousa_usr.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 3755789,
"dllName": "soundvoltex.dll",
"dataDisabled": "BF455600",
"dataEnabled": "2F435600"
}
]
},
{
"name": "Hide all bottom text",
"description": "Hides all text typically found in the bottom corners of the screen such as \"PASELI\" or \"FREE PLAY\".",
"caution": "",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 8909344,
"dllName": "soundvoltex.dll",
"dataDisabled": "4652454520504C4159",
"dataEnabled": "000000000000000000"
},
{
"offset": 8909328,
"dllName": "soundvoltex.dll",
"dataDisabled": "4556454E54204D4F4445",
"dataEnabled": "00000000000000000000"
},
{
"offset": 8909280,
"dllName": "soundvoltex.dll",
"dataDisabled": "54454E4B4149434849204D4F4445",
"dataEnabled": "0000000000000000000000000000"
},
{
"offset": 8909432,
"dllName": "soundvoltex.dll",
"dataDisabled": "504153454C493A202573202B202573",
"dataEnabled": "000000000000000000000000000000"
},
{
"offset": 8909376,
"dllName": "soundvoltex.dll",
"dataDisabled": "4352454449543A202564202020434F494E3A202564202F202564",
"dataEnabled": "0000000000000000000000000000000000000000000000000000"
},
{
"offset": 8909360,
"dllName": "soundvoltex.dll",
"dataDisabled": "4352454449543A20256400",
"dataEnabled": "0000000000000000000000"
},
{
"offset": 8909296,
"dllName": "soundvoltex.dll",
"dataDisabled": "504153454C493A204E4F5420415641494C41424C45",
"dataEnabled": "000000000000000000000000000000000000000000"
},
{
"offset": 8909464,
"dllName": "soundvoltex.dll",
"dataDisabled": "504153454C493A204E4F204143434F554E54",
"dataEnabled": "000000000000000000000000000000000000"
},
{
"offset": 8909447,
"dllName": "soundvoltex.dll",
"dataDisabled": "00504153454C493A20257300",
"dataEnabled": "000000000000000000000000"
},
{
"offset": 8909408,
"dllName": "soundvoltex.dll",
"dataDisabled": "455854524120504153454C493A202573",
"dataEnabled": "00000000000000000000000000000000"
},
{
"offset": 8909319,
"dllName": "soundvoltex.dll",
"dataDisabled": "0025302A6400",
"dataEnabled": "000000000000"
},
{
"offset": 8909088,
"dllName": "soundvoltex.dll",
"dataDisabled": "8347815B83578393834F928682C582B728257381602989F08F9C82B782E982C982CD8365835883678381836A8385815B82C993FC82E8814183658393834C815B82F02030302C2030302C2030302C20362C20302082CC8F8782C5899F82B582C482AD82BE82B382A281420A8347815B83578393834F82F08DC48A4A82B782E98FEA8D8782CD8365835883678356815B839382C530302C2030302C2030302C20362C20312082CC8F8782C5899F82B582C482AD82BE82B382A28142",
"dataEnabled": "000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
}
]
},
{
"name": "Standard/Menu Timer Freeze",
"description": "Freezes all non-premium area timers.",
"caution": "",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 1872309,
"dllName": "soundvoltex.dll",
"dataDisabled": "84",
"dataEnabled": "85"
}
]
},
{
"name": "Premium Free Timer Freeze",
"description": "Freezes all premium area timers.",
"caution": "",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 4690610,
"dllName": "soundvoltex.dll",
"dataDisabled": "0F85",
"dataEnabled": "90E9"
},
{
"offset": 4389459,
"dllName": "soundvoltex.dll",
"dataDisabled": "0F84",
"dataEnabled": "90E9"
},
{
"offset": 3298666,
"dllName": "soundvoltex.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
}
]
},
{
"name": "Premium Time Length",
"description": "Time at which the Premium timer starts. If you have it frozen, that'll be the time shown at all times",
"gameCode": "KFC",
"type": "union",
"patches": [
{
"name": "00:00",
"patch": {
"offset": 4526818,
"dllName": "soundvoltex.dll",
"data": "AAB9650000000000"
}
},
{
"name": "00:01",
"patch": {
"offset": 4526818,
"dllName": "soundvoltex.dll",
"data": "00CA9A3B00000000"
}
},
{
"name": "04:20",
"patch": {
"offset": 4526818,
"dllName": "soundvoltex.dll",
"data": "002835893C000000"
}
},
{
"name": "07:27",
"patch": {
"offset": 4526818,
"dllName": "soundvoltex.dll",
"data": "00B6461368000000"
}
},
{
"name": "13:37",
"patch": {
"offset": 4526818,
"dllName": "soundvoltex.dll",
"data": "00AAFE38BE000000"
}
},
{
"name": "57:30",
"patch": {
"offset": 4526818,
"dllName": "soundvoltex.dll",
"data": "0044064423030000"
}
},
{
"name": "69:00",
"patch": {
"offset": 4526818,
"dllName": "soundvoltex.dll",
"data": "00B83AEBC3030000"
}
},
{
"name": "10 Minutes (Default)",
"patch": {
"offset": 4526818,
"dllName": "soundvoltex.dll",
"data": "0070C9B28B000000"
}
},
{
"name": "15 Minutes",
"patch": {
"offset": 4526818,
"dllName": "soundvoltex.dll",
"data": "00282E8CD1000000"
}
},
{
"name": "20 Minutes",
"patch": {
"offset": 4526818,
"dllName": "soundvoltex.dll",
"data": "00E0926517010000"
}
},
{
"name": "30 Minutes",
"patch": {
"offset": 4526818,
"dllName": "soundvoltex.dll",
"data": "00505C18A3010000"
}
},
{
"name": "45 Minutes",
"patch": {
"offset": 4526818,
"dllName": "soundvoltex.dll",
"data": "00788AA474020000"
}
},
{
"name": "60 Minutes",
"patch": {
"offset": 4526818,
"dllName": "soundvoltex.dll",
"data": "00A0B83046030000"
}
},
{
"name": "90 Minutes",
"patch": {
"offset": 4526818,
"dllName": "soundvoltex.dll",
"data": "00F01449E9040000"
}
}
]
},
{
"name": "Uncensor All Jackets",
"description": "Uncensors all song jackets no matter the region by breaking the path to jacket masks.",
"caution": "",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 9322240,
"dllName": "soundvoltex.dll",
"dataDisabled": "61",
"dataEnabled": "75"
}
]
},
{
"name": "Fake Region",
"description": "Forces the game to run as a specific region without altering language, which allows for region-specific content locking. Use Japan for everything to be unlocked.",
"gameCode": "KFC",
"type": "union",
"patches": [
{
"name": "Default",
"patch": {
"offset": 2540319,
"dllName": "soundvoltex.dll",
"data": "E8CC55300085C00F85FA000000"
}
},
{
"name": "Japan (J)",
"patch": {
"offset": 2540319,
"dllName": "soundvoltex.dll",
"data": "B8000000008905DE4886009090"
}
},
{
"name": "Korea (K)",
"patch": {
"offset": 2540319,
"dllName": "soundvoltex.dll",
"data": "B8010000008905DE4886009090"
}
},
{
"name": "Asia (A)",
"patch": {
"offset": 2540319,
"dllName": "soundvoltex.dll",
"data": "B8020000008905DE4886009090"
}
},
{
"name": "Indonesia (Y)",
"patch": {
"offset": 2540319,
"dllName": "soundvoltex.dll",
"data": "B8030000008905DE4886009090"
}
},
{
"name": "America (U)",
"patch": {
"offset": 2540319,
"dllName": "soundvoltex.dll",
"data": "B8040000008905DE4886009090"
}
}
]
},
{
"name": "Force English Sort Options",
"description": "Forces the game to use english sort options within the FX-R menu in song select.",
"caution": "",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 155692,
"dllName": "soundvoltex.dll",
"dataDisabled": "8B15B65C2201",
"dataEnabled": "BA0100000090"
},
{
"offset": 155721,
"dllName": "soundvoltex.dll",
"dataDisabled": "8B15995C2201",
"dataEnabled": "BA0100000090"
},
{
"offset": 155750,
"dllName": "soundvoltex.dll",
"dataDisabled": "8B157C5C2201",
"dataEnabled": "BA0100000090"
},
{
"offset": 155779,
"dllName": "soundvoltex.dll",
"dataDisabled": "8B155F5C2201",
"dataEnabled": "BA0100000090"
},
{
"offset": 155808,
"dllName": "soundvoltex.dll",
"dataDisabled": "8B15425C2201",
"dataEnabled": "BA0100000090"
},
{
"offset": 155843,
"dllName": "soundvoltex.dll",
"dataDisabled": "8B151F5C2201",
"dataEnabled": "BA0100000090"
},
{
"offset": 155878,
"dllName": "soundvoltex.dll",
"dataDisabled": "8B15FC5B2201",
"dataEnabled": "BA0100000090"
},
{
"offset": 9718500,
"dllName": "soundvoltex.dll",
"dataDisabled": "B930B330A23087730698",
"dataEnabled": "530063006F0072006500"
}
]
},
{
"name": "ASIO 2 Channels Mode",
"description": "Use 2 channels instead of 8. Useful for some audio cards.",
"caution": "ONLY for ASIO audio users.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 6506238,
"dllName": "soundvoltex.dll",
"dataDisabled": "08",
"dataEnabled": "05"
}
]
},
{
"name": "Disable power change",
"description": "Prevents the game from changing power settings.",
"caution": "Typically not required with spice2x.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 3531598,
"dllName": "soundvoltex.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
}
]
},
{
"name": "Disable monitor change",
"description": "Prevents the game from changing monitor settings.",
"caution": "Typically not required with spice2x.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 3531750,
"dllName": "soundvoltex.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
}
]
},
{
"name": "Disable Subscreen in Valkyrie mode",
"description": "Forcefully disables the subscreen.",
"caution": "ONLY for Valkyrie (G spec). Consider using spice2x's \"-sdvxnosub\" option instead.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 5525902,
"dllName": "soundvoltex.dll",
"dataDisabled": "83BDB800000002410F93C64488742451",
"dataEnabled": "41B60044887424519090909090909090"
}
]
},
{
"name": "Valkyrie Mode 60Hz",
"description": "Allows the game to run at 60Hz.",
"caution": "ONLY for Valkyrie (G Spec). Might require \"Force BIO2 (KFC) IO in Valkyrie mode\" to work.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 3531789,
"dllName": "soundvoltex.dll",
"dataDisabled": "74",
"dataEnabled": "75"
},
{
"offset": 5527499,
"dllName": "soundvoltex.dll",
"dataDisabled": "74",
"dataEnabled": "75"
},
{
"offset": 5529840,
"dllName": "soundvoltex.dll",
"dataDisabled": "74",
"dataEnabled": "75"
}
]
},
{
"name": "Force BIO2 (KFC) IO in Valkyrie mode",
"description": "Forces the game to use BIO2 IO in Valkyrie mode.",
"caution": "Can be useful for arcade cabinets. If you don't know why you need this, ignore it.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 5848501,
"dllName": "soundvoltex.dll",
"dataDisabled": "8705",
"dataEnabled": "A70C"
}
]
},
{
"name": "Force Enable Headphones",
"description": "Assumes headphones are always connected, allowing for volume control. Useful for cabinets.",
"caution": "",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 6018710,
"dllName": "soundvoltex.dll",
"dataDisabled": "0F10060F114760",
"dataEnabled": "C7476001000000"
}
]
}
]
+573
View File
@@ -0,0 +1,573 @@
[
{
"gameCode": "KFC",
"version": "2025-12-09",
"lastUpdated": "2025-12-11 07:42:29",
"source": "https://sp2x.two-torial.xyz/"
},
{
"name": "Game FPS Target",
"description": "Forces the game to run at a specific FPS target.",
"gameCode": "KFC",
"type": "union",
"patches": [
{
"name": "60 FPS (Default)",
"patch": {
"offset": 9832382,
"dllName": "soundvoltex.dll",
"data": "4E"
}
},
{
"name": "120 FPS",
"patch": {
"offset": 9832382,
"dllName": "soundvoltex.dll",
"data": "5E"
}
}
]
},
{
"name": "Note FPS Target",
"description": "Forces the game's notes to run at a specific FPS target.",
"gameCode": "KFC",
"type": "union",
"patches": [
{
"name": "60 FPS (Default)",
"patch": {
"offset": 3531896,
"dllName": "soundvoltex.dll",
"data": "660F6EF0F30FE6F6F20F5935202C6000"
}
},
{
"name": "120 FPS",
"patch": {
"offset": 3531896,
"dllName": "soundvoltex.dll",
"data": "B878000000F20F2AF0F24890F2489090"
}
}
]
},
{
"name": "Shared mode WASAPI",
"description": "Allows for non-exclusive WASAPI audio.",
"caution": "Requires 48000Hz sample rate. Will slightly increase audio latency. Try combining this with the Low Latency Shared Audio option from spice2x.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 6546524,
"dllName": "soundvoltex.dll",
"dataDisabled": "02",
"dataEnabled": "01"
}
]
},
{
"name": "Hide premium guide banner",
"description": "blpass_ef (rainbow outline on health gauge) is shown instead of pt_sousa_usr.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 3758525,
"dllName": "soundvoltex.dll",
"dataDisabled": "774B5600",
"dataEnabled": "674B5600"
}
]
},
{
"name": "Hide all bottom text",
"description": "Hides all text typically found in the bottom corners of the screen such as \"PASELI\" or \"FREE PLAY\".",
"caution": "",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 8912520,
"dllName": "soundvoltex.dll",
"dataDisabled": "4652454520504C4159",
"dataEnabled": "000000000000000000"
},
{
"offset": 8912504,
"dllName": "soundvoltex.dll",
"dataDisabled": "4556454E54204D4F4445",
"dataEnabled": "00000000000000000000"
},
{
"offset": 8912488,
"dllName": "soundvoltex.dll",
"dataDisabled": "54454E4B4149434849204D4F4445",
"dataEnabled": "0000000000000000000000000000"
},
{
"offset": 8912608,
"dllName": "soundvoltex.dll",
"dataDisabled": "504153454C493A202573202B202573",
"dataEnabled": "000000000000000000000000000000"
},
{
"offset": 8912552,
"dllName": "soundvoltex.dll",
"dataDisabled": "4352454449543A202564202020434F494E3A202564202F202564",
"dataEnabled": "0000000000000000000000000000000000000000000000000000"
},
{
"offset": 8912536,
"dllName": "soundvoltex.dll",
"dataDisabled": "4352454449543A20256400",
"dataEnabled": "0000000000000000000000"
},
{
"offset": 8912456,
"dllName": "soundvoltex.dll",
"dataDisabled": "504153454C493A204E4F5420415641494C41424C45",
"dataEnabled": "000000000000000000000000000000000000000000"
},
{
"offset": 8912432,
"dllName": "soundvoltex.dll",
"dataDisabled": "504153454C493A204E4F204143434F554E54",
"dataEnabled": "000000000000000000000000000000000000"
},
{
"offset": 8912623,
"dllName": "soundvoltex.dll",
"dataDisabled": "00504153454C493A20257300",
"dataEnabled": "000000000000000000000000"
},
{
"offset": 8912584,
"dllName": "soundvoltex.dll",
"dataDisabled": "455854524120504153454C493A202573",
"dataEnabled": "00000000000000000000000000000000"
},
{
"offset": 8912479,
"dllName": "soundvoltex.dll",
"dataDisabled": "0025302A6400",
"dataEnabled": "000000000000"
},
{
"offset": 8912240,
"dllName": "soundvoltex.dll",
"dataDisabled": "8347815B83578393834F928682C582B728257381602989F08F9C82B782E982C982CD8365835883678381836A8385815B82C993FC82E8814183658393834C815B82F02030302C2030302C2030302C20362C20302082CC8F8782C5899F82B582C482AD82BE82B382A281420A8347815B83578393834F82F08DC48A4A82B782E98FEA8D8782CD8365835883678356815B839382C530302C2030302C2030302C20362C20312082CC8F8782C5899F82B582C482AD82BE82B382A28142",
"dataEnabled": "000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
}
]
},
{
"name": "Standard/Menu Timer Freeze",
"description": "Freezes all non-premium area timers.",
"caution": "",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 1872965,
"dllName": "soundvoltex.dll",
"dataDisabled": "84",
"dataEnabled": "85"
}
]
},
{
"name": "Premium Free Timer Freeze",
"description": "Freezes all premium area timers.",
"caution": "",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 4693346,
"dllName": "soundvoltex.dll",
"dataDisabled": "0F85",
"dataEnabled": "90E9"
},
{
"offset": 4392195,
"dllName": "soundvoltex.dll",
"dataDisabled": "0F84",
"dataEnabled": "90E9"
},
{
"offset": 3299322,
"dllName": "soundvoltex.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
}
]
},
{
"name": "Premium Time Length",
"description": "Time at which the Premium timer starts. If you have it frozen, that'll be the time shown at all times",
"gameCode": "KFC",
"type": "union",
"patches": [
{
"name": "00:00",
"patch": {
"offset": 4529554,
"dllName": "soundvoltex.dll",
"data": "AAB9650000000000"
}
},
{
"name": "00:01",
"patch": {
"offset": 4529554,
"dllName": "soundvoltex.dll",
"data": "00CA9A3B00000000"
}
},
{
"name": "04:20",
"patch": {
"offset": 4529554,
"dllName": "soundvoltex.dll",
"data": "002835893C000000"
}
},
{
"name": "07:27",
"patch": {
"offset": 4529554,
"dllName": "soundvoltex.dll",
"data": "00B6461368000000"
}
},
{
"name": "13:37",
"patch": {
"offset": 4529554,
"dllName": "soundvoltex.dll",
"data": "00AAFE38BE000000"
}
},
{
"name": "57:30",
"patch": {
"offset": 4529554,
"dllName": "soundvoltex.dll",
"data": "0044064423030000"
}
},
{
"name": "69:00",
"patch": {
"offset": 4529554,
"dllName": "soundvoltex.dll",
"data": "00B83AEBC3030000"
}
},
{
"name": "10 Minutes (Default)",
"patch": {
"offset": 4529554,
"dllName": "soundvoltex.dll",
"data": "0070C9B28B000000"
}
},
{
"name": "15 Minutes",
"patch": {
"offset": 4529554,
"dllName": "soundvoltex.dll",
"data": "00282E8CD1000000"
}
},
{
"name": "20 Minutes",
"patch": {
"offset": 4529554,
"dllName": "soundvoltex.dll",
"data": "00E0926517010000"
}
},
{
"name": "30 Minutes",
"patch": {
"offset": 4529554,
"dllName": "soundvoltex.dll",
"data": "00505C18A3010000"
}
},
{
"name": "45 Minutes",
"patch": {
"offset": 4529554,
"dllName": "soundvoltex.dll",
"data": "00788AA474020000"
}
},
{
"name": "60 Minutes",
"patch": {
"offset": 4529554,
"dllName": "soundvoltex.dll",
"data": "00A0B83046030000"
}
},
{
"name": "90 Minutes",
"patch": {
"offset": 4529554,
"dllName": "soundvoltex.dll",
"data": "00F01449E9040000"
}
}
]
},
{
"name": "Uncensor All Jackets",
"description": "Uncensors all song jackets no matter the region by breaking the path to jacket masks.",
"caution": "",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 9325432,
"dllName": "soundvoltex.dll",
"dataDisabled": "61",
"dataEnabled": "75"
}
]
},
{
"name": "Fake Region",
"description": "Forces the game to run as a specific region without altering language, which allows for region-specific content locking. Use Japan for everything to be unlocked.",
"gameCode": "KFC",
"type": "union",
"patches": [
{
"name": "Default",
"patch": {
"offset": 2540975,
"dllName": "soundvoltex.dll",
"data": "E82C5F300085C00F85FA000000"
}
},
{
"name": "Japan (J)",
"patch": {
"offset": 2540975,
"dllName": "soundvoltex.dll",
"data": "B8000000008905065786009090"
}
},
{
"name": "Korea (K)",
"patch": {
"offset": 2540975,
"dllName": "soundvoltex.dll",
"data": "B8010000008905065786009090"
}
},
{
"name": "Asia (A)",
"patch": {
"offset": 2540975,
"dllName": "soundvoltex.dll",
"data": "B8020000008905065786009090"
}
},
{
"name": "Indonesia (Y)",
"patch": {
"offset": 2540975,
"dllName": "soundvoltex.dll",
"data": "B8030000008905065786009090"
}
},
{
"name": "America (U)",
"patch": {
"offset": 2540975,
"dllName": "soundvoltex.dll",
"data": "B8040000008905065786009090"
}
}
]
},
{
"name": "Force English Sort Options",
"description": "Forces the game to use english sort options within the FX-R menu in song select.",
"caution": "",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 155852,
"dllName": "soundvoltex.dll",
"dataDisabled": "8B15F6702201",
"dataEnabled": "BA0100000090"
},
{
"offset": 155881,
"dllName": "soundvoltex.dll",
"dataDisabled": "8B15D9702201",
"dataEnabled": "BA0100000090"
},
{
"offset": 155910,
"dllName": "soundvoltex.dll",
"dataDisabled": "8B15BC702201",
"dataEnabled": "BA0100000090"
},
{
"offset": 155939,
"dllName": "soundvoltex.dll",
"dataDisabled": "8B159F702201",
"dataEnabled": "BA0100000090"
},
{
"offset": 155968,
"dllName": "soundvoltex.dll",
"dataDisabled": "8B1582702201",
"dataEnabled": "BA0100000090"
},
{
"offset": 156003,
"dllName": "soundvoltex.dll",
"dataDisabled": "8B155F702201",
"dataEnabled": "BA0100000090"
},
{
"offset": 156038,
"dllName": "soundvoltex.dll",
"dataDisabled": "8B153C702201",
"dataEnabled": "BA0100000090"
},
{
"offset": 9720876,
"dllName": "soundvoltex.dll",
"dataDisabled": "B930B330A23087730698",
"dataEnabled": "530063006F0072006500"
}
]
},
{
"name": "ASIO 2 Channels Mode",
"description": "Use 2 channels instead of 8. Useful for some audio cards.",
"caution": "ONLY for ASIO audio users.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 6509294,
"dllName": "soundvoltex.dll",
"dataDisabled": "08",
"dataEnabled": "05"
}
]
},
{
"name": "Disable power change",
"description": "Prevents the game from changing power settings.",
"caution": "Typically not required with spice2x.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 3534334,
"dllName": "soundvoltex.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
}
]
},
{
"name": "Disable monitor change",
"description": "Prevents the game from changing monitor settings.",
"caution": "Typically not required with spice2x.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 3534486,
"dllName": "soundvoltex.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
}
]
},
{
"name": "Disable Subscreen in Valkyrie mode",
"description": "Forcefully disables the subscreen.",
"caution": "ONLY for Valkyrie (G spec). Consider using spice2x's \"-sdvxnosub\" option instead.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 5528734,
"dllName": "soundvoltex.dll",
"dataDisabled": "83BDB800000002410F93C64488742451",
"dataEnabled": "41B60044887424519090909090909090"
}
]
},
{
"name": "Valkyrie Mode 60Hz",
"description": "Allows the game to run at 60Hz.",
"caution": "ONLY for Valkyrie (G Spec). Might require \"Force BIO2 (KFC) IO in Valkyrie mode\" to work.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 3534525,
"dllName": "soundvoltex.dll",
"dataDisabled": "74",
"dataEnabled": "75"
},
{
"offset": 5530331,
"dllName": "soundvoltex.dll",
"dataDisabled": "74",
"dataEnabled": "75"
},
{
"offset": 5532672,
"dllName": "soundvoltex.dll",
"dataDisabled": "74",
"dataEnabled": "75"
}
]
},
{
"name": "Force BIO2 (KFC) IO in Valkyrie mode",
"description": "Forces the game to use BIO2 IO in Valkyrie mode.",
"caution": "Can be useful for arcade cabinets. If you don't know why you need this, ignore it.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 5851557,
"dllName": "soundvoltex.dll",
"dataDisabled": "8705",
"dataEnabled": "A70C"
}
]
},
{
"name": "Force Enable Headphones",
"description": "Assumes headphones are always connected, allowing for volume control. Useful for cabinets.",
"caution": "",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 6021766,
"dllName": "soundvoltex.dll",
"dataDisabled": "0F10060F114760",
"dataEnabled": "C7476001000000"
}
]
}
]
+629
View File
@@ -0,0 +1,629 @@
[
{
"gameCode": "KFC",
"version": "2025-12-24",
"lastUpdated": "2025-12-26 15:51:27",
"source": "https://sp2x.two-torial.xyz/"
},
{
"name": "Game FPS Target",
"description": "Forces the game to run at a specific FPS target.",
"gameCode": "KFC",
"type": "union",
"patches": [
{
"name": "60 FPS (Default)",
"patch": {
"offset": 9469902,
"dllName": "soundvoltex.dll",
"data": "4E"
}
},
{
"name": "120 FPS",
"patch": {
"offset": 9469902,
"dllName": "soundvoltex.dll",
"data": "5E"
}
}
]
},
{
"name": "Note FPS Target",
"description": "Forces the game's notes to run at a specific FPS target.",
"gameCode": "KFC",
"type": "union",
"patches": [
{
"name": "60 FPS (Default)",
"patch": {
"offset": 3772040,
"dllName": "soundvoltex.dll",
"data": "660F6EF0F30FE6F6F20F593550EE5600"
}
},
{
"name": "120 FPS",
"patch": {
"offset": 3772040,
"dllName": "soundvoltex.dll",
"data": "B878000000F20F2AF0F24890F2489090"
}
}
]
},
{
"name": "Shared mode WASAPI",
"description": "Allows for non-exclusive WASAPI audio.",
"caution": "Requires 48000Hz sample rate. Will slightly increase audio latency. Try combining this with the Low Latency Shared Audio option from spice2x.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 6492108,
"dllName": "soundvoltex.dll",
"dataDisabled": "02",
"dataEnabled": "01"
}
]
},
{
"name": "Hide premium guide banner",
"description": "blpass_ef (rainbow outline on health gauge) is shown instead of pt_sousa_usr.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 3993939,
"dllName": "soundvoltex.dll",
"dataDisabled": "096B4D00",
"dataEnabled": "F96A4D00"
}
]
},
{
"name": "Hide all bottom text",
"description": "Hides all text typically found in the bottom corners of the screen such as \"PASELI\" or \"FREE PLAY\".",
"caution": "",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 8892056,
"dllName": "soundvoltex.dll",
"dataDisabled": "4652454520504C4159",
"dataEnabled": "000000000000000000"
},
{
"offset": 8892008,
"dllName": "soundvoltex.dll",
"dataDisabled": "4556454E54204D4F4445",
"dataEnabled": "00000000000000000000"
},
{
"offset": 8892024,
"dllName": "soundvoltex.dll",
"dataDisabled": "54454E4B4149434849204D4F4445",
"dataEnabled": "0000000000000000000000000000"
},
{
"offset": 8892144,
"dllName": "soundvoltex.dll",
"dataDisabled": "504153454C493A202573202B202573",
"dataEnabled": "000000000000000000000000000000"
},
{
"offset": 8892096,
"dllName": "soundvoltex.dll",
"dataDisabled": "4352454449543A202564202020434F494E3A202564202F202564",
"dataEnabled": "0000000000000000000000000000000000000000000000000000"
},
{
"offset": 8892040,
"dllName": "soundvoltex.dll",
"dataDisabled": "4352454449543A20256400",
"dataEnabled": "0000000000000000000000"
},
{
"offset": 8891952,
"dllName": "soundvoltex.dll",
"dataDisabled": "504153454C493A204E4F5420415641494C41424C45",
"dataEnabled": "000000000000000000000000000000000000000000"
},
{
"offset": 8891976,
"dllName": "soundvoltex.dll",
"dataDisabled": "504153454C493A204E4F204143434F554E54",
"dataEnabled": "000000000000000000000000000000000000"
},
{
"offset": 8892127,
"dllName": "soundvoltex.dll",
"dataDisabled": "00504153454C493A20257300",
"dataEnabled": "000000000000000000000000"
},
{
"offset": 8892072,
"dllName": "soundvoltex.dll",
"dataDisabled": "455854524120504153454C493A202573",
"dataEnabled": "00000000000000000000000000000000"
},
{
"offset": 8891995,
"dllName": "soundvoltex.dll",
"dataDisabled": "0025302A6400",
"dataEnabled": "000000000000"
},
{
"offset": 8891712,
"dllName": "soundvoltex.dll",
"dataDisabled": "8347815B83578393834F928682C582B728257381602989F08F9C82B782E982C982CD8365835883678381836A8385815B82C993FC82E8814183658393834C815B82F02030302C2030302C2030302C20362C20302082CC8F8782C5899F82B582C482AD82BE82B382A281420A8347815B83578393834F82F08DC48A4A82B782E98FEA8D8782CD8365835883678356815B839382C530302C2030302C2030302C20362C20312082CC8F8782C5899F82B582C482AD82BE82B382A28142",
"dataEnabled": "000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
}
]
},
{
"name": "Standard/Menu Timer Freeze",
"description": "Freezes all non-premium area timers.",
"caution": "",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 2146408,
"dllName": "soundvoltex.dll",
"dataDisabled": "84",
"dataEnabled": "85"
}
]
},
{
"name": "Premium Free Timer Freeze",
"description": "Freezes all premium area timers.",
"caution": "",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 4830933,
"dllName": "soundvoltex.dll",
"dataDisabled": "0F85",
"dataEnabled": "90E9"
},
{
"offset": 4629539,
"dllName": "soundvoltex.dll",
"dataDisabled": "0F84",
"dataEnabled": "90E9"
},
{
"offset": 3514032,
"dllName": "soundvoltex.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
}
]
},
{
"name": "Premium Time Length",
"description": "Time at which the Premium timer starts. If you have it frozen, that'll be the time shown at all times",
"gameCode": "KFC",
"type": "union",
"patches": [
{
"name": "00:00",
"patch": {
"offset": 4729838,
"dllName": "soundvoltex.dll",
"data": "AAB9650000000000"
}
},
{
"name": "00:01",
"patch": {
"offset": 4729838,
"dllName": "soundvoltex.dll",
"data": "00CA9A3B00000000"
}
},
{
"name": "04:20",
"patch": {
"offset": 4729838,
"dllName": "soundvoltex.dll",
"data": "002835893C000000"
}
},
{
"name": "07:27",
"patch": {
"offset": 4729838,
"dllName": "soundvoltex.dll",
"data": "00B6461368000000"
}
},
{
"name": "13:37",
"patch": {
"offset": 4729838,
"dllName": "soundvoltex.dll",
"data": "00AAFE38BE000000"
}
},
{
"name": "57:30",
"patch": {
"offset": 4729838,
"dllName": "soundvoltex.dll",
"data": "0044064423030000"
}
},
{
"name": "69:00",
"patch": {
"offset": 4729838,
"dllName": "soundvoltex.dll",
"data": "00B83AEBC3030000"
}
},
{
"name": "10 Minutes (Default)",
"patch": {
"offset": 4729838,
"dllName": "soundvoltex.dll",
"data": "0070C9B28B000000"
}
},
{
"name": "15 Minutes",
"patch": {
"offset": 4729838,
"dllName": "soundvoltex.dll",
"data": "00282E8CD1000000"
}
},
{
"name": "20 Minutes",
"patch": {
"offset": 4729838,
"dllName": "soundvoltex.dll",
"data": "00E0926517010000"
}
},
{
"name": "30 Minutes",
"patch": {
"offset": 4729838,
"dllName": "soundvoltex.dll",
"data": "00505C18A3010000"
}
},
{
"name": "45 Minutes",
"patch": {
"offset": 4729838,
"dllName": "soundvoltex.dll",
"data": "00788AA474020000"
}
},
{
"name": "60 Minutes",
"patch": {
"offset": 4729838,
"dllName": "soundvoltex.dll",
"data": "00A0B83046030000"
}
},
{
"name": "90 Minutes",
"patch": {
"offset": 4729838,
"dllName": "soundvoltex.dll",
"data": "00F01449E9040000"
}
}
]
},
{
"name": "Uncensor All Jackets",
"description": "Uncensors all song jackets no matter the region by breaking the path to jacket masks.",
"caution": "",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 8980992,
"dllName": "soundvoltex.dll",
"dataDisabled": "61",
"dataEnabled": "75"
}
]
},
{
"name": "Fake Region",
"description": "Forces the game to run as a specific region without altering language, which allows for region-specific content locking. Use Japan for everything to be unlocked.",
"gameCode": "KFC",
"type": "union",
"patches": [
{
"name": "Default",
"patch": {
"offset": 2776150,
"dllName": "soundvoltex.dll",
"data": "E8E5302C0085C00F85FA000000"
}
},
{
"name": "Japan (J)",
"patch": {
"offset": 2776150,
"dllName": "soundvoltex.dll",
"data": "B8000000008905AF9F7C009090"
}
},
{
"name": "Korea (K)",
"patch": {
"offset": 2776150,
"dllName": "soundvoltex.dll",
"data": "B8010000008905AF9F7C009090"
}
},
{
"name": "Asia (A)",
"patch": {
"offset": 2776150,
"dllName": "soundvoltex.dll",
"data": "B8020000008905AF9F7C009090"
}
},
{
"name": "Indonesia (Y)",
"patch": {
"offset": 2776150,
"dllName": "soundvoltex.dll",
"data": "B8030000008905AF9F7C009090"
}
},
{
"name": "America (U)",
"patch": {
"offset": 2776150,
"dllName": "soundvoltex.dll",
"data": "B8040000008905AF9F7C009090"
}
}
]
},
{
"name": "Force English Sort Options",
"description": "Forces the game to use english sort options within the FX-R menu in song select.",
"caution": "",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 396700,
"dllName": "soundvoltex.dll",
"dataDisabled": "8B15E6DC1B01",
"dataEnabled": "BA0100000090"
},
{
"offset": 396729,
"dllName": "soundvoltex.dll",
"dataDisabled": "8B15C9DC1B01",
"dataEnabled": "BA0100000090"
},
{
"offset": 396758,
"dllName": "soundvoltex.dll",
"dataDisabled": "8B15ACDC1B01",
"dataEnabled": "BA0100000090"
},
{
"offset": 396787,
"dllName": "soundvoltex.dll",
"dataDisabled": "8B158FDC1B01",
"dataEnabled": "BA0100000090"
},
{
"offset": 396816,
"dllName": "soundvoltex.dll",
"dataDisabled": "8B1572DC1B01",
"dataEnabled": "BA0100000090"
},
{
"offset": 396851,
"dllName": "soundvoltex.dll",
"dataDisabled": "8B154FDC1B01",
"dataEnabled": "BA0100000090"
},
{
"offset": 396886,
"dllName": "soundvoltex.dll",
"dataDisabled": "8B152CDC1B01",
"dataEnabled": "BA0100000090"
},
{
"offset": 9359540,
"dllName": "soundvoltex.dll",
"dataDisabled": "B930B330A23087730698",
"dataEnabled": "530063006F0072006500"
}
]
},
{
"name": "ASIO 2 Channels Mode",
"description": "Use 2 channels instead of 8. Useful for some audio cards.",
"caution": "ONLY for ASIO audio users.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 6454878,
"dllName": "soundvoltex.dll",
"dataDisabled": "08",
"dataEnabled": "05"
}
]
},
{
"name": "Disable power change",
"description": "Prevents the game from changing power settings.",
"caution": "Typically not required with spice2x.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 3774478,
"dllName": "soundvoltex.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
}
]
},
{
"name": "Disable monitor change",
"description": "Prevents the game from changing monitor settings.",
"caution": "Typically not required with spice2x.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 3774630,
"dllName": "soundvoltex.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
}
]
},
{
"name": "Disable Subscreen in Valkyrie mode",
"description": "Forcefully disables the subscreen.",
"caution": "ONLY for Valkyrie (G spec). Consider using spice2x's \"-sdvxnosub\" option instead.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 5487310,
"dllName": "soundvoltex.dll",
"dataDisabled": "83BDB800000002410F93C64488742451",
"dataEnabled": "41B60044887424519090909090909090"
}
]
},
{
"name": "Valkyrie Mode 60Hz",
"description": "Allows the game to run at 60Hz.",
"caution": "ONLY for Valkyrie (G Spec). Might require \"Force BIO2 (KFC) IO in Valkyrie mode\" to work.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 3774669,
"dllName": "soundvoltex.dll",
"dataDisabled": "74",
"dataEnabled": "75"
},
{
"offset": 5488907,
"dllName": "soundvoltex.dll",
"dataDisabled": "74",
"dataEnabled": "75"
},
{
"offset": 5491248,
"dllName": "soundvoltex.dll",
"dataDisabled": "74",
"dataEnabled": "75"
}
]
},
{
"name": "Force BIO2 (KFC) IO in Valkyrie mode",
"description": "Forces the game to use BIO2 IO in Valkyrie mode.",
"caution": "Can be useful for arcade cabinets. If you don't know why you need this, ignore it.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 5792293,
"dllName": "soundvoltex.dll",
"dataDisabled": "8705",
"dataEnabled": "A70C"
}
]
},
{
"name": "Force Enable Headphones",
"description": "Assumes headphones are always connected, allowing for volume control. Useful for cabinets.",
"caution": "",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 5966726,
"dllName": "soundvoltex.dll",
"dataDisabled": "0F10060F114760",
"dataEnabled": "C7476001000000"
}
]
},
{
"name": "Unscramble Touch Screen Keypad",
"description": "Unscrambles the touchscreen's Keypad.",
"caution": "",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 1916706,
"dllName": "soundvoltex.dll",
"dataDisabled": "E859100000",
"dataEnabled": "B801000000"
}
]
},
{
"name": "Reroute 'All Factory Settings' Test Menu",
"description": "Hidden debug menus",
"caution": "May be impossible to exit without restarting the game",
"gameCode": "KFC",
"type": "union",
"patches": [
{
"name": "Default",
"patch": {
"offset": 10930480,
"dllName": "soundvoltex.dll",
"data": "60FA398001000000"
}
},
{
"name": "QC Test Menu",
"patch": {
"offset": 10930480,
"dllName": "soundvoltex.dll",
"data": "F0FA398001000000"
}
},
{
"name": "Volume Check System Sounds",
"patch": {
"offset": 10930480,
"dllName": "soundvoltex.dll",
"data": "A0AF398001000000"
}
},
{
"name": "Prototype Viewer (AFP)",
"patch": {
"offset": 10930480,
"dllName": "soundvoltex.dll",
"data": "C0B0398001000000"
}
}
]
}
]
+588
View File
@@ -0,0 +1,588 @@
[
{
"gameCode": "KFC",
"version": "2025-12-26",
"lastUpdated": "2025-12-26 15:51:45",
"source": "https://sp2x.two-torial.xyz/"
},
{
"name": "Game FPS Target",
"description": "Forces the game to run at a specific FPS target.",
"gameCode": "KFC",
"type": "union",
"patches": [
{
"name": "60 FPS (Default)",
"patch": {
"offset": 9469822,
"dllName": "soundvoltex.dll",
"data": "4E"
}
},
{
"name": "120 FPS",
"patch": {
"offset": 9469822,
"dllName": "soundvoltex.dll",
"data": "5E"
}
}
]
},
{
"name": "Note FPS Target",
"description": "Forces the game's notes to run at a specific FPS target.",
"gameCode": "KFC",
"type": "union",
"patches": [
{
"name": "60 FPS (Default)",
"patch": {
"offset": 3772168,
"dllName": "soundvoltex.dll",
"data": "660F6EF0F30FE6F6F20F593580ED5600"
}
},
{
"name": "120 FPS",
"patch": {
"offset": 3772168,
"dllName": "soundvoltex.dll",
"data": "B878000000F20F2AF0F24890F2489090"
}
}
]
},
{
"name": "Shared mode WASAPI",
"description": "Allows for non-exclusive WASAPI audio.",
"caution": "Requires 48000Hz sample rate. Will slightly increase audio latency. Try combining this with the Low Latency Shared Audio option from spice2x.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 6492124,
"dllName": "soundvoltex.dll",
"dataDisabled": "02",
"dataEnabled": "01"
}
]
},
{
"name": "Hide premium guide banner",
"description": "blpass_ef (rainbow outline on health gauge) is shown instead of pt_sousa_usr.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 3994067,
"dllName": "soundvoltex.dll",
"dataDisabled": "996A4D00",
"dataEnabled": "896A4D00"
}
]
},
{
"name": "Hide all bottom text",
"description": "Hides all text typically found in the bottom corners of the screen such as \"PASELI\" or \"FREE PLAY\".",
"caution": "",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 8891680,
"dllName": "soundvoltex.dll",
"dataDisabled": "4652454520504C4159",
"dataEnabled": "000000000000000000"
},
{
"offset": 8892128,
"dllName": "soundvoltex.dll",
"dataDisabled": "4556454E54204D4F4445",
"dataEnabled": "00000000000000000000"
},
{
"offset": 8892144,
"dllName": "soundvoltex.dll",
"dataDisabled": "54454E4B4149434849204D4F4445",
"dataEnabled": "0000000000000000000000000000"
},
{
"offset": 8891768,
"dllName": "soundvoltex.dll",
"dataDisabled": "504153454C493A202573202B202573",
"dataEnabled": "000000000000000000000000000000"
},
{
"offset": 8891720,
"dllName": "soundvoltex.dll",
"dataDisabled": "4352454449543A202564202020434F494E3A202564202F202564",
"dataEnabled": "0000000000000000000000000000000000000000000000000000"
},
{
"offset": 8891664,
"dllName": "soundvoltex.dll",
"dataDisabled": "4352454449543A20256400",
"dataEnabled": "0000000000000000000000"
},
{
"offset": 8891784,
"dllName": "soundvoltex.dll",
"dataDisabled": "504153454C493A204E4F5420415641494C41424C45",
"dataEnabled": "000000000000000000000000000000000000000000"
},
{
"offset": 8891808,
"dllName": "soundvoltex.dll",
"dataDisabled": "504153454C493A204E4F204143434F554E54",
"dataEnabled": "000000000000000000000000000000000000"
},
{
"offset": 8891751,
"dllName": "soundvoltex.dll",
"dataDisabled": "00504153454C493A20257300",
"dataEnabled": "000000000000000000000000"
},
{
"offset": 8891696,
"dllName": "soundvoltex.dll",
"dataDisabled": "455854524120504153454C493A202573",
"dataEnabled": "00000000000000000000000000000000"
},
{
"offset": 8892159,
"dllName": "soundvoltex.dll",
"dataDisabled": "0025302A6400",
"dataEnabled": "000000000000"
},
{
"offset": 8891888,
"dllName": "soundvoltex.dll",
"dataDisabled": "8347815B83578393834F928682C582B728257381602989F08F9C82B782E982C982CD8365835883678381836A8385815B82C993FC82E8814183658393834C815B82F02030302C2030302C2030302C20362C20302082CC8F8782C5899F82B582C482AD82BE82B382A281420A8347815B83578393834F82F08DC48A4A82B782E98FEA8D8782CD8365835883678356815B839382C530302C2030302C2030302C20362C20312082CC8F8782C5899F82B582C482AD82BE82B382A28142",
"dataEnabled": "000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
}
]
},
{
"name": "Standard/Menu Timer Freeze",
"description": "Freezes all non-premium area timers.",
"caution": "",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 2146488,
"dllName": "soundvoltex.dll",
"dataDisabled": "84",
"dataEnabled": "85"
}
]
},
{
"name": "Premium Free Timer Freeze",
"description": "Freezes all premium area timers.",
"caution": "",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 4831061,
"dllName": "soundvoltex.dll",
"dataDisabled": "0F85",
"dataEnabled": "90E9"
},
{
"offset": 4629667,
"dllName": "soundvoltex.dll",
"dataDisabled": "0F84",
"dataEnabled": "90E9"
},
{
"offset": 3514160,
"dllName": "soundvoltex.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
}
]
},
{
"name": "Premium Time Length",
"description": "Time at which the Premium timer starts. If you have it frozen, that'll be the time shown at all times",
"gameCode": "KFC",
"type": "union",
"patches": [
{
"name": "00:00",
"patch": {
"offset": 4729966,
"dllName": "soundvoltex.dll",
"data": "AAB9650000000000"
}
},
{
"name": "00:01",
"patch": {
"offset": 4729966,
"dllName": "soundvoltex.dll",
"data": "00CA9A3B00000000"
}
},
{
"name": "04:20",
"patch": {
"offset": 4729966,
"dllName": "soundvoltex.dll",
"data": "002835893C000000"
}
},
{
"name": "07:27",
"patch": {
"offset": 4729966,
"dllName": "soundvoltex.dll",
"data": "00B6461368000000"
}
},
{
"name": "13:37",
"patch": {
"offset": 4729966,
"dllName": "soundvoltex.dll",
"data": "00AAFE38BE000000"
}
},
{
"name": "57:30",
"patch": {
"offset": 4729966,
"dllName": "soundvoltex.dll",
"data": "0044064423030000"
}
},
{
"name": "69:00",
"patch": {
"offset": 4729966,
"dllName": "soundvoltex.dll",
"data": "00B83AEBC3030000"
}
},
{
"name": "10 Minutes (Default)",
"patch": {
"offset": 4729966,
"dllName": "soundvoltex.dll",
"data": "0070C9B28B000000"
}
},
{
"name": "15 Minutes",
"patch": {
"offset": 4729966,
"dllName": "soundvoltex.dll",
"data": "00282E8CD1000000"
}
},
{
"name": "20 Minutes",
"patch": {
"offset": 4729966,
"dllName": "soundvoltex.dll",
"data": "00E0926517010000"
}
},
{
"name": "30 Minutes",
"patch": {
"offset": 4729966,
"dllName": "soundvoltex.dll",
"data": "00505C18A3010000"
}
},
{
"name": "45 Minutes",
"patch": {
"offset": 4729966,
"dllName": "soundvoltex.dll",
"data": "00788AA474020000"
}
},
{
"name": "60 Minutes",
"patch": {
"offset": 4729966,
"dllName": "soundvoltex.dll",
"data": "00A0B83046030000"
}
},
{
"name": "90 Minutes",
"patch": {
"offset": 4729966,
"dllName": "soundvoltex.dll",
"data": "00F01449E9040000"
}
}
]
},
{
"name": "Uncensor All Jackets",
"description": "Uncensors all song jackets no matter the region by breaking the path to jacket masks.",
"caution": "",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 8981192,
"dllName": "soundvoltex.dll",
"dataDisabled": "61",
"dataEnabled": "75"
}
]
},
{
"name": "Fake Region",
"description": "Forces the game to run as a specific region without altering language, which allows for region-specific content locking. Use Japan for everything to be unlocked.",
"gameCode": "KFC",
"type": "union",
"patches": [
{
"name": "Default",
"patch": {
"offset": 2776214,
"dllName": "soundvoltex.dll",
"data": "E8E5302C0085C00F85FA000000"
}
},
{
"name": "Japan (J)",
"patch": {
"offset": 2776214,
"dllName": "soundvoltex.dll",
"data": "B8000000008905939E7C009090"
}
},
{
"name": "Korea (K)",
"patch": {
"offset": 2776214,
"dllName": "soundvoltex.dll",
"data": "B8010000008905939E7C009090"
}
},
{
"name": "Asia (A)",
"patch": {
"offset": 2776214,
"dllName": "soundvoltex.dll",
"data": "B8020000008905939E7C009090"
}
},
{
"name": "Indonesia (Y)",
"patch": {
"offset": 2776214,
"dllName": "soundvoltex.dll",
"data": "B8030000008905939E7C009090"
}
},
{
"name": "America (U)",
"patch": {
"offset": 2776214,
"dllName": "soundvoltex.dll",
"data": "B8040000008905939E7C009090"
}
}
]
},
{
"name": "Force English Sort Options",
"description": "Forces the game to use english sort options within the FX-R menu in song select.",
"caution": "",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 396700,
"dllName": "soundvoltex.dll",
"dataDisabled": "8B15F6DC1B01",
"dataEnabled": "BA0100000090"
},
{
"offset": 396729,
"dllName": "soundvoltex.dll",
"dataDisabled": "8B15D9DC1B01",
"dataEnabled": "BA0100000090"
},
{
"offset": 396758,
"dllName": "soundvoltex.dll",
"dataDisabled": "8B15BCDC1B01",
"dataEnabled": "BA0100000090"
},
{
"offset": 396787,
"dllName": "soundvoltex.dll",
"dataDisabled": "8B159FDC1B01",
"dataEnabled": "BA0100000090"
},
{
"offset": 396816,
"dllName": "soundvoltex.dll",
"dataDisabled": "8B1582DC1B01",
"dataEnabled": "BA0100000090"
},
{
"offset": 396851,
"dllName": "soundvoltex.dll",
"dataDisabled": "8B155FDC1B01",
"dataEnabled": "BA0100000090"
},
{
"offset": 396886,
"dllName": "soundvoltex.dll",
"dataDisabled": "8B153CDC1B01",
"dataEnabled": "BA0100000090"
},
{
"offset": 9358940,
"dllName": "soundvoltex.dll",
"dataDisabled": "B930B330A23087730698",
"dataEnabled": "530063006F0072006500"
}
]
},
{
"name": "ASIO 2 Channels Mode",
"description": "Use 2 channels instead of 8. Useful for some audio cards.",
"caution": "ONLY for ASIO audio users.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 6454894,
"dllName": "soundvoltex.dll",
"dataDisabled": "08",
"dataEnabled": "05"
}
]
},
{
"name": "Disable power change",
"description": "Prevents the game from changing power settings.",
"caution": "Typically not required with spice2x.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 3774606,
"dllName": "soundvoltex.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
}
]
},
{
"name": "Disable monitor change",
"description": "Prevents the game from changing monitor settings.",
"caution": "Typically not required with spice2x.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 3774758,
"dllName": "soundvoltex.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
}
]
},
{
"name": "Disable Subscreen in Valkyrie mode",
"description": "Forcefully disables the subscreen.",
"caution": "ONLY for Valkyrie (G spec). Consider using spice2x's \"-sdvxnosub\" option instead.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 5487438,
"dllName": "soundvoltex.dll",
"dataDisabled": "83BDB800000002410F93C64488742451",
"dataEnabled": "41B60044887424519090909090909090"
}
]
},
{
"name": "Valkyrie Mode 60Hz",
"description": "Allows the game to run at 60Hz.",
"caution": "ONLY for Valkyrie (G Spec). Might require \"Force BIO2 (KFC) IO in Valkyrie mode\" to work.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 3774797,
"dllName": "soundvoltex.dll",
"dataDisabled": "74",
"dataEnabled": "75"
},
{
"offset": 5489035,
"dllName": "soundvoltex.dll",
"dataDisabled": "74",
"dataEnabled": "75"
},
{
"offset": 5491376,
"dllName": "soundvoltex.dll",
"dataDisabled": "74",
"dataEnabled": "75"
}
]
},
{
"name": "Force BIO2 (KFC) IO in Valkyrie mode",
"description": "Forces the game to use BIO2 IO in Valkyrie mode.",
"caution": "Can be useful for arcade cabinets. If you don't know why you need this, ignore it.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 5792309,
"dllName": "soundvoltex.dll",
"dataDisabled": "8705",
"dataEnabled": "A70C"
}
]
},
{
"name": "Force Enable Headphones",
"description": "Assumes headphones are always connected, allowing for volume control. Useful for cabinets.",
"caution": "",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 5966742,
"dllName": "soundvoltex.dll",
"dataDisabled": "0F10060F114760",
"dataEnabled": "C7476001000000"
}
]
},
{
"name": "Unscramble Touch Screen Keypad",
"description": "Unscrambles the touchscreen's Keypad.",
"caution": "",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 1916786,
"dllName": "soundvoltex.dll",
"dataDisabled": "E859100000",
"dataEnabled": "B801000000"
}
]
}
]
+42
View File
@@ -0,0 +1,42 @@
[
{
"gameCode": "KLP",
"version": "2012-10-01",
"lastUpdated": "2025-05-09 09:15:00",
"source": "https://sp2x.two-torial.xyz/"
},
{
"name": "Fix tutorial hang",
"description": "Enable this if you get stuck in a white screen after initial tutorial",
"gameCode": "KLP",
"type": "memory",
"patches": [
{
"offset": 492264,
"dllName": "lpac.dll",
"dataDisabled": "0F95C0",
"dataEnabled": "0F94C0"
}
]
},
{
"name": "Higher res eagate photo uploads",
"description": "Increases the resolution from 270x480 to 720x1280",
"gameCode": "KLP",
"type": "memory",
"patches": [
{
"offset": 1082775,
"dllName": "lpac.dll",
"dataDisabled": "68E0010000680E01",
"dataEnabled": "680005000068D002"
},
{
"offset": 1082846,
"dllName": "lpac.dll",
"dataDisabled": "74",
"dataEnabled": "EB"
}
]
}
]
+144
View File
@@ -0,0 +1,144 @@
[
{
"gameCode": "L39",
"version": "2012-09-19",
"lastUpdated": "2024-07-02 23:19:38",
"source": "https://sp2x.two-torial.xyz/"
},
{
"name": "Coin Unlock",
"description": "",
"gameCode": "L39",
"type": "memory",
"patches": [
{
"offset": 16688,
"dllName": "popn20.dll",
"dataDisabled": "33C040C3CCCC",
"dataEnabled": "A1D4123910C3"
},
{
"offset": 1362267,
"dllName": "popn20.dll",
"dataDisabled": "39",
"dataEnabled": "44"
},
{
"offset": 1362275,
"dllName": "popn20.dll",
"dataDisabled": "31",
"dataEnabled": "3C"
},
{
"offset": 1362310,
"dllName": "popn20.dll",
"dataDisabled": "741785C07E13",
"dataEnabled": "0F8491000000"
},
{
"offset": 1362323,
"dllName": "popn20.dll",
"dataDisabled": "7E0A5F5E5D89D85B83C408C35F5E5D31C05B83C408C3CCCCA175CCA175C3CCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCA175CCA175C3CCCCCCCCCCA175CCA175C3CCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCA175CCA175C3CCCCCCA175CCA175C3CCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCA175CCA175C3CCCCCCCCCCCCCCCCCCCCCCCCCCCCCC",
"dataEnabled": "74157E0983F8040F8E7D0000005F5E5D8BC35B83C408C38B358CD4191033DBBA010000008BCBD3E28BC3D1F885D57449F6C3017419A15065381085C07402FFD06800F925106A01FFD683C408EB2B8B44841085C07E238BF8EB038D490068F4F825106A01FFD6A14C65381083C40885C07402FFD083EF0175E44383FB047CA0A15465381085C07402FFD05F5E5D33C05B83C408C3"
},
{
"offset": 2674358,
"dllName": "popn20.dll",
"dataDisabled": "4C3D7C3D113E3B3E4B3EE23EEB3EF13EFB3E003F123F423F473F4C3F523F593F5F3F653F8F3F9B3FA33FAB3FB13FC93FE23FF73FFC3F0000",
"dataEnabled": "313D4C3D7C3D113E3B3E4B3EE23EEB3EF13EFB3E003F123F423F473F4C3F523F593F5F3F653F8F3F9B3FA33FAB3FB13FC93FE23FF73FFC3F"
}
]
},
{
"name": "Partial Songs Unlock",
"description": "Unlock a song dedicated to e-amusement that cannot be unlocked by phase MAX.",
"gameCode": "L39",
"type": "memory",
"patches": [
{
"offset": 1939156,
"dllName": "popn20.dll",
"dataDisabled": "04",
"dataEnabled": "00"
},
{
"offset": 1939316,
"dllName": "popn20.dll",
"dataDisabled": "04",
"dataEnabled": "00"
},
{
"offset": 1939476,
"dllName": "popn20.dll",
"dataDisabled": "04",
"dataEnabled": "00"
},
{
"offset": 1939636,
"dllName": "popn20.dll",
"dataDisabled": "04",
"dataEnabled": "00"
},
{
"offset": 1939796,
"dllName": "popn20.dll",
"dataDisabled": "04",
"dataEnabled": "00"
},
{
"offset": 1939956,
"dllName": "popn20.dll",
"dataDisabled": "04",
"dataEnabled": "00"
},
{
"offset": 1940116,
"dllName": "popn20.dll",
"dataDisabled": "04",
"dataEnabled": "00"
},
{
"offset": 1940276,
"dllName": "popn20.dll",
"dataDisabled": "04",
"dataEnabled": "00"
},
{
"offset": 1940436,
"dllName": "popn20.dll",
"dataDisabled": "04",
"dataEnabled": "00"
},
{
"offset": 1940596,
"dllName": "popn20.dll",
"dataDisabled": "04",
"dataEnabled": "00"
},
{
"offset": 1940756,
"dllName": "popn20.dll",
"dataDisabled": "04",
"dataEnabled": "00"
},
{
"offset": 1940916,
"dllName": "popn20.dll",
"dataDisabled": "04",
"dataEnabled": "00"
},
{
"offset": 1941076,
"dllName": "popn20.dll",
"dataDisabled": "04",
"dataEnabled": "00"
},
{
"offset": 1941236,
"dllName": "popn20.dll",
"dataDisabled": "04",
"dataEnabled": "00"
}
]
}
]
+22
View File
@@ -0,0 +1,22 @@
[
{
"gameCode": "L44",
"version": "2014-01-28",
"lastUpdated": "2024-07-02 23:19:38",
"source": "https://sp2x.two-torial.xyz/"
},
{
"name": "Unlock All Songs",
"description": "",
"gameCode": "L44",
"type": "memory",
"patches": [
{
"offset": 7997,
"dllName": "music_db.dll",
"dataDisabled": "02",
"dataEnabled": "1F"
}
]
}
]
+36
View File
@@ -0,0 +1,36 @@
[
{
"gameCode": "L44",
"version": "2014-01-28",
"lastUpdated": "2024-07-02 23:19:38",
"source": "https://sp2x.two-torial.xyz/"
},
{
"name": "SELECT MUSIC Timer Lock",
"description": "",
"gameCode": "L44",
"type": "memory",
"patches": [
{
"offset": 914456,
"dllName": "jubeat.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
}
]
},
{
"name": "Skip Online Matching",
"description": "",
"gameCode": "L44",
"type": "memory",
"patches": [
{
"offset": 775840,
"dllName": "jubeat.dll",
"dataDisabled": "7D",
"dataEnabled": "EB"
}
]
}
]
+22
View File
@@ -0,0 +1,22 @@
[
{
"gameCode": "L44",
"version": "2014-11-18",
"lastUpdated": "2024-07-02 23:19:38",
"source": "https://sp2x.two-torial.xyz/"
},
{
"name": "Unlock all songs",
"description": "",
"gameCode": "L44",
"type": "memory",
"patches": [
{
"offset": 8045,
"dllName": "music_db.dll",
"dataDisabled": "02",
"dataEnabled": "1F"
}
]
}
]
+22
View File
@@ -0,0 +1,22 @@
[
{
"gameCode": "L44",
"version": "2014-11-18",
"lastUpdated": "2024-07-02 23:19:38",
"source": "https://sp2x.two-torial.xyz/"
},
{
"name": "Coin Unlock",
"description": "Check the 'Coin Unlock' option in 'jubeat.dll'",
"gameCode": "L44",
"type": "memory",
"patches": [
{
"offset": 4208,
"dllName": "coin.dll",
"dataDisabled": "000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"dataEnabled": "558BEC83EC1CE885FFFFFF8945F0E87D0100000FB6C085C07405E9CA00000066C745F4000066C745F800008D4DF8518D55F452FF153C81001083C4080FB745F40FB74DF803C183F8107E078B55F0C64201010FB745F4F7D81BC0F7D80FB74DF8F7D91BC9F7D903C18945FCC745EC00000000EB098B55EC83C2018955EC8B45EC3B45FC7D1D68889200106A01FF155C81001083C4086A01FF15F480001083C404EBD2FF15248100100FB6C885C9753A6A036A01FF155081001083C4088945E8BA01000000D1E28955E48B45E82345E40F95C10FB6D185D2741068989200106A01FF155C81001083C4088BE55DC3CCCCCC"
}
]
}
]
+50
View File
@@ -0,0 +1,50 @@
[
{
"gameCode": "L44",
"version": "2014-11-18",
"lastUpdated": "2024-07-02 23:19:38",
"source": "https://sp2x.two-torial.xyz/"
},
{
"name": "SELECT MUSIC Timer Lock",
"description": "",
"gameCode": "L44",
"type": "memory",
"patches": [
{
"offset": 1014655,
"dllName": "jubeat.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
}
]
},
{
"name": "Skip Online Matching",
"description": "",
"gameCode": "L44",
"type": "memory",
"patches": [
{
"offset": 833952,
"dllName": "jubeat.dll",
"dataDisabled": "7D",
"dataEnabled": "EB"
}
]
},
{
"name": "Coin Unlock",
"description": "Check the 'Coin Unlock' option in 'coin.dll'",
"gameCode": "L44",
"type": "memory",
"patches": [
{
"offset": 5981,
"dllName": "jubeat.dll",
"dataDisabled": "EB2200000000000000000000000000000000000000000000000000000000000000000000",
"dataEnabled": "7422FF15F8021810FF15F40218100FB6C085C0740F6A1A68E1050000E812AC000083C408"
}
]
}
]
+22
View File
@@ -0,0 +1,22 @@
[
{
"gameCode": "L44",
"version": "2016-03-27",
"lastUpdated": "2024-07-02 23:19:38",
"source": "https://sp2x.two-torial.xyz/"
},
{
"name": "Unlock All Songs",
"description": "",
"gameCode": "L44",
"type": "memory",
"patches": [
{
"offset": 9837,
"dllName": "music_db.dll",
"dataDisabled": "02",
"dataEnabled": "1F"
}
]
}
]
+50
View File
@@ -0,0 +1,50 @@
[
{
"gameCode": "L44",
"version": "2016-03-27",
"lastUpdated": "2024-07-02 23:19:38",
"source": "https://sp2x.two-torial.xyz/"
},
{
"name": "Disable Tutorial",
"description": "",
"gameCode": "L44",
"type": "memory",
"patches": [
{
"offset": 532345,
"dllName": "jubeat.dll",
"dataDisabled": "0F85C7",
"dataEnabled": "E9C601"
}
]
},
{
"name": "SELECT MUSIC Timer Lock",
"description": "",
"gameCode": "L44",
"type": "memory",
"patches": [
{
"offset": 1500749,
"dllName": "jubeat.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
}
]
},
{
"name": "Skip Online Matching",
"description": "",
"gameCode": "L44",
"type": "memory",
"patches": [
{
"offset": 1410608,
"dllName": "jubeat.dll",
"dataDisabled": "7D",
"dataEnabled": "EB"
}
]
}
]
+22
View File
@@ -0,0 +1,22 @@
[
{
"gameCode": "L44",
"version": "?",
"lastUpdated": "2024-07-02 23:19:38",
"source": "https://sp2x.two-torial.xyz/"
},
{
"name": "Unlock All Songs",
"description": "",
"gameCode": "L44",
"type": "memory",
"patches": [
{
"offset": 6111,
"dllName": "music_db.dll",
"dataDisabled": "7409",
"dataEnabled": "9090"
}
]
}
]
+50
View File
@@ -0,0 +1,50 @@
[
{
"gameCode": "L44",
"version": "2017-06-20",
"lastUpdated": "2024-07-02 23:19:38",
"source": "https://sp2x.two-torial.xyz/"
},
{
"name": "Disable Tutorial",
"description": "",
"gameCode": "L44",
"type": "memory",
"patches": [
{
"offset": 699442,
"dllName": "jubeat.dll",
"dataDisabled": "754A536800",
"dataEnabled": "E990000000"
}
]
},
{
"name": "SELECT MUSIC Timer Lock",
"description": "",
"gameCode": "L44",
"type": "memory",
"patches": [
{
"offset": 525686,
"dllName": "jubeat.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
}
]
},
{
"name": "Skip Online Matching",
"description": "",
"gameCode": "L44",
"type": "memory",
"patches": [
{
"offset": 616823,
"dllName": "jubeat.dll",
"dataDisabled": "7D",
"dataEnabled": "EB"
}
]
}
]
+22
View File
@@ -0,0 +1,22 @@
[
{
"gameCode": "L44",
"version": "?",
"lastUpdated": "2024-07-02 23:19:38",
"source": "https://sp2x.two-torial.xyz/"
},
{
"name": "Unlock All Songs",
"description": "",
"gameCode": "L44",
"type": "memory",
"patches": [
{
"offset": 7055,
"dllName": "music_db.dll",
"dataDisabled": "7409",
"dataEnabled": "9090"
}
]
}
]
+96
View File
@@ -0,0 +1,96 @@
[
{
"gameCode": "L44",
"version": "2018-07-09",
"lastUpdated": "2024-07-02 23:19:38",
"source": "https://sp2x.two-torial.xyz/"
},
{
"name": "Disable Tutorial",
"description": "",
"gameCode": "L44",
"type": "memory",
"patches": [
{
"offset": 851911,
"dllName": "jubeat.dll",
"dataDisabled": "754A576800",
"dataEnabled": "E990000000"
}
]
},
{
"name": "SELECT MUSIC Timer Lock",
"description": "",
"gameCode": "L44",
"type": "memory",
"patches": [
{
"offset": 678473,
"dllName": "jubeat.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
}
]
},
{
"name": "Expert Options Lock",
"description": "As soon as you toggle on expert option, every subsequent play will keep it on.",
"gameCode": "L44",
"type": "memory",
"patches": [
{
"offset": 870041,
"dllName": "jubeat.dll",
"dataDisabled": "891D",
"dataEnabled": "EB0B"
}
]
},
{
"name": "Skip Online Matching",
"description": "",
"gameCode": "L44",
"type": "memory",
"patches": [
{
"offset": 773582,
"dllName": "jubeat.dll",
"dataDisabled": "7D",
"dataEnabled": "EB"
}
]
},
{
"name": "English Concierge Menu Text",
"description": "If text is incorrectly spaced, set your system locale to Japanese.",
"gameCode": "L44",
"type": "memory",
"patches": [
{
"offset": 2136736,
"dllName": "jubeat.dll",
"dataDisabled": "836F815B83578387839382A982E782A8925482B582B582DC82B781420A8DA18DEC82CD636C616E82C582B78149000000415254495354330041525449535432008341815B836583428358836782A982E782A8925482B582B582DC82B781420A8D4482AB82C88341815B836583428358836782AA0A82AB82C182C68CA982C282A982E882DC82B782E68149",
"dataEnabled": "4C65742773207365617263682062792056657273696F6E2E0A54686973206F6E6520697320636C616E2120202000000041525449535433004152544953543200486572652077652063616E20736561726368206279206172746973742E0A537572656C7920796F752063616E2066696E6420796F7572206661766F726974652120202020202020202020"
},
{
"offset": 2136908,
"dllName": "jubeat.dll",
"dataDisabled": "6A756265617482F082E682E8905B82AD82A88A7982B582DD92B882AF82E90A8FE38B898ED28CFC82AF82CC8B40945C82C582B78142",
"dataEnabled": "5468657365206F7074696F6E732061726520666F7220616476616E63656420706C61796572732E2020202020202020202020202020"
},
{
"offset": 2137104,
"dllName": "jubeat.dll",
"dataDisabled": "976C815882C894778C6982F00A8EE682E891B582A682C482A882E882DC82B781420A967B93FA82CD82C782CC94778C6982C982A282BD82B582DC82B582E582A481420000837D815B834A815B33000000837D815B834A815B3200000000000000836F8389834783658342964C82A982C8837D815B834A815B82F00A8EE682E891B582A682C482A882E882DC82B781420A82C782CC837D815B834A815B82AA82A88D4482AB82C582B782A98148000000008A658EED90DD92E8330000008A658EED90DD92E83200000082B182B182C582CD8A658EED90DD92E882AA82C582AB82DC82B782E681420A8B4395AA82C98D8782ED82B982C495CF82A682C482DD82C482CD0A82A282A982AA82C582B582E582A482A98142",
"dataEnabled": "596F752063616E20616C736F2073686F77206F722068696465207468650A436F6D626F20616E642052616E6B20646973706C617920686572652E20202020202020200000837D815B834A815B33000000837D815B834A815B320000000000000057652068617665206120726963682076617269657479206F66206D61726B6572732E0A5768696368206F6E652077696C6C20796F75207069636B3F0000000000000000000000000000000000000000008A658EED90DD92E8330000008A658EED90DD92E832000000596F752063616E206368616E676520766172696F75732073657474696E677320686572652E20202053657420697420757020686F7720796F75206C696B652100000000000000000000000000"
},
{
"offset": 2137596,
"dllName": "jubeat.dll",
"dataDisabled": "6A7562656174204C61622E82CC45444954958896CA82AA975682D782DC82B781490A905682B582A2958896CA82F08A7982B582DD82DC82B582E582A48142000091E589EF3300000091E589EF32000000834783938367838A815B82B582C482A282E991E589EF88EA979782C582B78142000000008358835283413300835883528341320082A082C882BD82CC90AC90D182A982E782A8925482B582B582DC82B781420A8FE38EE882AD82C882E882BD82A2906C82CD9776836083468362834E814900000082A882B782B782DF3300000082A882B782B782DF32000000974C96BC82C88A798BC88141975682D182E282B782A28A798BC882F00A8F5782DF82C482AB82DC82B582BD8142000000835783838393838B33000000835783838393838B320000008A798BC882CC835783838393838B82A982E782A8925482B582B582DC82B781420A8B4382C982C882E9835783838393838B82CD82A082E882DC82B782A9814800838C8378838B3300838C8378838B32008A798BC882CC4C4556454C82A982E782A8925482B582B582DC82B781420A8DA189F182CD82C782CC93EF82B582B382C992A790ED82B582DC82B782A9814800008A798BC896BC33008A798BC896BC32008A798BC896BC82A982E782A8925482B582B582DC82B781420A82ED82BD82AD82B582AA915397CD82C58CA982C282AF82C48E5182E882DC82B7814900838B815B83673300838B815B836732008B4382C982C882E9834A83658353838A8370836C838B82F0835E8362836081490A82B28AF3965D82CC8A798BC882F082A8914982D182B582DC82B78142",
"dataEnabled": "506C6179206D75736963206279206A7562656174204C61622E2045444954210A4C6574277320656E6A6F7920746865206E6577206D757369632E20202020000091E589EF3300000091E589EF3200000046696E642061637469766520746F75726E616D656E747320686572652E2020200000000083588352834133008358835283413200536561726368206279204772616465732E205468652070726F27732075736520746869730A746F20696D70726F766520746865697220736B696C6C732100000082A882B782B782DF3300000082A882B782B782DF32000000974C96BC82C88A798BC88141975682D182E282B782A28A798BC882F00A8F5782DF82C482AB82DC82B582BD8142000000835783838393838B33000000835783838393838B32000000486572652077652063616E207365617263682062792047656E72652E0A5768696368206F6E652061726520796F7520696E20746865206D6F6F6420666F723F00838C8378838B3300838C8378838B32004C6574277320736561726368206279204C4556454C210A446F6E27742062652061667261696420746F206368616C6C656E676520796F757273656C66212000008A798BC896BC33008A798BC896BC3200486572652077652063616E20736561726368206279207469746C652E0A476F6F64206C75636B20776974682074686973206F6E65206C6F6C2E202000838B815B83673300838B815B8367320043686F6F7365207468652063617465676F727920796F752077616E74210A492077696C6C2074616B6520796F7520746F2069742E202020202020202020"
}
]
}
]
+22
View File
@@ -0,0 +1,22 @@
[
{
"gameCode": "L44",
"version": "2020-06-11 -> 2022-05-24",
"lastUpdated": "2024-07-02 23:19:38",
"source": "https://sp2x.two-torial.xyz/"
},
{
"name": "Unlock all songs",
"description": "",
"gameCode": "L44",
"type": "memory",
"patches": [
{
"offset": 7701,
"dllName": "music_db.dll",
"dataDisabled": "740A",
"dataEnabled": "9090"
}
]
}
]
+800
View File
@@ -0,0 +1,800 @@
[
{
"gameCode": "L44",
"version": "2022-05-24, 2022-02-16",
"lastUpdated": "2024-07-10 19:19:36",
"source": "https://sp2x.two-torial.xyz/"
},
{
"name": "Disable Tutorial",
"description": "",
"gameCode": "L44",
"type": "memory",
"patches": [
{
"offset": 881775,
"dllName": "jubeat.dll",
"dataDisabled": "0F857F010000",
"dataEnabled": "E98001000090"
}
]
},
{
"name": "SELECT MUSIC Timer Lock",
"description": "",
"gameCode": "L44",
"type": "memory",
"patches": [
{
"offset": 786034,
"dllName": "jubeat.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
}
]
},
{
"name": "Skip CATEGORY SELECT",
"description": "",
"gameCode": "L44",
"type": "memory",
"patches": [
{
"offset": 786935,
"dllName": "jubeat.dll",
"dataDisabled": "04",
"dataEnabled": "07"
}
]
},
{
"name": "Result Timer Freeze",
"description": "Counts down to 0 then stops",
"gameCode": "L44",
"type": "memory",
"patches": [
{
"offset": 687667,
"dllName": "jubeat.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
}
]
},
{
"name": "Skip Online Matching",
"description": "",
"gameCode": "L44",
"type": "memory",
"patches": [
{
"offset": 865675,
"dllName": "jubeat.dll",
"dataDisabled": "0F8D7201",
"dataEnabled": "E9730100"
}
]
},
{
"name": "Force enable Expert Option",
"description": "",
"gameCode": "L44",
"type": "memory",
"patches": [
{
"offset": 904896,
"dllName": "jubeat.dll",
"dataDisabled": "558BEC",
"dataEnabled": "B001C3"
}
]
},
{
"name": "Force unlock all markers",
"description": "For guest play, online required",
"gameCode": "L44",
"type": "memory",
"patches": [
{
"offset": 1747888,
"dllName": "jubeat.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
},
{
"offset": 1457598,
"dllName": "jubeat.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
},
{
"offset": 1748634,
"dllName": "jubeat.dll",
"dataDisabled": "0FB745B0",
"dataEnabled": "31C09090"
}
]
},
{
"name": "Force unlock all backgrounds",
"description": "For guest play, online required",
"gameCode": "L44",
"type": "memory",
"patches": [
{
"offset": 1269070,
"dllName": "jubeat.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
},
{
"offset": 1457777,
"dllName": "jubeat.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
},
{
"offset": 1269803,
"dllName": "jubeat.dll",
"dataDisabled": "0FB745B0",
"dataEnabled": "31C09090"
}
]
},
{
"name": "Default marker for guest play",
"description": "",
"gameCode": "L44",
"type": "union",
"patches": [
{
"name": "festo(フェスト)",
"patch": {
"dllName": "jubeat.dll",
"data": "2E",
"offset": 385015
}
},
{
"name": "HinaBitter♪(ひなビタ♪)",
"patch": {
"dllName": "jubeat.dll",
"data": "2F",
"offset": 385015
}
},
{
"name": "clan(クラン)",
"patch": {
"dllName": "jubeat.dll",
"data": "2D",
"offset": 385015
}
},
{
"name": "Ochazuke(お茶づけ)",
"patch": {
"dllName": "jubeat.dll",
"data": "2C",
"offset": 385015
}
},
{
"name": "AC Ver. Disney Tsum Tsum(AC版ディズニー ツムツム)",
"patch": {
"dllName": "jubeat.dll",
"data": "2B",
"offset": 385015
}
},
{
"name": "NEW GAME!",
"patch": {
"dllName": "jubeat.dll",
"data": "2A",
"offset": 385015
}
},
{
"name": "Himouto! Umaru-chan(干物妹!うまるちゃん)",
"patch": {
"dllName": "jubeat.dll",
"data": "29",
"offset": 385015
}
},
{
"name": "Qubell(キューベル)",
"patch": {
"dllName": "jubeat.dll",
"data": "28",
"offset": 385015
}
},
{
"name": "prop(プロップ)",
"patch": {
"dllName": "jubeat.dll",
"data": "27",
"offset": 385015
}
},
{
"name": "QMA/CPU Sharon(QMA/CPUシャロン)",
"patch": {
"dllName": "jubeat.dll",
"data": "26",
"offset": 385015
}
},
{
"name": "Shocho(ショッチョー)",
"patch": {
"dllName": "jubeat.dll",
"data": "25",
"offset": 385015
}
},
{
"name": "saucer(ソーサー)",
"patch": {
"dllName": "jubeat.dll",
"data": "24",
"offset": 385015
}
},
{
"name": "Natural block(ナチュラルブロック)",
"patch": {
"dllName": "jubeat.dll",
"data": "23",
"offset": 385015
}
},
{
"name": "Little owl(こびふくろう)",
"patch": {
"dllName": "jubeat.dll",
"data": "22",
"offset": 385015
}
},
{
"name": "Circus(サーカス)",
"patch": {
"dllName": "jubeat.dll",
"data": "21",
"offset": 385015
}
},
{
"name": "copious(コピオス)",
"patch": {
"dllName": "jubeat.dll",
"data": "20",
"offset": 385015
}
},
{
"name": "jubeat-kun(jubeatくん)",
"patch": {
"dllName": "jubeat.dll",
"data": "1C",
"offset": 385015
}
},
{
"name": "Concierge(コンシェルジュ)",
"patch": {
"dllName": "jubeat.dll",
"data": "1B",
"offset": 385015
}
},
{
"name": "Nengoro Neko(ねんごろねこ)",
"patch": {
"dllName": "jubeat.dll",
"data": "1F",
"offset": 385015
}
},
{
"name": "Stopwatch(ストップウォッチ)",
"patch": {
"dllName": "jubeat.dll",
"data": "1E",
"offset": 385015
}
},
{
"name": "Color composition(色彩構成)",
"patch": {
"dllName": "jubeat.dll",
"data": "1D",
"offset": 385015
}
},
{
"name": "knit(ニット)",
"patch": {
"dllName": "jubeat.dll",
"data": "1A",
"offset": 385015
}
},
{
"name": "Stealth(ステルス)",
"patch": {
"dllName": "jubeat.dll",
"data": "19",
"offset": 385015
}
},
{
"name": "Fusuma(襖)",
"patch": {
"dllName": "jubeat.dll",
"data": "16",
"offset": 385015
}
},
{
"name": "Torus(トーラス)",
"patch": {
"dllName": "jubeat.dll",
"data": "12",
"offset": 385015
}
},
{
"name": "Painting(絵画)",
"patch": {
"dllName": "jubeat.dll",
"data": "17",
"offset": 385015
}
},
{
"name": "Blur(ブラー)",
"patch": {
"dllName": "jubeat.dll",
"data": "13",
"offset": 385015
}
},
{
"name": "Banana(バナナ)",
"patch": {
"dllName": "jubeat.dll",
"data": "15",
"offset": 385015
}
},
{
"name": "Shoku(触)",
"patch": {
"dllName": "jubeat.dll",
"data": "14",
"offset": 385015
}
},
{
"name": "Yubiko(ユビ子)",
"patch": {
"dllName": "jubeat.dll",
"data": "18",
"offset": 385015
}
},
{
"name": "ripples(リプルズ)",
"patch": {
"dllName": "jubeat.dll",
"data": "11",
"offset": 385015
}
},
{
"name": "Mirror ball(ミラーボール)",
"patch": {
"dllName": "jubeat.dll",
"data": "10",
"offset": 385015
}
},
{
"name": "Sand art(サンドアート)",
"patch": {
"dllName": "jubeat.dll",
"data": "0D",
"offset": 385015
}
},
{
"name": "Digital block(デジタルブロック)",
"patch": {
"dllName": "jubeat.dll",
"data": "0C",
"offset": 385015
}
},
{
"name": "Blow bubbles(シャボン玉)",
"patch": {
"dllName": "jubeat.dll",
"data": "0E",
"offset": 385015
}
},
{
"name": "Ice(アイス)",
"patch": {
"dllName": "jubeat.dll",
"data": "0A",
"offset": 385015
}
},
{
"name": "Okojo(オコジョ)",
"patch": {
"dllName": "jubeat.dll",
"data": "0F",
"offset": 385015
}
},
{
"name": "Gauge(ゲージ)",
"patch": {
"dllName": "jubeat.dll",
"data": "09",
"offset": 385015
}
},
{
"name": "Volcano(火山)",
"patch": {
"dllName": "jubeat.dll",
"data": "0B",
"offset": 385015
}
},
{
"name": "Tamago(たまご)",
"patch": {
"dllName": "jubeat.dll",
"data": "08",
"offset": 385015
}
},
{
"name": "Target(ターゲット)",
"patch": {
"dllName": "jubeat.dll",
"data": "07",
"offset": 385015
}
},
{
"name": "Fireworks(花火)",
"patch": {
"dllName": "jubeat.dll",
"data": "06",
"offset": 385015
}
},
{
"name": "Blue ring(ブルーリング)",
"patch": {
"dllName": "jubeat.dll",
"data": "05",
"offset": 385015
}
},
{
"name": "Shutter(シャッター)",
"patch": {
"dllName": "jubeat.dll",
"data": "04",
"offset": 385015
}
},
{
"name": "Afro(アフロ)",
"patch": {
"dllName": "jubeat.dll",
"data": "03",
"offset": 385015
}
},
{
"name": "Flower(フラワー)",
"patch": {
"dllName": "jubeat.dll",
"data": "02",
"offset": 385015
}
},
{
"name": "Cyber(サイバー)",
"patch": {
"dllName": "jubeat.dll",
"data": "01",
"offset": 385015
}
}
]
},
{
"name": "Default background for guest play",
"description": "",
"gameCode": "L44",
"type": "union",
"patches": [
{
"name": "Plant(プラント)",
"patch": {
"dllName": "jubeat.dll",
"data": "02",
"offset": 385016
}
},
{
"name": "Ocean(オーシャン)",
"patch": {
"dllName": "jubeat.dll",
"data": "01",
"offset": 385016
}
},
{
"name": "Banana(バナナ)",
"patch": {
"dllName": "jubeat.dll",
"data": "03",
"offset": 385016
}
},
{
"name": "Charcoal Grey(チャコールグレー)",
"patch": {
"dllName": "jubeat.dll",
"data": "04",
"offset": 385016
}
},
{
"name": "Lake(レイク)",
"patch": {
"dllName": "jubeat.dll",
"data": "05",
"offset": 385016
}
},
{
"name": "Charcoal(チャコール)",
"patch": {
"dllName": "jubeat.dll",
"data": "06",
"offset": 385016
}
},
{
"name": "Acerola(アセロラ)",
"patch": {
"dllName": "jubeat.dll",
"data": "07",
"offset": 385016
}
},
{
"name": "Cassis(カシス)",
"patch": {
"dllName": "jubeat.dll",
"data": "0B",
"offset": 385016
}
},
{
"name": "Himouto! Umaru-chan(干物妹!うまるちゃん)",
"patch": {
"dllName": "jubeat.dll",
"data": "08",
"offset": 385016
}
},
{
"name": "NEW GAME!",
"patch": {
"dllName": "jubeat.dll",
"data": "09",
"offset": 385016
}
},
{
"name": "Ochazuke(お茶づけ)",
"patch": {
"dllName": "jubeat.dll",
"data": "0A",
"offset": 385016
}
},
{
"name": "Kotaro and Nengoro Neko(コタローとねんごろねこ)",
"patch": {
"dllName": "jubeat.dll",
"data": "0C",
"offset": 385016
}
},
{
"name": "HinaBitter♪(ひなビタ♪)",
"patch": {
"dllName": "jubeat.dll",
"data": "0D",
"offset": 385016
}
}
]
},
{
"name": "Combo display - guest play default",
"description": "",
"gameCode": "L44",
"type": "union",
"patches": [
{
"name": "ON",
"patch": {
"dllName": "jubeat.dll",
"data": "01",
"offset": 385027
}
},
{
"name": "OFF",
"patch": {
"dllName": "jubeat.dll",
"data": "00",
"offset": 385027
}
}
]
},
{
"name": "Ranking display - guest play default",
"description": "",
"gameCode": "L44",
"type": "union",
"patches": [
{
"name": "ON",
"patch": {
"dllName": "jubeat.dll",
"data": "01",
"offset": 385026
}
},
{
"name": "OFF",
"patch": {
"dllName": "jubeat.dll",
"data": "00",
"offset": 385026
}
}
]
},
{
"name": "HARD MODE - guest play default",
"description": "",
"gameCode": "L44",
"type": "union",
"patches": [
{
"name": "OFF",
"patch": {
"dllName": "jubeat.dll",
"data": "00",
"offset": 385036
}
},
{
"name": "ON",
"patch": {
"dllName": "jubeat.dll",
"data": "01",
"offset": 385036
}
}
]
},
{
"name": "MATCHING option - guest play default",
"description": "Expert option required",
"gameCode": "L44",
"type": "union",
"patches": [
{
"name": "ON",
"patch": {
"dllName": "jubeat.dll",
"data": "01",
"offset": 385035
}
},
{
"name": "OFF",
"patch": {
"dllName": "jubeat.dll",
"data": "00",
"offset": 385035
}
}
]
},
{
"name": "HAZARD option - guest play default",
"description": "Expert option required",
"gameCode": "L44",
"type": "union",
"patches": [
{
"name": "OFF",
"patch": {
"dllName": "jubeat.dll",
"data": "00",
"offset": 385043
}
},
{
"name": "EXC 1",
"patch": {
"dllName": "jubeat.dll",
"data": "01",
"offset": 385043
}
},
{
"name": "EXC 2",
"patch": {
"dllName": "jubeat.dll",
"data": "02",
"offset": 385043
}
},
{
"name": "EXC 3",
"patch": {
"dllName": "jubeat.dll",
"data": "03",
"offset": 385043
}
},
{
"name": "FC 1",
"patch": {
"dllName": "jubeat.dll",
"data": "04",
"offset": 385043
}
},
{
"name": "FC 2",
"patch": {
"dllName": "jubeat.dll",
"data": "05",
"offset": 385043
}
},
{
"name": "FC 3",
"patch": {
"dllName": "jubeat.dll",
"data": "06",
"offset": 385043
}
}
]
}
]
+22
View File
@@ -0,0 +1,22 @@
[
{
"gameCode": "L44",
"version": "2022-08-03",
"lastUpdated": "2024-07-02 23:19:38",
"source": "https://sp2x.two-torial.xyz/"
},
{
"name": "Unlock all songs",
"description": "",
"gameCode": "L44",
"type": "memory",
"patches": [
{
"offset": 7765,
"dllName": "music_db.dll",
"dataDisabled": "740A",
"dataEnabled": "9090"
}
]
}
]
+184
View File
@@ -0,0 +1,184 @@
[
{
"gameCode": "L44",
"version": "2022-08-03",
"lastUpdated": "2024-07-10 19:19:36",
"source": "https://sp2x.two-torial.xyz/"
},
{
"name": "Skip Tutorial",
"description": "",
"gameCode": "L44",
"type": "memory",
"patches": [
{
"offset": 861343,
"dllName": "jubeat.dll",
"dataDisabled": "0F85",
"dataEnabled": "90E9"
}
]
},
{
"name": "Select Music Timer Freeze",
"description": "",
"gameCode": "L44",
"type": "memory",
"patches": [
{
"offset": 771029,
"dllName": "jubeat.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
}
]
},
{
"name": "Skip Category Select",
"description": "",
"gameCode": "L44",
"type": "memory",
"patches": [
{
"offset": 771930,
"dllName": "jubeat.dll",
"dataDisabled": "04",
"dataEnabled": "07"
}
]
},
{
"name": "Result Timer Freeze",
"description": "Counts down to 0 then stops",
"gameCode": "L44",
"type": "memory",
"patches": [
{
"offset": 672411,
"dllName": "jubeat.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
}
]
},
{
"name": "Skip Online Matching",
"description": "",
"gameCode": "L44",
"type": "memory",
"patches": [
{
"offset": 845215,
"dllName": "jubeat.dll",
"dataDisabled": "0F84",
"dataEnabled": "90E9"
}
]
},
{
"name": "Force Unlock All Markers",
"description": "",
"gameCode": "L44",
"type": "memory",
"patches": [
{
"offset": 1444590,
"dllName": "jubeat.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
},
{
"offset": 1740480,
"dllName": "jubeat.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
},
{
"offset": 1741226,
"dllName": "jubeat.dll",
"dataDisabled": "0FB745B0",
"dataEnabled": "31C09090"
}
]
},
{
"name": "Force Unlock All Backgrounds",
"description": "",
"gameCode": "L44",
"type": "memory",
"patches": [
{
"offset": 1255982,
"dllName": "jubeat.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
},
{
"offset": 1256715,
"dllName": "jubeat.dll",
"dataDisabled": "0FB745B0",
"dataEnabled": "31C09090"
},
{
"offset": 1444769,
"dllName": "jubeat.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
}
]
},
{
"name": "Force Enable Expert Option",
"description": "",
"gameCode": "L44",
"type": "memory",
"patches": [
{
"offset": 882656,
"dllName": "jubeat.dll",
"dataDisabled": "558BEC",
"dataEnabled": "B001C3"
}
]
},
{
"name": "Default Marker For Guest Play",
"description": "",
"gameCode": "L44",
"type": "union",
"patches": [
{
"name": "Default",
"patch": {
"dllName": "jubeat.dll",
"data": "31",
"offset": 370167
}
},
{
"name": "Festo",
"patch": {
"dllName": "jubeat.dll",
"data": "2E",
"offset": 370167
}
},
{
"name": "Qubell",
"patch": {
"dllName": "jubeat.dll",
"data": "28",
"offset": 370167
}
},
{
"name": "Shutter",
"patch": {
"dllName": "jubeat.dll",
"data": "04",
"offset": 370167
}
}
]
}
]
+22
View File
@@ -0,0 +1,22 @@
[
{
"gameCode": "L44",
"version": "2023-08-08",
"lastUpdated": "2024-07-02 23:19:38",
"source": "https://sp2x.two-torial.xyz/"
},
{
"name": "Unlock all songs",
"description": "",
"gameCode": "L44",
"type": "memory",
"patches": [
{
"offset": 7845,
"dllName": "music_db.dll",
"dataDisabled": "740A",
"dataEnabled": "9090"
}
]
}
]
+188
View File
@@ -0,0 +1,188 @@
[
{
"gameCode": "L44",
"version": "2023-08-08",
"lastUpdated": "2024-12-15 18:17:03",
"source": "https://sp2x.two-torial.xyz/"
},
{
"name": "Skip Tutorial",
"description": "Skips the tutorial.",
"gameCode": "L44",
"type": "memory",
"patches": [
{
"offset": 871615,
"dllName": "jubeat.dll",
"dataDisabled": "0F85",
"dataEnabled": "90E9"
}
]
},
{
"name": "Skip Online Matching",
"description": "Skips online matching when starting a song.",
"gameCode": "L44",
"type": "memory",
"patches": [
{
"offset": 855423,
"dllName": "jubeat.dll",
"dataDisabled": "0F84",
"dataEnabled": "90E9"
}
]
},
{
"name": "Skip Category Select",
"description": "Skips category select.",
"gameCode": "L44",
"type": "memory",
"patches": [
{
"offset": 781130,
"dllName": "jubeat.dll",
"dataDisabled": "04",
"dataEnabled": "07"
}
]
},
{
"name": "Song Select Timer Freeze",
"description": "Freezes the song select timer.",
"gameCode": "L44",
"type": "memory",
"patches": [
{
"offset": 780229,
"dllName": "jubeat.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
}
]
},
{
"name": "Song Result Timer Freeze",
"description": "Freezes the song result timer. It'll still go down to 0 but then stop.",
"gameCode": "L44",
"type": "memory",
"patches": [
{
"offset": 680811,
"dllName": "jubeat.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
}
]
},
{
"name": "Force Unlock All Markers",
"description": "Force unlocks all markers.",
"caution": "If possible, do this server-side instead of patching.",
"gameCode": "L44",
"type": "memory",
"patches": [
{
"offset": 1458059,
"dllName": "jubeat.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
},
{
"offset": 1757712,
"dllName": "jubeat.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
},
{
"offset": 1758458,
"dllName": "jubeat.dll",
"dataDisabled": "0FB745B0",
"dataEnabled": "31C09090"
}
]
},
{
"name": "Force Unlock All Backgrounds",
"description": "Force unlocks all backgrounds.",
"caution": "If possible, do this server-side instead of patching.",
"gameCode": "L44",
"type": "memory",
"patches": [
{
"offset": 1269342,
"dllName": "jubeat.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
},
{
"offset": 1270075,
"dllName": "jubeat.dll",
"dataDisabled": "0FB745B0",
"dataEnabled": "31C09090"
},
{
"offset": 1458238,
"dllName": "jubeat.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
}
]
},
{
"name": "Force Enable Expert Option",
"description": "Force enables the expert option.",
"caution": "If possible, do this server-side instead of patching.",
"gameCode": "L44",
"type": "memory",
"patches": [
{
"offset": 893088,
"dllName": "jubeat.dll",
"dataDisabled": "558BEC",
"dataEnabled": "B001C3"
}
]
},
{
"name": "Force Default Marker For Guest Play",
"description": "Force sets the default marker for guest play.",
"caution": "If possible use a network and card-in instead of playing as a guest and using this.",
"gameCode": "L44",
"type": "union",
"patches": [
{
"name": "Default",
"patch": {
"offset": 372151,
"dllName": "jubeat.dll",
"data": "31"
}
},
{
"name": "Festo",
"patch": {
"offset": 372151,
"dllName": "jubeat.dll",
"data": "2E"
}
},
{
"name": "Qubell",
"patch": {
"offset": 372151,
"dllName": "jubeat.dll",
"data": "28"
}
},
{
"name": "Shutter",
"patch": {
"offset": 372151,
"dllName": "jubeat.dll",
"data": "04"
}
}
]
}
]
+188
View File
@@ -0,0 +1,188 @@
[
{
"gameCode": "L44",
"version": "2024-02-14",
"lastUpdated": "2024-12-15 18:17:03",
"source": "https://sp2x.two-torial.xyz/"
},
{
"name": "Skip Tutorial",
"description": "Skips the tutorial.",
"gameCode": "L44",
"type": "memory",
"patches": [
{
"offset": 883503,
"dllName": "jubeat.dll",
"dataDisabled": "0F85",
"dataEnabled": "90E9"
}
]
},
{
"name": "Skip Online Matching",
"description": "Skips online matching when starting a song.",
"gameCode": "L44",
"type": "memory",
"patches": [
{
"offset": 867311,
"dllName": "jubeat.dll",
"dataDisabled": "0F84",
"dataEnabled": "90E9"
}
]
},
{
"name": "Skip Category Select",
"description": "Skips category select.",
"gameCode": "L44",
"type": "memory",
"patches": [
{
"offset": 791483,
"dllName": "jubeat.dll",
"dataDisabled": "04",
"dataEnabled": "07"
}
]
},
{
"name": "Song Select Timer Freeze",
"description": "Freezes the song select timer.",
"gameCode": "L44",
"type": "memory",
"patches": [
{
"offset": 790575,
"dllName": "jubeat.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
}
]
},
{
"name": "Song Result Timer Freeze",
"description": "Freezes the song result timer. It'll still go down to 0 but then stop.",
"gameCode": "L44",
"type": "memory",
"patches": [
{
"offset": 690875,
"dllName": "jubeat.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
}
]
},
{
"name": "Force Unlock All Markers",
"description": "Force unlocks all markers.",
"caution": "If possible, do this server-side instead of patching.",
"gameCode": "L44",
"type": "memory",
"patches": [
{
"offset": 1470540,
"dllName": "jubeat.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
},
{
"offset": 1771248,
"dllName": "jubeat.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
},
{
"offset": 1771994,
"dllName": "jubeat.dll",
"dataDisabled": "0FB745B0",
"dataEnabled": "31C09090"
}
]
},
{
"name": "Force Unlock All Backgrounds",
"description": "Force unlocks all backgrounds.",
"caution": "If possible, do this server-side instead of patching.",
"gameCode": "L44",
"type": "memory",
"patches": [
{
"offset": 1281630,
"dllName": "jubeat.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
},
{
"offset": 1282363,
"dllName": "jubeat.dll",
"dataDisabled": "0FB745B0",
"dataEnabled": "31C09090"
},
{
"offset": 1470719,
"dllName": "jubeat.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
}
]
},
{
"name": "Force Enable Expert Option",
"description": "Force enables the expert option.",
"caution": "If possible, do this server-side instead of patching.",
"gameCode": "L44",
"type": "memory",
"patches": [
{
"offset": 905008,
"dllName": "jubeat.dll",
"dataDisabled": "558BEC",
"dataEnabled": "B001C3"
}
]
},
{
"name": "Force Default Marker For Guest Play",
"description": "Force sets the default marker for guest play.",
"caution": "If possible use a network and card-in instead of playing as a guest and using this.",
"gameCode": "L44",
"type": "union",
"patches": [
{
"name": "Default",
"patch": {
"offset": 380759,
"dllName": "jubeat.dll",
"data": "31"
}
},
{
"name": "Festo",
"patch": {
"offset": 380759,
"dllName": "jubeat.dll",
"data": "2E"
}
},
{
"name": "Qubell",
"patch": {
"offset": 380759,
"dllName": "jubeat.dll",
"data": "28"
}
},
{
"name": "Shutter",
"patch": {
"offset": 380759,
"dllName": "jubeat.dll",
"data": "04"
}
}
]
}
]
+22
View File
@@ -0,0 +1,22 @@
[
{
"gameCode": "L44",
"version": "2024-02-14",
"lastUpdated": "2024-07-02 23:19:38",
"source": "https://sp2x.two-torial.xyz/"
},
{
"name": "Unlock all songs",
"description": "",
"gameCode": "L44",
"type": "memory",
"patches": [
{
"offset": 8949,
"dllName": "music_db.dll",
"dataDisabled": "740A",
"dataEnabled": "9090"
}
]
}
]
+188
View File
@@ -0,0 +1,188 @@
[
{
"gameCode": "L44",
"version": "2024-04-22",
"lastUpdated": "2024-12-15 18:17:03",
"source": "https://sp2x.two-torial.xyz/"
},
{
"name": "Skip Tutorial",
"description": "Skips the tutorial.",
"gameCode": "L44",
"type": "memory",
"patches": [
{
"offset": 884383,
"dllName": "jubeat.dll",
"dataDisabled": "0F85",
"dataEnabled": "90E9"
}
]
},
{
"name": "Skip Online Matching",
"description": "Skips online matching when starting a song.",
"gameCode": "L44",
"type": "memory",
"patches": [
{
"offset": 868159,
"dllName": "jubeat.dll",
"dataDisabled": "0F84",
"dataEnabled": "90E9"
}
]
},
{
"name": "Skip Category Select",
"description": "Skips category select.",
"gameCode": "L44",
"type": "memory",
"patches": [
{
"offset": 792523,
"dllName": "jubeat.dll",
"dataDisabled": "04",
"dataEnabled": "07"
}
]
},
{
"name": "Song Select Timer Freeze",
"description": "Freezes the song select timer.",
"gameCode": "L44",
"type": "memory",
"patches": [
{
"offset": 791615,
"dllName": "jubeat.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
}
]
},
{
"name": "Song Result Timer Freeze",
"description": "Freezes the song result timer. It'll still go down to 0 but then stop.",
"gameCode": "L44",
"type": "memory",
"patches": [
{
"offset": 691851,
"dllName": "jubeat.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
}
]
},
{
"name": "Force Unlock All Markers",
"description": "Force unlocks all markers.",
"caution": "If possible, do this server-side instead of patching.",
"gameCode": "L44",
"type": "memory",
"patches": [
{
"offset": 1471885,
"dllName": "jubeat.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
},
{
"offset": 1772848,
"dllName": "jubeat.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
},
{
"offset": 1773594,
"dllName": "jubeat.dll",
"dataDisabled": "0FB745B0",
"dataEnabled": "31C09090"
}
]
},
{
"name": "Force Unlock All Backgrounds",
"description": "Force unlocks all backgrounds.",
"caution": "If possible, do this server-side instead of patching.",
"gameCode": "L44",
"type": "memory",
"patches": [
{
"offset": 1282702,
"dllName": "jubeat.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
},
{
"offset": 1283435,
"dllName": "jubeat.dll",
"dataDisabled": "0FB745B0",
"dataEnabled": "31C09090"
},
{
"offset": 1472064,
"dllName": "jubeat.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
}
]
},
{
"name": "Force Enable Expert Option",
"description": "Force enables the expert option.",
"caution": "If possible, do this server-side instead of patching.",
"gameCode": "L44",
"type": "memory",
"patches": [
{
"offset": 905904,
"dllName": "jubeat.dll",
"dataDisabled": "558BEC",
"dataEnabled": "B001C3"
}
]
},
{
"name": "Force Default Marker For Guest Play",
"description": "Force sets the default marker for guest play.",
"caution": "If possible use a network and card-in instead of playing as a guest and using this.",
"gameCode": "L44",
"type": "union",
"patches": [
{
"name": "Default",
"patch": {
"offset": 381287,
"dllName": "jubeat.dll",
"data": "31"
}
},
{
"name": "Festo",
"patch": {
"offset": 381287,
"dllName": "jubeat.dll",
"data": "2E"
}
},
{
"name": "Qubell",
"patch": {
"offset": 381287,
"dllName": "jubeat.dll",
"data": "28"
}
},
{
"name": "Shutter",
"patch": {
"offset": 381287,
"dllName": "jubeat.dll",
"data": "04"
}
}
]
}
]
+188
View File
@@ -0,0 +1,188 @@
[
{
"gameCode": "L44",
"version": "2024-06-03",
"lastUpdated": "2024-12-15 18:17:03",
"source": "https://sp2x.two-torial.xyz/"
},
{
"name": "Skip Tutorial",
"description": "Skips the tutorial.",
"gameCode": "L44",
"type": "memory",
"patches": [
{
"offset": 885055,
"dllName": "jubeat.dll",
"dataDisabled": "0F85",
"dataEnabled": "90E9"
}
]
},
{
"name": "Skip Online Matching",
"description": "Skips online matching when starting a song.",
"gameCode": "L44",
"type": "memory",
"patches": [
{
"offset": 868863,
"dllName": "jubeat.dll",
"dataDisabled": "0F84",
"dataEnabled": "90E9"
}
]
},
{
"name": "Skip Category Select",
"description": "Skips category select.",
"gameCode": "L44",
"type": "memory",
"patches": [
{
"offset": 793067,
"dllName": "jubeat.dll",
"dataDisabled": "04",
"dataEnabled": "07"
}
]
},
{
"name": "Song Select Timer Freeze",
"description": "Freezes the song select timer.",
"gameCode": "L44",
"type": "memory",
"patches": [
{
"offset": 792159,
"dllName": "jubeat.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
}
]
},
{
"name": "Song Result Timer Freeze",
"description": "Freezes the song result timer. It'll still go down to 0 but then stop.",
"gameCode": "L44",
"type": "memory",
"patches": [
{
"offset": 692283,
"dllName": "jubeat.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
}
]
},
{
"name": "Force Unlock All Markers",
"description": "Force unlocks all markers.",
"caution": "If possible, do this server-side instead of patching.",
"gameCode": "L44",
"type": "memory",
"patches": [
{
"offset": 1473981,
"dllName": "jubeat.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
},
{
"offset": 1776800,
"dllName": "jubeat.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
},
{
"offset": 1777546,
"dllName": "jubeat.dll",
"dataDisabled": "0FB745B0",
"dataEnabled": "31C09090"
}
]
},
{
"name": "Force Unlock All Backgrounds",
"description": "Force unlocks all backgrounds.",
"caution": "If possible, do this server-side instead of patching.",
"gameCode": "L44",
"type": "memory",
"patches": [
{
"offset": 1284894,
"dllName": "jubeat.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
},
{
"offset": 1285627,
"dllName": "jubeat.dll",
"dataDisabled": "0FB745B0",
"dataEnabled": "31C09090"
},
{
"offset": 1474160,
"dllName": "jubeat.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
}
]
},
{
"name": "Force Enable Expert Option",
"description": "Force enables the expert option.",
"caution": "If possible, do this server-side instead of patching.",
"gameCode": "L44",
"type": "memory",
"patches": [
{
"offset": 906592,
"dllName": "jubeat.dll",
"dataDisabled": "558BEC",
"dataEnabled": "B001C3"
}
]
},
{
"name": "Force Default Marker For Guest Play",
"description": "Force sets the default marker for guest play.",
"caution": "If possible use a network and card-in instead of playing as a guest and using this.",
"gameCode": "L44",
"type": "union",
"patches": [
{
"name": "Default",
"patch": {
"offset": 381207,
"dllName": "jubeat.dll",
"data": "31"
}
},
{
"name": "Festo",
"patch": {
"offset": 381207,
"dllName": "jubeat.dll",
"data": "2E"
}
},
{
"name": "Qubell",
"patch": {
"offset": 381207,
"dllName": "jubeat.dll",
"data": "28"
}
},
{
"name": "Shutter",
"patch": {
"offset": 381207,
"dllName": "jubeat.dll",
"data": "04"
}
}
]
}
]
+188
View File
@@ -0,0 +1,188 @@
[
{
"gameCode": "L44",
"version": "2024-07-30",
"lastUpdated": "2024-12-15 18:17:03",
"source": "https://sp2x.two-torial.xyz/"
},
{
"name": "Skip Tutorial",
"description": "Skips the tutorial.",
"gameCode": "L44",
"type": "memory",
"patches": [
{
"offset": 885119,
"dllName": "jubeat.dll",
"dataDisabled": "0F85",
"dataEnabled": "90E9"
}
]
},
{
"name": "Skip Online Matching",
"description": "Skips online matching when starting a song.",
"gameCode": "L44",
"type": "memory",
"patches": [
{
"offset": 868911,
"dllName": "jubeat.dll",
"dataDisabled": "0F84",
"dataEnabled": "90E9"
}
]
},
{
"name": "Skip Category Select",
"description": "Skips category select.",
"gameCode": "L44",
"type": "memory",
"patches": [
{
"offset": 793195,
"dllName": "jubeat.dll",
"dataDisabled": "04",
"dataEnabled": "07"
}
]
},
{
"name": "Song Select Timer Freeze",
"description": "Freezes the song select timer.",
"gameCode": "L44",
"type": "memory",
"patches": [
{
"offset": 792287,
"dllName": "jubeat.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
}
]
},
{
"name": "Song Result Timer Freeze",
"description": "Freezes the song result timer. It'll still go down to 0 but then stop.",
"gameCode": "L44",
"type": "memory",
"patches": [
{
"offset": 692411,
"dllName": "jubeat.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
}
]
},
{
"name": "Force Unlock All Markers",
"description": "Force unlocks all markers.",
"caution": "If possible, do this server-side instead of patching.",
"gameCode": "L44",
"type": "memory",
"patches": [
{
"offset": 1473981,
"dllName": "jubeat.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
},
{
"offset": 1776800,
"dllName": "jubeat.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
},
{
"offset": 1777546,
"dllName": "jubeat.dll",
"dataDisabled": "0FB745B0",
"dataEnabled": "31C09090"
}
]
},
{
"name": "Force Unlock All Backgrounds",
"description": "Force unlocks all backgrounds.",
"caution": "If possible, do this server-side instead of patching.",
"gameCode": "L44",
"type": "memory",
"patches": [
{
"offset": 1284894,
"dllName": "jubeat.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
},
{
"offset": 1285627,
"dllName": "jubeat.dll",
"dataDisabled": "0FB745B0",
"dataEnabled": "31C09090"
},
{
"offset": 1474160,
"dllName": "jubeat.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
}
]
},
{
"name": "Force Enable Expert Option",
"description": "Force enables the expert option.",
"caution": "If possible, do this server-side instead of patching.",
"gameCode": "L44",
"type": "memory",
"patches": [
{
"offset": 906656,
"dllName": "jubeat.dll",
"dataDisabled": "558BEC",
"dataEnabled": "B001C3"
}
]
},
{
"name": "Force Default Marker For Guest Play",
"description": "Force sets the default marker for guest play.",
"caution": "If possible use a network and card-in instead of playing as a guest and using this.",
"gameCode": "L44",
"type": "union",
"patches": [
{
"name": "Default",
"patch": {
"offset": 381287,
"dllName": "jubeat.dll",
"data": "31"
}
},
{
"name": "Festo",
"patch": {
"offset": 381287,
"dllName": "jubeat.dll",
"data": "2E"
}
},
{
"name": "Qubell",
"patch": {
"offset": 381287,
"dllName": "jubeat.dll",
"data": "28"
}
},
{
"name": "Shutter",
"patch": {
"offset": 381287,
"dllName": "jubeat.dll",
"data": "04"
}
}
]
}
]
+188
View File
@@ -0,0 +1,188 @@
[
{
"gameCode": "L44",
"version": "2024-11-27",
"lastUpdated": "2024-12-15 18:17:03",
"source": "https://sp2x.two-torial.xyz/"
},
{
"name": "Skip Tutorial",
"description": "Skips the tutorial.",
"gameCode": "L44",
"type": "memory",
"patches": [
{
"offset": 896383,
"dllName": "jubeat.dll",
"dataDisabled": "0F85",
"dataEnabled": "90E9"
}
]
},
{
"name": "Skip Online Matching",
"description": "Skips online matching when starting a song.",
"gameCode": "L44",
"type": "memory",
"patches": [
{
"offset": 880239,
"dllName": "jubeat.dll",
"dataDisabled": "0F84",
"dataEnabled": "90E9"
}
]
},
{
"name": "Skip Category Select",
"description": "Skips category select.",
"gameCode": "L44",
"type": "memory",
"patches": [
{
"offset": 804475,
"dllName": "jubeat.dll",
"dataDisabled": "04",
"dataEnabled": "07"
}
]
},
{
"name": "Song Select Timer Freeze",
"description": "Freezes the song select timer.",
"gameCode": "L44",
"type": "memory",
"patches": [
{
"offset": 803567,
"dllName": "jubeat.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
}
]
},
{
"name": "Song Result Timer Freeze",
"description": "Freezes the song result timer. It'll still go down to 0 but then stop.",
"gameCode": "L44",
"type": "memory",
"patches": [
{
"offset": 703531,
"dllName": "jubeat.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
}
]
},
{
"name": "Force Unlock All Markers",
"description": "Force unlocks all markers.",
"caution": "If possible, do this server-side instead of patching.",
"gameCode": "L44",
"type": "memory",
"patches": [
{
"offset": 1517052,
"dllName": "jubeat.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
},
{
"offset": 1824112,
"dllName": "jubeat.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
},
{
"offset": 1824858,
"dllName": "jubeat.dll",
"dataDisabled": "0FB745B0",
"dataEnabled": "31C09090"
}
]
},
{
"name": "Force Unlock All Backgrounds",
"description": "Force unlocks all backgrounds.",
"caution": "If possible, do this server-side instead of patching.",
"gameCode": "L44",
"type": "memory",
"patches": [
{
"offset": 1327790,
"dllName": "jubeat.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
},
{
"offset": 1328555,
"dllName": "jubeat.dll",
"dataDisabled": "0FB745B0",
"dataEnabled": "31C09090"
},
{
"offset": 1517231,
"dllName": "jubeat.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
}
]
},
{
"name": "Force Enable Expert Option",
"description": "Force enables the expert option.",
"caution": "If possible, do this server-side instead of patching.",
"gameCode": "L44",
"type": "memory",
"patches": [
{
"offset": 917920,
"dllName": "jubeat.dll",
"dataDisabled": "558BEC",
"dataEnabled": "B001C3"
}
]
},
{
"name": "Force Default Marker For Guest Play",
"description": "Force sets the default marker for guest play.",
"caution": "If possible use a network and card-in instead of playing as a guest and using this.",
"gameCode": "L44",
"type": "union",
"patches": [
{
"name": "Default",
"patch": {
"offset": 381367,
"dllName": "jubeat.dll",
"data": "31"
}
},
{
"name": "Festo",
"patch": {
"offset": 381367,
"dllName": "jubeat.dll",
"data": "2E"
}
},
{
"name": "Qubell",
"patch": {
"offset": 381367,
"dllName": "jubeat.dll",
"data": "28"
}
},
{
"name": "Shutter",
"patch": {
"offset": 381367,
"dllName": "jubeat.dll",
"data": "04"
}
}
]
}
]
+193
View File
@@ -0,0 +1,193 @@
[
{
"gameCode": "L44",
"version": "2025-02-05",
"lastUpdated": "2025-11-26 19:59:28",
"source": "https://sp2x.two-torial.xyz/"
},
{
"name": "Skip Tutorial",
"description": "Skips the tutorial.",
"caution": "",
"gameCode": "L44",
"type": "memory",
"patches": [
{
"offset": 896575,
"dllName": "jubeat.dll",
"dataDisabled": "0F85",
"dataEnabled": "90E9"
}
]
},
{
"name": "Skip Online Matching",
"description": "Skips online matching when starting a song.",
"caution": "",
"gameCode": "L44",
"type": "memory",
"patches": [
{
"offset": 880415,
"dllName": "jubeat.dll",
"dataDisabled": "0F84",
"dataEnabled": "90E9"
}
]
},
{
"name": "Skip Category Select",
"description": "Skips category select.",
"caution": "",
"gameCode": "L44",
"type": "memory",
"patches": [
{
"offset": 804667,
"dllName": "jubeat.dll",
"dataDisabled": "04",
"dataEnabled": "07"
}
]
},
{
"name": "Song Select Timer Freeze",
"description": "Freezes the song select timer.",
"caution": "",
"gameCode": "L44",
"type": "memory",
"patches": [
{
"offset": 803759,
"dllName": "jubeat.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
}
]
},
{
"name": "Song Result Timer Freeze",
"description": "Freezes the song result timer. It'll still go down to 0 but then stop.",
"caution": "",
"gameCode": "L44",
"type": "memory",
"patches": [
{
"offset": 703707,
"dllName": "jubeat.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
}
]
},
{
"name": "Force Unlock All Markers",
"description": "Force unlocks all markers.",
"caution": "If possible, do this server-side instead of patching.",
"gameCode": "L44",
"type": "memory",
"patches": [
{
"offset": 1517308,
"dllName": "jubeat.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
},
{
"offset": 1824272,
"dllName": "jubeat.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
},
{
"offset": 1825018,
"dllName": "jubeat.dll",
"dataDisabled": "0FB745B0",
"dataEnabled": "31C09090"
}
]
},
{
"name": "Force Unlock All Backgrounds",
"description": "Force unlocks all backgrounds.",
"caution": "If possible, do this server-side instead of patching.",
"gameCode": "L44",
"type": "memory",
"patches": [
{
"offset": 1327982,
"dllName": "jubeat.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
},
{
"offset": 1328731,
"dllName": "jubeat.dll",
"dataDisabled": "0FB745B0",
"dataEnabled": "31C09090"
},
{
"offset": 1517487,
"dllName": "jubeat.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
}
]
},
{
"name": "Force Enable Expert Option",
"description": "Force enables the expert option.",
"caution": "If possible, do this server-side instead of patching.",
"gameCode": "L44",
"type": "memory",
"patches": [
{
"offset": 918112,
"dllName": "jubeat.dll",
"dataDisabled": "558BEC",
"dataEnabled": "B001C3"
}
]
},
{
"name": "Force Default Marker For Guest Play",
"description": "Force sets the default marker for guest play.",
"caution": "If possible use a network and card-in instead of playing as a guest and using this.",
"gameCode": "L44",
"type": "union",
"patches": [
{
"name": "Default",
"patch": {
"offset": 381495,
"dllName": "jubeat.dll",
"data": "31"
}
},
{
"name": "Festo",
"patch": {
"offset": 381495,
"dllName": "jubeat.dll",
"data": "2E"
}
},
{
"name": "Qubell",
"patch": {
"offset": 381495,
"dllName": "jubeat.dll",
"data": "28"
}
},
{
"name": "Shutter",
"patch": {
"offset": 381495,
"dllName": "jubeat.dll",
"data": "04"
}
}
]
}
]
+50
View File
@@ -0,0 +1,50 @@
[
{
"gameCode": "LBR",
"version": "2012-08-29",
"lastUpdated": "2024-07-07 15:12:05",
"source": "https://sp2x.two-torial.xyz/"
},
{
"name": "Unlock all songs",
"description": "",
"gameCode": "LBR",
"type": "memory",
"patches": [
{
"offset": 510478,
"dllName": "reflecbeat.dll",
"dataDisabled": "74",
"dataEnabled": "EB"
}
]
},
{
"name": "Unlock all difficulties",
"description": "",
"gameCode": "LBR",
"type": "memory",
"patches": [
{
"offset": 510128,
"dllName": "reflecbeat.dll",
"dataDisabled": "74",
"dataEnabled": "EB"
}
]
},
{
"name": "Timer freeze",
"description": "",
"gameCode": "LBR",
"type": "memory",
"patches": [
{
"offset": 1110063,
"dllName": "reflecbeat.dll",
"dataDisabled": "95",
"dataEnabled": "90"
}
]
}
]
+36
View File
@@ -0,0 +1,36 @@
[
{
"gameCode": "LDJ",
"version": "2012-09-19",
"lastUpdated": "2024-07-02 23:19:37",
"source": "https://sp2x.two-torial.xyz/"
},
{
"name": "Shorter monitor check",
"description": "Runs for 300 frames (5 seconds) instead of 1200 (20 seconds), recommended only if you have a very stable framerate",
"gameCode": "LDJ",
"type": "memory",
"patches": [
{
"offset": 420877,
"dllName": "bm2dx.dll",
"dataDisabled": "B004",
"dataEnabled": "2C01"
}
]
},
{
"name": "6 digits in monitor check",
"description": "Purely visual, does not affect anything besides the FPS display",
"gameCode": "LDJ",
"type": "memory",
"patches": [
{
"offset": 1326149,
"dllName": "bm2dx.dll",
"dataDisabled": "34",
"dataEnabled": "36"
}
]
}
]
+148
View File
@@ -0,0 +1,148 @@
[
{
"gameCode": "LDJ",
"version": "2013-09-09",
"lastUpdated": "2024-07-02 23:19:37",
"source": "https://sp2x.two-torial.xyz/"
},
{
"name": "Premium Free",
"description": "",
"gameCode": "LDJ",
"type": "memory",
"patches": [
{
"offset": 324316,
"dllName": "bm2dx.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
}
]
},
{
"name": "Unlock All Songs",
"description": "",
"gameCode": "LDJ",
"type": "memory",
"patches": [
{
"offset": 299549,
"dllName": "bm2dx.dll",
"dataDisabled": "7509",
"dataEnabled": "9090"
}
]
},
{
"name": "Shorter monitor check",
"description": "Runs for 300 frames (5 seconds) instead of 1200 (20 seconds), recommended only if you have a very stable framerate",
"gameCode": "LDJ",
"type": "memory",
"patches": [
{
"offset": 446586,
"dllName": "bm2dx.dll",
"dataDisabled": "B004",
"dataEnabled": "2C01"
}
]
},
{
"name": "6 digits in monitor check",
"description": "Purely visual, does not affect anything besides the FPS display",
"gameCode": "LDJ",
"type": "memory",
"patches": [
{
"offset": 1490389,
"dllName": "bm2dx.dll",
"dataDisabled": "34",
"dataEnabled": "36"
}
]
},
{
"name": "Timer Freeze",
"description": "",
"gameCode": "LDJ",
"type": "memory",
"patches": [
{
"offset": 566686,
"dllName": "bm2dx.dll",
"dataDisabled": "74",
"dataEnabled": "EB"
}
]
},
{
"name": "CS-Style Song Start Delay",
"description": "Holding Start will pause the song at the beginning until you release it",
"gameCode": "LDJ",
"type": "memory",
"patches": [
{
"offset": 421046,
"dllName": "bm2dx.dll",
"dataDisabled": "7C",
"dataEnabled": "EB"
}
]
},
{
"name": "Premium Free Timer Freeze",
"description": "",
"gameCode": "LDJ",
"type": "memory",
"patches": [
{
"offset": 298637,
"dllName": "bm2dx.dll",
"dataDisabled": "48",
"dataEnabled": "90"
}
]
},
{
"name": "Volume Bug Fix",
"description": "If your volume gets forced to max, turn this on",
"gameCode": "LDJ",
"type": "memory",
"patches": [
{
"offset": 775065,
"dllName": "bm2dx.dll",
"dataDisabled": "00",
"dataEnabled": "01"
}
]
},
{
"name": "Debug mode (disables score saving!)",
"description": "Press F1 in-game to open menu",
"gameCode": "LDJ",
"type": "memory",
"patches": [
{
"offset": 615552,
"dllName": "bm2dx.dll",
"dataDisabled": "32C0",
"dataEnabled": "0C01"
}
]
},
{
"name": "Coin Unlock",
"description": "",
"gameCode": "LDJ",
"type": "memory",
"patches": [
{
"offset": 22595,
"dllName": "bm2dx.dll",
"dataDisabled": "9090909090909090909090909090",
"dataEnabled": "6A01E876FA00008BC8E8AFFA0000"
}
]
}
]
+36
View File
@@ -0,0 +1,36 @@
[
{
"gameCode": "LDJ",
"version": "2013-10-02",
"lastUpdated": "2024-07-02 23:19:37",
"source": "https://sp2x.two-torial.xyz/"
},
{
"name": "Shorter monitor check",
"description": "Runs for 300 frames (5 seconds) instead of 1200 (20 seconds), recommended only if you have a very stable framerate",
"gameCode": "LDJ",
"type": "memory",
"patches": [
{
"offset": 439466,
"dllName": "bm2dx.dll",
"dataDisabled": "B004",
"dataEnabled": "2C01"
}
]
},
{
"name": "6 digits in monitor check",
"description": "Purely visual, does not affect anything besides the FPS display",
"gameCode": "LDJ",
"type": "memory",
"patches": [
{
"offset": 1444613,
"dllName": "bm2dx.dll",
"dataDisabled": "34",
"dataEnabled": "36"
}
]
}
]
+190
View File
@@ -0,0 +1,190 @@
[
{
"gameCode": "LDJ",
"version": "2014-07-16",
"lastUpdated": "2024-07-02 23:19:37",
"source": "https://sp2x.two-torial.xyz/"
},
{
"name": "Timer Freeze",
"description": "",
"gameCode": "LDJ",
"type": "memory",
"patches": [
{
"offset": 595214,
"dllName": "bm2dx.dll",
"dataDisabled": "74",
"dataEnabled": "EB"
}
]
},
{
"name": "Unlock all songs",
"description": "",
"gameCode": "LDJ",
"type": "memory",
"patches": [
{
"offset": 298045,
"dllName": "bm2dx.dll",
"dataDisabled": "7509",
"dataEnabled": "9090"
}
]
},
{
"name": "CS-Style Song Start Delay",
"description": "Holding Start will pause the song at the beginning until you release it",
"gameCode": "LDJ",
"type": "memory",
"patches": [
{
"offset": 434246,
"dllName": "bm2dx.dll",
"dataDisabled": "7C",
"dataEnabled": "EB"
}
]
},
{
"name": "Premium Free",
"description": "",
"gameCode": "LDJ",
"type": "memory",
"patches": [
{
"offset": 324314,
"dllName": "bm2dx.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
}
]
},
{
"name": "Premium Free Timer Freeze",
"description": "",
"gameCode": "LDJ",
"type": "memory",
"patches": [
{
"offset": 297005,
"dllName": "bm2dx.dll",
"dataDisabled": "48",
"dataEnabled": "90"
}
]
},
{
"name": "Hide FREE PLAY text",
"description": "",
"gameCode": "LDJ",
"type": "memory",
"patches": [
{
"offset": 81546,
"dllName": "bm2dx.dll",
"dataDisabled": "EC0B15",
"dataEnabled": "14C8C7"
}
]
},
{
"name": "Cursor lock",
"description": "After song finishes, song select remains on previous song",
"gameCode": "LDJ",
"type": "memory",
"patches": [
{
"offset": 377838,
"dllName": "bm2dx.dll",
"dataDisabled": "7422",
"dataEnabled": "9090"
}
]
},
{
"name": "Volume Bug Fix",
"description": "If your volume gets forced to max, turn this on",
"gameCode": "LDJ",
"type": "memory",
"patches": [
{
"offset": 828265,
"dllName": "bm2dx.dll",
"dataDisabled": "00",
"dataEnabled": "01"
}
]
},
{
"name": "Debug mode (disables score saving!)",
"description": "Press F1 in-game to open menu",
"gameCode": "LDJ",
"type": "memory",
"patches": [
{
"offset": 647312,
"dllName": "bm2dx.dll",
"dataDisabled": "32C0",
"dataEnabled": "0C01"
}
]
},
{
"name": "Free play text to LED ticker",
"description": "",
"gameCode": "LDJ",
"type": "memory",
"patches": [
{
"offset": 81546,
"dllName": "bm2dx.dll",
"dataDisabled": "EC0B1510",
"dataEnabled": "F4AE4111"
}
]
},
{
"name": "Shorter monitor check",
"description": "Runs for 300 frames (5 seconds) instead of 1200 (20 seconds), recommended only if you have a very stable framerate",
"gameCode": "LDJ",
"type": "memory",
"patches": [
{
"offset": 467386,
"dllName": "bm2dx.dll",
"dataDisabled": "B004",
"dataEnabled": "2C01"
}
]
},
{
"name": "6 digits in monitor check",
"description": "Purely visual, does not affect anything besides the FPS display",
"gameCode": "LDJ",
"type": "memory",
"patches": [
{
"offset": 1646965,
"dllName": "bm2dx.dll",
"dataDisabled": "34",
"dataEnabled": "36"
}
]
},
{
"name": "Coin Unlock",
"description": "",
"gameCode": "LDJ",
"type": "memory",
"patches": [
{
"offset": 16099,
"dllName": "bm2dx.dll",
"dataDisabled": "9090909090909090909090909090",
"dataEnabled": "6A01E8F60401008BC8E82F050100"
}
]
}
]
+36
View File
@@ -0,0 +1,36 @@
[
{
"gameCode": "LDJ",
"version": "2014-09-17",
"lastUpdated": "2024-07-02 23:19:37",
"source": "https://sp2x.two-torial.xyz/"
},
{
"name": "Shorter monitor check",
"description": "Runs for 300 frames (5 seconds) instead of 1200 (20 seconds), recommended only if you have a very stable framerate",
"gameCode": "LDJ",
"type": "memory",
"patches": [
{
"offset": 447978,
"dllName": "bm2dx.dll",
"dataDisabled": "B004",
"dataEnabled": "2C01"
}
]
},
{
"name": "6 digits in monitor check",
"description": "Purely visual, does not affect anything besides the FPS display",
"gameCode": "LDJ",
"type": "memory",
"patches": [
{
"offset": 1368749,
"dllName": "bm2dx.dll",
"dataDisabled": "34",
"dataEnabled": "36"
}
]
}
]

Some files were not shown because too many files have changed in this diff Show More