Poll

New set of feature's name? (read)

BLG Unite
7 (77.8%)
BLG Link
1 (11.1%)
Other (post)
1 (11.1%)

Total Members Voted: 9

Author Topic: BLG (Unite) Development  (Read 46034 times)

Yeah, I was planning on making it an option as soon as I figured out how blota's work

Yeah, I was planning on making it an option as soon as I figured out how blota's work

ok its (and yes its heavily based on RTB's notifications) :

Code: [Select]
clientCmdBlota_MakeNotification(%title, %message, %icon, %time, %id, %size, %sound);

%title is the larger text (does not show on small notif's)
%message is the message (if you use a small notification, only this appears, no title)
%icon is a color'd icon for 4 different colors right now, blue green red and yellow
%time is how long the notification will be on the screen (in ms)
%id is a way to separate them from others (for no duplicates), for BLG i suggest having 'BLG_' in front of it
%size is either large or small
%sound is a bool of whether it will play the default blota notification sound or not

example:

Code: [Select]
clientCmdBlota_MakeNotification("BLG", "Blah Blah blah use my mod", "green", 3000, "BLG_useMod", "large", 1);

if you need more help let me know

Why are my rtb notifications in the center of my screen ;_;

wtf invitations stick on my screen
« Last Edit: August 23, 2012, 08:04:52 PM by Uxie² »

I released the alpha early because a certain someone just had to have remote chat, so I didn't have a chance to fully optimize notifications. On the contrary, alpha is supposed to be riddled with bug any who, so...

I released the alpha early because a certain someone just had to have remote chat, so I didn't have a chance to fully optimize notifications. On the contrary, alpha is supposed to be riddled with bug any who, so...
So should the remote control work now?


Remote chat, yes.
I updated the server. And it still isn't in the list.

Odd. The server list says your server is on port 40500 whereas BLG says 28000, causing an auth fail. I'll just take out port verification until I can resolve this. Try again in 5 minutes.

Odd. The server list says your server is on port 40500 whereas BLG says 28000, causing an auth fail. I'll just take out port verification until I can resolve this. Try again in 5 minutes.
Will the server need a restart?


Can you quickly update the mod so rtb notifications stop sticking?

Its driving me crazy.

Can you quickly update the mod so rtb notifications stop sticking?

Its driving me crazy.
Yea this is pretty annoying.

I'm working on it atm.

Cool, finally, this is driving me nuts.

Pushed.

Code: [Select]
- Now uses correct variable for port
- Notifications no longer appear in the center of the screen
- All notifications now disappear (unless RTB settings is otherwise)
- Message notifications now stack
- Notifications now fade out instead of sliding
- Untested blota support. Expect reduced functionality.