RPCS3

提供: ArchWiki
ナビゲーションに移動 検索に移動

RPCS3 は PlayStation 3 用ゲームのエミュレータです。

インストール

rpcs3-gitAUR または rpcs3-binAURインストールします。

実際にゲームを動かすには、クイックスタートガイド]に記載されているように、「プレイステーション 3」のシステムソフトウェアが必要です。幸いなことに、このファームウェアの入手は、PlayStation 2など他のソニー製システムに比べて簡単です。ソニーはオンラインでもファイルを提供しているので、何もダンプする必要はありません。大きなボタンをクリックして、PS3UPDAT.PUP ファイルを ダウンロードします。

RPCS3 をインストールした後、File > Install Firmware を開いて、ダウンロードしたファイルを選択します。

設定

ゲームを快適にプレイするには、ゲームパッドが必要です。最適な場合は、オリジナルのプレイステーション3コントローラーです。他のゲームパッドもサポートされています。メニューエントリの Pads"" で Handlersevdev に設定されていることを確認してください。

ゲームのインストール

警告: 必ず正規のダンプを入手してください。海賊版は、法的および技術的な理由からサポートされていません。海賊版は、ディストリビューターがダンプにパッチを適用している可能性があるため、問題が発生する傾向があります。

RPCS3 は、$XDG_CONFIG_HOME/rpcs3 にデータを保存します。ゲーム ディレクトリは、さらに追加することができます。ディスクダンプとダウンロード(PSN)されたゲームを区別します。ディスクダンプを disc ディレクトリに、ダウンロードしたものを game ディレクトリに入れます。

ゲームを実行する通常の方法は、rpcs3 をそのディレクトリにポイントするか、.pkg ファイルであればそれをインストールすることです。

ダウンロードとディスクダンプの違い

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

Enabling the debug menu

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.

ノート: This does not apply if it stopped working after an update. Regressions are possible and should be reported.

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.

See also