Skip to content

v231002.16

Compare
Choose a tag to compare
@Piotrekol Piotrekol released this 02 Oct 16:50
78cb761

Added

  • Tokens:

    • mapKiaiPoints - an array containing starting time and duration of kiai points in current map
  • Ingame Browser overlay:

    • Big performance buff: 0,38ms~0,7ms compared to 0,6~1,2ms with previous version, when tested with fullscreen overlay (b69030a)
    • Overlays can be now simply selected in settings & have their recommended canvas settings shown in settings
    • overlays now display their canvas bounds ingame when editing to better illustrate what is being used by overlays
  • New 8 small web overlays - SC_OverlayElements - created to be used directly in-game:
    image

  • HTTP API:

    • /tokens?bulkUpdates - bulkUpdates tokens query parameter can be used to instruct SC to deliver map/state token updates as a single message, instead of sending these as soon as they are updated. Read about its usage in docs
  • Initial plugin manager - toggle core & custom plugins in settings

Fixed

  • Incorrect live rank calculation for CTB and mania gamemodes
  • Browser ingame overlay sometimes not updating all of its files, resulting in broken overlay install

Breaking

  • StreamCompanion settings are now stored in json format(your old config will be converted)
    • Any custom web overlays that somehow depend on SC settings(via /settings) might need to be updated