How to limit the amount of lines for notification messages?
How to limit the amount of lines for notification messages?
The message at the top of the screen when you pick up stuff and things like that. Currently it's 4 lines. Can I limit it to just a single line, like vanilla Doom?
Re: How to limit the amount of lines for notification messag
There is no actual setting for that. It's defined by the NotifyStrings array with the size of NUMNOTIFIES (4) in c_console.cpp.
Re: How to limit the amount of lines for notification messag
Feature Request? 

- wildweasel
- Posts: 21706
- Joined: Tue Jul 15, 2003 7:33 pm
- Preferred Pronouns: He/Him
- Operating System Version (Optional): A lot of them
- Graphics Processor: Not Listed
- Contact:
Re: How to limit the amount of lines for notification messag
Someone's a step or two ahead of you.mallo wrote:Feature Request?
Re: How to limit the amount of lines for notification messag
It's not urgent, I'll just change the hard-coded constant to 1 for my project... when a more robust implementation is available, I'll revert the hard-coded change.