Page 1 of 1

Fancy Teamplatter

Posted: 07 Feb 2014, 09:50
by Forboding Angel
This is a variation of the enemy spotter widget. It looks freaking fantastic, so I wanted to use it as a teamplatter widget, and with some settings changes, it works really well.

There is only one downside, and that is the fact that it only assigns one color to each team, instead of each player having his own color.

I've done some digging (and asking) and unfortunately it's a bit out of my realm:

https://evolutionrts.googlecode.com/svn ... latter.lua

The loop in this widget is only grabbing per allyteam from what I can tell (and what carrepairer mentioned), and I was thinking that making it grab per player should be a pretty simple task, but the more I dug, the more I realized I had no idea wtf I was doing

At the moment, I honestly don't know how difficult of a task it is.

Could someone help make this a reality? I really think people would like it a lot.

Re: Fancy Teamplatter

Posted: 07 Feb 2014, 13:34
by dansan
Do you have access to the start-script info from lua? The players color is there in RGB.

Re: Fancy Teamplatter

Posted: 07 Feb 2014, 13:47
by smoth
Go by teamid not player id

Re: Fancy Teamplatter

Posted: 07 Feb 2014, 13:49
by Jools
TeamID = PlayerID in normal speech

Re: Fancy Teamplatter

Posted: 07 Feb 2014, 13:50
by smoth
Kinda... Yeah

Re: Fancy Teamplatter

Posted: 07 Feb 2014, 21:48
by zoggop
how's this?

Re: Fancy Teamplatter

Posted: 08 Feb 2014, 00:03
by Forboding Angel
Yep, that does EXACTLY what I wanted. Thanks Zoggop!