From 04b872a2d854efe0ec11143d52ceac59b091cd15 Mon Sep 17 00:00:00 2001 From: UndeadFrankie <64555479+UndeadFrankie@users.noreply.github.com> Date: Sun, 3 Sep 2023 16:14:22 -0400 Subject: [PATCH 1/4] Update 58410B00 - Dead Rising 2 Case West.patch.toml Unlocked FPS, Enabled Developer Settings and Intro Logo Skip. --- ...10B00 - Dead Rising 2 Case West.patch.toml | 30 +++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/patches/58410B00 - Dead Rising 2 Case West.patch.toml b/patches/58410B00 - Dead Rising 2 Case West.patch.toml index dc54723d..db510eec 100644 --- a/patches/58410B00 - Dead Rising 2 Case West.patch.toml +++ b/patches/58410B00 - Dead Rising 2 Case West.patch.toml @@ -11,3 +11,33 @@ hash = "049D0865F8D83AF3" # default.xex [[patch.be32]] address = 0x823d2f9c value = 0x60000000 + +[[patch]] + name = "Unlock FPS" + desc = "FPS is unlocked but maxed at 120 internally. Disable 'd3d12_allow_variable_refresh_rate_and_tearing' if FPS is stuttering." + author = "UndeadFrankie" + is_enabled = true + + [[patch.be8]] + address = 0x82a0122f + value = 0x00 + +[[patch]] + name = "Enable Developer Settings" + desc = "Required for Debug Settings and Cheats. Allows User.ini / Master.ini. If unsure leave on true." + author = "UndeadFrankie" + is_enabled = true + + [[patch.be8]] + address = 0x82a02f0c + value = 0x00 + +[[patch]] + name = "Skip Intro Logos" + desc = "Skips Capcom and BCG logos but ESRB still plays." + author = "UndeadFrankie" + is_enabled = true + + [[patch.be16]] + address = 0x824e1a9c + value = 0x4800 From a7eef59d77e8503a1e03c83613ca3381da60632e Mon Sep 17 00:00:00 2001 From: UndeadFrankie <64555479+UndeadFrankie@users.noreply.github.com> Date: Sun, 3 Sep 2023 16:16:26 -0400 Subject: [PATCH 2/4] Update 58410B00 - Dead Rising 2 Case West.patch.toml Modified "is_enabled" variable of newly added options to disable them by default. --- patches/58410B00 - Dead Rising 2 Case West.patch.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/patches/58410B00 - Dead Rising 2 Case West.patch.toml b/patches/58410B00 - Dead Rising 2 Case West.patch.toml index db510eec..47f61ead 100644 --- a/patches/58410B00 - Dead Rising 2 Case West.patch.toml +++ b/patches/58410B00 - Dead Rising 2 Case West.patch.toml @@ -16,7 +16,7 @@ hash = "049D0865F8D83AF3" # default.xex name = "Unlock FPS" desc = "FPS is unlocked but maxed at 120 internally. Disable 'd3d12_allow_variable_refresh_rate_and_tearing' if FPS is stuttering." author = "UndeadFrankie" - is_enabled = true + is_enabled = false [[patch.be8]] address = 0x82a0122f @@ -24,7 +24,7 @@ hash = "049D0865F8D83AF3" # default.xex [[patch]] name = "Enable Developer Settings" - desc = "Required for Debug Settings and Cheats. Allows User.ini / Master.ini. If unsure leave on true." + desc = "Required for Debug Settings and Cheats. Allows User.ini / Master.ini. If unsure set to true." author = "UndeadFrankie" is_enabled = true @@ -36,7 +36,7 @@ hash = "049D0865F8D83AF3" # default.xex name = "Skip Intro Logos" desc = "Skips Capcom and BCG logos but ESRB still plays." author = "UndeadFrankie" - is_enabled = true + is_enabled = false [[patch.be16]] address = 0x824e1a9c From c30a5366d239d2df66d9efd5fa7c1a1bf9ca3ae2 Mon Sep 17 00:00:00 2001 From: UndeadFrankie <64555479+UndeadFrankie@users.noreply.github.com> Date: Sun, 3 Sep 2023 16:26:20 -0400 Subject: [PATCH 3/4] Update 58410B00 - Dead Rising 2 Case West.patch.toml Fixed value that was left on true. --- patches/58410B00 - Dead Rising 2 Case West.patch.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patches/58410B00 - Dead Rising 2 Case West.patch.toml b/patches/58410B00 - Dead Rising 2 Case West.patch.toml index 47f61ead..82ff630d 100644 --- a/patches/58410B00 - Dead Rising 2 Case West.patch.toml +++ b/patches/58410B00 - Dead Rising 2 Case West.patch.toml @@ -26,7 +26,7 @@ hash = "049D0865F8D83AF3" # default.xex name = "Enable Developer Settings" desc = "Required for Debug Settings and Cheats. Allows User.ini / Master.ini. If unsure set to true." author = "UndeadFrankie" - is_enabled = true + is_enabled = false [[patch.be8]] address = 0x82a02f0c From 4ba6b9a7cc1b6a80e3234b3de9057bffde912e29 Mon Sep 17 00:00:00 2001 From: illusion0001 <37698908+illusion0001@users.noreply.github.com> Date: Mon, 4 Sep 2023 00:30:17 -0500 Subject: [PATCH 4/4] Update 58410B00 - Dead Rising 2 Case West.patch.toml --- patches/58410B00 - Dead Rising 2 Case West.patch.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patches/58410B00 - Dead Rising 2 Case West.patch.toml b/patches/58410B00 - Dead Rising 2 Case West.patch.toml index 82ff630d..fdd48b2a 100644 --- a/patches/58410B00 - Dead Rising 2 Case West.patch.toml +++ b/patches/58410B00 - Dead Rising 2 Case West.patch.toml @@ -31,7 +31,7 @@ hash = "049D0865F8D83AF3" # default.xex [[patch.be8]] address = 0x82a02f0c value = 0x00 - + [[patch]] name = "Skip Intro Logos" desc = "Skips Capcom and BCG logos but ESRB still plays."