Raised This Month: $12 Target: $400
 3% 

Dota 2 Dedicated Servers


Post New Thread Reply   
 
Thread Tools Display Modes
ePINTOR
New Member
Join Date: Dec 2014
Old 12-16-2014 , 15:29   Re: Dota 2 Dedicated Servers
Reply With Quote #231

Quote:
Originally Posted by Shooting King View Post
How did you set-up the server exactly ?

First at all, thanks, I start following the instructions written in this thread , I install on Ubuntu TLS 14 , 64 bits, with the libreries required in theory to cover the 32bits library , later I installed :

steamcmd
The latest Metamod:Source 1.11 Snapshot.
The latest download of d2fixups.

After some errors , I try to install the runtinme of the client and after install some libraries or dependencies that the system was requiring , i didn't anything more special , Do you suggest any better S.O. to manage that ? or you know if try it with 64 bits are not a god idea ? I read a lot trying to solvent but... i couldn't find the right solution , but I read here how everybody can set up the server...

I mean .. I follow this instructions :

Quote:
Originally Posted by Tetl View Post
Alright!!! So there's a lot of confusion on here and elsewhere on how to run a Dota 2 server of your own, here's a complete(hopefully) rundown:

What you need:
steamcmd
The latest Metamod:Source 1.11 Snapshot.
The latest download of d2fixups.


Installation:
You'll use steamcmd to install and maintain your Dota installation. Follow these instructions using Dota's appid of 570. So, when you see commands like:
PHP Code:
app_update 740 validate 
Know that the Dota equivalent is:
PHP Code:
app_update 570 validate 
I'll refer to the root of your steamcmd install as "dotaserver"

You'll need a compatible srcds executable for your platform. Get it from DS's original post in this thread above. Extract it into "/dotaserver/", putting the core files (e.g. srcds_linux, srcds.exe) alongside your Dota exectuable.

Open up your steamcmd install to the (dotaserver/dota) directory.
Metamod:Source goes inside your addons folder. If you look inside of the .rar, you'll see an "addons" folder. This means that it's meant to be merged with your existing addons folder, so drop it inside of dotaserver/dota directly.
d2fixups is the same way. After extracting MM:S, extract d2fixups just like that.

To get Metamod:Source to load, you need to edit gameinfo.txt in (dotaserver/dota) as per the instruction in this article under "GameInfo".

Launching srcds
You'll need to run the program with certain parameters. DS's original post brushes over the specifics of executing SRCDS on your platform.

Mandatory:
PHP Code:
 -game dota -console 
Sub-Mandatory:
PHP Code:
 -port <port> -ip <computersLANIP
Helpful:
PHP Code:
 +map <mapname> -maxplayers 10 +developer <0/1/2
Network and General Configuration in Windows
In Windows, I like creating a shortcut and editing its "target". This involves creating a shortcut to srcds.exe, opening Right click-> Properties, and adding your parameters after the final quotation mark in the Target: field. You'll need these, for sure:
-console -game dota +map dota -maxplayers 10 -port <yourchosenport> -ip <computersLANIP>
So, my Target: field looks something like this:
"C:\dotaserver\srcds.exe" -console -game dota -port 3003 -ip 192.168.1.4 -maxplayers 10

For -ip, input your computer's LAN address. Windows users can find out how here:
http://windows.about.com/od/networkc...-Windows-7.htm

Pick any available port for -port. Keep in mind that in addition to any typical networking considerations (firewalls, etc.), if you want to make your server joinable over the network, you need to forward your chosen port. Find your router on this list., and pick a guide for any game. Then, just apply the instructions given, but for whatever port you've chosen.

Naturally, you need to check for updates on all of the software involved (MM:S and d2fixups) after each patch. Periods of nonfunction are inevitable with an oft-updated game like Dota 2: best you can do is be careful to ensure that MM:S and d2fixups support the latest game version before updating your server's files.

Connecting and Playing
To connect clients must enter
Code:
connect ip:port
into their Dota console, example:
Code:
connect 192.168.1.4:27015
When greeted with a darkened overview of the map, you need only to join a team.
Code:
jointeam good
Code:
jointeam bad
To skip the Waiting For Players stage, set the following cvar:
Code:
dota_wait_for_players_to_load 1
where the integer is the number of players to wait for before entering Pick.


BONUS
I recommend both players and developers check out Dota Script Tools


What do you think is a good way to test it if i have all installed or how can i give you better info ?

Many thanks ,
ePINTOR is offline
DavidBlaine
New Member
Join Date: Sep 2014
Old 12-17-2014 , 22:11   Re: Dota 2 Dedicated Servers
Reply With Quote #232

Hi, after today's update someone could start a server? Loading reaches Opened server (27025) and the server shuts down

