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

From Bitfighter
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
You can host a dedicated server on Mac without building any files.
+
The Bitfighter program can be launched into a headless dedicated server mode by executing the program in the Terminal using the "-dedicated" argument.
  
*First, locate your game
+
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.
*Right click on it, and select an option called "show package contents"
+
*Navigate through Contents > MacOS > Bitfighter
+
*Open the application terminal, located in Applications > Utilities
+
*Drag the bitfighter executable into the terminal window
+
**After that is done, type a space, and then input -dedicated  
+
**No game window will open, but your server will be up. Open your game and join a game to see.
+
  
Along with -dedicated, you can specify other options too. (or just do this in your ini file)
+
If your copy of Bitfighter is in your Applications folder, you'd type this into Terminal:
Any of the commands on the following page, can be typed in before pressing enter.  
+
/Applications/Bitfighter.app/Contents/MacOS/Bitfighter -dedicated
  
*[[Command line parameters]]
+
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]]

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