HerrHulaHoop (talk | contribs) (Updated build link) |
HerrHulaHoop (talk | contribs) m (→Modifying settings through config.yml: Minor fix-up) |
||
Line 34: | Line 34: | ||
: First, a custom configurations for the particular game must be created. This is done to ensure that changes made only affect one game and not every game present in the emulator: | : First, a custom configurations for the particular game must be created. This is done to ensure that changes made only affect one game and not every game present in the emulator: | ||
:# Launch RPCS3 | :# Launch RPCS3 | ||
:# Right-click on the game and press ''' | :# Right-click on the game and press '''Create Custom Configuration''' | ||
:# When the Settings Menu opens, hit '''Save''' and close the emulator | :# When the Settings Menu opens, hit '''Save''' and close the emulator | ||
::: This will create a custom configuration for this game | ::: This will create a custom configuration for this game |
Revision as of 18:35, 5 October 2020
This is a page meant to address common questions and issues faced by users.
Running VSH in RPCS3
To run VSH (otherwise known as XMB, the PS3's graphical user interface) currently you need this special build. You also need to make the following changes in the Settings menu:
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 |
Advanced configuration
Setting | Option | Notes |
---|---|---|
Debug console mode | On |
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 |
After this, select File > Boot elf/self...
and select /dev_flash/vsh/module/vsh.self
Enabling Debug tab
To enable RPCS3's debug tab in the settings window,
- Navigate to:
RPCS3\GuiConfigs
on Windows~/.config/rpcs3/GuiConfigs
on Linux
- Open CurrentSettings.ini with a text editor
- Change
showDebugTab=false
toshowDebugTab=true
Modifying settings through config.yml
In most cases, users should use the Settings tab available in the GUI to modify configurations present in RPCS3. However, the GUI interface does not expose all settings available. This is done to prevent users from accidentally modifying sensitive settings. In the event users need to modify one of these settings, the following guide will demonstrate how:
- First, a custom configurations for the particular game must be created. This is done to ensure that changes made only affect one game and not every game present in the emulator:
- Launch RPCS3
- Right-click on the game and press Create Custom Configuration
- When the Settings Menu opens, hit Save and close the emulator
- This will create a custom configuration for this game
- The next step is navigate to the location where the custom (per-game) configuration is saved:
- Right click on the game in the gamelist and click on Open custom config folder (or)
Navigate toRPCS3\config\custom_configs\
on Windows or~/.config/rpcs3/custom_configs/
on Linux - Locate the file
config_GAMEID.yml
whereGAMEID
is the Title ID of your particular game - Open the file using any text editor
- Scroll through the list of settings available to find the one you wish to modify (don't forget to hit save after you've changed the necessary option)
- Right click on the game in the gamelist and click on Open custom config folder (or)