Merged
Conversation
- Fixes transparent doors against the void in Ice Palace. - Minor update to FR strings to remove an unnecessary accent.
- Standardizes TR2 secret entity intensity values to avoid poor lighting when they aren't in their original locations. - Minor refactoring for TR2SecretRandomizer to group common code for creating/editing entities.
- Overhaul of the main wireframing idea to allow transparency throughout the level, by ensuring the skybox is visible in all rooms to provide a solid backdrop. - Ladders/monkeybars can now remain defined. - Enemies can become solid (like Lara). - Different colours can be allocated to each model. - Increased the number of available wireframe colours (pretty much everything except black).
Fix for wireframe ladders when they are on more than one axis/direction of a sector.
Removed a few colours that are too dark for wireframe mode.
This reverts commit 819a9b3.
Removed a few colours that are too dark for wireframe mode.
- Adds a method to force texture overrides where they might be shared with ones we are excluding (see Crash Site mist and plane floor). - Fixes a missing flipmap trigger in Aldwych.
Removes the animated eyes from Barkhang in wireframe mode.
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.
#301 Wireframing
Transparency is now fully supported in wireframe mode, so all room and static mesh textures no longer need opaque wireframe textures. This works by making the skybox visible in every room so that the engine has a backdrop to draw, and hence to avoid the otherwise "trippy" result. Thanks to Troye for triggering the thought process that made this possible.
Separate textures for ladders and monkey bars can now be defined. This is a UI option, so disabling it means there is no distinction made between walls and ladders.
Enemy models can now be solid, like Lara. This is also a UI option, so if disabled, they will remain see-through.
There are several additional colours available for wireframing.
Thanks to Lilly Jericho for extensive testing of wireframing.
Closes #301.
#308 TR2 Secret Lighting
TR2SecretRandomizerto group common code for creating/editing entities.Closes #308.
G11N
A few typo corrections have been made in the French gamestrings. Thanks to TheTowandaa for identifying these.