Decompilation project for Tomb Raider II (1997), along with additional enhancements and bugfixes
Go to file
2024-09-06 09:16:01 +02:00
.github config_tool: add config tool solution (#198) 2024-09-06 07:36:33 +01:00
data console: add /give command 2024-09-04 21:50:40 +02:00
docs port Inv_Ring_MotionItemDeselect 2024-09-06 09:16:01 +02:00
src port Inv_Ring_MotionItemDeselect 2024-09-06 09:16:01 +02:00
subprojects config_tool: add config tool solution (#198) 2024-09-06 07:36:33 +01:00
tools config_tool: add config tool solution (#198) 2024-09-06 07:36:33 +01:00
.clang-format initial commit 2023-10-01 13:24:43 +02:00
.gitignore config_tool: add config tool solution (#198) 2024-09-06 07:36:33 +01:00
.gitmodules memory: move to libtrx 2024-04-29 10:49:50 +02:00
.pre-commit-config.yaml gameflow: introduce new JSON for TR2X strings 2024-09-04 13:05:49 +02:00
CHANGELOG.md config_tool: add config tool solution (#198) 2024-09-06 07:36:33 +01:00
COMMANDS.md console: add /give command 2024-09-04 21:50:40 +02:00
CONTRIBUTING.md docs: fix instruction 2024-05-02 10:35:47 +02:00
COPYING.md initial commit 2023-10-01 13:24:43 +02:00
justfile config_tool: add config tool solution (#198) 2024-09-06 07:36:33 +01:00
meson.build port Inv_Ring_Init 2024-09-06 09:15:59 +02:00
meson.options build: change tooling to match TR1X 2024-04-13 22:03:16 +02:00
README.md docs: describe improvements over OG 2024-09-03 00:53:32 +02:00

TR2X logo TR2X logo

TR2X is an open-source decompilation project for Tomb Raider 2, created as a sequel to the successful TR1X project for Tomb Raider 1. Our project is in the early stages, and our main focus is on decompiling as much of the game as possible.

The situation

TR2X draws inspiration from existing decompilation efforts, including the achievements of TR2Main developed by Arsunt. However, we emphasize that TR2X is an independent project and does not directly copy code from TR2Main.

Our Mission

Our mission is to fully decompile Tomb Raider 2 and to eventually enhance the overall gameplay experience.

Key Goals

  • Comprehensive Decompilation:
    Our primary objective is to achieve a thorough decompilation of Tomb Raider 2, enabling a deeper understanding of its inner workings.

  • Enhancement of UK Box Version:
    Our work is based on the UK Box version of Tomb Raider 2. Eventually we hope to reach feature parity with the Steam/multipatch version, and possibly TR2Main as well.

  • Cross-platform Compatibility:
    We are committed to making Tomb Raider 2 run natively on Linux, with the possibility of supporting Mac systems in the future.

  • Transparent Development Process:
    We value transparency and aim to maintain a transparent development process, ensuring regular updates and engagement with the community.

  • Changelog and Progress Updates:
    We strive to provide detailed and reliable changelogs, documenting significant updates and changes made to TR2X. Additionally, we will keep the community informed about the progress of the project.

TR2X is currently in the early stages of development, focusing on the decompilation process. We recognize that there is much work to be done.

Decompilation progress

Improvements over original game

Gameplay

  • added an option to fix M16 accuracy while running
  • fixed killing the T-Rex with a grenade launcher crashing the game
  • fixed secret rewards not displaying shotgun ammo

Visuals

  • fixed TGA screenshots crashing the game

Audio

  • fixed music not playing with certain game versions

Mods

  • added developer console (accessible with /, see [COMMANDS.md] for details)

Contributions

Please refer to our CONTRIBUTING.md file for more information on how to contribute to the project.

License

TR2X follows the GPL license. Please refer to the COPYING.md file for further details.