Open source re-implementation of Tomb Raider I and Tomb Raider II, along with additional enhancements and bugfixes
Find a file
2021-02-08 01:36:28 +01:00
build move to Docker 2021-02-08 00:24:43 +01:00
src split into files 2021-02-08 01:36:28 +01:00
.gitignore move to Docker 2021-02-08 00:24:43 +01:00
compile move to Docker 2021-02-08 00:24:43 +01:00
COPYING.md add docs 2021-02-07 23:29:49 +01:00
Dockerfile move to Docker 2021-02-08 00:24:43 +01:00
entrypoint.sh move to Docker 2021-02-08 00:24:43 +01:00
README.md move to Docker 2021-02-08 00:24:43 +01:00

TR1Main

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.

Getting Started

You may download patched tombati.exe, TR1Main.dll from releases, put them in your game folder and just launch. Also you may build TR1Main.dll yourself and use it with patched tombati.exe from here.

Building

  • i686-w64-mingw32-gcc - C/C++ compiler
  • Vim @ WSL - IDE

To compile the project with Docker, just run ./compile.

License

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

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