TRX/docs/tr2/README.md

45 lines
1.6 KiB
Markdown
Raw Normal View History

2024-10-02 09:33:35 +02:00
<p align="center">
2024-10-02 10:23:23 +02:00
<img alt="TR2X logo" src="/data/tr2/logo-light-theme.png#gh-light-mode-only" width="400"/>
<img alt="TR2X logo" src="/data/tr2/logo-dark-theme.png#gh-dark-mode-only" width="400"/>
2024-10-02 09:33:35 +02:00
</p>
TR2X is currently in the early stages of development, focusing on the
decompilation process. We recognize that there is much work to be done.
2024-10-02 10:23:23 +02:00
## Windows
### Installing (manual)
2024-10-02 09:33:35 +02:00
2024-10-02 10:23:23 +02:00
1. Head over to GitHub releases: https://github.com/LostArtefacts/TRX/releases
2. Download the TR2X zip file.
3. Extract the TR2X zip file into a directory of your choice.
Make sure you choose to overwrite existing directories and files.
4. (First time installation) Put your original game files into the target directory.
5. To play the game, run `TR2X.exe`.
2024-10-02 09:33:35 +02:00
## Improvements over original game
#### Gameplay
- added an option to fix M16 accuracy while running
- fixed killing the T-Rex with a grenade launcher crashing the game
- fixed secret rewards not displaying shotgun ammo
2024-10-02 10:23:23 +02:00
- fixed numeric keys interfering with the demos
- fixed explosions sometimes being drawn too dark
- fixed controls dialog remapping being too sensitive
- fixed the distorted skybox in room 5 of Barkhang Monastery
2024-10-02 09:33:35 +02:00
#### Visuals
- fixed TGA screenshots crashing the game
- fixed the camera being cut off after using the gong hammer in Ice Palace
- fixed Lara's underwater hue being retained when re-entering a boat
2024-10-02 09:33:35 +02:00
#### Audio
- fixed music not playing with certain game versions
- fixed the audio not being in sync when Lara strikes the gong in Ice Palace
2024-10-02 09:33:35 +02:00
#### Mods
2024-10-02 10:23:23 +02:00
- added developer console (accessible with `/`, see [COMMANDS.md](COMMANDS.md) for details)