Skip to content

Commit

Permalink
tr2/data: fix wrongly positioned doors
Browse files Browse the repository at this point in the history
This fixes doors in Ice Palace and Floating Islands that are
positioned/rotated incorrectly such that they cause an invisible wall
on the wrong side.

Resolves #1963.
  • Loading branch information
lahm86 committed Nov 28, 2024
1 parent 6102b00 commit e11799b
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 1 deletion.
9 changes: 8 additions & 1 deletion data/tr2/ship/cfg/TR2X_gameflow.json5
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,9 @@

// 14. Ice Palace
{
"injections": [
"data/injections/palace_fd.bin",
],
"object_strings": {
"O_TIGER": "Snow Leopard",
},
Expand All @@ -78,7 +81,11 @@
},

// 16. Floating Islands
{},
{
"injections": [
"data/injections/floating_fd.bin",
],
},

// 17. The Dragon's Lair
{},
Expand Down
Binary file added data/tr2/ship/data/injections/floating_fd.bin
Binary file not shown.
Binary file added data/tr2/ship/data/injections/palace_fd.bin
Binary file not shown.
1 change: 1 addition & 0 deletions docs/tr2/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
- fixed screenshots not capturing level stats (#1925, regression from 0.6)
- fixed screenshots sometimes crashing in the windowed mode (regression from 0.6)
- fixed the detonator key and gong hammer not activating their target items when manually selected from the inventory (#1887)
- fixed wrongly positioned doors in Ice Palace and Floating Islands, which caused invisible walls (#1963)

## [0.6](https://github.com/LostArtefacts/TRX/compare/tr2-0.5...tr2-0.6) - 2024-11-06
- added a fly cheat key (#1642)
Expand Down
2 changes: 2 additions & 0 deletions docs/tr2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,9 @@ decompilation process. We recognize that there is much work to be done.
- **Opera House**: fixed the trigger under item 203 to trigger it rather than item 204
- **Tibetan Foothills**: added missing triggers for the drawbridge in room 96 (after the flipmap)
- **Catacombs of the Talion**: added missing triggers and ladder in room 116 (after the flipmap)
- **Ice Palace**: fixed door 143's position to resolve the invisible wall in front of it
- **Temple of Xian**: fixed missing death tiles in room 91
- **Floating Islands**: fixed door 72's position to resolve the invisible wall in front of it

#### Cheats
- added a fly cheat
Expand Down

0 comments on commit e11799b

Please sign in to comment.