TRX/README.md

28 lines
1.1 KiB
Markdown
Raw Normal View History

2021-02-07 23:29:49 +01:00
# TR1Main
This is a dynamic library for the classic Tomb Raider I game (TombATI version). The purpose of the library is to reimplement all the routines performed by the game and enhance the gameplay with new options.
This project is inspired by Arsunt's [TR2Main](https://github.com/Arsunt/TR2Main/) project.
## Getting Started
2021-02-08 13:27:14 +01:00
For TR1Main to work, you will need a patched `tombati.exe` from [here](https://github.com/rr-/TR1Main/tree/master/bin).
Then you should download TR1Main.dll from [releases](https://github.com/rr-/TR1Main/releases).
Both files should be put in your game folder. Then you can launch the game by running the patched `tombati.exe`.
2021-02-07 23:29:49 +01:00
## Building
- i686-w64-mingw32-gcc - C/C++ compiler
- Vim @ WSL - IDE
2021-02-07 23:49:42 +01:00
To compile the project with Docker, just run `./compile`.
2021-02-07 23:29:49 +01:00
## License
This project is licensed under the GNU General Public License - see the COPYING.md file for details
## Copyright
(c) 2020 Marcin Kurczewski. All rights reserved. Original game is created by Core Design Ltd. in 1997. Lara Croft and Tomb Raider are trademarks of Square Enix Ltd.