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

Dota 2 Dedicated Servers


Post New Thread Reply   
 
Thread Tools Display Modes
El Diablo War3Evo
Veteran Member
Join Date: Jun 2013
Old 06-04-2014 , 17:42   Re: Dota 2 Dedicated Servers
Reply With Quote #91

Quote:
Originally Posted by hideov View Post
I've got the same error on both Windows 8 and Linux (Debian 8, glibc 2.18 ), both 32 bit.

Also,
Code:
meta load addons/sourcemod/bin/sourcemod_mm
Failed to load plugin addons/sourcemod/bin/sourcemod_mm (Failed to get API).
for Metamod 1.10.1-dev, Sourcemod 1.5.3.

I googled and found people with the same problem in the past, but non of their solutions seemed to help. Most of them had downloaded Meta/Sourcemod for the wrong operating system.

edit: I apologize, just realized I should have downloaded Sourcemod from the 1.6 snapshots. I had downloaded 1.5.3 Release which was giving the problem. The last snapshot seems sto be working.

You probably need to find and edit gameinfo.txt

Where? /home/steam/dota2/dota

Here is my example:

Code:
"GameInfo" 
{ 
    game    "DOTA 2" 
    gamelogo 1 
    type multiplayer_only 
    nomodels 1 
    nohimodel 1 
    nocrosshair 0 
    GameData        "dota.fgd" 
    SupportsDX8 0 
 
 
    FileSystem 
    { 
        SteamAppId                816        // This will mount all the GCFs we need (240=CS:S, 220=HL2). 
        ToolsAppId                211        // Tools will load this (ie: source SDK caches) to get things like materials\debug, materials\editor, etc. 
         
        // 
        // The code that loads this file automatically does a few things here: 
        // 
        // 1. For each "Game" search path, it adds a "GameBin" path, in <dir>\bin 
        // 2. For each "Game" search path, it adds another "Game" path in front of it with _<langage> at the end. 
        //    For example: c:\hl2\cstrike on a french machine would get a c:\hl2\cstrike_french path added to it. 
        // 3. For the first "Game" search path, it adds a search path called "MOD". 
        // 4. For the first "Game" search path, it adds a search path called "DEFAULT_WRITE_PATH". 
        // 
 
        // 
        // Search paths are relative to the base directory, which is where hl2.exe is found. 
        // 
        // |gameinfo_path| points at the directory where gameinfo.txt is. 
        // We always want to mount that directory relative to gameinfo.txt, so 
        // people can mount stuff in c:\mymod, and the main game resources are in 
        // someplace like c:\program files\valve\steam\steamapps\<username>\half-life 2. 
        // 
        SearchPaths 
        { 
            GameBin                |gameinfo_path|addons/metamod/bin 
            Game                |gameinfo_path|. 
            Game                platform 
        } 
    } 
}
OR

Download the latest copy:

Windows Linux Mac OS X
1.11.0-git935.zip 1.11.0-git935.tar.gz 1.11.0-git935.zip

from the development snapshots at

http://www.sourcemm.net/snapshots
__________________

Last edited by El Diablo War3Evo; 06-04-2014 at 17:46.
El Diablo War3Evo is offline
_DEMON
Member
Join Date: Apr 2014
Old 06-06-2014 , 21:19   Re: Dota 2 Dedicated Servers
Reply With Quote #92

How to make the delay spectators?
_DEMON is offline
CyberStars
Senior Member
Join Date: May 2013
Old 06-07-2014 , 05:55   Re: Dota 2 Dedicated Servers
Reply With Quote #93

Quote:
Originally Posted by _DEMON View Post
How to make the delay spectators?
Write
Code:
tv_delay 60
in server.cfg
It will set delay to 60 sec.
CyberStars is offline
DragonbornEngineer
Junior Member
Join Date: Mar 2013
Old 06-07-2014 , 11:20   Re: Dota 2 Dedicated Servers
Reply With Quote #94

How do I start up an addon like Wraith Night or Frota? The thing always spew up this:

S:Gamerules: entering state 'DOTA_GAMERULES_STATE_INIT'
Failed to execute script: scripts/vscripts/nian.lua:465: attempt to index global 'EntityFramework' (a nil value)
Failed to execute script: scripts/vscripts/nian.lua:465: attempt to index global 'EntityFramework' (a nil value)
Failed to execute script: scripts/vscripts/nian.lua:465: attempt to index global 'EntityFramework' (a nil value)

