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

Commit

Permalink
Update enable mounted prop attack
Browse files Browse the repository at this point in the history
update mounted prop attack
  • Loading branch information
kohupallintrax committed Oct 27, 2023
1 parent 75aaf74 commit 9a82536
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
14 changes: 13 additions & 1 deletion Kanan/Patches.json
Original file line number Diff line number Diff line change
Expand Up @@ -795,5 +795,17 @@
"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"
}
]
}
]
14 changes: 1 addition & 13 deletions Kanan/broken.json
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@
}
]
},
{
{
"name": "Enable Free Indoor Camera",
"desc": "Allows you to freely rotate the camera while indoors.",
"category": "Graphics",
Expand Down Expand Up @@ -653,18 +653,6 @@
}
]
},
{
"name": "Enable Mounted Prop Attack",
"desc": "Enables ability to attack props with all mounts (tuann, horses, etc)",
"category": "Quality of Life",
"patches": [
{
"pattern": "B0 01 EB ? 48 8B ? ? ? 48 85 ? 74 ? 4C 8B ? ? ? 4C 2B ? 49 C1 F8 ? 48 8D ? ? ? E8 ? ? ? ? 0F 57 ? F3 0F ? ? ? ? 48 C7 44 24 38 ? ? ? ? 32 C0 48 8B ? ? ? 48 8B",
"offset": 1,
"patch": "00"
}
]
},
{
"name": "Disable AdSurvey",
"desc": "Should block Ad/Survey window when quitting.",
Expand Down

0 comments on commit 9a82536

Please sign in to comment.