|
Requires patches:
sdnetutils
guicvarutils
Allow users to show some IM text in the notification box, so one liners
don't require you to drop go to the main menu.
Allow user log notifications and IM text to either the chat or console.
If chat is selected, and you are not in game, console use used.
Notifaction logs are preceded by an (i)
New cvars
- gui_notificationAlpha 0-1
Controls transparency of notification box. 0 to disable completely
- gui_notificationScale 0.5-1.5
Controls size of notification box.
- g_notificationLog 0-2 default:0
log non-IM notifications. 0=disable 1=chat 2=console
- g_notificationLogIMs 0-2 default:2
log IM notifications and message text. 0=disable 1=chat 2=console
- g_notificationExtraText bool default:1
Show additional text (such as the first line of an IM) in the notification area
Other changes
- The IM notification shows the number of unread IMs from that user in parenthesis if more than one is unread
- if an online user is both a clanmate and friend, you only get the clanmate notice
History
- 5 - add gui_notificationScale (012)
- 4 - use guicvarutils (011)
- 3 - split out sdnetutils, text truncation (010)
- 2 - tweaked cvar deaults, bug fixes (008)
- 1 - initial release (007)
back to index