(→SPU MLAA removal patch: Updated link) |
(→Configuration: Update cpu blit note, to disable if missing graphics in arcade.) |
||
(26 intermediate revisions by 7 users not shown) | |||
Line 1: | Line 1: | ||
<!-- please read the wiki conventions page and documentation for templates before creating a new game page -->{{vginfobox | <!-- please read the wiki conventions page and documentation for templates before creating a new game page -->{{vginfobox | ||
|image = [[File:{{#setmainimage:YDScover.jpg}}|300px]] | |||
|developer = Ryu Ga Gotoku Studio | |developer = Ryu Ga Gotoku Studio | ||
|publisher = Sega | |publisher = Sega | ||
Line 7: | Line 8: | ||
|genre = Action, Adventure, Survival horror | |genre = Action, Adventure, Survival horror | ||
|modes = Single-player <!-- Choose all relevant options: Single-player, Co-op, Multiplayer --> | |modes = Single-player <!-- Choose all relevant options: Single-player, Co-op, Multiplayer --> | ||
|gameid = {{gameid|id=BLUS30826, BLES01399|ird=Yes}} | |gameid = {{gameid|id=BLUS30826, BLES01399, BLJM60316, NPUB31509|oid=NPEB02034|ird=Yes}} | ||
|internal resolution = 1024x768 | |||
}} | }} | ||
Line 15: | Line 17: | ||
<!-- Enter mandatory non-default settings to be used. Recommendatory or default settings can be entered only on exceptional basis. -->{{config | <!-- Enter mandatory non-default settings to be used. Recommendatory or default settings can be entered only on exceptional basis. -->{{config | ||
<!-- CPU configuration --> | <!-- CPU configuration --> | ||
|ppu decoder = <!-- Interpreter ( | |ppu decoder = <!-- Interpreter (static), Interpreter (dynamic), Recompiler (LLVM) --> | ||
|ppu decoder notes = | |ppu decoder notes = | ||
|spu decoder = <!-- Interpreter ( | |spu decoder = <!-- Interpreter (static), Interpreter (dynamic), Recompiler (ASMJIT), Recompiler (LLVM) --> | ||
|spu decoder notes = | |spu decoder notes = | ||
|preferred spu threads = <!-- Auto, Single digit between 1 to 6 (e.g. 3), Range between 1 to 6 (e.g. 1 - 3) --> | |preferred spu threads = <!-- Auto, Single digit between 1 to 6 (e.g. 3), Range between 1 to 6 (e.g. 1 - 3) --> | ||
|preferred spu threads notes = | |preferred spu threads notes = | ||
| | |thread scheduler = <!-- Operating System, RPCS3 Scheduler, RPCS3 Alternative Scheduler --> | ||
| | |thread scheduler notes = | ||
|enable spu loop detection = <!-- On, Off --> | |enable spu loop detection = <!-- On, Off --> | ||
|enable spu loop detection notes = | |enable spu loop detection notes = | ||
|spu | |spu xfloat accuracy = <!-- Accurate, Approximate, Relaxed --> | ||
|spu | |spu xfloat accuracy notes = | ||
|spu block size = Mega <!-- Safe, Mega, Giga --> | |spu block size = Mega <!-- Safe, Mega, Giga --> | ||
|spu block size notes = No improvement to performance but reduces the number of SPU cache objects. | |spu block size notes = No improvement to performance but reduces the number of SPU cache objects. | ||
Line 40: | Line 38: | ||
|aspect ratio = <!-- 4:3, 16:9 --> | |aspect ratio = <!-- 4:3, 16:9 --> | ||
|aspect ratio notes = | |aspect ratio notes = | ||
|framelimit = <!-- Off | |framelimit = <!-- Off, 50, 60, 30, Auto, PS3 Native, Infinite --> | ||
|framelimit notes = | |framelimit notes = | ||
|anisotropic filter = <!-- Auto, 2x, 4x, 8x, 16x --> | |anisotropic filter = <!-- Auto, 2x, 4x, 8x, 16x --> | ||
Line 46: | Line 44: | ||
|anti-aliasing = <!-- Auto, Disabled --> | |anti-aliasing = <!-- Auto, Disabled --> | ||
|anti-aliasing notes = | |anti-aliasing notes = | ||
|zcull accuracy = <!-- Precise, Approximate, Relaxed --> | |||
|zcull accuracy notes = | |||
|shader quality = <!-- High, Low, Auto --> | |||
|shader quality notes = | |||
|3d rendering mode = <!-- Disabled, Anaglyph, Side-by-side, Over-under --> | |||
|3d rendering mode notes = | |||
|default resolution = <!-- 1920x1080, 1280x720, 720x480, 720x576, 1600x1080, 1440x1080, 1280x1080, 960x1080 --> | |default resolution = <!-- 1920x1080, 1280x720, 720x480, 720x576, 1600x1080, 1440x1080, 1280x1080, 960x1080 --> | ||
|default resolution notes = | |default resolution notes = | ||
Line 68: | Line 72: | ||
|multithreaded rsx = <!-- On, Off --> | |multithreaded rsx = <!-- On, Off --> | ||
|multithreaded rsx notes = | |multithreaded rsx notes = | ||
|asynchronous texture streaming = <!-- On, Off --> | |||
|asynchronous texture streaming notes = | |||
<!-- Audio configuration --> | <!-- Audio configuration --> | ||
|audio out windows = <!-- XAudio2 | |audio out windows = <!-- Cubeb, XAudio2, Disabled --> | ||
|audio out windows notes = | |audio out windows notes = | ||
|audio out linux = <!-- | |audio out linux = <!-- Cubeb, FAudio, Disabled --> | ||
|audio out linux notes = | |audio out linux notes = | ||
|audio | |audio format = <!-- Stereo, Surround 5.1, Surround 7.1, Automatic, Manual --> | ||
|audio | |audio format notes = | ||
|dump to file = <!-- On, Off --> | |dump to file = <!-- On, Off --> | ||
|dump to file notes = | |dump to file notes = | ||
Line 98: | Line 104: | ||
|camera input = <!-- Unknown, EyeToy, PS Eye, UVC 1.1 --> | |camera input = <!-- Unknown, EyeToy, PS Eye, UVC 1.1 --> | ||
|camera input notes = | |camera input notes = | ||
|camera settings = <!-- Null, Fake --> | |camera settings = <!-- Null, Fake, Qt --> | ||
|camera settings notes = | |camera settings notes = | ||
|move handler = <!-- Null, Fake, Mouse --> | |move handler = <!-- Null, Fake, Mouse --> | ||
|move handler notes = | |move handler notes = | ||
<!-- Network configuration --> | |||
|network status = <!-- Disconnected, Connected --> | |||
|network status notes = | |||
|psn status = <!-- Disconnected, Simulated, RPCN --> | |||
|psn status notes = | |||
<!-- Advanced configuration --> | <!-- Advanced configuration --> | ||
|debug console mode = <!-- On, Off --> | |debug console mode = <!-- On, Off --> | ||
Line 109: | Line 120: | ||
|accurate rsx reservation access = <!-- On, Off --> | |accurate rsx reservation access = <!-- On, Off --> | ||
|accurate rsx reservation access notes = | |accurate rsx reservation access notes = | ||
|accurate spu dma = <!-- On, Off --> | |||
|accurate spu dma notes = | |||
|ppu llvm accurate vector nans = <!-- On, Off --> | |ppu llvm accurate vector nans = <!-- On, Off --> | ||
|ppu llvm accurate vector nans notes = | |ppu llvm accurate vector nans notes = | ||
|ppu llvm java mode handling = <!-- On, Off --> | |||
|ppu llvm java mode handling notes = | |||
|silence all logs = <!-- On, Off --> | |silence all logs = <!-- On, Off --> | ||
|silence all logs notes = | |silence all logs notes = | ||
Line 117: | Line 132: | ||
|maximum spurs threads = <!-- Unlimited, Single digit between 0 to 5 (e.g. 3) --> | |maximum spurs threads = <!-- Unlimited, Single digit between 0 to 5 (e.g. 3) --> | ||
|maximum spurs threads notes = | |maximum spurs threads notes = | ||
|firmware | |firmware libraries = <!-- Switch to LLE, Switch to HLE --> | ||
|firmware | |firmware libraries notes = <!-- Mention the libraries to be manually selected here --> | ||
|read depth buffers = <!-- On, Off --> | |read depth buffers = <!-- On, Off --> | ||
|read depth buffers notes = | |read depth buffers notes = | ||
Line 127: | Line 142: | ||
|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 | |disable vertex cache = <!-- On, Off --> | ||
|disable | |disable vertex cache notes = | ||
| | |rsx fifo accuracy = <!-- Fast, Atomic, Ordered & Atomic --> | ||
| | |rsx fifo accuracy notes = | ||
|driver wake-up delay = <!-- Value between 0 to 7000 --> | |driver wake-up delay = <!-- Value between 0 to 7000 --> | ||
|driver wake-up delay notes = | |driver wake-up delay notes = | ||
|vblank rate = <!-- Value between 1 to 500 --> | |vblank rate = <!-- Value between 1 to 500 --> | ||
|vblank rate notes = | |vblank rate notes = | ||
|vblank ntsc fixup = <!-- On, Off --> | |||
|vblank ntsc fixup notes = | |||
|clocks scale = <!-- Value between 10 to 1000 --> | |clocks scale = <!-- Value between 10 to 1000 --> | ||
|clocks scale notes = | |clocks scale notes = | ||
Line 141: | Line 158: | ||
|disable zcull occlusion queries notes = | |disable zcull occlusion queries notes = | ||
|force cpu blit emulation = On <!-- On, Off --> | |force cpu blit emulation = On <!-- On, Off --> | ||
|force cpu blit emulation notes = Improves FPS and allows for better resolution upscaling. | |force cpu blit emulation notes = Improves FPS and allows for better resolution upscaling. Disable if you experience missing graphics in arcade games. | ||
|use gpu texture scaling = <!-- On, Off --> | |use gpu texture scaling = <!-- On, Off --> | ||
|use gpu texture scaling notes = | |use gpu texture scaling 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 = <!-- Always Enabled, Disabled, Value between 1 to 8 --> | ||
|accurate ppu 128 reservations notes = | |accurate ppu 128 reservations notes = | ||
|ppu llvm java mode handling = <!-- On, Off --> | |||
|ppu llvm java mode handling notes = | |||
<!-- Recommended patches --> | |||
|highly recommended patch = Disable SPU MLAA<!-- Mention patch names --> | |||
|highly recommended patch notes = Improves performance | |||
|recommended patch = <!-- Mention patch names --> | |||
|recommended patch notes = | |||
}} | }} | ||
==Known Issues== | ==Known Issues== | ||
<!-- 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." --> | ||
This game | ===Random Crashing - <i>{{issue|4489}}</i>=== | ||
The game currently suffers from random crashing without any log output. | |||
===Incorrect Color - <i>{{issue|11027}}</i>=== | |||
In certain parts of the game the colors are rendered incorrectly. This is only present in the Vulkan renderer. | |||
===Game updates for the JP copy - <i>{{issue|12068}}</i> === | |||
If you're interested in installing the game updates for the jp copy of this game then before doing that you must first run the game in the base version (v1.00) and let it install its game data to the HDD, after that's done you can safely install the game updates. Failing to do so before installing the updates will prevent the game from going past the initial boot screen. | |||
==Special Notes== | ==Special Notes== |
Latest revision as of 19:11, 19 October 2024
Yakuza: Dead Souls | |
---|---|
Developer(s) | Ryu Ga Gotoku Studio |
Publisher(s) | Sega |
Series | Yakuza |
Release date(s) | JP June 9, 2011 NA March 13, 2012 EU March 16, 2012 |
Release type | PlayStation 3 exclusive |
Genre(s) | Action, Adventure, Survival horror |
Mode(s) | Single-player |
GameID(s) | BLUS30826 (IRD), BLES01399 (IRD), BLJM60316 (IRD), NPUB31509, NPEB02034 |
Internal resolution | 1024x768 |
Quick links | Check Compatibility Open Issues Search Google Wikipedia Page |
Yakuza: Dead Souls (Japanese: 龍が如く OF THE END Hepburn: Ryū ga Gotoku OF THE END, lit. Like a Dragon of the End) is the sixth installment in the Yakuza series. The game was originally scheduled for release in Japan on March 17, 2011 two days after the release of Yakuza 4 in North America; however, after the 2011 Tōhoku earthquake and tsunami, the release was indefinitely delayed. A new release date, setting the game's release for June 9, 2011, was announced on April 7, 2011. Dead Souls is a non-canonical side story set during April 2011, one year after the events of Yakuza 4. A sudden outbreak causes the residents of Kamurocho to become zombies, biting victims to continue spreading the plague. Kamurocho is slowly quarantined as the Japan Ground Self-Defense Force is called in to contain the infection. In the wake of the outbreak, four men take charge to help the people of Kamurocho and find the source of the disease: Shun Akiyama, a local loan shark attempting to rescue his sick receptionist; Goro Majima, a feared yakuza and construction company owner trying to stave off his own infection; Ryuji Goda, a disgraced former yakuza and takoyaki chef whose clan has ties to the outbreak's origins; and Kazuma Kiryu, an orphanage caretaker and legendary former yakuza forced to return when his adopted daughter Haruka is kidnapped.
Configuration
Options that deviate from RPCS3's default settings and provide the best experience with this title are listed below.
CPU configuration
Setting | Option | Notes |
---|---|---|
SPU block size | Mega | No improvement to performance but reduces the number of SPU cache objects. |
GPU configuration
Setting | Option | Notes |
---|---|---|
Resolution scale threshold | 512 x 512 | Prevents screen borders from showing up. |
Debug configuration
This tab is hidden by default. For instructions on how to enable the Debug tab in the settings window, click here.
Setting | Option | Notes |
---|---|---|
Force CPU blit emulation | On | Improves FPS and allows for better resolution upscaling. Disable if you experience missing graphics in arcade games. |
Recommended patches
Game patches are available through the RPCS3 Patch Manager. To enable them, right-click a game in RPCS3 then select "Manage Game Patches". Game Patches are created by RPCS3's community, and can alter how a game runs. More information can be found here.
Recommendation | Patch name | Notes |
---|---|---|
Highly recommended patch | Disable SPU MLAA | Improves performance |
Known Issues
Random Crashing - Issue 4489
The game currently suffers from random crashing without any log output.
Incorrect Color - Issue 11027
In certain parts of the game the colors are rendered incorrectly. This is only present in the Vulkan renderer.
Game updates for the JP copy - Issue 12068
If you're interested in installing the game updates for the jp copy of this game then before doing that you must first run the game in the base version (v1.00) and let it install its game data to the HDD, after that's done you can safely install the game updates. Failing to do so before installing the updates will prevent the game from going past the initial boot screen.
Special Notes
SPU MLAA removal patch
Thanks to Whatcookie, a SPU MLAA removal patch is available for this title. Do note, it won't work at 100% resolution scale, needs to be either above or below. No visual issues were found using the patch.