This release adds support for the remastered levels for TR4 and TR5 as well as the new diff window.
TR4-5 Remastered Support
TR4 and TR5 remastered levels now load correctly. NG+ support is not yet added but will be released soon once the items list is created.
Diff Window
The diff window lets you compare two levels to see the differences between them. To do this:
- Open a level as normal
- Open the diff window (Windows -> Diff, CTRL + D)
- Open the level to compare in the diff window
If there are differences between the levels the tab will have a * on it. Selecting "Only show changes" in the menu bar will filter out the noise.
Clicking the entry in the left Type
column will show the first level in the viewer and property windows. Clicking the entry in the right Type
column will select the second level.
Auto Hide
Auto Hide checkbox has been added to all windows with filters. If this box is checked and a filter is applied to the window then everything that doesn't match the filter will be hidden in the 3D view.
Filter to Tile
Right click floor geometry to add a filter to an items window for showing items on a tile. The destination can be a new window or an existing window. More filters like this are planned.
Thanks section
@lahm86 @makotocchi as always
What's Changed
- Read NGLE sounds from main.sfx by @chreden in #1324
- Add auto-hiders to all list windows by @chreden in #1326
- Convert the about window to an ImGui window by @chreden in #1327
- Re-enable package library by @chreden in #1330
- Show extra values for TRNG flip effects, regular camera/flyby by @chreden in #1328
- Add Lua bindings for trigger command data by @chreden in #1332
- Context menu option to filter to items on a tile by @chreden in #1333
- Add selected_waypoint Lua binding by @chreden in #1334
- Treat rooms with alternate group but no alternate as having alternate by @chreden in #1338
- Add coloured text binding for Lua by @chreden in #1339
- Add diff window to compare levels by @chreden in #1335
- Remember last used location for open file by @chreden in #1343
- Add support for TR4 remastered levels by @chreden in #1347
- Add support for TR5 remastered levels by @chreden in #1348
- Update version to 2.7.3 by @chreden in #1350
- Handle NaN in diff window for lights by @chreden in #1352
Full Changelog: v2.7.2...v2.7.3