Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ion Storm lighting preview should ignore color tint from light posts #143

Open
Crimsonum opened this issue Mar 22, 2024 · 1 comment
Open

Comments

@Crimsonum
Copy link
Contributor

In TS, the game ignores any color tint from light posts during Ion Storms, adjusting only the ambient brightness. However in WAE, when previewing the Ion Storm lighting, light posts emit color like in normal lighting.

Tested on version 1.0

@Rampastring
Copy link
Member

Rampastring commented Nov 9, 2024

To fix this we need to figure out exactly how the game ignores the color tint.

I see two ways WW could have done this:

  1. Ignore the LightRedTint=, LightGreenTint= and LightBlueTint= values altogether and only apply LightIntensity

  2. Make all the LightXTint values match the highest LightXTint value during an ion storm, making all light posts put out white light

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants