Army of TWO: The Devil's Cartel: Difference between revisions

From RPCS3 Wiki
(Move "Green artefacts fix" patch into Canary)
m (Add quotation marks, lowercase hex)
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 <!-- On, Off -->
|write color buffers                  = On<!-- On, Off -->
|write color buffers notes            = Partially fixes half screen and other issues
|write color buffers notes            = Partially fixes half screen and other issues.
|strict rendering mode                = <!-- On, Off -->
|strict rendering mode                = <!-- On, Off -->
|strict rendering mode notes          =  
|strict rendering mode notes          =  
Line 170: Line 170:
|content =  
|content =  
PPU-17a273d69dad20980377e405809f7d888b6c6dce:
PPU-17a273d69dad20980377e405809f7d888b6c6dce:
   Disable MLAA:
   "Disable MLAA":
     Games:
     Games:
       "Army of TWO The Devil's Cartel Demo":
       "Army of TWO The Devil's Cartel Demo":
         NPEB90470: [ 01.00 ]
         NPEB90470: [ 01.00 ]
         NPUB90862: [ 01.00 ]
         NPUB90862: [ 01.00 ]
     Author: illusion
     Author: "illusion"
     Patch Version: 1.0
     Patch Version: 1.0
     Patch:
     Patch:
       - [ be32, 0x00512F94, 0x38600000 ] # Ps3EdgeMlaaEnable
       - [ be32, 0x00512f94, 0x38600000 ] # Ps3EdgeMlaaEnable
       - [ be32, 0x016DE8F0, 0x98bf0186 ] # prevent crashing if 83 is disabled first, swapped store byte.
       - [ be32, 0x016de8f0, 0x98bf0186 ] # prevent crashing if 83 is disabled first, swapped store byte.
   Disable Bloom:
   "Disable Bloom":
     Games:
     Games:
       "Army of TWO The Devil's Cartel Demo":
       "Army of TWO The Devil's Cartel Demo":
         NPEB90470: [ 01.00 ]
         NPEB90470: [ 01.00 ]
         NPUB90862: [ 01.00 ]
         NPUB90862: [ 01.00 ]
     Author: illusion
     Author: "illusion"
     Patch Version: 1.0
     Patch Version: 1.0
     Patch:
     Patch:
       - [ be32, 0x016DE8F0, 0x98bf0186 ] # duplicate from mlaa patch in case of using without mlaa patch
       - [ be32, 0x016de8f0, 0x98bf0186 ] # duplicate from mlaa patch in case of using without mlaa patch
       - [ be32, 0x016DE8FC, 0x98bf0183 ] # bloom/bubble blur, this won't crash anymore. requires 86 to be loaded with 0!
       - [ be32, 0x016de8fc, 0x98bf0183 ] # bloom/bubble blur, this won't crash anymore. requires 86 to be loaded with 0!
   Speedup:
   "Speedup":
     Games:
     Games:
       "Army of TWO The Devil's Cartel Demo":
       "Army of TWO The Devil's Cartel Demo":
         NPEB90470: [ 01.00 ]
         NPEB90470: [ 01.00 ]
         NPUB90862: [ 01.00 ]
         NPUB90862: [ 01.00 ]
     Notes: "Compromise visuals for extra performance."
     Notes: "Compromises visuals for extra performance."
     Author: ZEROx, illusion
     Author: "ZEROx, illusion"
     Patch Version: 1.0
     Patch Version: 1.0
     Patch:
     Patch:
       - [ be16, 0x01732b48, 0x991f ]
       - [ be16, 0x01732b48, 0x991f ]
       - [ be16, 0x01732b54, 0x991f ]
       - [ be16, 0x01732b54, 0x991f ]
   Blocky depth fix:
   "Blocky depth fix":
     Games:
     Games:
       "Army of TWO The Devil's Cartel Demo":
       "Army of TWO The Devil's Cartel Demo":
         NPEB90470: [ 01.00 ]
         NPEB90470: [ 01.00 ]
         NPUB90862: [ 01.00 ]
         NPUB90862: [ 01.00 ]
     Author: ZEROx
     Author: "ZEROx"
     Notes:  
     Notes:
     Patch Version: 1.0
     Patch Version: 1.0
     Patch:
     Patch:
       - [ be16, 0x01732a60, 0x991f ]
       - [ be16, 0x01732a60, 0x991f ]
   Disable Dynamic Lights:
   "Disable Dynamic Lights":
     Games:
     Games:
       "Army of TWO The Devil's Cartel Demo":
       "Army of TWO The Devil's Cartel Demo":
         NPEB90470: [ 01.00 ]
         NPEB90470: [ 01.00 ]
         NPUB90862: [ 01.00 ]
         NPUB90862: [ 01.00 ]
     Author: illusion
     Author: "illusion"
     Notes: "Last modified: 06 October 2020\n\nCompromise visuals for extra performance."
     Notes: "Last modified: 06 October 2020\n\nCompromises visuals for extra performance."
     Patch Version: 1.0
     Patch Version: 1.0
     Patch:
     Patch:
       - [ be16, 0x01732b58, 0x991f ]
       - [ be16, 0x01732b58, 0x991f ]
   Disable Dynamic Spotlights:
   "Disable Dynamic Spotlights":
     Games:
     Games:
       "Army of TWO The Devil's Cartel Demo":
       "Army of TWO The Devil's Cartel Demo":
         NPEB90470: [ 01.00 ]
         NPEB90470: [ 01.00 ]
         NPUB90862: [ 01.00 ]
         NPUB90862: [ 01.00 ]
     Author: illusion
     Author: "illusion"
     Notes: "Compromise visuals for extra performance."
     Notes: "Compromises visuals for extra performance."
     Patch Version: 1.0
     Patch Version: 1.0
     Patch:
     Patch:
