TombEngine/README.md

67 lines
2.7 KiB
Markdown
Raw Normal View History

# TombEngine
In the year 2000, Core gave us a great gift: level editor where people can create their own custom levels based on TR4 engine.
unfortunately it was quite limited, hence over the decades, the engine was upgraded massively via TREP and TRNG:
- TREP (Tomb Raider Engine Patcher) is a tool that allows you to modify the exe to expand certain limits and implement new features.
- TRNG builds upon TREP and gives a lot of new features including its own scripting language and even more extended limits and its own DLL.
Unfortunately, TRNG is a closed-source, and essentially an abandonware program. No one is able to fix well-known bugs in TRNG, and implement new features,
although you can still implement some features with plugin (with C++ knowledge) however it is not user-friendly (you need to know C++ which is quite complex) and it is poorly documented.
TEN (TombEngine) is supposed to be a new engine which is (most importantly) open-source, removes limits, and fixes bugs from the original game,
it also provides support for Lua (a programming language), all objects from TR1-5, and many more exciting features and gameplay functionalities such as: corner shimmying or enlarged 2D map which lets you build a massive level (Imagine 5 split levels into 1 big level).
2022-05-17 16:31:56 +01:00
2022-05-17 19:13:57 +01:00
TEN (TombEngine) is based on TR5 engine which has been gradually built upon that.
2022-05-17 16:31:56 +01:00
# To compile TombEngine
In order to compile TombEngine, make sure you have:
- Visual Studio
- TombEditor (if you would like to create and test levels)
Steps:
2022-05-17 16:33:37 +01:00
1) Clone the repo to your Github Desktop
2022-05-17 16:31:56 +01:00
2) launch TombEngine.sln and compile
2022-05-17 16:41:49 +01:00
3) Once compiled, make a separate folder and copy everything from the Build folder (before compilation there will be nothing in that folder) and also copy the scripts folder to your TombEngine executable directory (make sure you have data, texture files aswell)
2022-05-17 16:42:18 +01:00
> Windows will also complain about missing dll files (Bass etc) in that case copy the dlls from the Libs folder
> Visual studio might also complain about the NuGet packages, to fix that:
> 1) Delete the packages folder
> 2) Go back to Visual studio
> 3) Right click on solution explorer and restore Nuget Packages
> 4) Compile again
2022-05-17 16:31:56 +01:00
4) Once that is done, you should now be able to go to TombEditor, make a simple level, compile and run it with TombEngine
2022-05-17 19:13:57 +01:00
# Credits
**Not in order of importance**
2022-05-17 19:14:25 +01:00
2022-05-17 19:13:57 +01:00
**Sorry if you have been missed on the list, please let us know and we can add you to the credit list.**
## Developers
- MontyTRC (Project Leader)
- Lwmte
- Sezz
- Troye
- ChocolateFan
- Krys
- Squidshire (Hispidence)
- RicardoLuis0
- Raildex
2022-05-17 19:25:13 +01:00
- TokyoSU
- Gancian
- WolfCheese
- Moooonyeah (Jumanji)
2022-05-17 19:13:57 +01:00
## Testers
- Stranger1992
- RemRem
- Kubsy
- Kamillos
- Caesum
- Lore
- WolfCheese
- Dustie
- Lgg_productions
- JoeyQuint