mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-26 06:10:56 +00:00
Document the server connection commands.
This commit is contained in:
parent
9a037c8d6a
commit
7853366697
1 changed files with 9 additions and 2 deletions
11
doc/qtv.txt
11
doc/qtv.txt
|
@ -24,8 +24,15 @@ qtv server, and more importantly, to be packet-loss tolerant (QF uses mvd
|
||||||
over udp).
|
over udp).
|
||||||
|
|
||||||
Currently, the qtv proxy can connect to any number of servers (if you use
|
Currently, the qtv proxy can connect to any number of servers (if you use
|
||||||
more than one or two, I hope you have a beefy system/connection). The proxy
|
more than one or two, I hope you have a beefy system/connection). Use
|
||||||
supports any number of connecting clients. Connecting clients use
|
<code>sv_new \<name\> [address]</code> to connect to a server. \c address
|
||||||
|
is optional if \c name is a resolvable internet address, otherwise \c name
|
||||||
|
can be a simple "nick-name" while \c address is the resolvable address of
|
||||||
|
the quakeworld server. \c sv_list lists the current servers and
|
||||||
|
<code>sv_del \<name\></code> (\c name is the same as used in \c sv_new and
|
||||||
|
as shown by \c sv_list) is used to disconnect from and remove a server.
|
||||||
|
|
||||||
|
The proxy supports any number of connecting clients. Connecting clients use
|
||||||
<code>cmd list</code> to get a list of available servers and
|
<code>cmd list</code> to get a list of available servers and
|
||||||
<code>cmd connect [SERVERNAME]</code> to finalize the connection to a
|
<code>cmd connect [SERVERNAME]</code> to finalize the connection to a
|
||||||
server. Clients can use <code>cmd disconnect</code> to "leave" a server in
|
server. Clients can use <code>cmd disconnect</code> to "leave" a server in
|
||||||
|
|
Loading…
Reference in a new issue