Line 233: Line 233:


PPU-d8376f500c89feb12500754ba0ec1483c4aeb5da:
PPU-d8376f500c89feb12500754ba0ec1483c4aeb5da:
   Disable MLAA:
   "Disable MLAA":
     Games:
     Games:
       "Army of TWO The Devil's Cartel":
       "Army of TWO The Devil's Cartel":
Line 240: Line 240:
         BLES01763: [ 01.01 ]
         BLES01763: [ 01.01 ]
         BLUS31069: [ 01.01 ]
         BLUS31069: [ 01.01 ]
     Author: illusion
     Author: "illusion"
     Patch Version: 1.0
     Patch Version: 1.0
     Patch:
     Patch:
       - [ be32, 0x004E51A4, 0x38600000 ] # Ps3EdgeMlaaEnable
       - [ be32, 0x004e51a4, 0x38600000 ] # Ps3EdgeMlaaEnable
       - [ be32, 0x01701BF0, 0x98bf0186 ] # prevent crashing if 83 is disabled first, swapped store byte.
       - [ be32, 0x01701bf0, 0x98bf0186 ] # prevent crashing if 83 is disabled first, swapped store byte.
   Disable Bloom:
   "Disable Bloom":
     Games:
     Games:
       "Army of TWO The Devil's Cartel":
       "Army of TWO The Devil's Cartel":
Line 252: Line 252:
         BLES01763: [ 01.01 ]
         BLES01763: [ 01.01 ]
         BLUS31069: [ 01.01 ]
         BLUS31069: [ 01.01 ]
     Author: illusion
     Author: "illusion"
     Patch Version: 1.0
     Patch Version: 1.0
     Patch:
     Patch:
       - [ be32, 0x01701BFC, 0x98bf0183 ] # bloom/bubble blur, this won't crash anymore. requires 86 to be loaded with 0!
       - [ be32, 0x01701bfc, 0x98bf0183 ] # bloom/bubble blur, this won't crash anymore. requires 86 to be loaded with 0!
   Speedup:
   "Speedup":
     Games:
     Games:
       "Army of TWO The Devil's Cartel":
       "Army of TWO The Devil's Cartel":
Line 263: Line 263:
         BLES01763: [ 01.01 ]
         BLES01763: [ 01.01 ]
         BLUS31069: [ 01.01 ]
         BLUS31069: [ 01.01 ]
     Author: ZEROx, illusion
     Author: "ZEROx, illusion"
     Notes: "Compromise visuals for extra performance."
     Notes: "Compromises visuals for extra performance."
     Patch Version: 1.0
     Patch Version: 1.0
     Patch:
     Patch:
       - [ be16, 0x01755BC8, 0x991f ]
       - [ be16, 0x01755bc8, 0x991f ]
       - [ be16, 0x01755BD4, 0x991f ]
       - [ be16, 0x01755bd4, 0x991f ]
   Blocky depth fix:
   "Blocky depth fix":
     Games:
     Games:
       "Army of TWO The Devil's Cartel":
       "Army of TWO The Devil's Cartel":
Line 276: Line 276:
         BLES01763: [ 01.01 ]
         BLES01763: [ 01.01 ]
         BLUS31069: [ 01.01 ]
         BLUS31069: [ 01.01 ]
     Author: ZEROx
     Author: "ZEROx"
     Patch Version: 1.0
     Patch Version: 1.0
     Patch:
     Patch:
       - [ be16, 0x01755ae0, 0x991f ]
       - [ be16, 0x01755ae0, 0x991f ]
   Disable Dynamic Lights:
   "Disable Dynamic Lights":
     Games:
     Games:
       "Army of TWO The Devil's Cartel":
       "Army of TWO The Devil's Cartel":
