Dragon Ball: Raging Blast 2: Difference between revisions

From RPCS3 Wiki
m (Text replacement - "|multithreaded rsx notes = <!-- Audio configuration --> " to "|multithreaded rsx notes = |asynchronous texture streaming = <!-- On, Off --> |asynchronous texture streaming notes = <!-- Audio configuration --> ")
m (RB2 US Patch)
Line 161: Line 161:
<!-- Mention any known issues relating to the game. Use the issue and PR template if necessary. If no notable issues are present, mention "There are no reported issues with this title." -->
<!-- Mention any known issues relating to the game. Use the issue and PR template if necessary. If no notable issues are present, mention "There are no reported issues with this title." -->
There are no reported issues with this title.
There are no reported issues with this title.
==Special Notes==
<!-- Mention any additional notes if necessary. If no special notes are required, remove this section -->
{{patch
|type    = PPU
|version = 1.2
|content =
Anchors:
    rb2_cams: &rb2_cams
      - [ be32, 0x00093884, 0x60000000 ] #Cameras
    rb2_stutter: &rb2_stutter
      - [ be32, 0x0003ED8C, 0x60000000 ] #stutter0
      #- [ be32, 0x0003F630, 0x60000000 ] #stutter (removes stutter; no flyback)
    rb2_manual_v: &rb2_manual_v
      - [ be32, 0x0003B03C, 0x60000000 ]
    rb2_ground_debris: &rb2_ground_debris
      - [ be32, 0x00383A98, 0x60000000 ]
      - [ be32, 0x00383BF0, 0x60000000 ]
      - [ be32, 0x00383A08, 0x60000000 ]
    rb2_fb: &rb2_fb
      - [ be32, 0x0006DDE8, 0x60000000 ] #flyback
      - [ be32, 0x0006CCC4, 0x60000000 ] #button press
    rb2_misc: &rb2_misc
      - [ be32, 0x0036F610, 0x60000000 ] #Wind Speed
    rb2_dash: &rb2_dash
      #- [ be32, 0x0004A514, 0x60000000 ] #Dash Anywhere? (lol no)
    rb2_cancels: &rb2_cancels
      - [ be32, 0x0003B384, 0x60000000 ] #cancels,smash,comboCounter
PPU-07e7ef2b34549f3c879306f6c255ded2daec21f4:
  "NFiK RB3 Patch":
    Games:
      "Dragon Ball: Raging Blast 2":
        BLUS30581: [ 01.00 ]
    Author: "NFiK"
    Patch Version: 1.0
    Group: "Games"
    Notes: "WIP. Contact me for patch revisions."
    Patch:
      - [ load, *rb2_cams ]
      - [ load, *rb2_stutter ]
      - [ load, *rb2_manual_v ]
      - [ load, *rb2_ground_debris ]
      - [ load, *rb2_fb ]
      - [ load, *rb2_cancels ]
      - [ load, *rb2_misc ]
      - [ load, *rb2_dash ]
}}

Revision as of 20:20, 17 October 2021

Dragon Ball: Raging Blast 2
Developer(s) Spike
Publisher(s) Bandai Namco Games
Series Dragon Ball
Release date(s) JP November 11, 2010
NA November 2, 2010
EU November 5, 2010
Release type Console exclusive
Genre(s) Fighting
Mode(s) Single-player, Multiplayer
GameID(s) BLES00978 (IRD), BLUS30581 (IRD)
Demo
NPEB90287
Quick links Check Compatibility
Open Issues
Search Google
Wikipedia Page


Configuration

No options that deviate from RPCS3's default settings are recommended for this title.

Known Issues

There are no reported issues with this title.

Special Notes

Patches

Anchors:
    rb2_cams: &rb2_cams
      - [ be32, 0x00093884, 0x60000000 ] #Cameras

    rb2_stutter: &rb2_stutter
      - [ be32, 0x0003ED8C, 0x60000000 ] #stutter0
      #- [ be32, 0x0003F630, 0x60000000 ] #stutter (removes stutter; no flyback)

    rb2_manual_v: &rb2_manual_v
      - [ be32, 0x0003B03C, 0x60000000 ]

    rb2_ground_debris: &rb2_ground_debris
      - [ be32, 0x00383A98, 0x60000000 ]
      - [ be32, 0x00383BF0, 0x60000000 ]
      - [ be32, 0x00383A08, 0x60000000 ]

    rb2_fb: &rb2_fb
      - [ be32, 0x0006DDE8, 0x60000000 ] #flyback
      - [ be32, 0x0006CCC4, 0x60000000 ] #button press

    rb2_misc: &rb2_misc
      - [ be32, 0x0036F610, 0x60000000 ] #Wind Speed

    rb2_dash: &rb2_dash
      #- [ be32, 0x0004A514, 0x60000000 ] #Dash Anywhere? (lol no)

    rb2_cancels: &rb2_cancels
      - [ be32, 0x0003B384, 0x60000000 ] #cancels,smash,comboCounter

PPU-07e7ef2b34549f3c879306f6c255ded2daec21f4:
  "NFiK RB3 Patch":
    Games:
      "Dragon Ball: Raging Blast 2":
        BLUS30581: [ 01.00 ]
    Author: "NFiK"
    Patch Version: 1.0
    Group: "Games"
    Notes: "WIP. Contact me for patch revisions."
    Patch:
      - [ load, *rb2_cams ]
      - [ load, *rb2_stutter ]
      - [ load, *rb2_manual_v ]
      - [ load, *rb2_ground_debris ]
      - [ load, *rb2_fb ]
      - [ load, *rb2_cancels ]
      - [ load, *rb2_misc ]
      - [ load, *rb2_dash ]