Command that disallows anything on the screen.

Moderator: GZDoom Developers

Post Reply
User avatar
TheMightyHeracross
Posts: 2100
Joined: Sun Aug 18, 2013 9:41 am
Location: Philadelphia, PA

Command that disallows anything on the screen.

Post by TheMightyHeracross »

Right, so last request I made had a second crappy one bundled in, so I wonder if only the first part of that request, a console command that disallows anything, even ACS, to be printed on the screen. Messages, pictures, everything except maybe intermission screens and Strife-style cutscenes.
EDIT: Like NerualStunner said, don't block the Menu or console. :lol:
Last edited by TheMightyHeracross on Sat Feb 01, 2014 5:40 pm, edited 1 time in total.
User avatar
Leonard2
Posts: 313
Joined: Tue Aug 14, 2012 6:10 pm

Re: Command that disallows anything on the screen.

Post by Leonard2 »

Again something like r_drawvgui from source engine..
User avatar
NeuralStunner
 
 
Posts: 12328
Joined: Tue Jul 21, 2009 12:04 pm
Preferred Pronouns: No Preference
Operating System Version (Optional): Windows 11
Graphics Processor: nVidia with Vulkan support
Location: capital N, capital S, no space
Contact:

Re: Command that disallows anything on the screen.

Post by NeuralStunner »

I would lean toward "r_disable2d".

You'd want to exempt the console and menus from this, of course. Skyrim's Creation Engine has a hilarious console command that hides everything 2D (including the console itself).
User avatar
TheMightyHeracross
Posts: 2100
Joined: Sun Aug 18, 2013 9:41 am
Location: Philadelphia, PA

Re: Command that disallows anything on the screen.

Post by TheMightyHeracross »

Haha, yeah that too.
Post Reply

Return to “Closed Feature Suggestions [GZDoom]”