Open source re-implementation of Tomb Raider I and Tomb Raider II, along with additional enhancements and bugfixes
Find a file
Marcin Kurczewski a64870750e build: change uthash packaging
Resolves #1856.
2024-11-19 22:51:10 +01:00
.github build: change uthash packaging 2024-11-19 22:51:10 +01:00
data tr2/data: fix missing death tiles in Temple of Xian 2024-11-18 22:01:23 +00:00
docs tr2: fix regression in DisplayCredits 2024-11-19 17:10:06 +01:00
src build: change uthash packaging 2024-11-19 22:51:10 +01:00
tools build: change uthash packaging 2024-11-19 22:51:10 +01:00
.clang-format misc: fix formatting issues 2024-08-30 18:18:33 +02:00
.dockerignore build: change uthash packaging 2024-11-19 22:51:10 +01:00
.gitignore build: change uthash packaging 2024-11-19 22:51:10 +01:00
.gitmodules build: change libtrx to use HTTPS remote 2024-04-29 10:22:10 +02:00
.pre-commit-config.yaml misc: merge tr2 and libtrx codebases 2024-10-03 10:36:35 +02:00
COPYING.md add docs 2021-02-07 23:29:49 +01:00
justfile build: fix support for new Docker tooling 2024-10-29 22:34:43 +01:00
README.md docs: fix download links 2024-10-05 22:45:41 +02:00

TRX Tomb Raider I & II: Community Edition


Note

We've merged TR1X and TR2X into a single codebase, now renamed TRX.

  • TR1 and TR2 remain distinct with their own release cycles.
  • Config tools and TR1 installer remain separate.
  • Simplifies internal code merges and feature sharing, replacing libtrx.

Thanks for your support!

Welcome to TRX  an open-source reimplementation of Tomb Raider 1 and Tomb Raider 2, respectively. Both projects aim to enhance these classic games through decompilation and the implementation of open-source alternatives to proprietary components.

TR1X - Tomb Raider 1

Showcase

Restored braid Enemy health bar and UI scaling
3D pickups Skybox support
Customizable draw distance Developer console
Free camera PS1 UI and new graphics options

Download

Download the latest release:

See the changelog.

Install Instructions

Please refer to the detailed documentation.

TR2X - Tomb Raider 2

Overview

TR2X serves as a sequel to TR1X, currently focusing on the decompilation of Tomb Raider 2.

Decompilation Progress

Decompilation Progress

Download

Download the latest release:

See the changelog.

Install Instructions

Please refer to the detailed documentation.

Q&A

  1. Is the game fully playable from beginning to the end?

    By all means! If you encounter a bug, please file a ticket.

  2. Can we get HD textures? Reflections? Other visual updates?

    We hope so! Being able to introduce skyboxes to TR1 showed that quite literally sky is the limit. But great stuff takes time.

  3. Can I play this on Mac, Linux, Android...?

    Currently supported platforms include Windows, Linux and macOS for TR1X, and Windows for TR2X.

  4. What's the relation to TR2Main?

    Originally founded as TR1Main in 2021, our project flourished independently without sharing the code, with the shared brand concept existing only as an idea. To better represent this, we rebranded to Tomb1Main. In 2023, we further refined our identity by adopting the name TR1X. Meanwhile, TR2Main follows a completely separate and unique path, unconnected to our development work.