Skip to content

Commit

Permalink
Create 4D5307DC - Crackdown (TU0).patch.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianCassar committed Apr 5, 2024
1 parent 6376165 commit c361c74
Show file tree
Hide file tree
Showing 2 changed files with 158 additions and 0 deletions.
79 changes: 79 additions & 0 deletions patches/4D5307DC - Crackdown (TU0).patch.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,79 @@
title_name = "Crackdown"

Check failure on line 1 in patches/4D5307DC - Crackdown (TU0).patch.toml

View workflow job for this annotation

GitHub Actions / lint

hash is invalid or missing!
title_id = "4D5307DC" # MS-2012
hash = "D086E9E42A44EB2C"
#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."
author = "Adrian"
is_enabled = false

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

Check failure on line 14 in patches/4D5307DC - Crackdown (TU0).patch.toml

View workflow job for this annotation

GitHub Actions / lint

value length is wrong! be8 is supposed to be 1 byte.

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

Check failure on line 19 in patches/4D5307DC - Crackdown (TU0).patch.toml

View workflow job for this annotation

GitHub Actions / lint

Patch is enabled!

[[patch.be8]] # Enable Display Render Info
address = 0x82de4f14
value = 0x1

[[patch.be8]] # Disable Performance Graphs
address = 0x82de4d1a
value = 0x0

[[patch.be8]] # Red Text
address = 0x82de25a9
value = 0x1

[[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 = 0x1

[[patch.be8]] # Enable Display Render Info
address = 0x82de4f14
value = 0x1

[[patch.be8]] # Red Text
address = 0x82de25a9
value = 0x1

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

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

Check failure on line 59 in patches/4D5307DC - Crackdown (TU0).patch.toml

View workflow job for this annotation

GitHub Actions / lint

value length is wrong! be8 is supposed to be 1 byte.

[[patch]]
name = "Shadows"
desc = "May improve performance"
author = "Adrian"
is_enabled = false

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

Check failure on line 69 in patches/4D5307DC - Crackdown (TU0).patch.toml

View workflow job for this annotation

GitHub Actions / lint

value length is wrong! be8 is supposed to be 1 byte.

[[patch]]
name = "Helicam / Fly around the map"
desc = "Teleport your character. Cheat engine address 1836C615B."
author = "Adrian"
is_enabled = false

[[patch.be8]]
address = 0x836c615b
value = 0x1

Check failure on line 79 in patches/4D5307DC - Crackdown (TU0).patch.toml

View workflow job for this annotation

GitHub Actions / lint

value length is wrong! be8 is supposed to be 1 byte.
79 changes: 79 additions & 0 deletions patches/4D5307DC - Crackdown (TU2).patch.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,79 @@
title_name = "Crackdown"

Check failure on line 1 in patches/4D5307DC - Crackdown (TU2).patch.toml

View workflow job for this annotation

GitHub Actions / lint

hash is invalid or missing!
title_id = "4D5307DC" # MS-2012
hash = "2A9BE95315738F6D"
#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."
author = "Adrian"
is_enabled = false

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

Check failure on line 14 in patches/4D5307DC - Crackdown (TU2).patch.toml

View workflow job for this annotation

GitHub Actions / lint

value length is wrong! be8 is supposed to be 1 byte.

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

Check failure on line 19 in patches/4D5307DC - Crackdown (TU2).patch.toml

View workflow job for this annotation

GitHub Actions / lint

Patch is enabled!

[[patch.be8]] # Enable Display Render Info
address = 0x82e7bc18
value = 0x1

[[patch.be8]] # Disable Performance Graphs
address = 0x82e7ba2c
value = 0x0

[[patch.be8]] # Red Text
address = 0x82e79a00
value = 0x1

[[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 = 0x1

[[patch.be8]] # Enable Display Render Info
address = 0x82e7bc18
value = 0x1

[[patch.be8]] # Red Text
address = 0x82e79a00
value = 0x1

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

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

Check failure on line 59 in patches/4D5307DC - Crackdown (TU2).patch.toml

View workflow job for this annotation

GitHub Actions / lint

value length is wrong! be8 is supposed to be 1 byte.

[[patch]]
name = "Shadows"
desc = "May improve performance"
author = "Adrian"
is_enabled = false

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

[[patch]]
name = "Helicam / Fly around the map"
desc = "Teleport your character. Cheat engine address 182E79A06."
author = "Adrian"
is_enabled = false

[[patch.be8]]
address = 0x82e79a06
value = 0x1

0 comments on commit c361c74

Please sign in to comment.