Skip to content

Make FOV slightly blue - #6937

Open
metalgearsloth wants to merge 1 commit into
space-wizards:masterfrom
metalgearsloth:2026-08-07-why-are-you-blue
Open

Make FOV slightly blue#6937
metalgearsloth wants to merge 1 commit into
space-wizards:masterfrom
metalgearsloth:2026-08-07-why-are-you-blue

Conversation

@metalgearsloth

Copy link
Copy Markdown
Contributor

Less harsh than black but it's so hard to tell on screenshots.

image

Less harsh than black but it's so hard to tell on screenshots.
@Pok27

Pok27 commented Aug 7, 2026

Copy link
Copy Markdown
Member

I don't like that 😥

@DogZeroX

DogZeroX commented Aug 7, 2026

Copy link
Copy Markdown
Contributor

I like that 😁

@Pok27

Pok27 commented Aug 7, 2026

Copy link
Copy Markdown
Member

It doesn't look very good with the black stripes
image

@ScarKy0

ScarKy0 commented Aug 7, 2026

Copy link
Copy Markdown
Member

Maybe could be a clientside cvar?

@metalgearsloth

Copy link
Copy Markdown
Contributor Author

It doesn't look very good with the black stripes image

image

Not sure how flooring shadows to it looks but will consult with kazne.

I also wanted to try fog of war stuff but that's a huge redesign and effort so unlikely to happen.


if (!Color.TryParse(_cfg.GetCVar(CVars.RenderFOVColor), out var color))
color = Color.Black;
color = Color.FromHex("#080B10");

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could this string be defined as a constant in cvars?

@mirrorcult

Copy link
Copy Markdown
Contributor

is there a reason this is being changed in engine instead of just altering RenderFOVColor in a config preset upstream?

@metalgearsloth

Copy link
Copy Markdown
Contributor Author

is there a reason this is being changed in engine instead of just altering RenderFOVColor in a config preset upstream?

image

But it hinged upon the artistic side though I don't think it's getting merged anyway.

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

Successfully merging this pull request may close these issues.

6 participants