Open source re-implementation of Tomb Raider I and Tomb Raider II, along with additional enhancements and bugfixes
Find a file
2021-02-13 10:03:59 +01:00
.github/workflows simplify releases process 2021-02-11 17:11:09 +01:00
bin add binaries 2021-02-08 14:15:58 +01:00
build move to Docker 2021-02-08 00:24:43 +01:00
docs docs: update function names 2021-02-13 01:19:53 +01:00
src rename files 2021-02-13 10:03:59 +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 docs: make make_progress executable 2021-02-11 17:26:34 +01:00
README.md docs: extract CONTRIBUTING.md 2021-02-12 13:47:24 +01:00
TR1Main.json update default configuration 2021-02-11 17:16:56 +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.

Installing

Get a copy of the latest release from here and unpack the contents to your game directory. Make sure you overwrite existing files.

Configuring

To configure TR1Main, edit the TR1Main.json file in your text editor such as Notepad.

Currently the following configuration options are supported:

  • disable_medpacks: hides all the medpacks (for No Meds challenge runs).
  • disable_healing_between_levels: disables healing Lara between level reloads (for No Heal challenge runs).
  • enable_red_healthbar: replaces the default golden healthbar with a red one.
  • enable_enemy_healthbar: enables showing healthbar for the active enemy.
  • fix_end_of_level_freeze: fix game freeze when ending the level with the Action key held.

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.