You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _includes/faq.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -13,20 +13,20 @@ OpenRW would not aim for Version 1.0 to re-create any obvious bugs such as crash
13
13
14
14
Other features, which would not be needed for Version 1.0 include:
15
15
* Enhanced support for user modification
16
-
* Changes to the game itself
16
+
* Changes to the gameplay
17
17
* Multiplayer
18
18
19
19
Features like these will not be accepted into OpenRW at present, as these don’t contribute to the primary goal. Once Version 1.0 has been reached a “new” version of OpenRW may be forked that contains these kinds of features.
20
20
21
21
## Do I need GTA III to play OpenRW?
22
22
In short: Yes.
23
23
24
-
OpenRW is simply a game engine that is compatible with the original game, it has no assets of its own. In order to play GTA III using OpenRW you must own the game and have the data installed on your system. If you need a copy of the game it’s available on [Steam](http://store.steampowered.com/app/12100/)
24
+
OpenRW is simply a game engine that is compatible with the original game, it has no assets of its own. In order to play GTA III using OpenRW you must own the game and have the data installed on your system. If you need a copy of the game it’s available on [Steam](http://store.steampowered.com/app/12100/).
25
25
26
26
It is theoretically possible to develop a completely new game, without any of the assets or content from GTA III, however no such project is currently under way.
27
27
28
28
## Can I play OpenRW now?
29
-
In its current state it is not possible to complete the game using OpenRW, or make any significant progress through the game. There are many bugs that need to be fixed and features that need to be developed before it becomes possible to play anything with OpenRW. The latest version of OpenRW will always be available from the source code [repository](https://github.com/rwengine/openrw)
29
+
In its current state it is not possible to complete the game using OpenRW, or make any significant progress through the game. There are many bugs that need to be fixed and features that need to be developed before it becomes possible to play anything with OpenRW. The latest version of OpenRW will always be available from the source code [repository](https://github.com/rwengine/openrw).
30
30
31
31
## Can I play OpenRW on my mac / linux computer?
32
32
Yes. OpenRW runs on macOS and Linux, as well as some BSDs.
@@ -43,7 +43,7 @@ Yes, development of OpenRW is open, you can follow along and contribute via the
43
43
The OpenRW engine is released under the GNU General Public License Version 3.
44
44
45
45
## Who is working on OpenRW?
46
-
The project is developed in an open and collaborative manner, anyone who wishes to contribute code or documentation is able to send changes via a pull request to the github [repository](https://github.com/rwengine/openrw)
46
+
The project is developed in an open and collaborative manner, anyone who wishes to contribute code or documentation is able to send changes via a pull request to the github [repository](https://github.com/rwengine/openrw).
47
47
48
48
## Will it be possible to play Vice City with OpenRW?
49
49
The current priority of the project is to implement support for playing GTA III. Once this is completed it will be clear how much extra work will be required to fully support Vice City in addition to III. The work may need to be done in a fork of OpenRW dedicated to Vice CIty, or it may be unfeasible for one reason or another.
0 commit comments