2021-02-18 16:40:32 +01:00
|
|
|
# Tomb1Main
|
2021-02-07 23:29:49 +01:00
|
|
|
|
2021-02-08 14:24:50 +01:00
|
|
|
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.
|
2021-02-07 23:29:49 +01:00
|
|
|
|
2021-02-11 16:47:07 +01:00
|
|
|
This project is inspired by Arsunt's
|
|
|
|
[TR2Main](https://github.com/Arsunt/TR2Main/) project.
|
2021-02-07 23:29:49 +01:00
|
|
|
|
2021-02-11 16:47:07 +01:00
|
|
|
## Installing
|
2021-02-07 23:29:49 +01:00
|
|
|
|
2021-02-11 16:47:07 +01:00
|
|
|
Get a copy of the latest release from
|
2021-02-18 16:40:32 +01:00
|
|
|
[here](https://github.com/rr-/Tomb1Main/releases) and unpack the contents to your
|
|
|
|
game directory. Make sure you overwrite existing files. Currently Tomb1Main
|
2021-02-28 14:28:16 +01:00
|
|
|
requires you to have the [TombATI patch](http://www.glidos.net/tombati.html)
|
|
|
|
installed to work.
|
2021-02-07 23:29:49 +01:00
|
|
|
|
2021-02-08 14:22:36 +01:00
|
|
|
## Configuring
|
|
|
|
|
2021-03-07 15:14:35 +01:00
|
|
|
To configure Tomb1Main, edit the `Tomb1Main.json5` file in your text editor
|
|
|
|
such as Notepad. All the configuration is explained in that file.
|
2021-02-08 14:22:36 +01:00
|
|
|
|
2021-02-11 00:26:17 +01:00
|
|
|
## Decompilation progress
|
|
|
|
|
|
|
|

|
|
|
|
|
2021-02-07 23:29:49 +01:00
|
|
|
## License
|
|
|
|
|
2021-02-08 14:24:50 +01:00
|
|
|
This project is licensed under the GNU General Public License - see the
|
|
|
|
[COPYING.md](COPYING.md) file for details.
|
2021-02-07 23:29:49 +01:00
|
|
|
|
|
|
|
## Copyright
|
|
|
|
|
2021-02-11 18:22:17 +01:00
|
|
|
(c) 2021 Marcin Kurczewski. All rights reserved. Original game is created by
|
2021-02-08 14:24:50 +01:00
|
|
|
Core Design Ltd. in 1996. Lara Croft and Tomb Raider are trademarks of Square
|
|
|
|
Enix Ltd.
|