Difference between revisions of "Hosting a Dedicated Server in OS X"

From Bitfighter
 
(10 intermediate revisions by 3 users not shown)
Line 1: Line 1:
Like linux, you can also host a dedicated bitfighter server on mac.
+
The Bitfighter program can be launched into a headless dedicated server mode by executing the program in the Terminal using the "-dedicated" argument.
Easier, you don't even have to build it, all the files are already there.
+
  
*First, locate your game, bitfighter.app
+
The core program is located at "[path to Bitfighter.app]/Contents/MacOS/Bitfighter", so just type that in and add " -dedicated" to the end and hit enter.
*Navigate through Contents > MacOS > Bitfighter
+
 
*Open the application terminal, located in Applications > Utilities
+
If your copy of Bitfighter is in your Applications folder, you'd type this into Terminal:
*Drag the square looking bitfighter executable into the terminal window
+
/Applications/Bitfighter.app/Contents/MacOS/Bitfighter -dedicated
** open the README.txt located in your Bitfighter folder
+
 
**Scroll down to Command Line Options to view options you can type.
+
This will launch an instance of Bitfighter in a headless dedicated server mode.
**The main option is -dedicated, which will host a dedicated server
+
 
** type any -command options right after the file path you dragged into terminal.
+
To make it more convenient, you can make a command file to launch it for you. Type the command into a plain text editor and save it with the extension ".command". Then give it the necessary permission: open a Terminal window, type "chmod a+x", drag the file in and hit enter.
**press enter when your done and open the main .app game to see if your server is up
+
 
 +
You can add more arguments to apply temporary settings that override settings in the bitfighter.ini. Arguments are listed at this page:
 +
[[Command line parameters]]

Latest revision as of 05:34, 8 March 2017

The Bitfighter program can be launched into a headless dedicated server mode by executing the program in the Terminal using the "-dedicated" argument.

The core program is located at "[path to Bitfighter.app]/Contents/MacOS/Bitfighter", so just type that in and add " -dedicated" to the end and hit enter.

If your copy of Bitfighter is in your Applications folder, you'd type this into Terminal: /Applications/Bitfighter.app/Contents/MacOS/Bitfighter -dedicated

This will launch an instance of Bitfighter in a headless dedicated server mode.

To make it more convenient, you can make a command file to launch it for you. Type the command into a plain text editor and save it with the extension ".command". Then give it the necessary permission: open a Terminal window, type "chmod a+x", drag the file in and hit enter.

You can add more arguments to apply temporary settings that override settings in the bitfighter.ini. Arguments are listed at this page: Command line parameters