Page 1 of 1
Green waves on startboxes make me seasick.
Posted: 03 Jan 2008, 06:50
by Saktoth
Seriously, worst UI interface change ever, the old boxes were much better, this just obscures the map and makes it hard to see where you should place your start (As well as inducing seizures in epileptics and seasickness in everyone else).
Re: Green waves on startboxes make me seasick.
Posted: 03 Jan 2008, 08:48
by YokoZar
Saktoth wrote:Seriously, worst UI interface change ever, the old boxes were much better, this just obscures the map and makes it hard to see where you should place your start (As well as inducing seizures in epileptics and seasickness in everyone else).
+1
Maps are designed to be visible. There is no usability advantage to making the
entire map look awful while placing start boxes.
Re: Green waves on startboxes make me seasick.
Posted: 03 Jan 2008, 11:19
by LBPB
mmm and Why can't I even see the start boxes now ???
Since the update they appears no more
Re: Green waves on startboxes make me seasick.
Posted: 03 Jan 2008, 12:19
by 1v0ry_k1ng
to confirm- without LUA there is now no startboxes.
the new lua startbox effect is so ugly it makes me want to gouge out my eyes with my monitor cable
Re: Green waves on startboxes make me seasick.
Posted: 03 Jan 2008, 13:57
by Satirik
just make it more transparent
Re: Green waves on startboxes make me seasick.
Posted: 03 Jan 2008, 14:32
by Regret
Quick hack to make them look simple
http://rapidshare.com/files/80934758/st ... e.zip.html
Disable the default start box widget and enable this new one.
Re: Green waves on startboxes make me seasick.
Posted: 03 Jan 2008, 18:00
by Kloot
For those of you who don't like the waves, edit
your LuaUI/Widgets/minimap_startbox.lua and
remove these three lines:
Code: Select all
gl.Texture(texName)
gl.TexGen(GL.T, GL.TEXTURE_GEN_MODE, GL.EYE_LINEAR)
gl.TexGen(GL.T, GL.EYE_PLANE, (1 / texScale), 0, (1 / texScale), time % 1)
edit: basically what Regret's version does too

Re: Green waves on startboxes make me seasick.
Posted: 04 Jan 2008, 03:45
by Saktoth
Still, i dont think this should be the default, its utterly ghastly.
Re: Green waves on startboxes make me seasick.
Posted: 04 Jan 2008, 04:33
by LordMatt
Saktoth wrote:Still, i dont think this should be the default, its utterly ghastly.
+1
Re: Green waves on startboxes make me seasick.
Posted: 04 Jan 2008, 20:01
by NOiZE
Saktoth wrote:Still, i dont think this should be the default, its utterly ghastly.
+1
Re: Green waves on startboxes make me seasick.
Posted: 04 Jan 2008, 21:03
by ginekolog
NOiZE wrote:Saktoth wrote:Still, i dont think this should be the default, its utterly ghastly.
+1
++
Re: Green waves on startboxes make me seasick.
Posted: 04 Jan 2008, 22:05
by trepan
Widget has been disabled by default
(someone should fix the engine startboxes).
And ... viewport start boxes are completely disabled.
Re: Green waves on startboxes make me seasick.
Posted: 05 Jan 2008, 04:23
by BaNa
1v0ry_k1ng wrote:the new lua startbox effect is so ugly it makes me want to gouge out my eyes with my monitor cable
+1
It's good to know that I can disable it, will do asap.