The log messages at the top of the screen (item pickups &c.) are currently limited to a hardcoded 4. This CVar would allow it to go anywhere from 0 (disable messages) to something like 32 (which would be crazy without a high reslution, but heh).
Personally I'd like it at 8, but there's no way to do that.
Would this take a lot of work?
[CVar] Con_NotifyCount: Number of Messages Onscreen
Moderator: GZDoom Developers
- 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:
- Graf Zahl
- Lead GZDoom+Raze Developer
- Posts: 49234
- Joined: Sat Jul 19, 2003 10:19 am
- Location: Germany
Re: [CVar] Con_NotifyCount: Number of Messages Onscreen
I have looked into it some time ago. The big problem is that it's really hardcoded, i.e. not just externalizing a constant.
Re: [CVar] Con_NotifyCount: Number of Messages Onscreen
This has been [Added] (wheee thanks Randi)