Updated FAQ (markdown)

Ani 2017-02-24 22:56:45 +00:00
parent c070847f92
commit 1b225ad2a0

10
FAQ.md

@ -1,5 +1,6 @@
#### What is RPCS3 and where can I get it?
* RPCS3 is an open-source Sony PlayStation 3 emulator for Windows and Linux written in C++. It currently runs some [commercial games](https://rpcs3.net/compatibility). The source code for RPCS3 is hosted on [GitHub](https://github.com/RPCS3/rpcs3/). You may grab the latest compiled revisions from [AppVeyor](https://ci.appveyor.com/project/rpcs3/rpcs3/branch/master/artifacts).
* RPCS3 is an open-source Sony PlayStation 3 emulator for Windows and Linux written in C++. It is currently capable of booting and playing a decent amount of commercial games (see [Compatibility List](https://rpcs3.net/compatibility)), with many more to become playable with further development.
The source code for RPCS3 is hosted here on [GitHub](https://github.com/RPCS3/rpcs3/). You may grab the latest compiled revisions for Windows from [AppVeyor](https://ci.appveyor.com/project/rpcs3/rpcs3/branch/master/artifacts).
#### What are the system requirements I need to run it?
The requirements for running RPCS3 are still not fully known and may change a lot during its current development stage. The absolute minimum requirements for running the program are:
@ -9,10 +10,11 @@ The requirements for running RPCS3 are still not fully known and may change a lo
* [Visual C++ Redistributable Packages for Visual Studio 2015](http://www.microsoft.com/en-us/download/details.aspx?id=48145)
#### Does RPCS3 support commercial games? When will it support the game I want to play?
* **Yes, some**. RPCS3 currently runs some commercial games. However, various titles can't be run yet because the emulator is in an early stage of development. Note that a lot of features required to run several commercial games still have not been implemented. Check out the [Compatibility List](https://rpcs3.net/compatibility) or the [Forums](http://www.emunewz.net/forum/forumdisplay.php?fid=172) to see if there's any information on the game you want to play. More games will be supported when the hardware/firmware emulation is accurate enough to run them. It all depends on the amount of developers working on this project, their skills, and free time, etc. Ignore any estimates and guesses you find out there.
* **Yes, some**. You can currently play dozens of titles on RPCS3! However, most titles don't work yet because the emulator is in an early stage of development and a lot of features required to run those haven't been implemented yet.
Check out the [Compatibility List](https://rpcs3.net/compatibility) or the [Forums](http://www.emunewz.net/forum/forumdisplay.php?fid=172) to see if there's any information on the game you want to play. More games will be supported when the hardware/firmware emulation is accurate enough to run them. It all depends on the amount of developers working on this project, their skills, and free time, etc. Ignore any estimates and guesses you find out there.
#### How can I get started using RPCS3?
* Please read the [Newcomers' Guide](http://www.emunewz.net/forum/showthread.php?tid=174352) on our forums for information on how to get started.
* Please read the [Quickstart Guide](https://rpcs3.net/quickstart) on our website for complete information on how to get started.
#### Will RPCS3 be ported to platform *X* or include feature *Y*?
* As long as the platform is powerful enough to emulate the PlayStation 3, probably yes. However, at the moment we only target Windows and Linux (Mac OS X is not supported at the moment because it only has OpenGL support up to 4.1 and doesn't support Vulkan). The same applies to features, if they are reasonable and requested by enough people, we will probably agree and implement it. However, for now, we consider the emulator itself our biggest priority rather than all the other secondary features (multiple languages, higher rendering resolutions, PlayStation Move support, etc.).
@ -20,7 +22,7 @@ The requirements for running RPCS3 are still not fully known and may change a lo
#### I'd like to make a patch/develop/contribute to the project.
* That's awesome, contributions are welcome! Please start by [forking the project](https://github.com/RPCS3/rpcs3/fork), then read the wiki pages (specially [Coding Style](https://github.com/RPCS3/rpcs3/wiki/Coding-Style) and [Developer Information](https://github.com/RPCS3/rpcs3/wiki/Developer-Information)), find something you want to add or improve (broken games, bugs, missing features, [Roadmap](https://github.com/RPCS3/rpcs3/wiki/Roadmap) stuff, etc.), work on it, test your changes and send a [pull request](https://help.github.com/articles/using-pull-requests). Feel free to ask any developers on the [Forums](http://emunewz.net/forum/forumdisplay.php?fid=172) or on [Discord](https://discord.me/RPCS3) if you have questions.
#### There is some issue/feedback/comment that I want to report
#### There is some issue/feedback/comment that I want to report.
* Good, you can do it through the [GitHub Issue Tracker](https://github.com/RPCS3/rpcs3/issues) (development-related issues) or the [Forums](http://www.emunewz.net/forum/forumdisplay.php?fid=172) (general questions, support and commercial/homebrew games discussion). Please follow this guidelines before sending anything:
- Check if the issue is meaningful for the team (e.g. *GTA V doesn't work* is obvious and therefore useless).
- Search older issues/threads to see if your issue was already submitted.