mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-05-30 16:30:43 +00:00
docs and a bit of cleanup
delete core files with boostrap clean fix the placement of a comment simple docs for the standard client connection process (no mention of downloads)
This commit is contained in:
parent
b05e9ea293
commit
bb6619d332
3 changed files with 38 additions and 9 deletions
28
doc/connect.txt
Normal file
28
doc/connect.txt
Normal file
|
@ -0,0 +1,28 @@
|
|||
[oob]getchallenge\n
|
||||
[oob]c[challenge][ext]
|
||||
[oob]connect [protover] [qport] [challenge] [userinfo]
|
||||
[oob]j
|
||||
[chan][clc_stringcmd]new
|
||||
[chan][svc_serverdata][data]
|
||||
[chan][clc_stringcmd]soundlist [svcount] 0
|
||||
{
|
||||
[chan][svc_soundlist][data][next]
|
||||
[chan][clc_stringcmd]soundlist [svcount] [next]
|
||||
}
|
||||
[chan][svc_soundlist][data]0
|
||||
[chan][clc_stringcmd]modellist [svcount] 0
|
||||
{
|
||||
[chan][svc_modellist][data][next]
|
||||
[chan][clc_stringcmd]modellist [svcount] [next]
|
||||
}
|
||||
[chan][svc_modellist][data]0
|
||||
[chan][clc_stringcmd]prespawn [svcount] [n=0] [wcsum]
|
||||
{
|
||||
[chan][signon buffer n][stuffcmd]prespawn...
|
||||
[chan][clc_stringcmd]prespawn [svcount] [n]
|
||||
}
|
||||
[chan][signon buffer n][stuffcmd]spawn...
|
||||
[chan][clc_stringcmd]spawn [svcount] 0
|
||||
[chan][spawn info][stuffcmd]skins
|
||||
[chan][clc_stringcmd]begin [svcount]
|
||||
....
|
Loading…
Add table
Add a link
Reference in a new issue