The server up on the old d2fixups, but there is a bug [D2Fixups] Failed to update waiting for players count.

Last edited by DavidBlaine; 12-17-2014 at 22:17.
DavidBlaine is offline
haukgwai
Junior Member
Join Date: Jan 2014
Old 12-18-2014 , 00:53   Re: Dota 2 Dedicated Servers
Reply With Quote #233

Quote:
Originally Posted by DavidBlaine View Post
Hi, after today's update someone could start a server? Loading reaches Opened server (27025) and the server shuts down

The server up on the old d2fixups, but there is a bug [D2Fixups] Failed to update waiting for players count.
Having the same problem. Server crashes after the update.
haukgwai is offline
Maxpain177
Junior Member
Join Date: Jul 2014
Old 12-19-2014 , 06:09   Re: Dota 2 Dedicated Servers
Reply With Quote #234

+1
Maxpain177 is offline
psychonic

BAFFLED
Join Date: May 2008
Old 12-19-2014 , 06:40   Re: Dota 2 Dedicated Servers
Reply With Quote #235

Grab the latest D2Fixups.
psychonic is offline
samiaviper
New Member
Join Date: Dec 2014
Old 12-20-2014 , 12:21   Re: Dota 2 Dedicated Servers
Reply With Quote #236

hi, i want to run dedicated server in mac osx , after running server everythings seems to be correct, but when i'm going to connect server , in client side appears following error :

Quote:
Disconnect: The server was unable to locate the game session.
could anyone tell me how to fix that damn error ?!?
samiaviper is offline
IloveMusic
Junior Member
Join Date: Nov 2014
Old 12-22-2014 , 03:16   Re: Dota 2 Dedicated Servers
Reply With Quote #237

Quote:
Originally Posted by samiaviper View Post
hi, i want to run dedicated server in mac osx , after running server everythings seems to be correct, but when i'm going to connect server , in client side appears following error :



could anyone tell me how to fix that damn error ?!?
Install D2FixUps
IloveMusic is offline
IloveMusic
Junior Member
Join Date: Nov 2014
Old 12-22-2014 , 03:21   Re: Dota 2 Dedicated Servers
Reply With Quote #238

Help me please, I can't find what is going so wrong!
Here's 70% chance that server will be crashed!

Some logs :

PHP Code:
S:Gamerulesentering state 'DOTA_GAMERULES_STATE_STRATEGY_TIME' 
S:Gamerulesentering state 'DOTA_GAMERULES_STATE_PRE_GAME' 
m_flPreGameStartTime set to 73.40 
m_flStateTransitionTime set to 163.40 
Attempted to create unknown entity type 

PR:SetPossibleHeroSelection 0:[U:1:***] npc_dota_hero_slark(93
PR:SetPlayerReservedState 0:[U:1:***] true 
PR
:SetSelectedHero 0:[U:1:***] npc_dota_hero_slark(93
PR:SetPlayerReservedState 0:[U:1:***] false 
PR
:SetPlayerReservedState 0:[U:1:***] false 
PR
:SetSeleInstalling breakpad exception handler for appid(srcds_linux)/version(1.0
Installing breakpad exception handler for appid(srcds_linux)/version(1.0
PreMinidumpCallbackupdating dump comment 
Uploading dump 
(in-process) [proxy ''
/
tmp/dumps/assert_20141222110733_6.dmp 
success 
yes 
response
CrashID=bp-051517c4-570f-4516-9c31-ce38c2141222
/home/steam/dota2_v1/srcds_runline 3563873 Segmentation error (core dumped$HL_CMD 
Add 
"-debug" to the /home/steam/dota2_v1/srcds_run command line to generate a debug.log to help with solving this problem 
Mon Dec 22 11
:10:49 MSK 2014Server restart in 10 seconds Setting breakpad minidump AppID 580 
Using breakpad crash handler 
And it happens CONSTANTLY! Only 1-2 updates was not crashing.

I'm using ubuntu 14, server updated, all snapshots are loaded ( metamod, sourcemod ).
IloveMusic is offline
samiaviper
New Member
Join Date: Dec 2014
Old 12-22-2014 , 12:38   Re: Dota 2 Dedicated Servers
Reply With Quote #239

Quote:
Originally Posted by IloveMusic View Post
Install D2FixUps
I've already installed D2FixUps and still have problem, any other idea?
samiaviper is offline
IloveMusic
Junior Member
Join Date: Nov 2014
Old 12-23-2014 , 01:18   Re: Dota 2 Dedicated Servers
Reply With Quote #240

Quote:
Originally Posted by samiaviper View Post
I've already installed D2FixUps and still have problem, any other idea?
1) Update server.
2) Install the latest snapshots of metamod and sourcemod.
3) Check D2FixUps ( it was updated on days! ).
IloveMusic is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 09:57.


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