MantisBT - Zandronum
View Issue Details
0000358Zandronum[All Projects] Suggestionpublic2011-03-30 22:152018-09-30 22:50
ConflagratedCanine 
Blzut3 
normalfeatureN/A
closeddenied 
 
 
0000358: [SBARINFO] Allow custom chat feed locations.
Simply lets modders move the information that is displayed in the message feed (Item pickups, chat messages, ect) where ever they like via SBARINFO.
This would allow more hud flexability since, as current, Skulltag huds can't touch the top left of the screen lest it gets covered by messages.

code could look something like this:
DrawMessageFeed <FONT>, x, y;

Example (for the default chat location):

statusbar Fullscreen, fullscreenoffsets
{
DrawMessageFeed SMALLFONT, 0, 0;
}
No tags attached.
Issue History
2011-03-30 22:15ConflagratedCanineNew Issue
2011-05-22 19:26Blzut3Note Added: 0001737
2011-05-22 19:26Blzut3Statusnew => resolved
2011-05-22 19:26Blzut3Resolutionopen => denied
2011-05-22 19:26Blzut3Assigned To => Blzut3
2018-09-30 22:50Blzut3Statusresolved => closed

Notes
(0001737)
Blzut3   
2011-05-22 19:26   
Not going to happen (my brother has been trying to get this for about 2 years now). Mainly since the console system is completely independent of the status bar. Also, when doing SBARINFO suggestions it is a good idea to request them for ZDoom unless it depends on some Skulltag only feature.