View Single Post
CyberStars
Senior Member
Join Date: May 2013
Old 05-16-2014 , 09:45   Re: Dota 2 Dedicated Servers
Reply With Quote #72

Quote:
Originally Posted by psychonic View Post
As in all other Source games it's, -ip, -port, and -maxplayers as they are first-class command-line params. The + is for executing concommand or setting convars on start.

There is confusion sometimes as I think HL1 used + for all, and there are compatibility shims in the engine that cause + to still work for some of them in some engine variants.
The same issue for -ip, -port, -maxplayers.

P.S.
before, it works fine with
Code:
/home/user/steam-runtime/run.sh ./srcds_run -console -game dota +map dota +ip xxx.xx.xx.xx -port 27031 
+maxplayers 10 +exec server.cfg
The issue comes after Dota2 last updates.

I'm sure for ip and maxplayers should be +ip and +maxplayers
CyberStars is offline