Page 1 of 1

Can sombody make this widget?

Posted: 29 Sep 2007, 08:00
by MR.D
Need a widget that detects when Luaui Fails, and does a /luaui reload command on that failure.

I'm getting really frustrated with this version of spring and the constant Luaui failures and possible crashes.

I haven't finished a single game yet without a Luaui error, and about 25% of the games it occurs in, crashes..

Please sombody make a widget to fix this bug.

Posted: 29 Sep 2007, 08:44
by KDR_11k
A widget cannot do that for obvious reasons, when LuaUI fails all widgets are shut down.

Posted: 29 Sep 2007, 13:52
by Pendrokar
KDR_11k wrote:A widget cannot do that for obvious reasons, when LuaUI fails all widgets are shut down.
But there could be a script made in the engine, but it could need some conditions when to do it (like a lua widget crashes then Engine reloads Lua exept the lua widget that did it(If that widget crashes two times in a game))!

Posted: 29 Sep 2007, 15:52
by LordMatt
Add this to your uikeys.txt:

Code: Select all

unbind      Any+backspace  mousestate
bind backspace luaui reload
I doubt anyone uses backspace for mousestate ;)

Posted: 29 Sep 2007, 19:18
by TechnoTone
LordMatt wrote:I doubt anyone uses backspace for mousestate ;)
Actually - it's the only way I do it. Is there another way?

Posted: 29 Sep 2007, 20:12
by LordMatt
What does it do? Oo

Posted: 29 Sep 2007, 21:39
by TechnoTone
It toggles between mouse and crosshair. Try it and see. It's especially useful when using some of the other views.

Posted: 29 Sep 2007, 22:21
by AF
middle click si already bound to the 'j' button