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

Extra mode data in replays #955

Open
Not-A-Normal-Robot opened this issue Aug 28, 2023 · 0 comments
Open

Extra mode data in replays #955

Not-A-Normal-Robot opened this issue Aug 28, 2023 · 0 comments
Labels
enhancement New feature or request hard Hard to fix

Comments

@Not-A-Normal-Robot
Copy link
Member

What feature do you want to suggest to the game?

Maybe a way to save some custom values into a replay (e.g. bot inputs, custom game state) so our replay system can support battle and custom game modes?

Maybe we could have it be in P.repData or something like that. idk if that's already taken by another var tho.
We'd also probably need to handle replay versioning because this would probably significantly change the replay format.

Maybe have the replay start with its version, and to ensure compatibility with old replays, all new replays should start with the string "TNRSv1:" (Techmino New Replay System) so it should be easy to distinguish. The prefix should also end with a non-numeric char so "TNRSv10:" could be detected as the 11th replay system.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request hard Hard to fix
Projects
None yet
Development

No branches or pull requests

1 participant