Green waves on startboxes make me seasick.
Moderator: Moderators
Green waves on startboxes make me seasick.
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.
+1Saktoth 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).
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.
mmm and Why can't I even see the start boxes now ???
Since the update they appears no more
Since the update they appears no more
- 1v0ry_k1ng
- Posts: 4656
- Joined: 10 Mar 2006, 10:24
Re: Green waves on startboxes make me seasick.
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
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.
just make it more transparent
Re: Green waves on startboxes make me seasick.
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.
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.
For those of you who don't like the waves, edit
your LuaUI/Widgets/minimap_startbox.lua and
remove these three lines:
edit: basically what Regret's version does too 
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)

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