New feature: Value changes via .csv
You can now select a CSV file to change values outputted by the scoreboard to values you want to appear on screen.
The CSV must be formatted like so:
XMLTag,inputvalue,outputvalue
Example:
GLOBAL_DATA_DOWN,1,1st
GLOBAL_DATA_DOWN,2,2nd
GLOBAL_DATA_DOWN,3,3rd
GLOBAL_DATA_DOWN,4,4th
GLOBAL_DATA_GAME_PERIOD,1,1st
GLOBAL_DATA_GAME_PERIOD,2,2nd
GLOBAL_DATA_GAME_PERIOD,3,3rd
GLOBAL_DATA_GAME_PERIOD,4,4th
TIMEOUTS,1,-
TIMEOUTS,2,- -
TIMEOUTS,3,- - -
TIMEOUTS,4,- - - -
A good example use case for this is changing quarters or downs from cardinal numbers to ordinal numbers, i.e. changing 3 to 3rd, or changing from changing timeout numbers to symbols, i.e. 3 to - - -