Streamline the archive loading mechanism
[tennix.git] / README.Multiplayer
blobc4194eb6d181a59ead32a53eef677213d3f0ba56
2 This is done using two computers, the first is the faster one
3 and the second one is the slower one. If both computers are
4 equally powerful, just chose the faster one randomly.
6 On the faster computer, use:
7   ./tennix -m REMOTEHOST
9 On the slower computer, use:
10   ./tennix -s REMOTEHOST
12 So, if your faster computer is called "fast.lan" and the slower
13 computer is called "slow.lan", you could use the following setup:
15   user@fast:~$ ./tennix -m slow.lan
16   user@slow:~$ ./tennix -s fast.lan
18      -- thp, Wed Aug  5 15:09:59 CEST 2009