Advertisement
chilledpapi

RDR patch

Mar 16th, 2022
24,761
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.85 KB | None | 0 0
  1. title_name = "Red Dead Redemption" # GOTY/Game Of The Year, Disc 1
  2. title_id = "5454082B"
  3. hash = "F8F5F22E950BE693"
  4.  
  5. [[patch]]
  6. name = "Unlock FPS"
  7. desc = "Framerates higher than 60 FPS require vsync to be changed from true to false in the Xenia config."
  8. author = "boma"
  9. is_enabled = false
  10.  
  11. [[patch.be32]]
  12. address = 0x823C674C
  13. value = 0x48000048
  14. [[patch.be8]]
  15. address = 0x82C4E607
  16. value = 0x01
  17.  
  18. [[patch]]
  19. name = "Disable Depth of Field + Motion Blur"
  20. author = "illusion, boma"
  21. is_enabled = true
  22.  
  23. [[patch.be16]]
  24. address = 0x827E8DBC
  25. value = 0x4800
  26.  
  27. [[patch]]
  28. name = "16x Anisotropic Filtering"
  29. author = "boma"
  30. is_enabled = false
  31.  
  32. [[patch.be32]]
  33. address = 0x822B5E10
  34. value = 0x38A00010
  35.  
  36. [[patch]]
  37. name = "Skip Grass Occlusion"
  38. desc = "Gets rid of grass."
  39. author = "illusion, boma"
  40. is_enabled = false
  41.  
  42. [[patch.be16]]
  43. address = 0x822EE494
  44. value = 0x4800
  45.  
  46. [[patch]]
  47. name = "No Trees"
  48. desc = "Provides a substantial performance boost."
  49. author = "boma"
  50. is_enabled = false
  51.  
  52. [[patch.be32]]
  53. address = 0x8276CEC8
  54. value = 0x39600001
  55.  
  56. [[patch]]
  57. name = "Disable Shadows"
  58. author = "boma"
  59. is_enabled = false
  60.  
  61. [[patch.be32]]
  62. address = 0x82927B40
  63. value = 0x60000000
  64.  
  65. [[patch]]
  66. name = "480p Mode"
  67. desc = "Internally renders the game at 480p and upscales to 720p. Certain objects and terrain will exhibit irregular pop-in."
  68. author = "boma"
  69. is_enabled = false
  70.  
  71. [[patch.be32]]
  72. address = 0x82770D08
  73. value = 0x39400001
  74.  
  75. [[patch]]
  76. name = "Higher Quality Post Processing"
  77. author = "boma"
  78. is_enabled = false
  79.  
  80. [[patch.be32]]
  81. address = 0x827D809C
  82. value = 0x39600001
  83.  
  84. [[patch]]
  85. name = "Disable SSAO"
  86. desc = "Probably won't improve overall performance but may help with graphical artifacts when upscaling."
  87. author = "boma"
  88. is_enabled = false
  89.  
  90. [[patch.be32]]
  91. address = 0x822FCB40
  92. value = 0x48000114
  93.  
  94. [[patch]]
  95. name = "Skip Intro Rockstar Movie"
  96. author = "boma"
  97. is_enabled = false
  98.  
  99. [[patch.be8]]
  100. address = 0x8278F56C
  101. value = 0x41
  102.  
  103. [[patch]]
  104. name = "Alternative Script Timing & Asset Garbage Collection"
  105. desc = "May provide a small performance boost for CPU-limited systems."
  106. author = "boma"
  107. is_enabled = false
  108.  
  109. [[patch.be32]]
  110. address = 0x82300AD0
  111. value = 0x39600001
  112. [[patch.be32]]
  113. address = 0x8242011C
  114. value = 0x39600001
  115.  
  116. [[patch]]
  117. name = "Use Separate Audio Heap"
  118. desc = "Changes audio component heap memory. Will lower the quality of realtime audio post-processing but may provide a small performance boost for CPU-limited systems."
  119. author = "boma"
  120. is_enabled = false
  121.  
  122. [[patch.be32]]
  123. address = 0x823DF33C
  124. value = 0x39600001
  125.  
  126. [[patch]]
  127. name = "Aspect Ratio"
  128. desc = "See note about aspect ratio patches in README."
  129. author = "boma"
  130. is_enabled = false
  131.  
  132. [[patch.be32]]
  133. address = 0x82000D7C
  134. value = 0x4018E38E
  135.  
  136. [[patch]]
  137. name = "Infinite Horse Stamina"
  138. author = "illusion, boma"
  139. is_enabled = true
  140.  
  141. [[patch.be32]]
  142. address = 0x82C77738
  143. value = 0x3C003F80
  144. [[patch.be32]]
  145. address = 0x82C7773C
  146. value = 0x9007000C
  147.  
  148. [[patch]]
  149. name = "Infinite Ammo"
  150. desc = "100 in reserved magazine."
  151. author = "illusion, boma"
  152. is_enabled = true
  153.  
  154. [[patch.be32]]
  155. address = 0x825B9DD4
  156. value = 0x3C0042C8 # Ammo amount in 2 bytes float. Default is 100. It will reset to 100 after some idle time.
  157. [[patch.be32]]
  158. address = 0x825B9DD8
  159. value = 0x900A0000
  160.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement