Skip to content
This repository has been archived by the owner on Jan 23, 2024. It is now read-only.

Commit

Permalink
Update Uncap Production, Disable Chat Filter, Mounted Prop Attack (#326)
Browse files Browse the repository at this point in the history
* Update Uncap Production

Update Uncap Production patch (There are no longer two scans matching the pattern)

* Update disable chat filter

Update disable chat filter mod. Update broken.json

* Update mount timeout pattern

Update mount timeout pattern so it doesn't contain another function in it's pattern. Update broken.json to remove disable mount timeout (its working)

* Remove working patches from broken.json

Remove references to working patches from broken.json

* Update enable mounted prop attack

update mounted prop attack
  • Loading branch information
kohupallintrax authored Oct 28, 2023
1 parent e6dc722 commit d010065
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 753 deletions.
28 changes: 25 additions & 3 deletions Kanan/Patches.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"patches": [
{
"pattern": "0F B7 ? ? 3B D8 0F 47 ? 89 9C ? ? ? ? ? BA ? ? ? ? 48 8B",
"n": 1,
"patch": "66 B8 FFFF"
},
{
Expand Down Expand Up @@ -94,7 +93,7 @@
"category": "Speedup",
"patches": [
{
"pattern": "48 81 C1 ? ? ? ? 48 3B ? 0F 96 ? 48 83 C4 ? 5B C3 CC CC CC CC CC CC CC CC 40",
"pattern": "48 81 C1 E8 03 00 00 48 3B ? 0F 96 ? 48 83 C4 ? 5B",
"patch": "90 90 90 90 90 90 90"
}
]
Expand Down Expand Up @@ -785,5 +784,28 @@
"patch": "01 00 00"
}
]
}
},
{
"name": "Disable Censorship",
"desc": "Disables the word filter for your outgoing chat.",
"category": "Quality of Life",
"patches": [
{
"pattern": "0F 84 ? ? ? ? 32 D2 45 32",
"patch": "90 E9"
}
]
},
{
"name": "Enable Mounted Prop Attack",
"desc": "Enables ability to attack props with all mounts (tuann, horses, etc)",
"category": "Quality of Life",
"patches": [
{
"pattern": "F3 0F ? ? ? ? 48 C7 44 24 30 ? ? ? ? B0 01 48 8B ? ? ? 48 8B",
"offset": 16,
"patch": "00"
}
]
}
]
Loading

0 comments on commit d010065

Please sign in to comment.