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)
just needs few lines of code (in the _OnBeat function)
- Code: Select all
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