Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d491972

Browse files
committed
new content
1 parent 6289401 commit d491972

File tree

6 files changed

+68
-21
lines changed

6 files changed

+68
-21
lines changed

_includes/download.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Currently there are no downloads available for any platforms.
2+
## Source
3+
The latest version of the source can be accesed via the [GitHub repository](https://github.com/rwengine/openrw).

_includes/faq.md

Lines changed: 48 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,54 @@
1-
## What's the goal of OpenRW?
2-
To develop an open source implementation of Grand Theft Auto III that works on more operating systems, with better support for modern hardware.
1+
## What is OpenRW
2+
OpenRW is an open-source game engine that attempts to re-implement the engine used in the classic video game Grand Theft Auto III (GTA III), first released in 2001. With the purpose of enabling better compatibility with modern systems and ensuring that it remains possible to play the game in the future.
33

4-
## Will you add multi-player/mods?
5-
We're focusing on making it possible to play the original single player game right now.
4+
The primary goal of the project is to reach “Version 1.0”, this would mean:
5+
* Fully implementing the original gameplay
6+
* Compatible with all data formats used in the game
7+
* Compatible with modern gamepads where possible
8+
* Able to load save game files from the game
9+
* Run with community made mods that only change game data
10+
* Run natively on Windows, Linux and macOS
611

7-
## Does OpenRW work on WebGL/Android/iOS/Raspberry Pi/something?
8-
No idea. Please let us know! We're keen to get support for any justifiable platform.
12+
OpenRW would not aim for Version 1.0 to re-create any obvious bugs such as crashes or situations where the game becomes impossible to progress.
913

10-
We have heard from users successfully running OpenRW on various platforms including: different GNU/Linuxes, macOS, Windows and various BSDs. Also see [Building](https://github.com/rwengine/openrw/wiki/Building) if instructions for your platform exist already.
14+
Other features, which would not be needed for Version 1.0 include:
15+
* Enhanced support for user modification
16+
* Changes to the game itself
17+
* Multiplayer
1118

12-
## Will this work with Vice City and/or San Andreas?
13-
Not yet. We're currently working on making GTA3 work, and after that VC and SA.
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.
1420

15-
## Do I need the original GTA3 game to use OpenRW?
16-
Yes. For legal reasons we cannot distribute the original assets. Creating our own assets is a long-term goal.
21+
## Can I play OpenRW now?
22+
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)
23+
24+
## Do I need GTA III to play OpenRW?
25+
In short: Yes.
26+
27+
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/)
28+
29+
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.
30+
31+
## Can I play OpenRW on my mac / linux computer?
32+
Yes. OpenRW runs on macOS and Linux, as well as some BSDs.
33+
34+
## Why make OpenRW?
35+
Beyond technical curiosity, OpenRW exists to conserve the game and ensure it is playable into the future by improving compatibility with modern systems and allowing future developers to make the engine compatible with whatever systems may exist in the future.
36+
37+
In addition to conservation it may also offer a platform for others to build 3D action games in the future.
38+
39+
## Can I contribute to OpenRW?
40+
Yes, development of OpenRW is open, you can follow along and contribute via the GitHub [project page](https://github.com/rwengine/openrw). Also drop into the IRC channel, `#openrw` @ irc.freenode.net.
41+
42+
## What licence is OpenRW released under
43+
The OpenRW engine is released under the GNU General Public License Version 3.
44+
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)
47+
48+
## Will it be possible to play Vice City with OpenRW?
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.
50+
51+
## What is the story?
52+
Development on OpenRW was started by tsjost and danhedron in 2013, where it began as a simple model viewer that became a map viewer. Over time OpenRW has gained new features such as physics, vehicles and pedestrians, and a script machine that make more of the game accessible via the OpenRW engine. Now it is possible to start a new game or load a save game within OpenRW and interact with the world.
53+
At present, development is performed in the open where anyone is free to contribute to the project via the github repository.
1754

18-
## Do you accept contributions?
19-
**Yes!** We need all help we can get to turn this project into reality. If you consider making any significant changes please do hop onto IRC (`#openrw` @ irc.freenode.net) to discuss things.

_posts/2016-08-14-new-website.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

_posts/2017-02-18-new-website.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
layout: post
3+
title: "New website launched"
4+
---
5+
6+
Welcome to our new website! We hope to use this for updates and coordinating.
7+
8+
Thanks to Calinou for putting together the website.
9+
10+
Remember to check out the [GitHub repository](https://github.com/rwengine/openrw)

download.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,8 @@
44
---
55

66
<h1 class="main-heading">Download</h1>
7+
<section class="content">
8+
<div class="width-reduced">
9+
{% include markdown.html file="download.md" %}
10+
</div>
11+
</section>

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
22
layout: default
3-
title: Home of the open source GTA III re-implementation
3+
title: Open Source GTA III engine re-implementation
44
---
55

66
<section class="jumbotron">
77
<section class="content">
88
<div class="pure-g">
99
<div class="pure-u-1 pure-u-lg-1-2">
1010
<h1 class="text-centered header-main">OpenRW</h1>
11-
<h2>A Grand Theft Auto® III re-implementation</h2>
11+
<h2>A Grand Theft Auto III re-implementation</h2>
1212
<h3>For users</h3>
1313
<ul>
1414
<li>A faithful rendition of the classic action PC game</li>

0 commit comments

Comments
 (0)