LostArtefacts / TRX

Open source re-implementation of Tomb Raider 1 (1996), along with additional enhancements and bugfixes
https://lostartefacts.dev/
GNU General Public License v3.0
583 stars 36 forks source link

Move /fly, /abortion and many type definitions to libtrx #1534

Closed rr- closed 1 week ago

rr- commented 1 week ago

Checklist

Description

https://github.com/LostArtefacts/libtrx/pull/33

aredfan commented 1 week ago

I found a small bug. When you use /abortion in Lara's Home, dynamite sprites will appear, this is probably because there's no explosion sprite present in the level.

1

In the latest dev snapshot (4.4-4-g451e619) these sprites are hidden from view.

lahm86 commented 1 week ago

The dynamite sprite is in the explosion slot (151) in the level file, and this is also the case in Vilcabamba. Other levels like Caves don't have it at all.

rr- commented 1 week ago

@aredfan @lahm86 fixed. Explosions in levels that had missing sprites and sounds should now only appear when using cheats – the mummies should behave as they previously did.

aredfan commented 1 week ago

@rr- There's just 2 levels remaining that lack explosions for Lara, both are in the Egyptian segment of TRUB.

rr- commented 1 week ago

@aredfan fixed. Also tidied injections up a bit.