Add replay recording and playback support - #1075
Open
11EJDE11 wants to merge 13 commits into
Open
Conversation
SadPencil
reviewed
Sep 7, 2026
SadPencil
reviewed
Sep 7, 2026
11EJDE11
force-pushed
the
replays/replay-support
branch
from
September 8, 2026 02:36
b3ecd74 to
6c847e5
Compare
11EJDE11
force-pushed
the
replays/replay-support
branch
from
September 9, 2026 22:55
6c847e5 to
fa6dfc5
Compare
|
Nightly build for this pull request:
|
SadPencil
reviewed
Sep 10, 2026
SadPencil
reviewed
Sep 10, 2026
Update disallowed characters Change GameClientVersion to GamePackageVersion Replace min/max supported version with just SUPPORTED_REPLAY_FORMAT_VERSION Change some methods to internal rather than public
11EJDE11
force-pushed
the
replays/replay-support
branch
from
September 10, 2026 19:08
51a6eba to
b60b51a
Compare
Rename ReplayManager path helpers to public GetReplay*
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.
Adds replay recording and playback to the client, for packages whose spawner supports it.
A Replays tab in the Load Game window lists recorded games, info, and launches playback. Recording is switched on per game from the lobby or the campaign screen. The Storage tab gains replay retention controls.
Replay metadata is read from the
spawn.iniembedded at the head of the replay file.Enabled by setting
ReplaySupport=trueinClientDefinitions.ini. Packages that do not opt in see no Replays tab, no replay storage controls, and no behaviour change.Also writes the file hashes and client version into
spawn.iniso a replay records what it was produced with.