Line 287: Line 287:
         BLES01763: [ 01.01 ]
         BLES01763: [ 01.01 ]
         BLUS31069: [ 01.01 ]
         BLUS31069: [ 01.01 ]
     Author: illusion
     Author: "illusion"
     Notes: "Compromise visuals for extra performance."
     Notes: "Compromises visuals for extra performance."
     Patch Version: 1.0
     Patch Version: 1.0
     Patch:
     Patch:
       - [ be16, 0x01755BD8, 0x991f ]
       - [ be16, 0x01755bd8, 0x991f ]
   Disable Dynamic Spotlights:
   "Disable Dynamic Spotlights":
     Games:
     Games:
       "Army of TWO The Devil's Cartel":
       "Army of TWO The Devil's Cartel":
Line 299: Line 299:
         BLES01763: [ 01.01 ]
         BLES01763: [ 01.01 ]
         BLUS31069: [ 01.01 ]
         BLUS31069: [ 01.01 ]
     Author: illusion
     Author: "illusion"
     Notes: "Compromise visuals for extra performance."
     Notes: "Compromises visuals for extra performance."
     Patch Version: 1.0
     Patch Version: 1.0
     Patch:
     Patch:
       - [ be16, 0x01755BDC, 0x991f ]
       - [ be16, 0x01755bdc, 0x991f ]
}}
}}


Line 311: Line 311:
|content =  
|content =  
PPU-17a273d69dad20980377e405809f7d888b6c6dce:
PPU-17a273d69dad20980377e405809f7d888b6c6dce:
   Green artefacts fix:
   "Green artifacts fix":
     Games:
     Games:
       "Army of TWO The Devil's Cartel Demo":
       "Army of TWO The Devil's Cartel Demo":
         NPEB90470: [ 01.00 ]
         NPEB90470: [ 01.00 ]
         NPUB90862: [ 01.00 ]
         NPUB90862: [ 01.00 ]
     Author: ZEROx
     Author: "ZEROx"
     Notes: Fixes annoying non-working effect
     Notes: "Fixes annoying non-working effect."
     Patch Version: 1.0
     Patch Version: 1.0
     Patch:
     Patch:
       - [ be16, 0x01732be8, 0x995f ]
       - [ be16, 0x01732be8, 0x995f ]
}}
}}

Revision as of 14:00, 21 February 2023

Army of TWO: The Devil's Cartel
Developer(s) Visceral Games
Publisher(s) Electronic Arts
Series Army of TWO
Release date(s) NA March 26, 2013
EU March 29, 2013
AU March 28, 2013
Release type Console exclusive
Genre(s) Third-person shooter
GameID(s) BLES01763 (IRD), BLUS31069 (IRD), NPEB01216, NPEB01217, NPUB30987, BLJM60578 (IRD), BLES01767 (IRD)
Demo
NPUB90862
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 issues.

Known Issues

There are no reported issues with this title.

Special Notes

Patches

PPU-17a273d69dad20980377e405809f7d888b6c6dce:
  "Disable MLAA":
    Games:
      "Army of TWO The Devil's Cartel Demo":
        NPEB90470: [ 01.00 ]
        NPUB90862: [ 01.00 ]
    Author: "illusion"
    Patch Version: 1.0
    Patch:
      - [ be32, 0x00512f94, 0x38600000 ] # Ps3EdgeMlaaEnable
      - [ be32, 0x016de8f0, 0x98bf0186 ] # prevent crashing if 83 is disabled first, swapped store byte.
  "Disable Bloom":
    Games:
      "Army of TWO The Devil's Cartel Demo":
        NPEB90470: [ 01.00 ]
        NPUB90862: [ 01.00 ]
    Author: "illusion"
    Patch Version: 1.0
    Patch:
      - [ be32, 0x016de8f0, 0x98bf0186 ] # duplicate from mlaa patch in case of using without mlaa patch
      - [ be32, 0x016de8fc, 0x98bf0183 ] # bloom/bubble blur, this won't crash anymore. requires 86 to be loaded with 0!
  "Speedup":
    Games:
      "Army of TWO The Devil's Cartel Demo":
        NPEB90470: [ 01.00 ]
        NPUB90862: [ 01.00 ]
    Notes: "Compromises visuals for extra performance."
    Author: "ZEROx, illusion"
    Patch Version: 1.0
    Patch:
      - [ be16, 0x01732b48, 0x991f ]
      - [ be16, 0x01732b54, 0x991f ]
  "Blocky depth fix":
    Games:
      "Army of TWO The Devil's Cartel Demo":
        NPEB90470: [ 01.00 ]
        NPUB90862: [ 01.00 ]
    Author: "ZEROx"
    Notes:
    Patch Version: 1.0
    Patch:
      - [ be16, 0x01732a60, 0x991f ]
  "Disable Dynamic Lights":
    Games:
      "Army of TWO The Devil's Cartel Demo":
        NPEB90470: [ 01.00 ]
        NPUB90862: [ 01.00 ]
    Author: "illusion"
    Notes: "Last modified: 06 October 2020\n\nCompromises visuals for extra performance."
    Patch Version: 1.0
    Patch:
      - [ be16, 0x01732b58, 0x991f ]
  "Disable Dynamic Spotlights":
    Games:
      "Army of TWO The Devil's Cartel Demo":
        NPEB90470: [ 01.00 ]
        NPUB90862: [ 01.00 ]
    Author: "illusion"
    Notes: "Compromises visuals for extra performance."
    Patch Version: 1.0
    Patch:
      - [ be16, 0x01732b5c, 0x991f ]

