mirror of
https://github.com/TombEngine/TombEngine.git
synced 2025-04-28 15:57:59 +03:00
Finalise readme
Fix grammar errors and mistakes and add some more info
This commit is contained in:
parent
52617f3c90
commit
22263e5bfa
1 changed files with 13 additions and 7 deletions
20
README.md
20
README.md
|
@ -1,15 +1,15 @@
|
|||
# TombEngine
|
||||
|
||||
In 2000, Core gave us a great gift of a level editor where people can create their own custom levels based on TR4.
|
||||
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.
|
||||
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.
|
||||
|
||||
However, TRNG is a closed-source and essentially an abandonware. No one is able to fix well-known bugs in TRNG and implement new features,
|
||||
although you can still implement with plugin (with C++ knowledge) however it is not user-friendly (you need to know C++) and it is poorly documented.
|
||||
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 (where you can build a massive level).
|
||||
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).
|
||||
|
||||
TEN (TombEngine) is based on TR5 engine which has been gradually built upon that.
|
||||
|
||||
|
@ -24,6 +24,12 @@ Steps:
|
|||
2) launch TombEngine.sln and compile
|
||||
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)
|
||||
> 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
|
||||
4) Once that is done, you should now be able to go to TombEditor, make a simple level, compile and run it with TombEngine
|
||||
|
||||
# Credits
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue