tr1/data: fix Unfinished Business camera positions

This adjusts some cameras in Return to Egypt and Temple of the Cat to
resolve LOS issues.

Resolves #1317.
This commit is contained in:
lahm86 2024-12-13 11:28:36 +00:00
parent e20c9897b8
commit 04b031fcc2
4 changed files with 3 additions and 0 deletions

View file

@ -34,6 +34,7 @@
"type": "normal",
"music": 59,
"injections": [
"data/injections/egypt_cameras.bin",
"data/injections/egypt_fd.bin",
"data/injections/egypt_meshfixes.bin",
"data/injections/egypt_textures.bin",
@ -56,6 +57,7 @@
"type": "normal",
"music": 59,
"injections": [
"data/injections/cat_cameras.bin",
"data/injections/cat_fd.bin",
"data/injections/cat_itemrots.bin",
"data/injections/cat_meshfixes.bin",

Binary file not shown.

Binary file not shown.

View file

@ -33,6 +33,7 @@
- fixed incorrect positions on static meshes in Obelisk of Khamoon, Return to Egypt and Temple of the Cat (#2006)
- fixed incorrect picture strides on certain hardware (#1979)
- fixed doors at times disappearing if Lara is close to portals and the door's room is no longer visible (#2005)
- fixed camera positions in Return to Egypt and Temple of the Cat (#1317, regression from 4.1)
## [4.6.1](https://github.com/LostArtefacts/TRX/compare/tr1-4.6...tr1-4.6.1) - 2024-11-25
- added ability to disable saves completely by setting the save slot to 0 (#1954)