Drakengard 3: Difference between revisions

From RPCS3 Wiki
(Undo revision 17367 by ShadowXENUS (talk) - Pirated version of D3)
Tag: Undo
(Moved FPS comments near FPS patch notes)
(9 intermediate revisions by 2 users not shown)
Line 38: Line 38:
|tsx instructions notes                =  
|tsx instructions notes                =  
<!-- GPU configuration -->
<!-- GPU configuration -->
|renderer                              = Vulkan <!-- OpenGL, Vulkan, Disabled -->
|renderer                              = <!-- OpenGL, Vulkan, Disabled -->
|renderer notes                        = Recommended to get the best performance.
|renderer notes                        =  
|aspect ratio                          = <!-- 4:3, 16:9 -->
|aspect ratio                          = <!-- 4:3, 16:9 -->
|aspect ratio notes                    =  
|aspect ratio notes                    =  
Line 64: Line 64:
|stretch to display area              = <!-- On, Off -->
|stretch to display area              = <!-- On, Off -->
|stretch to display area notes        =  
|stretch to display area notes        =  
|enable 3d                            = <!-- On, Off -->
|enable 3d notes                      =
|disable vertex cache                  = <!-- On, Off -->
|disable vertex cache                  = <!-- On, Off -->
|disable vertex cache notes            =  
|disable vertex cache notes            =  
Line 73: Line 75:
|audio out linux                      = <!-- OpenAL, PulseAudio, ALSA, Disabled -->
|audio out linux                      = <!-- OpenAL, PulseAudio, ALSA, Disabled -->
|audio out linux notes                =  
|audio out linux notes                =  
|audio channels                        = <!-- Surround 7.1, Downmix to Stereo, Downmix to 5.1 -->
|audio channels notes                  =
|dump to file                          = <!-- On, Off -->
|dump to file                          = <!-- On, Off -->
|dump to file notes                    =  
|dump to file notes                    =  
|convert to 16-bit                    = <!-- On, Off -->
|convert to 16-bit                    = <!-- On, Off -->
|convert to 16-bit notes              =  
|convert to 16-bit notes              =  
|downmix to stereo                    = <!-- On, Off -->
|downmix to stereo notes              =
|volume                                = <!-- Value between 0% to 200% -->
|volume                                = <!-- Value between 0% to 200% -->
|volume notes                          =  
|volume notes                          =  
Line 107: Line 109:
|accurate llvm dfma                    = <!-- On, Off -->
|accurate llvm dfma                    = <!-- On, Off -->
|accurate llvm dfma notes              =  
|accurate llvm dfma notes              =  
|accurate rsx reservation access      = <!-- On, Off -->
|accurate rsx reservation access notes =
|ppu llvm accurate vector nans        = <!-- On, Off -->
|ppu llvm accurate vector nans notes  =
|silence all logs                      = <!-- On, Off -->
|silence all logs                      = <!-- On, Off -->
|silence all logs notes                =  
|silence all logs notes                =  
Line 123: Line 129:
|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    =  
|disable native float16 support        = <!-- On, Off -->
|disable native float16 support notes  =
|relaxed zcull sync                    = <!-- On, Off -->
|relaxed zcull sync                    = <!-- On, Off -->
|relaxed zcull sync notes              =  
|relaxed zcull sync notes              =  
Line 132: Line 140:
|clocks scale notes                    =  
|clocks scale notes                    =  
<!-- Debug configuration -->
<!-- Debug configuration -->
|disable zcull occlusion queries      = <!-- On, Off -->
|disable zcull occlusion queries notes =
|force cpu blit emulation              = <!-- On, Off -->
|force cpu blit emulation              = <!-- On, Off -->
|force cpu blit emulation notes        =  
|force cpu blit emulation notes        =  
Line 138: Line 148:
|accurate getllar                      = <!-- On, Off -->
|accurate getllar                      = <!-- On, Off -->
|accurate getllar notes                =  
|accurate getllar notes                =  
|accurate putlluc                      = <!-- On, Off -->
|accurate putlluc notes                =
|accurate rsx reservation access      = <!-- On, Off -->
|accurate rsx reservation access notes =
|hook static functions                = <!-- On, Off -->
|hook static functions                = <!-- On, Off -->
|hook static functions notes          =  
|hook static functions notes          =  
|accurate ppu 128 reservations        = <!-- Always Enabled, Disabled, Value between 1 to 8 -->
|accurate ppu 128 reservations notes  =
}}
}}


Line 158: Line 166:
Anchors:
Anchors:
   DOD3_FPS_Notes: &DOD3_FPS_Notes "Need to also change Vblank frequency to 120Hz for 60FPS or 240Hz for 120FPS. Going over 120FPS is possible, but you will break physics a bit (lowering jump height) and make it impossible to lock-on to enemies when flying on the dragon."
   DOD3_FPS_Notes: &DOD3_FPS_Notes "Need to also change Vblank frequency to 120Hz for 60FPS or 240Hz for 120FPS. Going over 120FPS is possible, but you will break physics a bit (lowering jump height) and make it impossible to lock-on to enemies when flying on the dragon."
  # Min frametime is this value / 30
  # 0.125 / 30 is 4.1ms, so max FPS is 240
  # This game has a second framerate limiter based
  # on Vblank, so set Vblank high to raise the framerate
  # Max FPS is Vblank / 2


