mirror of
https://github.com/LostArtefacts/TRX.git
synced 2025-04-28 12:47:58 +03:00
tr2/data: fix Tibetan Foothills drawbridge triggers
This injects flipmap dummy triggers for the drawbridge in Tibetan Foothills, plus the key trigger. Resolves #1744.
This commit is contained in:
parent
08e93af1fa
commit
f73938dd24
4 changed files with 5 additions and 0 deletions
|
@ -42,6 +42,9 @@
|
|||
|
||||
// 11. Tibetan Foothills
|
||||
{
|
||||
"injections": [
|
||||
"data/injections/tibet_fd.bin",
|
||||
],
|
||||
"object_strings": {
|
||||
"O_TIGER": "Snow Leopard",
|
||||
},
|
||||
|
|
BIN
data/tr2/ship/data/injections/tibet_fd.bin
Normal file
BIN
data/tr2/ship/data/injections/tibet_fd.bin
Normal file
Binary file not shown.
|
@ -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)
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue