13,252
edits
(→Using fgfs from the command line: +-template) |
|||
Line 38: | Line 38: | ||
--multiplay=in,10,,5000 | --multiplay=in,10,,5000 | ||
{{ | {{tip|For a local setup between two fgfs instances without any fgms/multiplayer server being involved, you merely need to map each I/O port to the corresponding port of the other instance: | ||
<syntaxhighlight lang="bash"> | <syntaxhighlight lang="bash"> | ||
fgfs --multiplay=out,10,127.0.0.1,5000 --multiplay=in,10,127.0.0.1,5001 --callsign=one & | fgfs --multiplay=out,10,127.0.0.1,5000 --multiplay=in,10,127.0.0.1,5001 --callsign=one & |