TR3 Globe Display and Reward Cameras#239
Merged
DanzaG merged 2 commits intoLostArtefacts:masterfrom Nov 11, 2021
Merged
Conversation
Adds options for level sequencing to choose how to display the "next adventure" string. The options are: - Default: the London, South Pacific, Nevada and Antarctica names will remain but there is no guarantee these match the next level. - Area: whichever area the next level falls under will show, so while the map might highlight London, the text will say South Pacific, Nevada etc. - Level: explicitly states the next level name. This changes the UI layout slightly between TR2 and 3. TR2 will continue to show the number of playable levels and seed in the main window, while TR3 will show all options in the Advanced window. The Advanced button text has been changed to "Options".
Adds an option to show camera hints for reward room locations. Each mapping file has been updated with a camera for each room. This option will only show for TR3 in the Advanced window, TR2 will remain as before with no Advanced options in the UI and just the standard checkboxes.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
#237 Globe Display
Adds options for level sequencing to choose how to display the "next adventure" string. The options are:
This changes the UI layout slightly between TR2 and 3 for level sequencing. TR2 will continue to show the number of playable levels and seed in the main window, while TR3 will show all options in the Advanced window.
The Advanced button text has been changed to "Options".
#238 Reward Room Cameras
Adds an option to show camera hints for reward room locations - the camera is triggered when a secret is collected. Each mapping file has been updated with a camera for each room (more than one camera can be defined, the list will be cycled through). This option will only show for TR3 in the Advanced window, TR2 will remain as before with no Advanced options in the UI and just the standard checkboxes. This also allows us to customise the text for the main secret option box in the UI for TR3.
Note that if a secret is on a validated spot that already has a trigger, and that trigger already contains a camera action, the reward room camera will not be added to the secret pickup trigger.
Some minor texture and lighting improvements have also been made to some the Jungle and Crash Site reward rooms.