Open source re-implementation of Tomb Raider I and Tomb Raider II, along with additional enhancements and bugfixes
Find a file
2021-02-24 21:39:16 +01:00
.github/workflows rename the repository 2021-02-18 16:40:32 +01:00
bin rename the repository 2021-02-18 16:40:32 +01:00
build move to Docker 2021-02-08 00:24:43 +01:00
docs port ObjectCollision 2021-02-24 21:39:16 +01:00
src port ObjectCollision 2021-02-24 21:39:16 +01:00
.clang-format fix compiling under WSDL 2021-02-10 22:24:26 +01:00
.gitignore move to Docker 2021-02-08 00:24:43 +01:00
CONTRIBUTING.md docs: extract CONTRIBUTING.md 2021-02-12 13:47:24 +01:00
COPYING.md add docs 2021-02-07 23:29:49 +01:00
Dockerfile merge shellscripts to Makefile 2021-02-10 16:32:14 +01:00
Makefile use common macro naming pattern 2021-02-22 21:44:20 +01:00
README.md move configuration to comments 2021-02-22 22:39:24 +01:00
Tomb1Main.json support user-configured bar colors 2021-02-22 23:21:35 +01:00

Tomb1Main

This is a dynamic library for the classic Tomb Raider I game (TombATI version). The purpose of the library is to reimplement all the routines performed by the game and enhance the gameplay with new options.

This project is inspired by Arsunt's TR2Main project.

Installing

Get a copy of the latest release from here and unpack the contents to your game directory. Make sure you overwrite existing files. Currently Tomb1Main requires you to have the TombATI patch installed to work.

Configuring

To configure Tomb1Main, edit the Tomb1Main.json file in your text editor such as Notepad. All the configuration is explained in that file.

Decompilation progress

License

This project is licensed under the GNU General Public License - see the COPYING.md file for details.

(c) 2021 Marcin Kurczewski. All rights reserved. Original game is created by Core Design Ltd. in 1996. Lara Croft and Tomb Raider are trademarks of Square Enix Ltd.