Battlefield 4: Difference between revisions

From RPCS3 Wiki
(create page and add patches)
 
(Move 'Fix Graphics issues' to Canary)
(6 intermediate revisions by one other user not shown)
Line 57: Line 57:
|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
|write color buffers notes            =  
|write color buffers notes            = Partially fixes half screen and other graphical issues.
|strict rendering mode                = <!-- On, Off -->
|strict rendering mode                = <!-- On, Off -->
|strict rendering mode notes          =  
|strict rendering mode notes          =  
Line 126: Line 126:
|write depth buffers                  = <!-- On, Off -->
|write depth buffers                  = <!-- On, Off -->
|write depth buffers notes            =  
|write depth buffers notes            =  
|read color buffers                    = <!-- On, Off -->
|read color buffers                    = On
|read color buffers notes              =  
|read color buffers notes              = Required until {{pr|9107}} is merged.
|disable on-disk shader cache          = <!-- On, Off -->
|disable on-disk shader cache          = <!-- On, Off -->
|disable on-disk shader cache notes    =  
|disable on-disk shader cache notes    =  
Line 165: Line 165:
|version = 1.2
|version = 1.2
|content =  
|content =  
PPU-f7ff4ca5d07f753244f290dc5e54907948e03613:
Anchors:
# Patches last modified: 09 October 2020
   bf4120_title: &bf4120_title
   Disable MLAA:
    Games:
       "Battlefield 4":
       "Battlefield 4":
         BLES01832: [ 01.20 ]
         BLES01832: [ 01.20 ]
Line 174: Line 172:
         NPUB31148: [ 01.20 ]
         NPUB31148: [ 01.20 ]
         NPEB01303: [ 01.20 ]
         NPEB01303: [ 01.20 ]
PPU-f7ff4ca5d07f753244f290dc5e54907948e03613:
  Disable MLAA:
    Games: *bf4120_title
     Author: illusion
     Author: illusion
     Notes:  
     Notes: "Last modified: 09 October 2020"
     Patch Version: 1.0
     Patch Version: 1.0
     Patch:
     Patch:
       - [ be32, 0x0094EC04, 0x38600000 ]
       - [ be32, 0x0094EC04, 0x38600000 ]
# Patches last modified: 14 October 2020
  Disable Dynamic Lights:
   Fix Grpahics issues: # unorganized mess! needs cleanup.
    Games: *bf4120_title
     Games:
    Author: illusion
    Notes: "Last modified: 14 October 2020\n\nCompromise visuals for extra performance."
    Patch Version: 1.0
    Patch:
      - [ be16, 0x01499AB8, 0x98bf ]
      - [ be16, 0x01499ABC, 0x98bf ]
   Disable Bloom:
    Games: *bf4120_title
    Author: illusion
    Notes: "Last modified: 14 October 2020"
    Patch Version: 1.0
     Patch:
      - [ be16, 0x01487934, 0x98bf ]
      - [ be16, 0x01487938, 0x98bf ]
}}
 
{{patch
|type    = Canary
|version = 1.2
|content =
Anchors:
  bf4120_title: &bf4120_title
       "Battlefield 4":
       "Battlefield 4":
         BLES01832: [ 01.20 ]
         BLES01832: [ 01.20 ]
Line 187: Line 210:
         NPUB31148: [ 01.20 ]
         NPUB31148: [ 01.20 ]
         NPEB01303: [ 01.20 ]
         NPEB01303: [ 01.20 ]
PPU-f7ff4ca5d07f753244f290dc5e54907948e03613:
  Fix Graphics issues: # unorganized mess! needs cleanup.
    Games: *bf4120_title
     Author: illusion
     Author: illusion
     Notes:  
     Notes: "Last modified: 14 October 2020\n\nCompromise visuals for extra performance."
     Patch Version: 1.0
     Patch Version: 1.0
     Patch:
     Patch:
Line 195: Line 222:
       - [ be16, 0x01499A7C, 0x98bf ]
       - [ be16, 0x01499A7C, 0x98bf ]
       - [ be16, 0x01499AB4, 0x98bf ] # casted shadows
       - [ be16, 0x01499AB4, 0x98bf ] # casted shadows
      - [ be16, 0x01499AB8, 0x98bf ] # dynamic lights
      - [ be16, 0x01499ABC, 0x98bf ] # dynamic lights
       - [ be16, 0x01499B10, 0x98bf ]
       - [ be16, 0x01499B10, 0x98bf ]
       - [ be16, 0x01499B14, 0x98bf ]
       - [ be16, 0x01499B14, 0x98bf ]
}}
}}

Revision as of 17:07, 12 February 2021

Battlefield 4
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
Write color buffers On Partially fixes half screen and other graphical issues.

Advanced configuration

Setting Option Notes
Read color buffers On Required until PR 9107 is merged.

Known Issues

There are no reported issues with this title.

Special Notes

Patches

Anchors:
  bf4120_title: &bf4120_title
      "Battlefield 4":
        BLES01832: [ 01.20 ]
        BLUS31162: [ 01.20 ]
        NPUB31148: [ 01.20 ]
        NPEB01303: [ 01.20 ]

PPU-f7ff4ca5d07f753244f290dc5e54907948e03613:
  Disable MLAA:
    Games: *bf4120_title
    Author: illusion
    Notes: "Last modified: 09 October 2020"
    Patch Version: 1.0
    Patch:
      - [ be32, 0x0094EC04, 0x38600000 ]
  Disable Dynamic Lights:
    Games: *bf4120_title
    Author: illusion
    Notes: "Last modified: 14 October 2020\n\nCompromise visuals for extra performance."
    Patch Version: 1.0
    Patch:
      - [ be16, 0x01499AB8, 0x98bf ]
      - [ be16, 0x01499ABC, 0x98bf ]
  Disable Bloom:
    Games: *bf4120_title
    Author: illusion
    Notes: "Last modified: 14 October 2020"
    Patch Version: 1.0
    Patch:
      - [ be16, 0x01487934, 0x98bf ]
      - [ be16, 0x01487938, 0x98bf ]

Canary Patches

Anchors:
  bf4120_title: &bf4120_title
      "Battlefield 4":
        BLES01832: [ 01.20 ]
        BLUS31162: [ 01.20 ]
        NPUB31148: [ 01.20 ]
        NPEB01303: [ 01.20 ]

PPU-f7ff4ca5d07f753244f290dc5e54907948e03613:
  Fix Graphics issues: # unorganized mess! needs cleanup.
    Games: *bf4120_title
    Author: illusion
    Notes: "Last modified: 14 October 2020\n\nCompromise visuals for extra performance."
    Patch Version: 1.0
    Patch:
      - [ be16, 0x01499A74, 0x98bf ] # lights shafts
      - [ be16, 0x01499A78, 0x98bf ] # i forgot half of what these do.
      - [ be16, 0x01499A7C, 0x98bf ]
      - [ be16, 0x01499AB4, 0x98bf ] # casted shadows
      - [ be16, 0x01499B10, 0x98bf ]
      - [ be16, 0x01499B14, 0x98bf ]