RPCS3
RPCS3 は PlayStation 3 用ゲームのエミュレータです。
インストール
rpcs3-gitAUR または rpcs3-binAUR をインストールします。
実際にゲームを動かすには、クイックスタートガイド]に記載されているように、「プレイステーション 3」のシステムソフトウェアが必要です。幸いなことに、このファームウェアの入手は、PlayStation 2など他のソニー製システムに比べて簡単です。ソニーはオンラインでもファイルを提供しているので、何かを捨てる必要はありません。大きなボタンをクリックして、PS3UPDAT.PUP
ファイルを ダウンロードします。
RPCS3 をインストールした後、File > Install Firmware を開いて、ダウンロードしたファイルを選択します。
設定
ゲームを快適にプレイするには、ゲームパッドが必要です。最適な場合は、オリジナルのプレイステーション3コントローラーです。他のゲームパッドもサポートされています。メニューエントリの Pads"" で Handlers が evdev
に設定されていることを確認してください。
ゲームのインストール
RPCS3 は、$XDG_CONFIG_HOME/rpcs3
にデータを保存します。ゲーム ディレクトリは、さらに追加することができます。ディスクダンプとダウンロード(PSN)されたゲームを区別します。ディスクダンプを disc ディレクトリに、ダウンロードしたものを game
ディレクトリに入れます。
ゲームを実行する通常の方法は、rpcs3 をそのディレクトリにポイントするか、.pkg ファイルであればそれをインストールすることです。
The difference between downloads and disc dumps
Downloaded games (or other content, such as DLCs) usually consist of only two files, a key (or license) and the actual game. The key is usually contained in a tiny .rap file, the game is much bigger in size, usually around 10-15 gigabytes. Put both files into game dir/name of the game
. name of the game is purely cosmetic, as this directory only exists so that the files, which may have random names, do not make the directory listing unreadable.
Disc dumps contain many files and can easily identified by the PS3_GAME
directory in it. PS3_GAME/ICON0.png
and PS3_GAME/PIC1.png
contain the icon and background for that specific game.
Troubleshooting
Unfortunately many games are still not fully playable and require workarounds. Since not all settings that are visible by default will help with glitches and other bugs, some important configuration is done in the debug menu. See the RPCS3 FAQ on how to enable the debug menu.
The main window looks odd with a system-wide dark theme
Users which configured their environment to use dark themes may have problems with the default theme. Go to Config > GUI and choose a different theme.
Graphics suddenly pop in when compiling shaders
Go to Config > GPU and set Shader Mode to Async with Shader Interpreter.
This can help with situations where it takes a while to fully compile the shaders. Objects are invisible until their shader is compiled, which can ruin the fun of e.g cutscenes.
Weird graphics errors
If the game once worked perfectly and suddenly stopped working after starting it, clear the cache. It is usually found in $XDG_CACHE_HOME/rpcs3
and is safe to remove. This location only contains logs and other things that can be regenerated without problems, like compiled shaders and PPU modules. Removing this will cause the next startup to be slower.
Increasing RLIMIT_MEMLOCK
Failed to set RLIMIT_MEMLOCK size to 2 GiB. Try to update your system configuration
Install realtime-privileges and add your own user to the realtime
group.