A new and modern engine for custom Tomb Raider levels, incorporating classic features and new enhancements.
Find a file
2025-01-23 18:53:02 +11:00
.github/ISSUE_TEMPLATE Changed/Fixed enemy jeep behaviour (#1395) 2024-10-26 21:50:37 +03:00
Documentation Update script Rotation class and its doc 2025-01-23 15:25:09 +11:00
Libs Improved project with vcpkg. 2024-08-09 17:09:44 +02:00
Scripts Mirrors (#1519) 2024-12-25 10:21:07 +02:00
TombEngine Fix merge errors 2025-01-23 18:53:02 +11:00
Tools/Enum generation Cleanup generateobjects.lua and move it back into Enum generation 2022-09-13 21:22:21 +01:00
.gitignore Improved project with vcpkg. 2024-08-09 17:09:44 +02:00
AUTHORS.md Update AUTHORS.md 2024-08-11 09:57:14 +01:00
CHANGELOG.md Update CHANGELOG.md 2025-01-21 20:55:57 +01:00
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md 2024-05-15 23:43:08 +01:00
CONTRIBUTING.md Update CONTRIBUTING.md 2024-11-20 21:51:22 +11:00
IMPORTANT_LINKS.md Update IMPORTANT_LINKS.md 2024-05-19 22:24:46 +01:00
LICENSE Create LICENSE 2024-08-11 12:12:10 +01:00
pull_request_template.md Update pull_request_template.md 2024-10-30 16:14:47 +02:00
README.md Merge branch 'develop' into sezz_revise_framework_and_headers 2025-01-23 17:38:40 +11:00
TEN logo.png Rebranding 2024-11-03 13:21:26 +01:00
Title Image.psd Rebranding 2024-11-03 13:21:26 +01:00
TombEngine.sln x64 version (#1113) 2023-05-21 16:01:27 +01:00
vcpkg_install_libraries.bat Readd lwmte savegame project refactor. 2024-11-03 18:16:59 +01:00
vcpkg_remove_libraries.bat Organise batch files 2024-08-15 14:17:28 +10:00
vcpkg_update_libraries.bat Change batch terminal colours 2024-08-15 02:55:10 +10:00

TombEngine

Logo

TombEngine (TEN) is an open-source, custom level engine which aims to abolish limits and fix bugs of the classic Tomb Raider games, introduce new features while refining old ones, and provide user-friendly level creation process. Current support includes:

  • Lua (as the native scripting language)
  • Many objects from the original series (1-5)
  • Support for high framerate, antialiasing, mipmapping and SSAO
  • Full diagonal geometry support
  • Uncapped map size
  • A streamlined player control scheme.

If you would like to participate in TEN discussion with other TEN devs whether it is contributing, bugs or general discussion, then join this discord server: https://discord.gg/h5tUYFmres

Tomb Engine should be used in conjuction with Tomb Editor. Tomb Editor is also open source written in C#, you can find the repository here: https://github.com/MontyTRC89/Tomb-Editor

Compiling TombEngine

To compile TEN, ensure you have installed:

  • Microsoft Visual Studio 2022 Community Edition.
  • Tomb Editor (if you would like to create and test levels).

Steps:

  1. Clone this repository: https://github.com/microsoft/vcpkg with your GitHub Desktop.
  2. Use bootstrap-vcpkg.bat and wait until vcpkg.exe is done.
  3. Register vcpkg folder in your PATH, use this if you don't know how to: https://www.architectryan.com/2018/03/17/add-to-the-path-on-windows-10/
  4. Clone TombEngine repository to your GitHub Desktop.
  5. Use vcpkg_install_libraries.bat and wait until it finish.
  6. Launch TombEngine.sln and compile.
  7. Once compiled, you need to use the Game folder as assets folder.
  8. Copy everything inside the Build/bin/Win32 or x64/Debug or Release/ folder to the Game directory.
  9. Copy the Scripts folder to the Game directory.
  10. Ensure you have the necessary level data and textures files as well.
  11. In the case Windows warns about missing DLLs, (bass.dll, etc.) copy the missing DLL files found inside the Libs folder to your main TEN directory (vcpkg copy them auto).

Disclaimer

This is a community project which is not affiliated with Core Design, Eidos Interactive, or Embracer Group AB. Tomb Raider is a registered trademark of Embracer Group AB. TombEngine is not be sold. The code is open-source to encourage contributions and to be used for study purposes. We are not responsible for illegal uses of this source code. This source code is released as-is and continues to be maintained by non-paid contributors in their free time.