1
0
mirror of https://github.com/rwengine/openrw.git synced 2024-09-03 09:09:47 +02:00
Mirror of (now archived): https://github.com/rwengine/openrw
Go to file
2014-06-18 17:23:15 +01:00
analyzer Fix compiler errors and test problems 2014-05-25 22:30:50 +01:00
datadump Fix compiler errors and test problems 2014-05-25 22:30:50 +01:00
rwengine Fix world <=> Vehicle <=> vehicle collision 2014-06-18 07:32:08 +01:00
rwgame Improve CMake scripts 2014-06-18 17:07:51 +01:00
rwviewer Improve CMake scripts 2014-06-18 17:07:51 +01:00
tests Animator update and vehicle frame damage 2014-06-18 05:08:15 +01:00
.gitignore Update gitignore 2014-05-25 22:31:18 +01:00
CMakeLists.txt Improve CMake scripts 2014-06-18 17:07:51 +01:00
COPYING Add Readme and Copying files 2014-02-13 09:51:42 +00:00
README.markdown Update readme 2014-06-18 17:23:15 +01:00

OpenRW

Building

Dependencies:

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

Options:

  • BUILD_OLD_TOOLS Builds old, unmaintained tools (datadump & analyzer)

Running

rwgame

Implementation of the game itself.

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

rwviewer

File viewer for game data, open the folder containing "gta3.exe" and it will load the data.

Currently only supports viewing instance data, pending some rewriting.

Things to do

  • Make it work on Windows (shouldn't be too difficult for anyone with CMake and C++ experience)
  • Write FindSFML and FindGLM scripts for cmake.
  • Improve the vehicle dynamics
  • Add more views to rwviewer
    • Handling data
    • Collision data
    • Animation scrubbing

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/.