Difference between revisions of "Hosting a Dedicated Server in OS X"
(New page: Like linux, you can also host a dedicated bitfighter server on mac. Easier, you don't even have to build it, all the files are already there. *First, locate your game, bitfighter.app *Na...) |
|||
(11 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
− | + | 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]] |
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