From 3c919bd706612f501d29b5ef8d2a3c945add318c Mon Sep 17 00:00:00 2001 From: jao12345 <55499451+jao12345@users.noreply.github.com> Date: Wed, 31 Dec 2025 11:52:02 +0100 Subject: [PATCH 01/15] Add XML patch for 60 FPS in Kingdom Come This XML patch modifies the game 'Kingdom Come: Deliverance Royal Edition' to change the engine target from 30 FPS to 60 FPS. --- patches/xml/KingdomCome-DeliveranceRoyalEdition.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 patches/xml/KingdomCome-DeliveranceRoyalEdition.xml diff --git a/patches/xml/KingdomCome-DeliveranceRoyalEdition.xml b/patches/xml/KingdomCome-DeliveranceRoyalEdition.xml new file mode 100644 index 0000000..e42588f --- /dev/null +++ b/patches/xml/KingdomCome-DeliveranceRoyalEdition.xml @@ -0,0 +1,11 @@ + + + + CUSA15436 + + + + + + + From 33d185ea9a98024f66072631828ef12c4502273c Mon Sep 17 00:00:00 2001 From: jao12345 <55499451+jao12345@users.noreply.github.com> Date: Wed, 31 Dec 2025 12:51:34 +0100 Subject: [PATCH 02/15] Add XML patch for 60 FPS in Expeditions: A Mudrunner Game Adds a patch to change the engine target from 30 FPS to 60 FPS. --- patches/xml/Expeditions-AMudrunnerGame.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 patches/xml/Expeditions-AMudrunnerGame.xml diff --git a/patches/xml/Expeditions-AMudrunnerGame.xml b/patches/xml/Expeditions-AMudrunnerGame.xml new file mode 100644 index 0000000..15e9cb4 --- /dev/null +++ b/patches/xml/Expeditions-AMudrunnerGame.xml @@ -0,0 +1,11 @@ + + + + CUSA44233 + + + + + + + From 4fbef00a8cac017eafd6866a440e30a0dbe551d7 Mon Sep 17 00:00:00 2001 From: jao12345 <55499451+jao12345@users.noreply.github.com> Date: Wed, 31 Dec 2025 13:11:28 +0100 Subject: [PATCH 03/15] Add 60 FPS patch for Snow Runner. --- patches/xml/SnowRunner.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 patches/xml/SnowRunner.xml diff --git a/patches/xml/SnowRunner.xml b/patches/xml/SnowRunner.xml new file mode 100644 index 0000000..e26449d --- /dev/null +++ b/patches/xml/SnowRunner.xml @@ -0,0 +1,11 @@ + + + + CUSA17425 + + + + + + + From 9b7412b17fddb3c0bf5359e6bede2177b1997b32 Mon Sep 17 00:00:00 2001 From: jao12345 <55499451+jao12345@users.noreply.github.com> Date: Fri, 23 Jan 2026 15:31:25 +0100 Subject: [PATCH 04/15] Added 60 FPS patch for Souldiers --- patches/xml/Souldiers.xml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 patches/xml/Souldiers.xml diff --git a/patches/xml/Souldiers.xml b/patches/xml/Souldiers.xml new file mode 100644 index 0000000..c287552 --- /dev/null +++ b/patches/xml/Souldiers.xml @@ -0,0 +1,16 @@ + + + + CUSA31798 + + + + + + + + + + + + From 1e9c1a365c520ce845cfe268144c89976dcf2a01 Mon Sep 17 00:00:00 2001 From: jao12345 <55499451+jao12345@users.noreply.github.com> Date: Fri, 23 Jan 2026 16:17:49 +0100 Subject: [PATCH 05/15] Delete patches/xml/Souldiers.xml --- patches/xml/Souldiers.xml | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 patches/xml/Souldiers.xml diff --git a/patches/xml/Souldiers.xml b/patches/xml/Souldiers.xml deleted file mode 100644 index c287552..0000000 --- a/patches/xml/Souldiers.xml +++ /dev/null @@ -1,16 +0,0 @@ - - - - CUSA31798 - - - - - - - - - - - - From 6cc6555d7b5a914a042b3e2861168fac0e51ac74 Mon Sep 17 00:00:00 2001 From: jao12345 <55499451+jao12345@users.noreply.github.com> Date: Fri, 23 Jan 2026 17:29:11 +0100 Subject: [PATCH 06/15] Add 60 FPS patch 1.21 to EldenRingNightreign Added metadata for 60 FPS patch with author and version information. --- patches/xml/EldenRingNightreign.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/patches/xml/EldenRingNightreign.xml b/patches/xml/EldenRingNightreign.xml index 894c3b7..f6fb107 100644 --- a/patches/xml/EldenRingNightreign.xml +++ b/patches/xml/EldenRingNightreign.xml @@ -8,4 +8,9 @@ + + + + + From f68fcbc94513d981270e308c3d5f0f21de7728e8 Mon Sep 17 00:00:00 2001 From: jao12345 <55499451+jao12345@users.noreply.github.com> Date: Fri, 23 Jan 2026 19:31:10 +0100 Subject: [PATCH 07/15] Add 60 FPS patch for Assassin's Creed Syndicate Adds a patch for Assassin's Creed Syndicate to enable 60 FPS. --- patches/xml/AssassinsCreedSyndicate.xml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 patches/xml/AssassinsCreedSyndicate.xml diff --git a/patches/xml/AssassinsCreedSyndicate.xml b/patches/xml/AssassinsCreedSyndicate.xml new file mode 100644 index 0000000..b50c571 --- /dev/null +++ b/patches/xml/AssassinsCreedSyndicate.xml @@ -0,0 +1,16 @@ + + + + CUSA02376 + + + + + + + From 3c200f8fd4e650d7a89f79897b10735f48060831 Mon Sep 17 00:00:00 2001 From: jao12345 <55499451+jao12345@users.noreply.github.com> Date: Sat, 24 Jan 2026 10:34:45 +0100 Subject: [PATCH 08/15] Add 60 FPS patch for Assassin's Creed Valhalla --- patches/xml/AssassinsCreedValhalla.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 patches/xml/AssassinsCreedValhalla.xml diff --git a/patches/xml/AssassinsCreedValhalla.xml b/patches/xml/AssassinsCreedValhalla.xml new file mode 100644 index 0000000..7399783 --- /dev/null +++ b/patches/xml/AssassinsCreedValhalla.xml @@ -0,0 +1,11 @@ + + + + CUSA18522 + + + + + + + From 0c7c1463e66868b7fcf555dbc3146d655a7461ad Mon Sep 17 00:00:00 2001 From: jao12345 <55499451+jao12345@users.noreply.github.com> Date: Sat, 24 Jan 2026 12:02:56 +0100 Subject: [PATCH 09/15] Add 60 FPS patch file for Assassin's Creed Origins --- patches/xml/AssassinsCreedOrigins.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 patches/xml/AssassinsCreedOrigins.xml diff --git a/patches/xml/AssassinsCreedOrigins.xml b/patches/xml/AssassinsCreedOrigins.xml new file mode 100644 index 0000000..b276bc9 --- /dev/null +++ b/patches/xml/AssassinsCreedOrigins.xml @@ -0,0 +1,11 @@ + + + + CUSA05625 + + + + + + + From 2652e922233aca97419369dc69434e05b476ff32 Mon Sep 17 00:00:00 2001 From: jao12345 <55499451+jao12345@users.noreply.github.com> Date: Thu, 29 Jan 2026 15:07:25 +0100 Subject: [PATCH 10/15] Add 60 FPS patch for Back 4 Blood --- patches/xml/Back4Blood.xml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 patches/xml/Back4Blood.xml diff --git a/patches/xml/Back4Blood.xml b/patches/xml/Back4Blood.xml new file mode 100644 index 0000000..ee200ed --- /dev/null +++ b/patches/xml/Back4Blood.xml @@ -0,0 +1,17 @@ + + + + CUSA14253 + + + + + + + + From 4162496d3e3bb246cb9ad8a8f901aaa285ca3637 Mon Sep 17 00:00:00 2001 From: jao12345 <55499451+jao12345@users.noreply.github.com> Date: Mon, 2 Feb 2026 15:35:26 +0100 Subject: [PATCH 11/15] Add 60 FPS patch for GTAV 1.56 (CUSA00411) --- patches/xml/GrandTheftAutoV-Orbis.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/patches/xml/GrandTheftAutoV-Orbis.xml b/patches/xml/GrandTheftAutoV-Orbis.xml index cc9485d..059781e 100644 --- a/patches/xml/GrandTheftAutoV-Orbis.xml +++ b/patches/xml/GrandTheftAutoV-Orbis.xml @@ -5,6 +5,18 @@ CUSA00419 CUSA00880 + + + + + + Date: Sat, 7 Feb 2026 15:41:29 +0100 Subject: [PATCH 12/15] Add XML 60 FPS patch for AER: Memories of Old --- patches/xml/AERMemoriesOfOld.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 patches/xml/AERMemoriesOfOld.xml diff --git a/patches/xml/AERMemoriesOfOld.xml b/patches/xml/AERMemoriesOfOld.xml new file mode 100644 index 0000000..5750bd8 --- /dev/null +++ b/patches/xml/AERMemoriesOfOld.xml @@ -0,0 +1,11 @@ + + + + CUSA09210 + + + + + + + From 1723a16479732394ba7bc0eb3fc6e079aeb65891 Mon Sep 17 00:00:00 2001 From: jao12345 <55499451+jao12345@users.noreply.github.com> Date: Wed, 11 Feb 2026 19:28:35 +0100 Subject: [PATCH 13/15] Add 60 FPS patch file for XCOM 2 Does not work with itemzflow_xml_patches.plugin (v1.3) --- patches/xml/XCOM2.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 patches/xml/XCOM2.xml diff --git a/patches/xml/XCOM2.xml b/patches/xml/XCOM2.xml new file mode 100644 index 0000000..4028e65 --- /dev/null +++ b/patches/xml/XCOM2.xml @@ -0,0 +1,11 @@ + + + + CUSA04530 + + + + + + + From 089b804b89c033058bab8137bc329f196ed7c364 Mon Sep 17 00:00:00 2001 From: jao12345 <55499451+jao12345@users.noreply.github.com> Date: Mon, 16 Feb 2026 12:28:34 +0100 Subject: [PATCH 14/15] Add 60 FPS patch for Star Wars: Jedi Survivor --- patches/xml/StarWarsJediSurvivor.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 patches/xml/StarWarsJediSurvivor.xml diff --git a/patches/xml/StarWarsJediSurvivor.xml b/patches/xml/StarWarsJediSurvivor.xml new file mode 100644 index 0000000..fe69b87 --- /dev/null +++ b/patches/xml/StarWarsJediSurvivor.xml @@ -0,0 +1,12 @@ + + + + CUSA33778 + + + + + + + + From 47e1ac61f14e6b9f0dfda95066e19884c3049381 Mon Sep 17 00:00:00 2001 From: jao12345 <55499451+jao12345@users.noreply.github.com> Date: Mon, 16 Feb 2026 12:29:35 +0100 Subject: [PATCH 15/15] Add 60 FPS patch for Star Wars: Jedi Fallen Order --- patches/xml/StarWarsJediFallenOrder.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 patches/xml/StarWarsJediFallenOrder.xml diff --git a/patches/xml/StarWarsJediFallenOrder.xml b/patches/xml/StarWarsJediFallenOrder.xml new file mode 100644 index 0000000..7523e94 --- /dev/null +++ b/patches/xml/StarWarsJediFallenOrder.xml @@ -0,0 +1,12 @@ + + + + CUSA12529 + + + + + + + +