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

[Feature Suggestion] View model FOV #1776

Open
JS299990 opened this issue Aug 13, 2024 · 7 comments
Open

[Feature Suggestion] View model FOV #1776

JS299990 opened this issue Aug 13, 2024 · 7 comments
Labels
enhancement New feature or request

Comments

@JS299990
Copy link

Hi there, I don't know if the devs accept feature suggestions, but if they do, could you consider adding a feature that makes the viewmodel unaffected by FOV changes? This is so we can play with higher FOV without messing up the viewmodel.

Since this is a custom engine I figured the chances of getting a feature like this would be slighty higher than hoping that valve added something like this themselves. Just like the hud_scale option.

@nekonomicon
Copy link
Member

Not sure what you need, but for high resolution there exist r_adjust_fov cvar.

@Vladislav4KZ
Copy link
Member

The cvar to customize viewmodel FOV is available in clients such as OpenAG.

@TheFerries
Copy link

TheFerries commented Aug 13, 2024

Not sure what you need, but for high resolution there exist r_adjust_fov cvar.

I think they mean what HL2 has, where the Weapon FOV is separated from the World FOV.

Either that, or the option for the weapon to not get affected by FOV changes from their default, I know some quake sourceports have this, like VKQuake for example.

@Vladislav4KZ Vladislav4KZ added the enhancement New feature or request label Aug 13, 2024
@a1batross
Copy link
Member

Duplicate of #1600.

It's not too hard to add it for a mod but as I said in the issue linked above "field of view is controlled by the game code. Games and mods that modify player's field of view were designed in mind that viewmodel fov will be equal to everything else".

@JS299990
Copy link
Author

Not sure what you need, but for high resolution there exist r_adjust_fov cvar.

I think they mean what HL2 has, where the Weapon FOV is separated from the World FOV.

Either that, or the option for the weapon to not get affected by FOV changes from their default, I know some quake sourceports have this, like VKQuake for example.

Oh yeah the vkQuake example is spot on. "The option for the weapon to not get affected by FOV changes from their default" that's precisely it.

@JS299990
Copy link
Author

Duplicate of #1600.

It's not too hard to add it for a mod but as I said in the issue linked above "field of view is controlled by the game code. Games and mods that modify player's field of view were designed in mind that viewmodel fov will be equal to everything else".

I see, now understand why it hasn't been done before. Even though you said it's not too hard to add it, it does sound like something that would be annoying to work on haha.

@nekonomicon
Copy link
Member

The cvar to customize viewmodel FOV is available in clients such as OpenAG.

YaLTeR/OpenAG#107
One small trouble - it uses OpenGL on client side.

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

No branches or pull requests

5 participants