Display Option - Toggle On / Off GZDoom FPS Counter

Remember, just because you request it, that doesn't mean you'll get it.

Moderator: GZDoom Developers

User avatar
Steve5563
Posts: 82
Joined: Sun Jan 27, 2019 11:18 pm
Operating System Version (Optional): windows 10
Graphics Processor: nVidia with Vulkan support
Location: Australia

Display Option - Toggle On / Off GZDoom FPS Counter

Post by Steve5563 »

Like the title says - A Display Option to turn on and off the GZDoom FPS counter rather then using the console command.

Code: Select all

	
Option "GZDoom FPS Counter", "vid_fps", "YesOrNo"	

OptionValue "YesOrNo"
{
	0, "No"
	1, "Yes"
}
User avatar
Ihavequestions
Posts: 162
Joined: Mon Jul 12, 2021 1:45 pm
Graphics Processor: nVidia with Vulkan support

Re: Display Option - Toggle On / Off GZDoom FPS Counter

Post by Ihavequestions »

I use "toggle vid_fps" to do that. It's bound to a key.
User avatar
wildweasel
Posts: 21704
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: Display Option - Toggle On / Off GZDoom FPS Counter

Post by wildweasel »

Ihavequestions wrote: Fri Sep 02, 2022 5:46 pm I use "toggle vid_fps" to do that. It's bound to a key.
Yes, I think OP would like to not have to do that. Though if it's going to be in the menu, there should be some way to let it stay on between game sessions, too.

Return to “Feature Suggestions [GZDoom]”