ReadieFur / BSDataPuller

Gathers data about the current map you are playing to then be sent out over a websocket for other software to use, e.g. A web overlay like BSDP-Overlay. This mod works with multi PC setups!
https://github.com/ReadieFur/BeatSaber-Overlay
GNU General Public License v3.0
39 stars 10 forks source link

[1.21] MaxScore, MaxScoreWithMultipliers, and BlockHitScore are always 0 #19

Closed ChrisJAllan closed 2 years ago

ChrisJAllan commented 2 years ago

Some sample data:

{
  "Score": 33754,
  "ScoreWithMultipliers": 33754,
  "MaxScore": 0,
  "MaxScoreWithMultipliers": 0,
  "Rank": "SS",
  "FullCombo": true,
  "Combo": 47,
  "Misses": 0,
  "Accuracy": 96.17918133735657,
  "BlockHitScore": [
    0,
    0,
    0
  ],
  "PlayerHealth": 96.99995422363281,
  "ColorType": 0,
  "TimeElapsed": 36,
  "unixTimestamp": 1650232162421,
  "EventTrigger": 2
}

{
  "Score": 36330,
  "ScoreWithMultipliers": 36330,
  "MaxScore": 0,
  "MaxScoreWithMultipliers": 0,
  "Rank": "SS",
  "FullCombo": true,
  "Combo": 49,
  "Misses": 0,
  "Accuracy": 95.94473838806152,
  "BlockHitScore": [
    0,
    0,
    0
  ],
  "PlayerHealth": 98.99995422363281,
  "ColorType": 0,
  "TimeElapsed": 38,
  "unixTimestamp": 1650232164087,
  "EventTrigger": 0
}