Skip to content

Commit

Permalink
Saints Row (TU1) patches
Browse files Browse the repository at this point in the history
  • Loading branch information
Tervel1337 committed Jan 11, 2025
1 parent 11a4c53 commit 8041454
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions patches/545107D1 - Saints Row (TU1).patch.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,44 @@ hash = [
]
#media_id = "24367742" # Disc (USA, Europe): http://redump.org/disc/11811

[[patch]]
name = "Enable MP actions in SP"
desc = "Lets you perform the D-pad actions from MP in SP (tauting and healing)"
author = "Tervel"
is_enabled = false

[[patch.be32]]
address = 0x8217a468
value = 0x60000000
[[patch.be32]]
address = 0x8217aaf4
value = 0x60000000
[[patch.be32]]
address = 0x821779d0
value = 0x60000000

[[patch]]
name = "Disable Item Glow"
desc = "Gets rid of the glow that is normally applied on drop weapons such as cash and weapons"
author = "Tervel"
is_enabled = false

[[patch.be32]]
address = 0x8241b328
value = 0x4e800020
[[patch.be8]]
address = 0x827cd14f
value = 0x00

[[patch]]
name = "Disable Aim Assist"
author = "Tervel"
is_enabled = false

[[patch.be32]]
address = 0x82079cbc
value = 0x60000000

[[patch]]
name = "Unlock FPS"
author = "illusion"
Expand Down

0 comments on commit 8041454

Please sign in to comment.