View Single Post
DS
SourceMod Developer
Join Date: Sep 2004
Location: WI, USA
Old 05-12-2012 , 11:01   Re: Source Dedicated Server for Mac OS X
Reply With Quote #39

You don't really need to edit the srcds_run file. You run it from the command line and add your server options there. (Any tutorials or documentation about running a Linux server is probably relevant.)

Just open the Terminal application and enter these two commands to take you the directory with the files and run the server:
Code:
cd ~/Library/Application Support/Steam/SteamApps/dummel

./srcds_run -game cstrike +map de_dust -steam
You should then get output similiar to the image below:
Click image for larger version

Name:	srcds_terminal.png
Views:	513
Size:	47.0 KB
ID:	103505

Last edited by DS; 05-12-2012 at 11:44.
DS is offline