Skip to content
New issue

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

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

Already on GitHub? # to your account

Clarify windows replay spec #46

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion COMM_SPEC.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This document will outline the details of the Slippi Dolphin communication file
| Name | Type | Description |
| --- | --- | --- |
| mode | string | Possible values are `normal` (default), `queue`, and `mirror` |
| replay | string | The path to the replay if in normal or mirror mode |
| replay | string | The path to the replay if in normal or mirror mode; for Windows, this path must be *relative to the json file* |
| startFrame | int | The frame you would like to start the replay on, default is `-123` |
| endFrame | int | The frame you would like to end the replay on, default is `INT_MAX` |
| commandId | string | Typically used to indicate that the replay has changed, but updating the value can also restart playback of the current replay or queue |
Expand Down