Author Topic: Solution for mousewheel build/evolve spam  (Read 5708 times)

Thomsen

  • Posts: 55
  • Turrets: +7/-1
Solution for mousewheel build/evolve spam
« on: March 21, 2008, 03:17:39 pm »
Hi,

Like many people I use binds that use the mousewheel to build or evolve, the problem of that is that it's pretty spammy, so i started to count how many lines fit on the screen, that are 9 for the normal font, and 10 for a small font (like in oticz's hud)
So i did this:
Code: [Select]
for small font:
set space "echo ; echo ; echo ; echo ; echo ; echo ; echo ; echo ; echo"

for normal font:
set space "echo ; echo ; echo ; echo ; echo ; echo ; echo ; echo"

And added "vstr space" after the echo. It also works before the echo, but then the text isn't in the left center, but on the other side, when the space is after the echo, you have to scroll a bit before it works. That's not a big problem, you just have to get used to it.

I hope you guys like it :)
« Last Edit: March 22, 2008, 03:37:02 pm by Thomsen »

seeeker

  • Posts: 122
  • Turrets: +19/-5
Re: Solution for mousewheel build/evolve spam
« Reply #1 on: March 22, 2008, 03:43:32 am »
Thanks for sharing =)

(i wish there could be a way to make a W:ET-like menu tho =P)

Superpie

  • Spam Killer
  • *
  • Posts: 339
  • Turrets: +105/-48
    • superpie.org
Re: Solution for mousewheel build/evolve spam
« Reply #2 on: March 23, 2008, 01:57:57 am »
This is a great way to remove the spam and is not detected by pure. Unlike just spamming something else to make it look slightly better, this actually removes the spam in the first place. Of course the list of things he actually put on it is incomprehensive, you have to copy/paste and add more than the few message removals he actually wrote.

http://tremulous.net/forum/index.php?topic=2523
Where is the good in goodbye? -Meredith Willson

Thomsen

  • Posts: 55
  • Turrets: +7/-1
Re: Solution for mousewheel build/evolve spam
« Reply #3 on: March 23, 2008, 12:06:04 pm »
Superie, Mine is not meant for those "You have to ..." or "You must be near a...." that come from the server, but for binds that result in something like this on the screen:
Code: [Select]
**Selected Overmind**
**Selected Egg**
**Selected Tube**
**Selected Trapper**
etc
With these echo's there is just one line in the view.

E-Mxp

  • Posts: 722
  • Turrets: +27/-10
Re: Solution for mousewheel build/evolve spam
« Reply #4 on: March 24, 2008, 05:30:21 pm »
Superie, Mine is not meant for those "You have to ..." or "You must be near a...." that come from the server, but for binds that result in something like this on the screen:
Code: [Select]
**Selected Overmind**
**Selected Egg**
**Selected Tube**
**Selected Trapper**
etc
With these echo's there is just one line in the view.
Isn't it easier just to remove these echo's from your bindlist?? :)

Thomsen

  • Posts: 55
  • Turrets: +7/-1
Re: Solution for mousewheel build/evolve spam
« Reply #5 on: March 25, 2008, 05:03:41 pm »
Some people (like I) like echo's :)