# Min frametime is this value / 30
  DOD3_Camera_H_Sens_Notes: &DOD3_Camera_H_Sens_Notes "When using the FPS unlock patch the horizontal camera sensitivity gets very low. This patch changes a multiplier so that the horizontal camera sensitivity slider in the game's settings does something meaningful again. The multiplier can be altered in the patch file."
# 0.125 / 30 is 4.1ms, so max FPS is 240
  # Sensitivity formula is "SliderValue * (Multiplier + 1)"
# This game has a second framerate limiter based
  # Where SliderValue is the setting (0-15) from the game settings and
# on Vblank, so set Vblank high to raise the framerate
  # default Multiplier is 0.125, giving a default range of 0.125 - 2.
# Max FPS is Vblank / 2
  # 0.35 seems good from my testing, feel free to change as you see fit.
  DOD3_Camera_H_Sens_Multiplier: &DOD3_Camera_H_Sens_Multiplier 0.35000000


PPU-2b393f064786e5895d5a576621deb4c9107a8f0b:
PPU-2b393f064786e5895d5a576621deb4c9107a8f0b:
Line 186: Line 200:
     Patch:
     Patch:
       - [ bef32, 0x008edbcc, 0.12500000 ] # 240 max FPS
       - [ bef32, 0x008edbcc, 0.12500000 ] # 240 max FPS
  Increase Horizontal Camera Sensitivity:
    Games:
      "Drakengard 3 (Drag-On Dragoon 3)":
        BLUS31197: [ 01.01 ]
    Author: RagingCactus
    Notes: *DOD3_Camera_H_Sens_Notes
    Patch Version: 1.0
    Patch:
      - [ bef32, 0x0091b69c, *DOD3_Camera_H_Sens_Multiplier]


PPU-b18834a8f21cd29a091b287a66656a279ccba507:
PPU-b18834a8f21cd29a091b287a66656a279ccba507:

Revision as of 05:04, 11 October 2020

Drakengard 3
Developer(s) Access Games
Publisher(s) Square Enix
Series Drakengard
Release date(s) JP December 19, 2013
NA May 20, 2014
PAL May 21, 2014
Release type PlayStation 3 exclusive
Genre(s) Action, Role-playing
Mode(s) Single-player
GameID(s) BLUS31197 (IRD), NPEB01407, NPUB31251, BLJM61043, BCAS20311
Quick links Check Compatibility
Open Issues
Search Google
Wikipedia Page

Drakengard 3 (originally released in Japan as Drag-On Dragoon 3) is the third game in the Drakengard series and a prequel to the original game. The game, like the rest of the series, features a mixture of ground-based hack-and-slash combat and aerial battles. The story focuses on Zero, a woman who can manipulate magic through song. Partnering with a dragon named Mikhail, Zero set out to kill her five sisters, who rule the world's regions. As she travels, the player discovers the true reason behind Zero's rampage.

The game, created to cater for hardcore role-playing game audiences, was developed by the same team who created the original Drakengard and series spin-off Nier, including producer Takamasa Shiba, director Yoko Taro and writer Sawako Natori. The music was composed by Keiichi Okabe, who also scored Nier. Unlike previous titles in the series, the team developed the game at Access Games, due to the company's experience at developing action titles and the team's wish to address criticisms laid at the gameplay of previous Drakengard games. Drakengard 3 received mixed to positive reviews and sales in Japan and mixed reviews in the west. The ground-based gameplay and story were generally praised, while common criticisms included the dragon gameplay, graphics and multiple technical issues.

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
Anisotropic filter Auto Changing to anything other than Auto causes graphical issues.
Resolution scale threshold 512 x 512 To be used when Resolution scaling is set above 100%.

Advanced configuration

Setting Option Notes
Vblank rate 120 120 for 60FPS or 240 for 120FPS.
To be enabled along with the FPS patch.

Known Issues

There are no reported issues with this title.

Special Notes

Patches

Anchors:
  DOD3_FPS_Notes: &DOD3_FPS_Notes "Need to also change Vblank frequency to 120Hz for 60FPS or 240Hz for 120FPS. Going over 120FPS is possible, but you will break physics a bit (lowering jump height) and make it impossible to lock-on to enemies when flying on the dragon."
  # Min frametime is this value / 30
  # 0.125 / 30 is 4.1ms, so max FPS is 240
  # This game has a second framerate limiter based
  # on Vblank, so set Vblank high to raise the framerate
  # Max FPS is Vblank / 2

  DOD3_Camera_H_Sens_Notes: &DOD3_Camera_H_Sens_Notes "When using the FPS unlock patch the horizontal camera sensitivity gets very low. This patch changes a multiplier so that the horizontal camera sensitivity slider in the game's settings does something meaningful again. The multiplier can be altered in the patch file."
  # Sensitivity formula is "SliderValue * (Multiplier + 1)"
  # Where SliderValue is the setting (0-15) from the game settings and 
  # default Multiplier is 0.125, giving a default range of 0.125 - 2.
  # 0.35 seems good from my testing, feel free to change as you see fit.
  DOD3_Camera_H_Sens_Multiplier: &DOD3_Camera_H_Sens_Multiplier 0.35000000

