From 7eb03bbd1133a311a491ef3920544e733e9266bf Mon Sep 17 00:00:00 2001 From: Akitake Date: Thu, 27 Jun 2024 19:51:45 +0200 Subject: [PATCH] KFC-2024062500 --- KFC-667290d9_665948.json | 26 ++++++++++++++++++++++++++ README.md | 2 +- 2 files changed, 27 insertions(+), 1 deletion(-) diff --git a/KFC-667290d9_665948.json b/KFC-667290d9_665948.json index 5f3da2b..f6a11eb 100644 --- a/KFC-667290d9_665948.json +++ b/KFC-667290d9_665948.json @@ -67,6 +67,32 @@ } ] }, + { + "type": "union", + "name": "Note FPS Target", + "description": "", + "gameCode": "KFC", + "patches": [ + { + "name": "60 FPS (Default)", + "type": "union", + "patch": { + "dllName": "soundvoltex.dll", + "data": "660F6EF0F30FE6F6F20F593590085800", + "offset": 2878056 + } + }, + { + "name": "120 FPS", + "type": "union", + "patch": { + "dllName": "soundvoltex.dll", + "data": "B878000000F20F2AF0F24890F2489090", + "offset": 2878056 + } + } + ] + }, { "type": "memory", "name": "Shared mode WASAPI", diff --git a/README.md b/README.md index 7ec0d5b..9baa258 100644 --- a/README.md +++ b/README.md @@ -221,7 +221,7 @@ Porting patches the script cannot, or fixing false positives will have to be don - 2024-04-30 - [KFC-6629f133_6bcea8](KFC-6629f133_6bcea8.json) - 2024-05-21 - [KFC-6643ed55_663968](KFC-6643ed55_663968.json) - 2024-06-04 - [KFC-6656ee0c_664a78](KFC-6656ee0c_664a78.json) -- 2024-06-25 - [KFC-667290d9_665948](KFC-667290d9_665948.json) (**UNTESTED and missing 'Note FPS Target'**) +- 2024-06-25 - [KFC-667290d9_665948](KFC-667290d9_665948.json)