Hosting a Dedicated Server on a Mac

From Bitfighter
Revision as of 18:16, 14 October 2013 by Sky lark (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Hosting a Dedicated Server on a Mac

To host a dedicated server on OS X, follow these instructions.

Setup:

1. Locate your Bitfighter app. 2. Right click and choose "Show Package Contents." 3. Double click on the "Contents" folder. 4. Double click on the "MacOS" folder. Inside should be an item labeled "Bitfighter." 5. In a new Finder window, browse to your Applications folder. Scroll down and double click on the Utilities folder, then scroll down some more and open the Terminal application. Wait a few seconds for the Terminal window to load fully; some sort of text should appear on the window.

Through Terminal you will be able to run a dedicated Bitfighter server.

6. Drag the Bitfighter item from the MacOS folder onto the Terminal window. Basically, this action writes the path from the harddrive to Bitfighter, allowing Terminal to work its magic. Depending on where Bitfighter is located on your computer you can write this path manually, but it's generally easier - and faster - to simply drag and drop. 7. Add a space, then type "-dedicated" (without quotes) to establish your server as a dedicated server.

If you hit enter right now, you'll have a functioning Bitfighter dedicated server. Check for the "Welcome to Bitfighter!" message to appear on the Terminal window to ensure you've done everything right so far.

Adding commands:

We need to add some commands to make this server come alive. Consider writing the following commands, replacing <name> with the word of your choice. (For multiple words, use quotes.)

-dedicated -hostname <name> -hostdescr <description> -adminpassword <password> -levelchangepassword <password>

An example server might have a Terminal window looking like this:

BitfighterPlayer$ /Users/BitfighterPlayer/Desktop/Bitfighter.app/Contents/MacOS/Bitfighter -dedicated -hostname meow -hostdescr "meeeeeeeow meeeeow" -adminpassword whiskers -levelchangepassword kittens

You can find additional commands in the Command line parameters page, under "Options for Hosting."

Go back to Hosting a game.