Skip to content

Small fixes 1

Pre-release
Pre-release

Choose a tag to compare

@Bill-GD Bill-GD released this 14 Aug 09:54
· 50 commits to main since this release

Fixed some issues

  • Fixed accel manager not showing type when image count is 0
  • Fixed out of range when switching image too fast
  • Fixing null IP address when using Ethernet (requires testing)
  • Fixed invalid url when opening app folder
  • Fixed not showing match data received progress if missed cache
  • Fixed progress percentage is duplicated instead of multiplied
  • Fixed invalid url when opening app folder

New

  • Better waiting screen progress message
  • Players will only request player data (reduces wait time), viewer & mc will request match data
  • Reorganized waiting screen code
  • Separated match data cache from player data cache (match/player and match/other). Player folder will only
    contain player data, match folder will contain all match's image data and player data
  • KLIServer contains a sample match will full data required, you can follow help files or use the batch (.bat) to automatically setup the match.
    The sample match will be updated if needed.

Full Changelog: complete_match...fix_1