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

Dynamically adjust game FOV based on movement speed #72

Open
slime73 opened this issue Nov 20, 2021 · 2 comments
Open

Dynamically adjust game FOV based on movement speed #72

slime73 opened this issue Nov 20, 2021 · 2 comments

Comments

@slime73
Copy link
Member

slime73 commented Nov 20, 2021

It might improve the sense of speed when moving fast if the game's field of view (optionally) increases as forward ship speed increases. I think a lot of other games do this.

@uberlinuxguy
Copy link
Member

Took a quick look at this, it looks like FOV adjustment is already there. If you hit ~ to go to the console, you can run /fov to adjust the FOV. Should be as simple as taking the speed and using it as a base to dynamically adjust the FOV.

@CrazySpence
Copy link
Member

Sounds neat

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

No branches or pull requests

3 participants