Guild icon
Teeworlds
discord.gg/teeworlds / development
For discussions around the development of the official Teeworlds
Between 2022-11-28 00:00:00Z and 2022-11-29 00:00:00Z
Avatar
show times instead of points seperate race timer finish msg (as kill message), localized, icon start/finish/checkpoint supprt automatic demo recording of the race
14:21
What is needed?
14:21
In order to implement the automatic demo recordings, there need to be snapshots for race beginning?
Avatar
wouldn't that break netcode / compatiblity?
Avatar
Weren't snapshots for race implemented already in a similar vein?
14:38
Like, snapshots informing client of current race data
Avatar
No idea, been forever
14:43
This is really in the polishing realm
Avatar
A retro multiplayer shooter. Contribute to teeworlds/teeworlds development by creating an account on GitHub.
Avatar
Race start time is send in PlayerInfoRace object and the Sv_RaceFinish message is send on finish
14:44
Hmm
Avatar
Finishes are shown in the killmessage area (infomessages.cpp), so the backend should be available already
Avatar
So technically making a demo for recording would include recording everything, then cutting it to match the RaceStartTime and Finish Time?
Avatar
I'd add multiple demo recorders for different systems, like it's done on ddnet
14:46
The manual recorder for using the ingame Record-button (or the record-command) and another recorder for automatic race recordings
Avatar
Makes sense
14:47
Would contribute to conflicts without that
Avatar
Yeah, different recorders means there are no conflicts if race is finished while a manual recording is in progress or vice versa
Exported 19 message(s)