Skip to content

Commit

Permalink
Red Dead Redemption 2: Disable Invisible Snipers (New Austin)
Browse files Browse the repository at this point in the history
Mask patch to disable "invisible snipers" in the game. Akin to existing
mods on PC, but this allows to explore New Austin as Arthur in v01.00.
  • Loading branch information
SuleMareVientu authored Oct 28, 2024
1 parent 8dfa992 commit 00e9d29
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions patches/xml/RedDeadRedemption2-Orbis.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,17 @@
<Line Type="bytes" Address="0x009b4f44" Value="909090909090"/>
</PatchList>
</Metadata>
<Metadata Title="Red Dead Redemption 2"
Name="Disable Invisible Snipers"
Author="SuleMareVientu"
PatchVer="1.0"
AppVer="mask"
AppElf="eboot.bin">
<PatchList>
<!-- SHOOT_SINGLE_BULLET_BETWEEN_COORDS -->
<Line Type="mask" Address="89 55 b8 c7 45 c0 00 00 00 00 c7 45 c8 00 00 00 00 c7 45 90 00 00 00 00" Value="9090909090" Offset="+24"/>
<!-- FIRE_SINGLE_BULLET - Patch works only on v01.00/v01.02 (Used for New Austin only in v01.00, used in all versions for Guarma) -->
<Line Type="mask" Address="03 90 90 90 90 90 48 8b 47 10 48 8b 38 e9" Value="48c7c000000000c39090909090909090" Offset="+6"/>
</PatchList>
</Metadata>
</Patch>

0 comments on commit 00e9d29

Please sign in to comment.