Looking up breakpad interfaces from steamclient
Calling BreakpadMiniDumpSystemInit
PreMinidumpCallback: updating dump comment
Uploading dump (out-of-process) [proxy '']
/tmp/dumps/crash_20140607221549_1.dmp
./srcds_run: line 356: 7505 Segmentation fault (core dumped) $HL_CMD
debug.cmds:5: Error in sourced command file:
No function contains program counter for selected frame.
Post about crashes or other issues at https://forums.alliedmods.net/showthread.php?t=236635
Sab Jun 7 22:15:50 WIB 2014: Server restart in 10 seconds
Finished uploading minidump (out-of-process): success = yes
response: CrashID=bp-8c8faab2-d7ce-43ca-a13c-cf5812140607

debug.log:
http://pastebin.com/kL6jxknj

asdf.cfg:

dota_local_addon_enable 1
dota_local_addon_game frostivus
dota_local_addon_map frostivus
dota_force_gamemode 15
update_addon_paths
DragonbornEngineer is offline
Tetl
Member
Join Date: Nov 2009
Old 06-09-2014 , 08:08   Re: Dota 2 Dedicated Servers
Reply With Quote #95

Quote:
Originally Posted by DragonbornEngineer View Post
How do I start up an addon like Wraith Night or Frota? The thing always spew up this:

S:Gamerules: entering state 'DOTA_GAMERULES_STATE_INIT'
Failed to execute script: scripts/vscripts/nian.lua:465: attempt to index global 'EntityFramework' (a nil value)
Failed to execute script: scripts/vscripts/nian.lua:465: attempt to index global 'EntityFramework' (a nil value)
Failed to execute script: scripts/vscripts/nian.lua:465: attempt to index global 'EntityFramework' (a nil value)

Looking up breakpad interfaces from steamclient
Calling BreakpadMiniDumpSystemInit
PreMinidumpCallback: updating dump comment
Uploading dump (out-of-process) [proxy '']
/tmp/dumps/crash_20140607221549_1.dmp
./srcds_run: line 356: 7505 Segmentation fault (core dumped) $HL_CMD
debug.cmds:5: Error in sourced command file:
No function contains program counter for selected frame.
Post about crashes or other issues at https://forums.alliedmods.net/showthread.php?t=236635
Sab Jun 7 22:15:50 WIB 2014: Server restart in 10 seconds
Finished uploading minidump (out-of-process): success = yes
response: CrashID=bp-8c8faab2-d7ce-43ca-a13c-cf5812140607

debug.log:
http://pastebin.com/kL6jxknj

asdf.cfg:

dota_local_addon_enable 1
dota_local_addon_game frostivus
dota_local_addon_map frostivus
dota_force_gamemode 15
update_addon_paths
The version of Wraith Night shipped in December is not compatible with latest VScript version

https://github.com/tetl/newfrosty
Tetl is offline
_DEMON
Member
Join Date: Apr 2014
Old 06-09-2014 , 08:46   Re: Dota 2 Dedicated Servers
Reply With Quote #96

Quote:
Originally Posted by CyberStars View Post
Write
Code:
tv_delay 60
in server.cfg
It will set delay to 60 sec.
Does not work.
_DEMON is offline
CyberStars
Senior Member
Join Date: May 2013
Old 06-09-2014 , 09:21   Re: Dota 2 Dedicated Servers
Reply With Quote #97

Quote:
Originally Posted by _DEMON View Post
Does not work.
Have you added
Code:
+exec server.cfg
at the end of your run command?
CyberStars is offline
DragonbornEngineer
Junior Member
Join Date: Mar 2013
Old 06-09-2014 , 09:55   Re: Dota 2 Dedicated Servers
Reply With Quote #98

How do you start a server with addons? Is my way to load the addons correct?

Quote:
  • When a player leaves the game, their slot isn't removed, and hence, someone else can't connect and take their place, this is caused by the limit of 5 players per team, someone solve this
    • Player slot being removed has a hacky fix via Sourcemod, I can also hackily set > 5 people on a team via SMJS / Sourcemod
Is it true? We can play more than 5 people in one team?

Last edited by DragonbornEngineer; 06-09-2014 at 09:59.
DragonbornEngineer is offline
CyberStars
Senior Member
Join Date: May 2013
Old 06-10-2014 , 02:28   Re: Dota 2 Dedicated Servers
Reply With Quote #99

Quote:
Originally Posted by DragonbornEngineer View Post
How do you start a server with addons? Is my way to load the addons correct?

[/LIST][/LIST]Is it true? We can play more than 5 people in one team?
As I know it's not possible. I know that for Dota 2 (fixups) the max value for maxplayers is 10 (5 per team).
CyberStars is offline
_DEMON
Member
Join Date: Apr 2014
Old 06-10-2014 , 04:07   Re: Dota 2 Dedicated Servers
Reply With Quote #100

In Linux you have a file steamclitnt.so ?

Last edited by _DEMON; 06-10-2014 at 04:33.
_DEMON is offline
Reply


Thread Tools
Display Modes

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 05:55.


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