1
0
mirror of https://github.com/rwengine/openrw.git synced 2024-09-15 06:52:34 +02:00
openrw/README.md

89 lines
2.3 KiB
Markdown
Raw Normal View History

2014-06-18 18:14:45 +02:00
# OpenRW
OpenRW is an open source re-implementation of Rockstar Games' Grand Theft Auto III,
a classic 3D action game first published in 2001.
2014-06-18 18:32:43 +02:00
OpenRW requires a legitimate copy of the original PC game data in order to run.
Without this data it will not be possible to run openrw.
2014-06-18 18:32:43 +02:00
2014-06-18 18:14:45 +02:00
## Building
Dependencies:
* Bullet
* GLM (0.9.5+)
* SFML (2.0+)
* libmad
2014-08-05 01:32:11 +02:00
* Boost Test
2014-06-18 18:14:45 +02:00
2015-05-11 00:57:13 +02:00
Global Options:
2014-06-18 18:14:45 +02:00
* BUILD_TESTS — Build the test suite
* BUILD_VIEWER - Build the Qt GUI for viewing data
* BUILD_SCRIPT_TOOL - Build the script dissassembler
2014-06-18 18:14:45 +02:00
### Recomended build
```
$ mkdir build
$ cd build
$ cmake ../ -DCMAKE_BUILD_TYPE=Release
```
2014-06-18 18:14:45 +02:00
## Running
### rwgame
2014-06-18 18:14:45 +02:00
This is the game binary. Before running the game a config file is needed, by default
the game will look for ``~/.config/OpenRW/openrw.ini``, which should look like:
```
[game]
path=/opt/games/Grand Theft Auto 3/ ; Game data path
```
Eventually the game will write this for you, but currently it must be done by
hand.
2015-05-11 00:57:13 +02:00
2014-06-18 18:14:45 +02:00
* Options:
* -w **n**, -h **n** sets initial window size
2015-05-11 00:57:13 +02:00
* --newgame starts a new game automatically
2014-06-18 18:14:45 +02:00
### rwviewer
This is a Qt tool for opening the game data. It currently supports looking at
objects and their models, and a primitive world viewer. It needs more work to
be useful for looking inside archives and viewing textures.
2014-06-18 18:14:45 +02:00
## Documentation
Run Doxygen on the included Doxyfile to generate documentation.
2014-06-18 18:14:45 +02:00
## License
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
### Third Party Licenses
MAD is licensed under the GNU General Public License
* http://www.underbit.com/products/mad/
SFML is licensed under the zlib license
* http://www.sfml-dev.org/license.php
Bullet Physics is licensed under the zlib license
* http://bulletphysics.org/mediawiki-1.5.8/index.php/LICENSE