Yakuza 0: Difference between revisions

From RPCS3 Wiki
m (Template maintenance)
 
(50 intermediate revisions by 5 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:Y0.jpg}}|300px]]
|developer = Ryu Ga Gotoku Studio
|developer = Ryu Ga Gotoku Studio
|publisher = Sega
|publisher = Sega
Line 7: Line 8:
|genre    = Action, Adventure
|genre    = Action, Adventure
|modes    = Single-player
|modes    = Single-player
|gameid    = {{gameid|id=BLJM61249, BLAS50796|ird=No}}
|gameid    = {{gameid|id=BLJM61249|ird=Yes}}, {{gameid|id=BLAS50796|oid=NPJB00684, NPHB00720|ird=No}}<br>'''''Demo'''''<br>{{gameid|id=NPJB90764, NPHB00719|ird=NA}}
|internal resolution = 1024x768
}}
}}


Line 17: Line 19:


==Configuration==
==Configuration==
<!-- Only enter mandatory non-default settings to be used. Delete parameters which are not applicable -->{{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 (precise), Interpreter (fast), LLVM Recompiler -->
|ppu decoder                          = <!-- Interpreter (static), Interpreter (dynamic), Recompiler (LLVM) -->
|ppu decoder notes                    =  
|ppu decoder notes                    =  
|spu decoder                          = <!-- Interpreter (precise), Interpreter (fast), ASMJIT Recompiler, LLVM Recompiler -->
|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          =  
|enable thread scheduler               = <!-- On, Off -->
|thread scheduler                     = <!-- Operating System, RPCS3 Scheduler, RPCS3 Alternative Scheduler -->
|enable thread scheduler notes         =
|thread scheduler notes               =  
|lower spu thread priority            = <!-- On, Off -->
|lower spu thread priority notes      =  
|enable spu loop detection            = <!-- On, Off -->
|enable spu loop detection            = <!-- On, Off -->
|enable spu loop detection notes      =  
|enable spu loop detection notes      =  
|spu cache                            = <!-- On, Off -->
|spu xfloat accuracy                  = <!-- Accurate, Approximate, Relaxed -->
|spu cache notes                      =
|spu xfloat accuracy notes             =  
|accurate xfloat                      = <!-- On, Off -->
|accurate xfloat 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:
|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                    =  
|framelimit                            = <!-- Off, 59.94, 50, 60, 30, Auto -->
|framelimit                            = Auto <!-- Off, 50, 60, 30, Auto, PS3 Native, Infinite -->
|framelimit notes                      =  
|framelimit notes                      = Use 60 instead if using Vblank to reach 60fps
|anisotropic filter                    = <!-- Auto, 2x, 4x, 8x, 16x -->
|anisotropic filter                    = <!-- Auto, 2x, 4x, 8x, 16x -->
|anisotropic filter notes              =  
|anisotropic filter notes              =  
|anti-aliasing                        = <!-- Auto, Disabled -->
|anti-aliasing                        = <!-- Auto, Disabled -->
|anti-aliasing notes                  =  
|anti-aliasing notes                  =  
|zcull accuracy                        = Relaxed <!-- Precise, Approximate, Relaxed -->
|zcull accuracy notes                  = Improves performance when paired with SPU MLAA patch.
|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 56: Line 56:
|resolution scale threshold            = <!-- Value between 1 to 1024 in the format 16 x 16 -->
|resolution scale threshold            = <!-- Value between 1 to 1024 in the format 16 x 16 -->
|resolution scale threshold notes      =  
|resolution scale threshold notes      =  
|write color buffers                  = <!-- On, Off -->
|shader mode                          = <!-- Legacy (singlethreaded), Async (multithreaded), Async with Shader Interpreter, Shader Interpreter only -->
|write color buffers notes            =  
|shader mode notes                    =
|write color buffers                  = On <!-- On, Off -->
|write color buffers notes            = Optional. Reduces performance, but fixes visual issues when using Force CPU Blit
|strict rendering mode                = <!-- On, Off -->
|strict rendering mode                = <!-- On, Off -->
|strict rendering mode notes          =  
|strict rendering mode notes          =  
Line 64: Line 66:
|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            =  
|multithreaded rsx                    = <!-- On, Off -->
|multithreaded rsx                    = <!-- On, Off -->
|multithreaded rsx notes              =  
|multithreaded rsx notes              =  
|disable async shader compiler        = <!-- On, Off -->
|asynchronous texture streaming        = <!-- On, Off -->
|disable async shader compiler notes   =  
|asynchronous texture streaming notes =  
<!-- Audio configuration -->
<!-- Audio configuration -->
|audio out windows                    = <!-- XAudio2, OpenAL, Disabled -->
|audio out windows                    = <!-- Cubeb, XAudio2, Disabled -->
|audio out windows notes              =  
|audio out windows notes              =  
|audio out linux                      = <!-- OpenAL, PulseAudio, ALSA, Disabled -->
|audio out linux                      = <!-- Cubeb, FAudio, Disabled -->
|audio out linux notes                =  
|audio out linux notes                =  
|audio format                          = <!-- Stereo, Surround 5.1, Surround 7.1, Automatic, Manual -->
|audio format 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 100: 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 -->
|debug console mode notes              =  
|debug console mode notes              =  
|accurate llvm dfma                    = <!-- On, Off -->
|accurate llvm dfma notes              =
|accurate getllar                      = On<!-- On, Off -->
|accurate getllar notes                = Reduces random crashing.
|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                =  
|sleep timers accuracy                = <!-- As Host, Usleep Only, All Timers -->
|sleep timers accuracy                = As Host
|sleep timers accuracy notes          =  
|sleep timers accuracy notes          = Improves performance.
|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 settings                    = <!-- Manually load selected libraries, Load automatic and manual selection, Load liblv2.sprx only, Load liblv2.sprx and manual selection, Load liblv2.sprx and strict selection -->
|firmware libraries                    = <!-- Switch to LLE, Switch to HLE -->
|firmware settings notes               = <!-- Where libraries are manually selected, mention the list of libraries to be selected here -->
|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 123: Line 140:
|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    =  
|relaxed zcull sync                    = <!-- On, Off -->
|disable native float16 support        = <!-- On, Off -->
|relaxed zcull sync notes             =  
|disable native float16 support 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                          = 120 <!-- Value between 1 to 500 -->
|vblank rate notes                    =  
|vblank rate notes                    = Optional. Allows for 60fps gameplay, requires framelimiter set to 60 instead of Auto to fix menu gamespeed. Some minigames will be sped up.
|clocks scale                          = <!-- Value between 10 to 1000 -->
|clocks scale                          = <!-- Value between 10 to 1000 -->
|clocks scale notes                    =  
|clocks scale notes                    =  
<!-- Debug configuration -->
<!-- Debug configuration -->
|force cpu blit emulation              = <!-- On, Off -->
|disable zcull occlusion queries      = <!-- On, Off -->
|force cpu blit emulation notes        =  
|disable zcull occlusion queries notes =
|force cpu blit emulation              = On<!-- On, Off -->
|force cpu blit emulation notes        = Optional. Improves upscaling quality and may improve performance. Requires Write Color Buffers and MLAA Patch to negate the visual issues.
|use gpu texture scaling              = <!-- On, Off -->
|use gpu texture scaling              = <!-- On, Off -->
|use gpu texture scaling notes        =  
|use gpu texture scaling notes        =  
|accurate getllar                      = On <!-- On, Off -->
|accurate getllar notes                = Fixes random crashes. For non-TSX CPUs the framerate may be worse.
|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  =
|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 is currently not playable.  
===Random Crashing - <i>{{issue|4489}}</i>===
The game currently suffers from random crashing without any log output. Enable Accurate GETLLAR to reduce the amount of crashes.


==Special Notes==
==Special Notes==
<!-- Mention any additional notes if necessary. If no special notes are required, remove this section -->
<!-- Mention any additional notes if necessary. If no special notes are required, remove this section -->
===Reducing log spam===
===SPU MLAA removal patch===
Due to the high amount of warnings spammed in the log, this title tends to crash during extended gameplay sessions. So it is recommended to restrict logging of certain errors to allow better performance while ingame. '''Please note that you cannot submit logs in the GitHub tracker or Discord server with this modification'''. If you wish to report bugs or seek help for this game, you '''MUST''' remove the below change before generating the log for this purpose. If you wish to restrict logging:
Thanks to Whatcookie, a [[Help:Game Patches/SPU#Disable SPU MLAA|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.
# Launch RPCS3
 
# Right-click on the game and press '''Configure'''
===Partial English Translation===
# When the Settings Menu opens, hit '''Save''' and close the emulator
This game has a fan-made translation patch which can be found [https://gbatemp.net/threads/yakuza-0-ps3-english-patch.580074/ here].
# Navigate to <code>RPCS3\config\custom_configs\config_GAMEID.yml</code> and open the file using a text editor
 
# Scroll to the bottom of the file and '''replace''' the '''last line''' with the following:
{{netplay
:: <pre>Log: {sys_semaphore: Fatal, sys_fs: Fatal, sys_vm: Fatal, sys_memory: Fatal, RSX: Fatal, sys_lwmutex: Fatal, sys_spu: Fatal, sys_event: Fatal, sys_rsx: Fatal}</pre>
|gamever        =
|rpcs3 version  = N/A
|connect        = Untested<!-- Yes, No, Partial, Untested, N/A -->
|lobbies        = Untested<!-- Yes, No, Partial, Untested, N/A -->
|match          = Untested<!-- Yes, No, Partial, Untested, N/A -->
|features      = Untested<!-- Yes, No, Partial, Untested, N/A -->
|custom servers = Untested<!-- Available, Not available, Not required, Untested -->
|notes          =
}}

Latest revision as of 21:13, 26 March 2024

Yakuza 0
Y0.jpg
Developer(s) Ryu Ga Gotoku Studio
Publisher(s) Sega
Series Yakuza
Release date(s) JP March 12, 2015
Release type Multi-platform
Genre(s) Action, Adventure
Mode(s) Single-player
GameID(s) BLJM61249 (IRD), BLAS50796, NPJB00684, NPHB00720
Demo
NPJB90764, NPHB00719
Internal resolution 1024x768
Quick links Check Compatibility
Open Issues
Search Google
Wikipedia Page

Yakuza 0 is a prequel to the Yakuza series. The game takes place in Kamurocho and Sotenbori, fictionalized recreations of Tokyo's Kabukichō and Osaka's Dōtonbori areas respectively. The game is set in an open world environment and played from a third-person perspective. The player controls series protagonist Kazuma Kiryu and recurring character Goro Majima, alternating between the two at predetermined points during the story.

Players can freely walk around Kamurocho and Sotenbori, interacting with people they meet to trigger side-quests, battling enemies who attack them on the street, or playing one of several minigames, including fully playable versions of Sega arcade games such as Out Run, Super Hang-On, Space Harrier and Fantasy Zone. Completing certain objectives, such as eating every dish at a restaurant or reaching a target score in a minigame, will also grant the player special Completion Point currency; this CP can be spent at a shrine to receive additional bonuses, such as special items or character upgrades.

The story takes place in December 1988, where two unlikely figures from the Yakuza world, Kazuma Kiryu of the Kantō region and Goro Majima of the Kansai Region, have suddenly found themselves getting involved in the terrible events of the so-called "Empty Lot" dispute, which is the centerpiece of power struggle for all the dark organizations across Japan. In order to find out the truth behind such a power struggle, as well as maintain their own innocence and safety, they set out to investigate all the events surrounding the Empty Lot incident.

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
Framelimit Auto Use 60 instead if using Vblank to reach 60fps
ZCULL accuracy Relaxed Improves performance when paired with SPU MLAA patch.
Write color buffers On Optional. Reduces performance, but fixes visual issues when using Force CPU Blit

Advanced configuration

Setting Option Notes
Accurate GETLLAR On Reduces random crashing.
Sleep timers accuracy As Host Improves performance.
Vblank rate 120 Optional. Allows for 60fps gameplay, requires framelimiter set to 60 instead of Auto to fix menu gamespeed. Some minigames will be sped 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 Optional. Improves upscaling quality and may improve performance. Requires Write Color Buffers and MLAA Patch to negate the visual issues.

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. Enable Accurate GETLLAR to reduce the amount of crashes.

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.

Partial English Translation

This game has a fan-made translation patch which can be found here.

Netplay testing

For the complete list of games tested with RPCN, please check the RPCN Compatibility List.

Game Version RPCS3 Version Connects? Create/Join lobbies? Match with others? Online features working? Requires custom servers? Notes
N/A Untested Untested Untested Untested Untested