Allow saving replay states to playlists as custom scenarios#5
Open
debnera wants to merge 21 commits intoecolsen7:masterfrom
Open
Allow saving replay states to playlists as custom scenarios#5debnera wants to merge 21 commits intoecolsen7:masterfrom
debnera wants to merge 21 commits intoecolsen7:masterfrom
Conversation
- e.g., when we are looking at a replay, we are receiving packets but match settings will be None (at least in the first packet?)
…ved from the correct pov
- Enable saving replay states in the original playlist editor instead of having two separate playlist editor menus - Refactor UI and merge the separate playlist edit mode UI into the same class
…y on walls) - Rotate velocity with the car to keep the original momentum - Add some vector math to make local yaw adjustments instead of world space adjustments -- Global rotation would cause the car to fall off walls -- Local rotation keeps the car flat on a wall (or the ground)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Make it possible to create custom scenarios from replays. Supports 1v1, 2v2, 3v3, and 4v4 scenarios.
The idea is that the user can look at replays and then hit a hotkey to save the current state as a custom scenario to a specific playlist.
TODO:
How to use
Features