I'm running zdoom on android using delta touch,
I want to set a default max fps value so that it doesn't drain my battery too quick.
Is there a parameter I can set for default max fps?
I don't want to manually change it from console every time I play.
Launch option for fps limiter?
Moderator: GZDoom Developers
Forum rules
Contrary to popular belief, we are not all-knowing-all-seeing magical beings!
If you want help you're going to have to provide lots of info. Like what is your hardware, what is your operating system, what version of GZDoom/LZDoom/whatever you're using, what mods you're loading, how you're loading it, what you've already tried for fixing the problem, and anything else that is even remotely relevant to the problem.
We can't magically figure out what it is if you're going to be vague, and if we feel like you're just wasting our time with guessing games we will act like that's what you're really doing and won't help you.
Contrary to popular belief, we are not all-knowing-all-seeing magical beings!
If you want help you're going to have to provide lots of info. Like what is your hardware, what is your operating system, what version of GZDoom/LZDoom/whatever you're using, what mods you're loading, how you're loading it, what you've already tried for fixing the problem, and anything else that is even remotely relevant to the problem.
We can't magically figure out what it is if you're going to be vague, and if we feel like you're just wasting our time with guessing games we will act like that's what you're really doing and won't help you.
-
- Moderator Team Lead
- Posts: 21616
- Joined: Tue Jul 15, 2003 7:33 pm
- Preferred Pronouns: He/Him
- Operating System Version (Optional): A lot of them
- Graphics Processor: Not Listed
Re: Launch option for fps limiter?
If you already know the console command, you can set it on launch by using a + sign. So if you want vid_maxfps 60 to be set on launch, add +vid_maxfps 60 to the command line options.
Alternatively, enabling cl_capfps true should stick between sessions.
Alternatively, enabling cl_capfps true should stick between sessions.
-
- Posts: 2
- Joined: Sun Mar 13, 2022 10:05 am
Re: Launch option for fps limiter?
Thank you, that worked!