Skip to content

babooppa6/openrw

 
 

Repository files navigation

OpenRW

OpenRW is a re-implementation of Rockstar Games' Grand Theft Auto III, a classic 3D action game first published in 2001.

This project requires a legitimate copy of the original PC game data in order to run. Without this data it will not be possible to use openrw.

Building

Dependencies:

  • Bullet
  • GLM (0.9.5+)
  • SFML (2.0+)
  • Boost Test

Global Options:

  • BUILD_TESTS — Builds the test suite
  • BUILD_TOOLS — Builds the rwviewer application
  • BUILD_OLD_TOOLS – Builds old, unmaintained tools (datadump & analyzer)

Recomended build

$ mkdir build
$ cd build
$ cmake ../

Running

Once compiled, set the environment variable OPENRW_GAME_PATH to the directory containing "gta3.exe" and run the rwgame executable.

rwgame

This is the game binary

  • Options:
    • env: OPENRW_GAME_PATH, must be set to the folder containing "gta3.exe"
    • -w n, -h n sets initial window size
    • --newgame starts a new game automatically

rwviewer

This Qt application enables viewing of the game data files and models.

Documentation

Run Doxygen on the included Doxyfile to generate documentation.

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

SFML is licensed under the zlib license

Bullet Physics is licensed under the zlib license

About

OpenRW "Open ReWrite" is an un-official open source recreation of the classic Grand Theft Auto III game executable

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 64.5%
  • C 35.0%
  • CMake 0.5%