Haze: Difference between revisions

From RPCS3 Wiki
No edit summary
(Added Write Color Buffers entry as fix for visual issue in chapter 8.)
 
Line 62: Line 62:
|shader mode                          = <!-- Legacy (singlethreaded), Async (multithreaded), Async with Shader Interpreter, Shader Interpreter only -->
|shader mode                          = <!-- Legacy (singlethreaded), Async (multithreaded), Async with Shader Interpreter, Shader Interpreter only -->
|shader mode notes                    =  
|shader mode notes                    =  
|write color buffers                  = <!-- On, Off -->
|write color buffers                  = On <!-- On, Off -->
|write color buffers notes            =  
|write color buffers notes            = Fixes blinding white haze in chapter 8; Beach.
|strict rendering mode                = <!-- On, Off -->
|strict rendering mode                = <!-- On, Off -->
|strict rendering mode notes          =  
|strict rendering mode notes          =  

Latest revision as of 14:50, 28 May 2024

Haze
Haze.jpg
Developer(s) Free Radical Design
Publisher(s) Ubisoft
Release date(s) NA May 20, 2008
PAL May 23, 2008
Release type PlayStation 3 exclusive
Genre(s) First-person shooter
Mode(s) Single-player, Co-op, Multiplayer
GameID(s) BLES00157 (IRD), BLES00169 (IRD), BLUS30094 (IRD), BLES00164 (IRD), BLJS10019 (IRD), BCAS20030
Demo
NPEB90068, NPUB90031, NPJB90100
Internal resolution 1024x576
Quick links Check Compatibility
Open Issues
Search Google
Wikipedia Page

Haze is a first-person shooter video game developed by Free Radical Design and published by Ubisoft for the PlayStation 3. It was released worldwide in May 2008. Releases for Xbox 360 and Microsoft Windows were cancelled.

The game takes place in a dystopian future, where the Mantel Corporation rule the world with a drug called Nova-Keto-Thyrazine - also called Nectar, a "nutritional supplement" that enables soldiers to fight harder and smarter, but also induces a hallucinogenic effect, where soldiers are no longer cognizant of the real battlefield around them, instead viewing an idyllic, painless environment.

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
Write color buffers On Fixes blinding white haze in chapter 8; Beach.

Known Issues

There are no reported issues with this title.

Special Notes

Netplay testing

For the complete list of games tested with RPCN, please check the RPCN Compatibility List.

Game Version RPCS3 Version Connects? Create/Join lobbies? Match with others? Online features working? Requires custom servers? Notes
1.36 N/A No No No No Not available

Patches

Anchors:
  haze_fps_notes: &haze_fps_notes
    "Needs testing above 60 FPS."
  haze_fps: &haze_fps
    - [ be32, 0x0068d0e8, 0x38000000 ] # li r0 0x0

  haze_ammo_notes: &haze_ammo_notes
    "Unlimited ammo, grenades, etc. without reloading."
  haze_ammo: &haze_ammo
    - [ be32, 0x0033854c, 0x60000000 ] # Infinite clip capacity
    - [ be32, 0x00395884, 0x60000000 ] # Infinite ammo

  haze_hp: &haze_hp
    - [ be32, 0x0005328c, 0x60000000 ]

  haze_disc_us_titles: &haze_disc_us_titles
    "Haze":
      BLUS30094: [ 01.36 ]

  haze_disc_eu_titles: &haze_disc_eu_titles
    "Haze":
      BLES00157: [ 01.36 ]

PPU-b39773da362cfd02e0d498ccc9e3b1f310d6d5e7:
  "Unlock FPS":
    Games: *haze_disc_us_titles
    Author: "illusion"
    Notes: *haze_fps_notes
    Patch Version: 1.0
    Patch:
      - [ load, *haze_fps ]
  "Infinite Ammo":
    Games: *haze_disc_us_titles
    Author: "Aphelion"
    Notes: *haze_ammo_notes
    Patch Version: 1.0
    Patch:
      - [ load, *haze_ammo ]
  "Infinite Health":
    Games: *haze_disc_us_titles
    Author: "Aphelion"
    Notes:
    Patch Version: 1.0
    Patch:
      - [ load, *haze_hp ]

PPU-e6714887d07308d64b93b86fb585a37ec08c538f:
  "Unlock FPS":
    Games: *haze_disc_eu_titles
    Author: "illusion"
    Notes: *haze_fps_notes
    Patch Version: 1.0
    Patch:
      - [ load, *haze_fps ]
  "Infinite Ammo":
    Games: *haze_disc_eu_titles
    Author: "Aphelion"
    Notes: *haze_ammo_notes
    Patch Version: 1.0
    Patch:
      - [ load, *haze_ammo ]
  "Infinite Health":
    Games: *haze_disc_eu_titles
    Author: "Aphelion"
    Notes:
    Patch Version: 1.0
    Patch:
      - [ load, *haze_hp ]