AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Source Servers (SRCDS) (https://forums.alliedmods.net/forumdisplay.php?f=130)
-   -   Dota 2 Dedicated Servers (https://forums.alliedmods.net/showthread.php?t=236635)

psychonic 06-10-2014 07:47

Re: Dota 2 Dedicated Servers
 
Quote:

Originally Posted by CyberStars (Post 2149179)
I know that for Dota 2 (fixups) the max value for maxplayers is 10 (5 per team).

That was true about four months ago. Since then, the maximum limit on that convar was raised to the server's max of 32. However, you can still only have a maximum of 5 players on each radiant and dire. Other slots are just for spectators/broadcasters.

CyberStars 06-10-2014 07:59

Re: Dota 2 Dedicated Servers
 
Quote:

Originally Posted by psychonic (Post 2149302)
That was true about four months ago. Since then, the maximum limit on that convar was raised to the server's max of 32. However, you can still only have a maximum of 5 players on each radiant and dire. Other slots are just for spectators/broadcasters.

Good note )

CyberStars 06-10-2014 08:01

Re: Dota 2 Dedicated Servers
 
Quote:

Originally Posted by _DEMON (Post 2149215)
In Linux you have a file steamclitnt.so ?

It should be in main /bin folder.

_DEMON 06-11-2014 04:40

Re: Dota 2 Dedicated Servers
 
Quote:

Originally Posted by CyberStars (Post 2148818)
Have you added
Code:

+exec server.cfg
at the end of your run command?

Yes.

CyberStars 06-11-2014 04:59

Re: Dota 2 Dedicated Servers
 
Quote:

Originally Posted by _DEMON (Post 2147800)
How to make the delay spectators?

Do you mean delay for players connected as spectator (like by command "
jointeam spec") or players connected to Source TV?

Because tv_delay is for Source TV clients.

hideov 06-11-2014 11:35

Re: Dota 2 Dedicated Servers
 
I'm totally new to the world of srcds, and I was wondering: is there a way to connect using rcon to srcds for dota? I tried using pysrcds to the linux version, but my connection is rejected. I had not the chance to try with srcds.exe yet today.

psychonic 06-11-2014 12:02

Re: Dota 2 Dedicated Servers
 
Quote:

Originally Posted by hideov (Post 2149858)
I'm totally new to the world of srcds, and I was wondering: is there a way to connect using rcon to srcds for dota? I tried using pysrcds to the linux version, but my connection is rejected. I had not the chance to try with srcds.exe yet today.

Make sure that you specify the IP address on the command line (with -ip) rather than letting it default to all interfaces. Without it specified, the rcon socket will not bind.

_kaaarl_ 06-11-2014 12:09

Re: Dota 2 Dedicated Servers
 
Hey,

I'm also totally new here and I've got a problem with my server. When i connect to the server I always get a auto disconnect after 5 secs ;(

serverlog: http://imgur.com/dHrORic
clientconsole: http://i.imgur.com/YEZjZte.jpg

Can someone help me?

hideov 06-11-2014 12:20

Re: Dota 2 Dedicated Servers
 
Quote:

Originally Posted by psychonic (Post 2149884)
Make sure that you specify the IP address on the command line (with -ip) rather than letting it default to all interfaces. Without it specified, the rcon socket will not bind.

I specify my internal ip, as in -ip 192.168.0.6, and I try to connect from inside my Local network.
I do not specify the port, but asap i'll try to do that as well

edit:
Calling srcds with -ip localip -port 27015, and with -ip 127.0.0.1 -port 27015 (in both cases trying to connect from the same machine, hence the 127.0.0.1 try), holds no result. The connection is rejected. I can see from Wireshark the package going to port tcp 27015, so something is coming out of Python for sure.
I tried both without password and with password, setting it on srcds using
Code:

rcon_password pass

_DEMON 06-11-2014 21:02

Re: Dota 2 Dedicated Servers
 
Quote:

Originally Posted by CyberStars (Post 2149663)
Do you mean delay for players connected as spectator (like by command "
jointeam spec") or players connected to Source TV?

Because tv_delay is for Source TV clients.

It's true! I want to make a delay or cancel the command jointeam spec and make came on SourceTV


All times are GMT -4. The time now is 10:05.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.