User customizable number of notification lines
Moderator: GZDoom Developers
User customizable number of notification lines
I asked in this thread if it's possible to customize the number of notification lines that appear at the top of the screen and it seems that this is hard-coded. I'd like a user option to specify how many lines for notifcation, please.
- 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: User customizable number of notification lines
I brought it up quite a long time ago. I would guess the problem is that the array size is set by an internal constant. Things would have to be rewritten in a more dynamic way.
-
-
- Posts: 3211
- Joined: Wed Nov 24, 2004 12:59 pm
- Graphics Processor: ATI/AMD with Vulkan/Metal Support
- Contact:
Re: User customizable number of notification lines
Zandronum actually has this as con_notifylines.
Re: User customizable number of notification lines
This has been [Added] (wheee thanks Randi)
-
- Posts: 1774
- Joined: Sat Oct 17, 2009 9:40 am
Re: User customizable number of notification lines
I believe con_notifylines should be used to avoid problems in future: PR