Update etltv.rst

This commit is contained in:
Aranud 2024-09-06 16:12:45 +02:00 committed by GitHub
parent a0a395c7a9
commit 71b00eb56e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -111,5 +111,14 @@ NOTE: lua works only for sv_pure 0 slave server because otherwise lua scripts ca
* Added `tvgamecommands` help info (/commands, excludes commands that are not available for currently running mod)
* Added possibility to intercept master server commands in lua (et_ClientCommand clientnum == -2), with this addition not natively supported mods could add support for their game commands fully in lua: client requests stats->lua sends requests to master server->intercept response->save/send over to client, or even auto updates without interaction with clients)
* Added possibility to watch tv_84 demos on client (listen server)
* Added tv demo console command (client only) to play demo
* Added tv ff console command (client only) to fast-forward demo by
NOTE: still cannot connect listen server as tv server although a lot of the tv server code is now compiled into client (too lazy to add DEDICATED guards and splitting a lot of the places with them is not something I like). This is also very unlikely to ever change because by design the connected tv server should be a spectator and preferably never move too.
* Connecting tv server to a listen server is not recommended (looks buggy), other clients should be fine
* Fixed tv server(s) and their client(s) not properly disconnecting when master server shuts down (imported ettv bug)
* Fixed improper server shutdown on demo end if there are no more demos to play next (imported ettv bug)