Page 1 of 1

console widget

Posted: 17 Sep 2008, 23:02
by ginekolog
Is there good stand alone console widget that removes frigin "cant reach" message and is perhpas scrollable? Cant reach filter is a must :?

Re: console widget

Posted: 18 Sep 2008, 02:17
by REVENGE
ginekolog wrote:Is there good stand alone console widget that removes frigin "cant reach" message and is perhpas scrollable? Cant reach filter is a must :?
IceUI. If you don't want the whole thing, separate it out like TheFatController did.

Re: console widget

Posted: 18 Sep 2008, 13:39
by ginekolog
I cant find splited version.. console.lua from iceUI would work, is there a stand alone version?

Re: console widget

Posted: 18 Sep 2008, 15:41
by Tribulexrenamed
just do it yourself. put all the libraries from the iceui dir in.

lol

Posted: 19 Sep 2008, 06:17
by pazer
hope a better article

Re: console widget

Posted: 19 Sep 2008, 07:16
by SpliFF
I use this one. It isn't as pretty or complete as IceUI but it does seperate chat from system messages and let you resize each. To put in a filter edit the line

MESSAGE_FILTERS = {"Can't reach destination", "Build pos blocked", "Delayed response", "Sync error"}

or the function
function widget:AddConsoleLine(line)


-- control + \: enable/disable commands not marked by **
-- control + s: switch message-box rendering mode
-- control + p: switch text overflow handling mode
-- control + g: enable/disable message-box dragging
-- control + e: enable/disable message-box resizing
-- control + f: enable/disable message filtering
-- control + o: enable/disable message outlining
-- control + y: enable/disable font outlining
-- control + m: enable/disable scrollable message history
-- control + ,: scroll up message history **
-- control + .: scroll down message history **
-- control + [: decrease message font-size **
-- control + ]: increase message font-size **

Re: console widget

Posted: 19 Sep 2008, 10:25
by ginekolog
this seems like perfect, ty, will try and report back. If its good and fast it might get included in ba.

Re: console widget

Posted: 19 Sep 2008, 19:26
by ginekolog
this widget seperator is not good, it crashes itself.

I use iceui now, runs fine on e8400. It ran really slow in old amd 3000.

ty all, topic closed, iceui solve this one

Re: console widget

Posted: 19 Sep 2008, 23:43
by MelTraX
Just for the record: You don't have to move libraries around.. You can just disable whatever you don't like about IceUI in the F11 menu (and reenable the default GUI elements)..

The only exceptions are the minimap (since you can't reenable the default one atm without changing gui_IceUI.lua) and the widget selector itself..

Re: console widget

Posted: 20 Sep 2008, 01:39
by ZellSF
Did you fix the unit collections widget or just forget you can't disable it?

Re: console widget

Posted: 20 Sep 2008, 01:52
by MelTraX
I forgot :(.. That was for some nasty reason..

Re: console widget

Posted: 20 Sep 2008, 20:14
by ginekolog
ZellSF wrote:Did you fix the unit collections widget or just forget you can't disable it?
yeh that one is poping on every game so i deleted it , now its fine.