ddnet icon indicating copy to clipboard operation
ddnet copied to clipboard

Server record (`NETMSGTYPE_SV_RECORD`) is not always stored in demos

Open Robyt3 opened this issue 1 year ago • 1 comments

The NETMSGTYPE_SV_RECORD message is only stored in demos if the recording was started when connecting or if the server record is changed while the demo is recorded.

The client could store the last received NETMSGTYPE_SV_RECORD and always add it at the beginning when starting a new demo recording, to ensure that demos always contain this information. Though the server record would still potentially be incorrect when skipping in the demo, same as #4545 for teams.

Robyt3 avatar Apr 13 '24 21:04 Robyt3

Should be put into the snapshot instead, I guess.

heinrich5991 avatar Apr 14 '24 00:04 heinrich5991