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

BUG: default_fov is reported to be broken #795

Open
se-sss opened this issue Jul 22, 2023 · 0 comments
Open

BUG: default_fov is reported to be broken #795

se-sss opened this issue Jul 22, 2023 · 0 comments

Comments

@se-sss
Copy link
Contributor

se-sss commented Jul 22, 2023

It looks like default_fov functionality is broken at least for regular TF mode.
This functionality was working following:
User prefer some fov. Let it be 105 for example.
To play TF he sets fov and default _fov variables.

When player affected by concussion grenade server sends command to set fov 120.
After a while concussion effect ends and server sends command "fov 90".
The idea of default_fov variable was that when player receives "fov 90" actual effect it to set fov to 105 ( value of default_fov in example )

Currently behaviour is completely weird.
Steps to reproduce the behavior (all steps done with console without server):

  1. Connect to server and set fov and default_fov to 105'
  2. Change fov to 110
  3. check current value of default_fov
    ( just type /default_fov)
    It is 110. Broken!
    Expected is 105
  4. Now enter:
    /fov 90
    Expected final result:
    default_fov and actual fov must be 105'
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

1 participant