mirror of
https://github.com/LostArtefacts/TRX.git
synced 2025-04-28 20:58:07 +03:00
docs: document UB
This commit is contained in:
parent
070e916777
commit
da2a7d259f
1 changed files with 11 additions and 0 deletions
11
README.md
11
README.md
|
@ -18,6 +18,17 @@ This project is inspired by Arsunt's
|
||||||
3. Unpack the contents to your game directory. Make sure you overwrite existing
|
3. Unpack the contents to your game directory. Make sure you overwrite existing
|
||||||
files (Tomb1Main_config.json5 can be left alone).
|
files (Tomb1Main_config.json5 can be left alone).
|
||||||
|
|
||||||
|
To play the Unfinished Business expansion pack, launch the game with `-gold`
|
||||||
|
command line switch:
|
||||||
|
|
||||||
|
1. Create a shortcut to `tombati.exe`
|
||||||
|
2. Select the newly created shortcut, go to Properties
|
||||||
|
3. At the end of the "target" field, append `-gold` so it looks something like
|
||||||
|
this:
|
||||||
|
```
|
||||||
|
(...)\tombati.exe -gold
|
||||||
|
```
|
||||||
|
|
||||||
## Configuring
|
## Configuring
|
||||||
|
|
||||||
To configure Tomb1Main, edit the `Tomb1Main.json5` file in your text editor
|
To configure Tomb1Main, edit the `Tomb1Main.json5` file in your text editor
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue