Haze: Difference between revisions

From RPCS3 Wiki
(→‎Special Notes: added infinite health patch)
Line 164: Line 164:
   - [ be32, 0x0033854C, 0x60000000 ] # infinite clip capacity
   - [ be32, 0x0033854C, 0x60000000 ] # infinite clip capacity
   - [ be32, 0x00395884, 0x60000000 ] # infinite ammo
   - [ be32, 0x00395884, 0x60000000 ] # infinite ammo
  hazehp: &hazehp
  - [ be32, 0x0005328C, 0x60000000 ]


PPU-b39773da362cfd02e0d498ccc9e3b1f310d6d5e7:
PPU-b39773da362cfd02e0d498ccc9e3b1f310d6d5e7:
Line 184: Line 187:
     Patch:
     Patch:
       - [ load, *hazeammo ]
       - [ load, *hazeammo ]
  Infinite Health:
    Games:
      "Haze":
        BLUS30094: [ 01.36 ]
    Author: Aphelion
    Notes:
    Patch Version: 1.0
    Patch:
      - [ load, *hazehp ]


PPU-e6714887d07308d64b93b86fb585a37ec08c538f:
PPU-e6714887d07308d64b93b86fb585a37ec08c538f:
Line 205: Line 217:
     Patch:
     Patch:
       - [ load, *hazeammo ]
       - [ load, *hazeammo ]
  Infinite Health:
    Games:
      "Haze":
        BLES00157: [ 01.36 ]
    Author: Aphelion
    Notes:
    Patch Version: 1.0
    Patch:
      - [ load, *hazehp ]
}}
}}

Revision as of 00:32, 29 September 2020

Haze
GameID(s)
Quick links Check Compatibility
Open Issues
Search Google
Wikipedia Page


Configuration

Options that deviate from RPCS3's default settings and provide the best experience with this title are listed below.

GPU configuration

Setting Option Notes
Renderer Vulkan Recommended to get the best performance.

Known Issues

There are no reported issues with this title.

Special Notes

Patches

Anchors:
  hazefps: &hazefps
  - [ be32, 0x0068D0E8, 0x38000000 ] # li r0 0x0

  hazeammo: &hazeammo
  - [ be32, 0x0033854C, 0x60000000 ] # infinite clip capacity
  - [ be32, 0x00395884, 0x60000000 ] # infinite ammo

  hazehp: &hazehp
  - [ be32, 0x0005328C, 0x60000000 ]

PPU-b39773da362cfd02e0d498ccc9e3b1f310d6d5e7:
  Unlock FPS:
    Games:
      "Haze":
        BLUS30094: [ 01.36 ]
    Author: illusion
    Notes: Needs testing above 60FPS
    Patch Version: 1.0
    Patch:
      - [ load, *hazefps ]
  Infinite Ammo:
    Games:
      "Haze":
        BLUS30094: [ 01.36 ]
    Author: Aphelion
    Notes: Unlimited ammo, grenades, etc with no reloading.
    Patch Version: 1.0
    Patch:
      - [ load, *hazeammo ]
  Infinite Health:
    Games:
      "Haze":
        BLUS30094: [ 01.36 ]
    Author: Aphelion
    Notes: 
    Patch Version: 1.0
    Patch:
      - [ load, *hazehp ]

PPU-e6714887d07308d64b93b86fb585a37ec08c538f:
  Unlock FPS:
    Games:
      "Haze":
        BLES00157: [ 01.36 ]
    Author: illusion
    Notes: Needs testing above 60FPS
    Patch Version: 1.0
    Patch:
      - [ load, *hazefps ]
PPU-e6714887d07308d64b93b86fb585a37ec08c538f:
  Infinite Ammo:
    Games:
      "Haze":
        BLES00157: [ 01.36 ]
    Author: Aphelion
    Notes: Unlimited ammo, grenades, etc with no reloading.
    Patch Version: 1.0
    Patch:
      - [ load, *hazeammo ]
  Infinite Health:
    Games:
      "Haze":
        BLES00157: [ 01.36 ]
    Author: Aphelion
    Notes: 
    Patch Version: 1.0
    Patch:
      - [ load, *hazehp ]