View Single Post
DS
SourceMod Developer
Join Date: Sep 2004
Location: WI, USA
Old 12-18-2017 , 23:51   Re: Source Dedicated Server for Mac OS X
Reply With Quote #219

Quote:
Originally Posted by iFuture View Post
Wait nvm i got the most of the quotes down.
/Users/me/Library/Application\ Support/Steam/steamapps/common/Team\ Fortress\ 2/srcds_run -game Team-Fortress-2 +map pl_upward -maxplayers 24 +log on
Everything pass srcds_run for sure is a mistake, but are there anymore?
Apologies for replying so late to this, but, you should run srcds_run from the Team Fortress 2 folder. Also the game name is actually "tf". So in your case, you should first do:

Code:
cd /Users/me/Library/Application\ Support/Steam/steamapps/common/Team\ Fortress\ 2
and then

Code:
./srcds_run -game tf +map pl_upward -maxplayers 24 +log on
As a side note, I'm going to be releasing an update in the next few days that will hopefully make some of this a little easier.
__________________
エル・プサイ・コングルゥ

Last edited by DS; 12-18-2017 at 23:51.
DS is offline