I implemented a new UI mod that improves score board in Game and Replay sessions by adding more interactive features such as players sorting, filtering units by type, team stats, more score columns, kill/lose ratio, and many new features. This mod was inspired by watching FAF casts by Gyle and BRNKoINSANITY.
Also, I managed to fixed a few small UI performance lags.
Note that you need to first remove the SupremeScoreBoard folder from your Mods before installing a new version.You can find this mod in the Mods Vault - just search for "Supreme Score Board" (make sure you press the Searchbutton)OR
You can download a zip file from:http://github.com/FA-mods/SupremeScoreBoard/raw/master/versions/2.0/SupremeScoreBoard.zipSupreme Score Board v2.0 - October 15, 2017 -
LATEST VERSION - fixed an issue with selecting text color for armies due to changes in FAF army colors
- fixed an issue finding map quadrant (used for Team ID) for an army with incorrect army key defined in [map name]_save.lua
- mod version jumped by a few iterations because mod vault accepts only a whole numbers
- note there is still UI lag that occurs in late games.
Supreme Score Board v1.3 - July 30, 2016
- added info about who killed a player in Army notification window
- added info about who decided to CTRL+K in Army notification window
- added coloring of player names in Army notification window
- added mod configuration under Game -> Options -> Interface tab
- added interaction states for buttons in the sort line (first line of the score board)
- changed mouse interaction in top row, now left click will show values in columns
- changed mouse interaction in top row, now right click will sort values in columns
- fixed compatibility with other mods that modify score.lua (e.g. EcoManager) and SSB takes precedence over these mods
- fixed numbering of teams based on players' starting locations and map quadrants (per Gyle request)
- fixed messages with sent resources/units to allies (observer will see message target)
- fixed tooltip that shows unit restrictions and separated presets from custom restrictions
- fixed detection for unranked games (if restrictions count greater than zero)
- increased number of notifications for built experimental units (2 -> 5)
- increased precision for rounding large numbers (1.2m -> 1.23m)
- improved description of tooltips
Supreme Score Board v1.2 - January 29, 2016
NEW FEATURES/IMPROVEMENTS
- (all sessions) added replay ID below map info line
- (all sessions) added calculation of game quality/balance if this value is not present in session options
- (game session) added buttons for sharing mass/energy/units with allied human players (faster than LazyShare)
- (game session) added buttons for sharing mass/energy/units with allied AI players
- (game session) added chat notifications for transferred amount of mass/energy to allied players
- (game session) added chat notifications for transferred number of units to allied players
- (game session) added separator lines between players' lines and teams' lines in game session
- (replay session) changed reclaim column to show reclaim values (works with latest FAF beta patch)
- (replay session) added auto-hiding multi-function panel because it is not used in replays at all
- (replay session) added auto-switching between score columns (e.g. units types air|land|naval)
- (replay session) clicking on a column toggle will disable auto-switching columns
FIXES
- fixed coloring of player names when they are not in teams (e.g. Phantom games)
- fixed coloring of player names in replay session
- fixed information in tooltips
- fixed conditions for checking ranked games
- fixed teams statistics by including score data for dead players
- fixed team status that shows how many players are still alive
- fixed detection of dead players in sandbox games
- fixed placement of icons in the sort line
- fixed alignment of top line with its background
- fixed very long map names by truncating them to 30 chars
- changed background of the score board to darker color (better visibility of player names)
- changed units column to show air/land/navy/all instead of cumulative values, e.g. air + navy
- changed ranking column to show exact values in ladder games and rounded values in regular games
- changed coloring of player names and now they will match color of team
- changed column with player names to include clan tags (if they exist)
Supreme Score Board v1.1 - October 10, 2015
- fixed info about active mods in replay/game session
- fixed status of game raking
- fixed tooltip about game quality/balance
- added coloring of player names based on team color
- thanks for feedback from: Petricpwnz, Anihilnine
Supreme Score Board v1.0 - September 29, 2015
--------------------------------------------------------------------------------------
FEATURES:
--------------------------------------------------------------------------------------
- added team lines that sums up stats for allied players
- added column with filters to show count of air/land/navy/base units
- added column for total mass of collected/killed/lost
- added column for players rating to prevent clipping by score values
- added toggle to show and sort players by their army rating
- added toggle to show and sort players by total mass collected
- added toggle to show and sort players by total mass reclaimed*
- added toggle to show and sort players by total energy reclaimed*
- added toggle to show and sort players by total energy collected
- added toggle to show and sort players by their clan tags
- added toggle to show and sort players by Kills-to-Loses Ratio
- added toggle to show and sort players by Kills-to-Built Ratio
- added toggle to sort players by current mass income
- added toggle to sort players by current energy income
- added toggle to sort players by current score value
- added toggle to sort players by their army name
- added toggle to sort players by their clan tag
- added toggle to sort players by their team id
- added sorting by two columns when value in the first sorting are equal, e.g. sorting by team ID and then by mass income
- added team status showing alive/maximum players
- added rendering players names with red/green when in players view to show allies/enemies
- added calculation of AI rating based on AI type and AI cheat modifiers
- added field showing game quality based on network connection between players
- added tooltips for all new UI elements in the score panel
- added info about map size
- added icons with improved quality for mass, energy, units
- added icons with info about game restrictions
- added icons with info about active mods
- added icons with info about unit sharing
- added icons with info about victory conditions
- added icons with info about AI multipliers
- added notifications about 1st experimental unit built by a player
- changed game time/speed fields into two fields
- changed unit counter to show unit count of all armies (in observer view) or just player's units (in player view)
*Pending FAF patch that will actually add reclaim values to score data and thus enable them to show in score panel
--------------------------------------------------------------------------------------
FIXES:
--------------------------------------------------------------------------------------
- fixed missing tooltip for game speed slider
- fixed performance in updating score panel by limiting number of for loops (n*n-times to n-times)
- fixed issues with performing operations on uninitialized values of score data
- fixed redundant function calls to GetArmiesTable().armiesTable
- fixed redundant function calls to GetFocusArmy()
- fixed redundant function calls to SessionIsReplay()
- fixed redundant function calls to SessionGetScenarioInfo()
- fixed redundant imports of some LUA scripts (e.g. announcement.LUA)
- ssb-options.jpg (225.17 KiB) Viewed 21567 times
The following screenshots are from game session and from a replay where observer can see stats for all players. The score board will still shows only the score points or player status (playing/defeated) when you play the game so there is no cheating.
- ssb-in-replay-session.jpg (268.3 KiB) Viewed 23334 times
- ssb-in-game-session.jpg (220.89 KiB) Viewed 23334 times
I hope that you will like it. Let me know what do you think about this UI mod and if you want me to change something in the user interface.