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

Set fps_limit=0 by default #2899

Open
1 task done
PlatinMTA opened this issue Feb 15, 2023 · 0 comments
Open
1 task done

Set fps_limit=0 by default #2899

PlatinMTA opened this issue Feb 15, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@PlatinMTA
Copy link
Contributor

Is your feature request related to a problem? Please describe.

We already have unlimited FPS thanks to Merlin's and others Framerate fixes. Still, most users can't really benefit for them because they need to be told by the server that they can uncap their FPS.

I have done this multiple times in my own server (we have a FPS limit of 144, but players will get only to 100fps until we tell them they can update their fps_limit via the console).

Describe the solution you'd like

Change CClientVariables.cpp default fps_limit value from 100 to 0, so it will be uncapped by default.

Describe alternatives you've considered

Change CClientVariables.cpp default fps_limit value from 100 to 144, since most monitors won't have more than 144hz, and most "hardcore" gamers will have no problem changing the fps_limit value by themselves if needed.

Having FPS higher than 200 will cause some problems (at over 250fps your ped starts to warp while aiming), so maybe fps_limit=200 its more logical (165hz monitors are also kinda popular).

Additional context

No response

Security Policy

  • I have read and understood the Security Policy and this issue is not about a cheat or security vulnerability.
@PlatinMTA PlatinMTA added the enhancement New feature or request label Feb 15, 2023
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

1 participant