Skip to content

Commit

Permalink
tr2/data: fix Tibetan Foothills drawbridge triggers
Browse files Browse the repository at this point in the history
This injects flipmap dummy triggers for the drawbridge in Tibetan
Foothills, plus the key trigger.

Resolves #1744.
  • Loading branch information
lahm86 committed Nov 18, 2024
1 parent 08e93af commit f73938d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions data/tr2/ship/cfg/TR2X_gameflow.json5
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@

// 11. Tibetan Foothills
{
"injections": [
"data/injections/tibet_fd.bin",
],
"object_strings": {
"O_TIGER": "Snow Leopard",
},
Expand Down
Binary file added data/tr2/ship/data/injections/tibet_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 @@ -13,6 +13,7 @@
- fixed some music tracks not playing if they were the last played track and the level had no ambience (#1899, regression from 0.2)
- fixed wrongly calculated trapdoor size that could affect custom levels (#1904)
- fixed one of the collapsible tiles in Opera House room 184 not triggering (#1902)
- fixed being unable to use the drawbridge key in Tibetan Foothills after the flipmap (#1744)

## [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
1 change: 1 addition & 0 deletions docs/tr2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ decompilation process. We recognize that there is much work to be done.
- fixed Lara getting stuck in her hit animation if she is hit while mounting the boat or skidoo
- fixed the following floor data issues:
- **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)

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

0 comments on commit f73938d

Please sign in to comment.