Difference between revisions of "Multiplayer(Main)"

From FreeSpace Wiki
Jump to: navigation, search
(FS2NetD - SCP Multiplayer)
(Standalone Servers: link removed, as page will be deleted by request. Also fixed a typo)
 
(9 intermediate revisions by 5 users not shown)
Line 1: Line 1:
 
==FS2NetD - SCP Multiplayer==
 
==FS2NetD - SCP Multiplayer==
 
FS2NetD is an online FS2 game tracker.  It acts as a lobby for multiplayer games, and it tracks registered pilots and mission statistics.  When PXO is slated to be back online in 2007, FS2NetD will go away.
 
FS2NetD is an online FS2 game tracker.  It acts as a lobby for multiplayer games, and it tracks registered pilots and mission statistics.  When PXO is slated to be back online in 2007, FS2NetD will go away.
[[Getting Started with FS2netD]]
 
<br>[[Logging On]]
 
  
[[Category:Source Code Project]]
+
Related: 
 +
 
 +
*[[Getting Started with FS2netD]]&nbsp;&nbsp;
 +
*[[Logging On]]
 +
*[http://www.hard-light.net/forums/index.php/topic,49012.0.html Multiplayer games schedule]
 +
*[[: Category:Multiplayer Squadrons|Multiplayer squadrons]]
  
 
==Multiplay over TCP/IP==
 
==Multiplay over TCP/IP==
Line 10: Line 13:
  
 
==Standalone Servers==
 
==Standalone Servers==
A dedicated/standalone FreeSpace2 server can be run on the Windows platform.  This is enabled with the [[Command-Line_Reference#-standalone|-standalone]] option.
+
A dedicated/standalone FreeSpace2 server can be run on the Windows, Linux and Mac platforms.  This is enabled with the [[Command-Line_Reference#-standalone|-standalone]] option. Currently, standalone servers are beta and undergoing continued testing and development.
 +
 
 +
On Linux and Mac the standalone server utilises a set of features called [[FS2_WebUI_Standalone|WebUI]]
  
Some options for the standalone server can be specified in the multi.cfg file located in your FreeSpace2\data\ directory.  For example, this simple multi.cfg file gives a default game name for a standalone server of "Nova Cafe":
 
+name          Nova Cafe
 
  
Related: [[http://www.pxo.net/faq_fs2demo.cfm Information on multi.cfg]]  [[media:multi.cfg|Sample multi.cfg file]]
+
[[Category:Source Code Project]]

Latest revision as of 15:50, 6 December 2013

FS2NetD - SCP Multiplayer

FS2NetD is an online FS2 game tracker. It acts as a lobby for multiplayer games, and it tracks registered pilots and mission statistics. When PXO is slated to be back online in 2007, FS2NetD will go away.

Related:

Multiplay over TCP/IP

FreeSpace 2 can also be played by connecting directly to a hosting game via their i.p. address.

Standalone Servers

A dedicated/standalone FreeSpace2 server can be run on the Windows, Linux and Mac platforms. This is enabled with the -standalone option. Currently, standalone servers are beta and undergoing continued testing and development.

On Linux and Mac the standalone server utilises a set of features called WebUI