Howto:Multiplayer: Difference between revisions

Jump to navigation Jump to search
m
no edit summary
mNo edit summary
mNo edit summary
Line 40: Line 40:


=== Using multiplayer from the command line ===
=== Using multiplayer from the command line ===
First, for those who are very impatient and have a vague idea about what they're doing, the basic arguments to pass to fgfs for multiplayer are these;
{{wip}}
When running FlightGear from the [[command line]], you can specify multiplayer settings.  The two arguments are as follows:
<syntaxhighlight lang="bash">
<syntaxhighlight lang="bash">
--multiplay=out,10,server.ip.address,5000
--multiplay=direction,10,ip.address,port
--callsign=anything  
--callsign=anything  
</syntaxhighlight>
</syntaxhighlight>
<code>--multiplay</code>


where 5000 is the port number the server is listening on (which is 5000 for the official servers).
where 5000 is the port number the server is listening on (which is 5000 for the official servers).

Navigation menu