Forged Alliance Forever Forged Alliance Forever Forums 2014-03-07T10:45:42+02:00 /feed.php?f=42&t=3412 2013-04-08T16:08:43+02:00 2013-04-08T16:08:43+02:00 /viewtopic.php?t=3412&p=37436#p37436 <![CDATA[Re: allied score colours]]>
Integrating lazyshare would be pretty nice.

Statistics: Posted by Veta — 08 Apr 2013, 16:08


]]>
2013-03-26T16:47:06+02:00 2013-03-26T16:47:06+02:00 /viewtopic.php?t=3412&p=35709#p35709 <![CDATA[Re: allied score colours]]> Also, replays show mass & energy, that take space too.

Statistics: Posted by Ze_PilOt — 26 Mar 2013, 16:47


]]>
2013-03-26T16:48:46+02:00 2013-03-26T16:45:51+02:00 /viewtopic.php?t=3412&p=35708#p35708 <![CDATA[Re: allied score colours]]>
the only way it makes sense is to display clan tags as well as the name and the rating...
e.g. [LongClanTag]name_name_name [2500]

Statistics: Posted by eXcalibur — 26 Mar 2013, 16:45


]]>
2013-03-26T15:30:16+02:00 2013-03-26T15:30:16+02:00 /viewtopic.php?t=3412&p=35700#p35700 <![CDATA[Re: allied score colours]]>
eXcalibur wrote:
all changes but one are great. the panel should not have been made wider. now there is too much useless space in it!
unless the useless space will get used by galactic war, can this change be undone???

On the contrary, there is now enough space to properly display long nicknames and the rating of the players. It's cleaner that way.
As for having team names in the same colour in the scoreboard, it's a very good idea, especially when you play a 3v3 or 4v4.

Statistics: Posted by pip — 26 Mar 2013, 15:30


]]>
2013-03-26T14:50:09+02:00 2013-03-26T14:50:09+02:00 /viewtopic.php?t=3412&p=35697#p35697 <![CDATA[Re: allied score colours]]>
eXcalibur wrote:
Eukanuba wrote:Ideally there would be an option to have all teammates shades of your own colour, and all opponents shades of a different colour. I know there's a built in option to have you blue, allied green and enemy red, but this doesn't allow differentiation between which player controls what, and this is often a consideration when deciding where to attack.

this does not matter, because the faction symbol in front of all the names is in their player color. therefore, it does not matter which color the player names are. the only important thing is to change it change it when the player dies.

I meant the colour of their icons and units. But I didn't make that clear. :-)

Statistics: Posted by Eukanuba — 26 Mar 2013, 14:50


]]>
2013-03-26T15:06:43+02:00 2013-03-26T14:34:48+02:00 /viewtopic.php?t=3412&p=35694#p35694 <![CDATA[Re: allied score colours]]>

Score panel font is smaller to display more infos (rating,…)
Score panel is wider for the same reason.
Score is truncated for more visibility (20.000 will show as 20k)

all changes but one are great. the panel should not have been made wider. now there is too much useless space in it!
unless the useless space will get used by galactic war, can this change be undone???






Eukanuba wrote:
Ideally there would be an option to have all teammates shades of your own colour, and all opponents shades of a different colour. I know there's a built in option to have you blue, allied green and enemy red, but this doesn't allow differentiation between which player controls what, and this is often a consideration when deciding where to attack.

this does not matter, because the faction symbol in front of all the names is in their player color. therefore, it does not matter which color the player names are. the only important thing is to change it change it when the player dies.

Statistics: Posted by eXcalibur — 26 Mar 2013, 14:34


]]>
2013-03-26T14:01:56+02:00 2013-03-26T14:01:56+02:00 /viewtopic.php?t=3412&p=35690#p35690 <![CDATA[Re: allied score colours]]>
Ideally there would be an option to have all teammates shades of your own colour, and all opponents shades of a different colour. I know there's a built in option to have you blue, allied green and enemy red, but this doesn't allow differentiation between which player controls what, and this is often a consideration when deciding where to attack.

Statistics: Posted by Eukanuba — 26 Mar 2013, 14:01


]]>
2014-03-07T10:45:42+02:00 2013-03-25T14:28:15+02:00 /viewtopic.php?t=3412&p=35541#p35541 <![CDATA[coloured allies in score!]]> coloured allies in score

this mod is inspired by lazyshare, which was colouring your allies in the scoreboard with the same orange as the player has, but also adding an index to know which of those you are.
the colour of your allies was changed to red, also none of the other lazyshare features are in this mod (ressource sharing, unit sharing)


Image

just needs few lines of code (in the _OnBeat function)

Code:
   elseif GetFocusArmy() ~= -1 and IsAlly(GetFocusArmy(), index) then
   line.name:SetColor('FFFF4500') 
        line.score:SetColor('FFFF4500')
        line.name:SetFont(UIUtil.bodyFont, 12)
        line.score:SetFont(UIUtil.bodyFont, 12)


install:
easiest way is to simply download the mod from the FAF mod vault


if you want the other lazyshare functions aswell,
check this modified version for FAF: viewtopic.php?f=41&t=4739

Statistics: Posted by Myxir — 25 Mar 2013, 14:28


]]>