「RPCS3」の版間の差分

提供: ArchWiki
ナビゲーションに移動 検索に移動
(→‎See also: 飜訳)
29行目: 29行目:
 
Disc dumps contain many files and can easily identified by the {{ic|PS3_GAME}} directory in it. {{ic|PS3_GAME/ICON0.png}} and {{ic|PS3_GAME/PIC1.png}} contain the icon and background for that specific game.
 
Disc dumps contain many files and can easily identified by the {{ic|PS3_GAME}} directory in it. {{ic|PS3_GAME/ICON0.png}} and {{ic|PS3_GAME/PIC1.png}} contain the icon and background for that specific game.
   
  +
== トラブルシューティング ==
== Troubleshooting ==
 
   
 
=== Enabling the debug menu ===
 
=== Enabling the debug menu ===
47行目: 47行目:
 
=== Weird graphics errors ===
 
=== Weird graphics errors ===
   
  +
かつて完璧に動作していたゲームが、起動後に突然動作しなくなった場合、キャッシュをクリアしてください。通常、{{ic|$XDG_CACHE_HOME/rpcs3}} にあり、削除しても安全です。この場所には、ログや、コンパイルされたシェーダーや PPU モジュールのような問題なく再生成できるものだけが含まれています。これを削除すると、次回の起動が遅くなります。
If the game once worked perfectly and suddenly stopped working after starting it, clear the cache. It is usually found in {{ic|$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.
 
   
  +
{{Note|アップデート後に動作しなくなった場合は、この限りではありません。[[一般的なトラブルシューティング#リグレッション デバッグ|リグレッション]]の可能性がありますので、ご報告ください。}}
{{Note|This does not apply if it stopped working after an update. [[General troubleshooting#Debugging regressions|Regressions]] are possible and should be reported.}}
 
  +
  +
==== RLIMIT_MEMLOCK の増加 ====
   
==== Increasing RLIMIT_MEMLOCK ====
 
   
 
Failed to set RLIMIT_MEMLOCK size to 2 GiB. Try to update your system configuration
 
Failed to set RLIMIT_MEMLOCK size to 2 GiB. Try to update your system configuration
   
Install {{Pkg|realtime-privileges}} and add your own user to the {{ic|realtime}} group.
+
{{Pkg|realtime-privileges}} をインストールして、自身のユーザを {{ic|realtime}} グループに追加してください。
   
 
== 参照 ==
 
== 参照 ==

2022年6月15日 (水) 10:05時点における版

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.

トラブルシューティング

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

かつて完璧に動作していたゲームが、起動後に突然動作しなくなった場合、キャッシュをクリアしてください。通常、$XDG_CACHE_HOME/rpcs3 にあり、削除しても安全です。この場所には、ログや、コンパイルされたシェーダーや PPU モジュールのような問題なく再生成できるものだけが含まれています。これを削除すると、次回の起動が遅くなります。

ノート: アップデート後に動作しなくなった場合は、この限りではありません。リグレッションの可能性がありますので、ご報告ください。

RLIMIT_MEMLOCK の増加

Failed to set RLIMIT_MEMLOCK size to 2 GiB. Try to update your system configuration

realtime-privileges をインストールして、自身のユーザを realtime グループに追加してください。

参照