PPU-d8376f500c89feb12500754ba0ec1483c4aeb5da:
  "Disable MLAA":
    Games:
      "Army of TWO The Devil's Cartel":
        NPEB01217: [ 01.01 ]
        NPUB30987: [ 01.01 ]
        BLES01763: [ 01.01 ]
        BLUS31069: [ 01.01 ]
    Author: "illusion"
    Patch Version: 1.0
    Patch:
      - [ be32, 0x004e51a4, 0x38600000 ] # Ps3EdgeMlaaEnable
      - [ be32, 0x01701bf0, 0x98bf0186 ] # prevent crashing if 83 is disabled first, swapped store byte.
  "Disable Bloom":
    Games:
      "Army of TWO The Devil's Cartel":
        NPEB01217: [ 01.01 ]
        NPUB30987: [ 01.01 ]
        BLES01763: [ 01.01 ]
        BLUS31069: [ 01.01 ]
    Author: "illusion"
    Patch Version: 1.0
    Patch:
      - [ be32, 0x01701bfc, 0x98bf0183 ] # bloom/bubble blur, this won't crash anymore. requires 86 to be loaded with 0!
  "Speedup":
    Games:
      "Army of TWO The Devil's Cartel":
        NPEB01217: [ 01.01 ]
        NPUB30987: [ 01.01 ]
        BLES01763: [ 01.01 ]
        BLUS31069: [ 01.01 ]
    Author: "ZEROx, illusion"
    Notes: "Compromises visuals for extra performance."
    Patch Version: 1.0
    Patch:
      - [ be16, 0x01755bc8, 0x991f ]
      - [ be16, 0x01755bd4, 0x991f ]
  "Blocky depth fix":
    Games:
      "Army of TWO The Devil's Cartel":
        NPEB01217: [ 01.01 ]
        NPUB30987: [ 01.01 ]
        BLES01763: [ 01.01 ]
        BLUS31069: [ 01.01 ]
    Author: "ZEROx"
    Patch Version: 1.0
    Patch:
      - [ be16, 0x01755ae0, 0x991f ]
  "Disable Dynamic Lights":
    Games:
      "Army of TWO The Devil's Cartel":
        NPEB01217: [ 01.01 ]
        NPUB30987: [ 01.01 ]
        BLES01763: [ 01.01 ]
        BLUS31069: [ 01.01 ]
    Author: "illusion"
    Notes: "Compromises visuals for extra performance."
    Patch Version: 1.0
    Patch:
      - [ be16, 0x01755bd8, 0x991f ]
  "Disable Dynamic Spotlights":
    Games:
      "Army of TWO The Devil's Cartel":
        NPEB01217: [ 01.01 ]
        NPUB30987: [ 01.01 ]
        BLES01763: [ 01.01 ]
        BLUS31069: [ 01.01 ]
    Author: "illusion"
    Notes: "Compromises visuals for extra performance."
    Patch Version: 1.0
    Patch:
      - [ be16, 0x01755bdc, 0x991f ]

Canary Patches

PPU-17a273d69dad20980377e405809f7d888b6c6dce:
  "Green artifacts fix":
    Games:
      "Army of TWO The Devil's Cartel Demo":
        NPEB90470: [ 01.00 ]
        NPUB90862: [ 01.00 ]
    Author: "ZEROx"
    Notes: "Fixes annoying non-working effect."
    Patch Version: 1.0
    Patch:
      - [ be16, 0x01732be8, 0x995f ]