Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing Post-Frame Update Speeds #37

Open
scottnuma opened this issue Dec 29, 2021 · 0 comments
Open

Missing Post-Frame Update Speeds #37

scottnuma opened this issue Dec 29, 2021 · 0 comments

Comments

@scottnuma
Copy link
Contributor

  • The Slippi spec now includes 5 different speeds in the post-frame update information (spec)
  • They were added ~recently in version 3.5.0
Offset Name Type Description Added
0x35 Self-induced Air x Speed float Negative means left, Positive means right 3.5.0
0x39 Self-induced y Speed float Negative means down, Positive means up 3.5.0
0x3d Attack-based x Speed float Negative means left, Positive means right 3.5.0
0x41 Attack-based y Speed float Negative means down, Positive means up 3.5.0
0x45 Self-induced Ground x Speed float Negative means left, Positive means right 3.5.0
  • The Post object does not currently contain these speed fields.
  • I'd like to open a PR to implement these new fields, but before doing so I want to get any needed context for adding new fields.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant