Update README
This commit is contained in:
parent
aefdc47d0a
commit
59aa65d712
@ -2,16 +2,21 @@
|
|||||||
Interface to interact with the SourceTV server from SourcePawn.
|
Interface to interact with the SourceTV server from SourcePawn.
|
||||||
|
|
||||||
This is a [SourceMod](http://www.sourcemod.net/) extension providing an API for plugins to access the [SourceTV](https://developer.valvesoftware.com/wiki/SourceTV) server instance(s).
|
This is a [SourceMod](http://www.sourcemod.net/) extension providing an API for plugins to access the [SourceTV](https://developer.valvesoftware.com/wiki/SourceTV) server instance(s).
|
||||||
|
[Forum thread](https://forums.alliedmods.net/showthread.php?t=280402)
|
||||||
|
|
||||||
#### API
|
#### API
|
||||||
There are natives and forwards to access
|
There are natives and forwards to access
|
||||||
* Basic SourceTV information (stats, delay, active)
|
* Basic SourceTV information (stats, delay, active)
|
||||||
* Interacting with spectators (chat/console messages, kick, ip, name)
|
* Interacting with spectators (chat/console messages, kick, ip, name, tv title)
|
||||||
* Forcing camera shots on the director
|
* Forcing camera shots on the director
|
||||||
* Demo recording (filename, recording tick, print message to demo console)
|
* Demo recording (filename, recording tick, print message to demo console)
|
||||||
|
|
||||||
Have a look at the [include file](sourcetvmanager.inc).
|
Have a look at the [include file](sourcetvmanager.inc).
|
||||||
|
|
||||||
|
#### Steam authentication for spectators
|
||||||
|
The extension adds a convar `tv_force_steamauth` (defaults to 0) which lets you enable steam validation on SourceTV clients.
|
||||||
|
Currently when this is enabled SourceTV relays are rejected.
|
||||||
|
|
||||||
#### `status` command fixes
|
#### `status` command fixes
|
||||||
There are several quirks around recording the `status` command output in a SourceTV demo.
|
There are several quirks around recording the `status` command output in a SourceTV demo.
|
||||||
While this extension is running, you're going to be able to do
|
While this extension is running, you're going to be able to do
|
||||||
|
Loading…
Reference in New Issue
Block a user