Closed nickdnk closed 1 year ago
So, this does a few other things:
SMCParser
to validate KeyValue files before importing them, as KeyValues.ImportFromFile
returns true even if the file is invalid (which makse no sense, but it's the game engine doing this, not SM).fromfile
for both map_list
, spectators
and team1
/team2
, all supporting both the KeyValue format and JSON.mp_team_xx
variables has been cleaned up and the documentation has been updated. This means you can now actually set matchtext
for a team in a BoX and not have it overwritten by their team map series score.clinch_series: false
, you can now have up to the full maplist of points in the GOTV map score indicator, i.e. bo5 without clinch grants you 5 point slots intead of 3, which would be the max with clinch.
Similarly to teams, this allows the maplist to load using the
fromfile
logic.Closes https://github.com/splewis/get5/issues/604.