Skip to content

Commit

Permalink
Fix hashes and add more patches for SR2
Browse files Browse the repository at this point in the history
  • Loading branch information
Clippy95 committed Dec 7, 2024
1 parent a3bfd79 commit 122a057
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 4 deletions.
4 changes: 2 additions & 2 deletions patches/545107D1 - Saints Row (TU1).patch.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
title_name = "Saints Row" # TU1
title_id = "545107D1" # TQ-2001
hash = [
"B796871E700C5C6B", # default.xex
"7CAEC18CD0C372B6" # PhantasyRow.xex
"2537D5F11410BE0A", # default.xex
"2C1C83BE7103BB3D" # PhantasyRow.xex
]
#media_id = "24367742" # Disc (USA, Europe): http://redump.org/disc/11811

Expand Down
17 changes: 15 additions & 2 deletions patches/545107FC - Saints Row 2 (TU3).patch.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,15 @@ hash = "9B9E734BA6BDCCD9" # default.xex
address = 0x82b76c80 # Saturation
value = 0.8

[[patch]]
name = "Disable Sky Reflections"
author = "Tervel"
is_enabled = false

[[patch.be32]]
address = 0x82230790
value = 0x4e800020

[[patch]]
name = "Disable Bleach Filter"
author = "Tervel"
Expand Down Expand Up @@ -136,6 +145,7 @@ hash = "9B9E734BA6BDCCD9" # default.xex

[[patch]]
name = "Aspect Ratio"
desc = "To get proper Aspect Ratio FOV = Default * (Width/Height) / (16/9)"
author = "Tervel"
is_enabled = false

Expand All @@ -146,8 +156,11 @@ hash = "9B9E734BA6BDCCD9" # default.xex
address = 0x820b80d0
value = 2.38888888889
[[patch.f32]]
address = 0x82b68a4c # FOV Multiplier, crosshair will be misaligned unless changed manually.
value = 1.777741190
address = 0x82b68a4c # General FOV Multiplier
value = 1.777741190 # Default: 1.3333334
[[patch.f32]]
address = 0x820b80b4 # Cutscene FOV Multiplier.
value = 75.200706 # Default # 57.295776

[[patch]]
name = "FOV Multiplier"
Expand Down

0 comments on commit 122a057

Please sign in to comment.