Blockland Forums > Help
How do you make a dedicated server shortcut on a mac?
White Tiger:
--- Quote from: hankyje on March 29, 2012, 07:21:10 PM ---It's really important help me please hnnnnnng
--- End quote ---
Still need help here?
Reinforcements:
I was just about to say, double click the "dedicated.command" file, but it's gone! I found this in an old copy of BL though:
--- Code: ---#!/bin/bash
cd "`dirname "$0"`"
./Blockland.app/Contents/MacOS/Blockland -dedicated -map bedroom
--- End code ---
Save that as a regular text file(not rich text format), and then change the file extension to ".command". I believe that should work
shyGriff:
--- Quote from: Reinforcements on April 09, 2012, 12:08:20 PM ---I was just about to say, double click the "dedicated.command" file, but it's gone! I found this in an old copy of BL though:
--- Code: ---#!/bin/bash
cd "`dirname "$0"`"
./Blockland.app/Contents/MacOS/Blockland -dedicated -map bedroom
--- End code ---
Save that as a regular text file(not rich text format), and then change the file extension to ".command". I believe that should work
--- End quote ---
does not seem to work.
Mr.jacksaunt:
You should be able to enter the command into terminal and have it run.