PPU-2b393f064786e5895d5a576621deb4c9107a8f0b:
  Unlock FPS:
    Games:
      "Drakengard 3 (Drag-On Dragoon 3)":
        BLUS31197: [ 01.00 ]
    Author: Whatcookie
    Notes: *DOD3_FPS_Notes
    Patch Version: 1.0
    Patch:
      - [ bef32, 0x008edc5c, 0.12500000 ] # 240 max FPS

PPU-f2f7f7ea0444353884bb715152147c3a29f4e790:
  Unlock FPS:
    Games:
      "Drakengard 3 (Drag-On Dragoon 3)":
        BLUS31197: [ 01.01 ]
    Author: Whatcookie
    Notes: *DOD3_FPS_Notes
    Patch Version: 1.0
    Patch:
      - [ bef32, 0x008edbcc, 0.12500000 ] # 240 max FPS
  Increase Horizontal Camera Sensitivity:
    Games:
      "Drakengard 3 (Drag-On Dragoon 3)":
        BLUS31197: [ 01.01 ]
    Author: RagingCactus
    Notes: *DOD3_Camera_H_Sens_Notes
    Patch Version: 1.0
    Patch:
      - [ bef32, 0x0091b69c, *DOD3_Camera_H_Sens_Multiplier]

PPU-b18834a8f21cd29a091b287a66656a279ccba507:
  Unlock FPS:
    Games:
      "Drakengard 3 (Drag-On Dragoon 3)":
        NPUB31251: [ 01.00 ]
    Author: Whatcookie
    Notes: *DOD3_FPS_Notes
    Patch Version: 1.0
    Patch:
      - [ bef32, 0x008ecf2c, 0.12500000 ] # 240 max FPS

PPU-9c04f427625a0064282432e4edfefe9e0956c303:
  Unlock FPS:
    Games:
      "Drakengard 3 (Drag-On Dragoon 3)":
        NPUB31251: [ 01.01 ]
    Author: Whatcookie
    Notes: *DOD3_FPS_Notes
    Patch Version: 1.0
    Patch:
      - [ bef32, 0x008ececc, 0.12500000 ] # 240 max FPS

PPU-e1a44e5d3fb03a37f0445e92ed13abce8d6efdd4:
  Unlock FPS:
    Games:
      "Drakengard 3 (Drag-On Dragoon 3)":
        NPEB01407: [ All ]
    Author: Whatcookie
    Notes: *DOD3_FPS_Notes
    Patch Version: 1.0
    Patch:
      - [ bef32, 0x008eceec, 0.12500000 ] # 240 max FPS

PPU-a017576369165f3746730724c8ae762ed9bc64d8:
  Unlock FPS:
    Games:
      "Drakengard 3 (Drag-On Dragoon 3)":
        BLJM61043: [ 01.00 ]
    Author: Whatcookie
    Notes: *DOD3_FPS_Notes
    Patch Version: 1.0
    Patch:
      - [ bef32, 0x00939a14, 0.12500000 ] # 240 max FPS

PPU-c09c496514f6dc591434575b04eb7c003826c11d:
  Unlock FPS:
    Games:
      "Drakengard 3 (Drag-On Dragoon 3)":
        BLJM61043: [ 01.04 ]
    Author: Whatcookie
    Notes: *DOD3_FPS_Notes
    Patch Version: 1.0
    Patch:
      - [ bef32, 0x008ed62c, 0.12500000 ] # 240 max FPS

PPU-5eb979631fbbe531db5d20f0622dca5a8b64090e:
  Unlock FPS:
    Games:
      "Drakengard 3 (Drag-On Dragoon 3)":
        BCAS20311: [ 01.02 ]
    Author: Whatcookie
    Notes: *DOD3_FPS_Notes
    Patch Version: 1.0
    Patch:
      - [ bef32, 0x008edc5c, 0.12500000 ] # 240 max FPS

Original EU PSN verison DLC bug

The original release (v1.00) of NPEB01407 had a bug where DLCs were not recognised correctly. Instead of pushing an update to fix this issue, Square Enix pulled the entire game from the store and replaced it with the fixed version (v1.01). Users who had downloaded the original version were required to completely uninstall the game and re-download the fixed version. Fortunately, if a user tried to download the game today, only the fixed version will be downloaded. It is therefore important for owners of NPEB01407 to download the newer version of the game using the instructions mentioned in out game dumping guide. License file is unchanged between the two versions.