Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
KaidenFrizu committed Jan 22, 2021
1 parent 70743b9 commit 3d21960
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ self.replay_hash #String
self.number_300s #Integer
self.number_100s #Integer
self.number_50s #Integer
self.gekis #Integer
self.katus #Integer
self.gekis #Integer, MAX 300 in mania
self.katus #Integer, 200 in mania
self.misses #Integer
self.score #Integer
self.max_combo #Integer
Expand All @@ -69,7 +69,8 @@ ReplayEvent instances provide these fields

```python
self.time_since_previous_action #Integer representing time in milliseconds
self.x #x axis location
self.x #x axis location, integer value of key press
self.y #y axis location
self.keys_pressed #bitwise sum of keys pressed, documented in OSR format page
```
For osu!mania replay files, `self.x` refers to the integer value of the key press, `self.y` always returns `None`, and `self.keys_pressed` is the reverse binary equivalent of `self.x`. This process was based from Swan's [Respository](https://github.com/Swan/osuReplayParser).

0 comments on commit 3d21960

Please sign in to comment.