20,741
edits
m (http://forum.flightgear.org/viewtopic.php?f=17&t=23994&p=218353#p218327) |
|||
Line 38: | Line 38: | ||
--multiplay=in,10,,5000 | --multiplay=in,10,,5000 | ||
{{Note|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: | {{Note|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 & |