Usage
Version 2 (Renzo, 18/11/2008 17:18)
| 1 | 1 | h1. Usage |
|
|---|---|---|---|
| 2 | 1 | ||
| 3 | 1 | QWfwd should work on all available clients. Connecting differs a bit from normal so it needs to be explained here. |
|
| 4 | 1 | ||
| 5 | 1 | * First thing you have to do is to specify the server address you want to connect: |
|
| 6 | 1 | * <pre>setinfo prx server-address.com:27500</pre> |
|
| 7 | 1 | * Now that the server address is set, you can continue connecting to any known QWfwd you wish, just type: |
|
| 8 | 1 | * <pre>connect proxy-address.com:30000</pre> |
|
| 9 | 1 | ||
| 10 | 1 | h2. Examples |
|
| 11 | 1 | ||
| 12 | 1 | To connect *wargamez.dk:27501 server* through *quakeworld.fi:30000 proxy*: |
|
| 13 | 1 | <pre> |
|
| 14 | 1 | setinfo prx wargamez.dk:27501 |
|
| 15 | 1 | connect quakeworld.fi:30000 |
|
| 16 | 1 | </pre> |
|
| 17 | 1 | ||
| 18 | 1 | To connect *troopers.fi:28001 server* through *tungur.com:30000 proxy*: |
|
| 19 | 1 | <pre> |
|
| 20 | 1 | setinfo prx troopers.fi:28001 |
|
| 21 | 1 | connect tungur.com:30000 |
|
| 22 | 1 | </pre> |
|
| 23 | 2 | Renzo | |
| 24 | 2 | Renzo | Chaining too is supported (multiple proxies): |
| 25 | 2 | Renzo | <pre> |
| 26 | 2 | Renzo | setinfo prx quakeworld.fi:30000@wargamez.dk |
| 27 | 2 | Renzo | connect troopers.fi:30000 |
| 28 | 2 | Renzo | <pre> |