]> git.pond.sub.org Git - empserver/blob - info/Introduction/Clients.t
Don't point to ftp.wolfpackempire.com, it does not work.
[empserver] / info / Introduction / Clients.t
1 .TH Introduction "Empire4 Compatible Clients"
2 .NA Clients "Clients which communicate well with the Empire4 Server"
3 .LV Basic
4 .NF
5 What follows is a list of clients which support the new Empire4
6 protocol.  All of these clients may be found on the Wolfpack Empire
7 Archives located at:
8   http://www.wolfpackempire.com
9
10 empclient-2.8 and later - full support
11
12 If you are using one of these clients, then you should type
13 "toggle inform" once you have broken sanctuary.  These clients
14 are fully asynchronous, which means that they are able to respond
15 immediately when an unexpected message arrives from the server.  So,
16 for example, if someone sends you a "flash" message, then the message
17 will be printed on your screen immediately.  Similarly, with "inform"
18 toggled on, you will be informed the moment a telegram arrives.  Note,
19 the server remembers your toggle flags when you log out, so you do not
20 have to type "toggle inform" again the next time you connect.
21
22 Most other clients should work fine with the Empire4 server, however
23 they may get confused if a flash message comes in.  Users of other
24 clients should keep the "inform" flag toggled off, and ask a friend to
25 send them a "flash" message to see how the client handles it (note,
26 you must declare friendly relations towards them in order to receive
27 the flash message).  If the flash message confuses your client, then I
28 recommend you type "toggle flash" to turn flash mode off.
29 .FI
30 .s1
31 In addition, there are a list of commands which have been added to the
32 server to help the development of clients.  They are:
33 .NF
34    dump - Dump sector information
35    ldump - Dump land unit information
36    sdump - Dump ship information
37    pdump - Dump plane information
38    ndump - Dump nuclear stockpile information
39    lost - Report lost items
40 .FI
41 .s1
42 See the various info pages on these for complete documentation on how they
43 work and how you can use them to help improve your clients.
44 .s1
45 In addition, there is a "timestamp" field on each object (sectors, ships,
46 land units, planes, nuclear stockpiles, lost items) that you can use to 
47 compare against to keep data between clients and the database in sync with
48 each other.  These timestamps are kept in systems seconds, so they should
49 be accurate down to 1 second.  Every time an object is changed, it's
50 timestamp is updated.
51 .SA "toggle, dump, ldump, sdump, pdump, ndump, lost, Empire4, Communication, Introduction"