Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create 4D5307DC - Crackdown #292

Merged
merged 7 commits into from
Apr 14, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
75 changes: 75 additions & 0 deletions patches/4D5307DC - Crackdown (TU0).patch.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,75 @@
title_name = "Crackdown"
title_id = "4D5307DC" # MS-2012
hash = "D086E9E42A44EB2C" # default.xex
#media_id = "596F9615" # Disc (World): http://redump.org/disc/11830

[[patch]]
name = "Global Lights Rendering"
desc = "Disable rendering of lights to fix lights through walls. During reticle target collaboration red lights will not render."
AdrianCassar marked this conversation as resolved.
Show resolved Hide resolved
author = "Adrian"
is_enabled = false

[[patch.be8]]
address = 0x82baa3ad
value = 0x00

[[patch]]
name = "On-screen FPS counter"
author = "Adrian"
is_enabled = false

[[patch.be8]] # Enable Display Render Info
address = 0x82de4f14
value = 0x01
[[patch.be8]] # Disable Performance Graphs
address = 0x82de4d1a
value = 0x00
[[patch.be8]] # Red Text
address = 0x82de25a9
value = 0x01

[[patch]]
name = "Show CPU/GPU performance graphs"
desc = "This will show FPS and Performance Graphs."
author = "Adrian"
is_enabled = false

[[patch.be8]] # Enable CPU/GPU performance graphs
address = 0x82de4d1a
value = 0x01
[[patch.be8]] # Enable Display Render Info
address = 0x82de4f14
value = 0x01
[[patch.be8]] # Red Text
address = 0x82de25a9
value = 0x01

[[patch]]
name = "Light Bloom"
desc = "Toggle fullbright, may improve performance."
author = "Adrian"
is_enabled = false

[[patch.be8]]
address = 0x82baa3aa
value = 0x01

[[patch]]
name = "Shadows"
desc = "May improve performance"
AdrianCassar marked this conversation as resolved.
Show resolved Hide resolved
author = "Adrian"
is_enabled = false

[[patch.be8]]
address = 0x82de25b3
value = 0x00

[[patch]]
name = "Helicam / Fly around the map"
desc = "Teleport your character. Cheat engine address: 1836C615B."
AdrianCassar marked this conversation as resolved.
Show resolved Hide resolved
author = "Adrian"
is_enabled = false

[[patch.be8]]
address = 0x836c615b
value = 0x01
75 changes: 75 additions & 0 deletions patches/4D5307DC - Crackdown (TU2).patch.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,75 @@
title_name = "Crackdown"
title_id = "4D5307DC" # MS-2012
hash = "2A9BE95315738F6D" # default.xex
#media_id = "596F9615" # Disc (World): http://redump.org/disc/11830

[[patch]]
name = "Global Lights Rendering"
desc = "Disable rendering of lights to fix lights through walls. During reticle target collaboration red lights will not render."
AdrianCassar marked this conversation as resolved.
Show resolved Hide resolved
author = "Adrian"
is_enabled = false

[[patch.be8]]
address = 0x82c3abb4
value = 0x00

[[patch]]
name = "On-screen FPS counter"
author = "Adrian"
is_enabled = false

[[patch.be8]] # Enable Display Render Info
address = 0x82e7bc18
value = 0x01
[[patch.be8]] # Disable Performance Graphs
address = 0x82e7ba2c
value = 0x00
[[patch.be8]] # Red Text
address = 0x82e79a00
value = 0x01

[[patch]]
name = "Show CPU/GPU performance graphs"
desc = "This will show FPS and Performance Graphs."
author = "Adrian"
is_enabled = false

[[patch.be8]] # Enable CPU/GPU performance graphs
address = 0x82e7ba2c
value = 0x01
[[patch.be8]] # Enable Display Render Info
address = 0x82e7bc18
value = 0x01
[[patch.be8]] # Red Text
address = 0x82e79a00
value = 0x01

[[patch]]
name = "Light Bloom"
desc = "Toggle fullbright, may improve performance."
author = "Adrian"
is_enabled = false

[[patch.be8]]
address = 0x82c3abb1
value = 0x01

[[patch]]
name = "Shadows"
desc = "May improve performance"
AdrianCassar marked this conversation as resolved.
Show resolved Hide resolved
author = "Adrian"
is_enabled = false

[[patch.be8]]
address = 0x82c3abcc
value = 0x00

[[patch]]
name = "Helicam / Fly around the map"
desc = "Teleport your character. Cheat engine address: 182E79A06."
AdrianCassar marked this conversation as resolved.
Show resolved Hide resolved
author = "Adrian"
is_enabled = false

[[patch.be8]]
address = 0x82e79a06
value = 0x01
Loading