-
Notifications
You must be signed in to change notification settings - Fork 611
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# About the pull request Colors (stationary) lights in-game to be shades of warm white and blue, depending on their bulb color, rather than the pure white they currently are. Tinted lights (like those on dropships) also have their own colors now, visible especially in places like the hangar or on a landing pad. Normal lights (whose bulbs are tinted yellow) now have a warm white, incandascent look to them, while blue lights give off a harsher bluish tint. # Explain why it's good for the game Adds that sort of retro look to the game while leveraging the new lighting system's full potential. Colored lighting is in the game (as we've seen with things like flares) but the game doesn't do a whole lot to make use of it. Maybe this'll change that. This PR also has the side-effect of making the game less straining on the eyes, like a sort of blue light filter. Other lights like floodlights or flashlights still remain white (for now). # Screenshots Actual colors may vary ingame due to slight adjustments. <details> <summary>Almayer (Click to show/hide)</summary> ![image](https://github.com/user-attachments/assets/8b313a3a-55be-40db-98c4-2b161a664a17) ![image](https://github.com/user-attachments/assets/8e3b5bc0-a48f-41d8-9f00-d206c1e35152) ![image](https://github.com/user-attachments/assets/81a70a7b-c84c-4495-a2b1-ed04e9cbc2f6) ![image](https://github.com/user-attachments/assets/6c529d5e-0560-4900-8c9c-092caf69b316) ![image](https://github.com/user-attachments/assets/14b6a5aa-9379-4749-bbe6-e829f85a2fbe) ![image](https://github.com/user-attachments/assets/0f2ff550-12cf-47d4-8798-21e8c1245e90) </details> <details> <summary>Hybrisa (Click to show/hide)</summary> ![image](https://github.com/user-attachments/assets/a01a9bae-1398-4e6f-914b-49c69de749bf) ![image](https://github.com/user-attachments/assets/d02d6814-c6df-4896-b1c2-6724d30c76cc) ![image](https://github.com/user-attachments/assets/b7c2807f-acfa-4f46-ba94-c63d1a740e5e) ![image](https://github.com/user-attachments/assets/e5592d5b-fa38-443b-b58c-3ebd2ec68e67) ![image](https://github.com/user-attachments/assets/e24a700c-194b-42ca-b6e3-f811cef7a293) ![image](https://github.com/user-attachments/assets/ab46f2a0-e629-4992-a02f-8d7a2ef2072f) ![image](https://github.com/user-attachments/assets/081c5982-094e-4c3f-b6df-59e89828ab77) </details> <details> <summary>Fiorina (Click to show/hide)</summary> ![image](https://github.com/user-attachments/assets/d9f27419-460b-4264-aa83-c8b69ea9446f) ![image](https://github.com/user-attachments/assets/20a6ec43-8858-47f6-8372-d557298a70a1) ![image](https://github.com/user-attachments/assets/18112173-6099-4fca-8971-cec3ab8390d0) </details> # Changelog :cl: add: Changed most structure lights in the game to be either an incandascent warm white/yellow, or a cold blue, depending on their bulb color. /:cl:
- Loading branch information
Showing
6 changed files
with
25 additions
and
7 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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