Product Chat / [SOLVED] How to make the "Low FPS Detected" instantly popup no matter what?

Author
Message
Hobo
4
Years of Service
User Offline
Joined: 29th Nov 2019
Location:
Posted: 29th Nov 2019 00:30
I want to make it so it is forced to instantly fix the FPS problems and change the graphics. How can I do this? (Also, can I make changes on my game at the same time with another person?) Thanks, if you respond.

The author of this post has marked a post as an answer.

Go to answer
PM
Teabone
Forum Support
18
Years of Service
User Offline
Joined: 8th Jun 2006
Location: Earth
Posted: 29th Nov 2019 02:55 Edited at: 29th Nov 2019 03:02
This post has been marked by the post author as the answer.
For the FPS warning stuff it will require some LUA, for example

qualityset = 0
if GetGamePlayerStateLowFpsWarning() == 1 and qualityset == 0 then
SetGameQuality(v)
qualityset = 1
end

if you want the pop up to always happen and let users choose to adjust, its in the setup.ini
hidelowfpswarning=0
Store Assets - Store Link

i7 -2600 CPU @ 3.40GHz - Windows 7 - 8GB RAM - Nivida GeForce GTX 960
Hobo
4
Years of Service
User Offline
Joined: 29th Nov 2019
Location:
Posted: 29th Nov 2019 04:28
Thanks, Teabone! I really do appreciate you spending your time on helping.
PM

Login to post a reply

Server time is: 2024-10-07 00:26:44
Your offset time is: 2024-10-07 00:26:44