Hi, i'm using steamcmd to make a server. I've created a shortcut for srcds.exe and I have entered my workshop collection ID and auth key. However.. I join my server and nothing happens, it doesn't mount or download addons, it just goes to sending client info and BOOM, i'm in the game..Any help will be appreciated.. i'm pretty stuck on this. I have watched tutorials and I have followed their every direction down to a T, but it just doesn't seem to be working. I hope someone can shed some light on this for me
Make sure the parameters are right and that the shortcut registers them. Also check if it's the right collection and that it has items in it.
+host_workshop_collection 370118580 -authkey *************** is what i have, the collection is correct and it does have the right items in it, im not sure why it isnt working though
The server will download the addons when using the auth key and collection id...
[url]https://dl.dropboxusercontent.com/u/26074909/tutoring/server_srcds_steamcmd/setting_up_a_server_with_steamcmd.lua.html[/url]
If you want an automated system which tells the clients which files to download... ie a system that'll add all content in gamemodes/<current_gamemode>/content/* to be resource.AddSingleFile'd, and all addons ( *.gma files ) in garrysmod/addons/ to be resource.AddWorkshop'd then take a look at this: [url]https://dl.dropboxusercontent.com/u/26074909/tutoring/server_srcds_steamcmd/setting_up_downloads_using_recursive_resource_system.lua.html[/url]
[QUOTE=Acecool;46866370]The server will download the addons when using the auth key and collection id...
[url]https://dl.dropboxusercontent.com/u/26074909/tutoring/server_srcds_steamcmd/setting_up_a_server_with_steamcmd.lua.html[/url]
If you want an automated system which tells the clients which files to download... ie a system that'll add all content in gamemodes/<current_gamemode>/content/* to be resource.AddSingleFile'd, and all addons ( *.gma files ) in garrysmod/addons/ to be resource.AddWorkshop'd then take a look at this: [url]https://dl.dropboxusercontent.com/u/26074909/tutoring/server_srcds_steamcmd/setting_up_downloads_using_recursive_resource_system.lua.html[/url][/QUOTE]
I followed your guide, but yet there seems to be an error. I don't see what the problem is for it.
when I type in the command line steamcmd.exe +login SteamUserName +force_install_dir Z:\dedicated_servers\server_1\ +app_update 220 +app_update 380 +app_update 420
it just doesn't do anything.
The reason I used Z:\path\to\server\ is so you change it to your path while noting the pattern ( lowercase, underscore in place of space, no hyphens, etc ).
Sorry, you need to Log In to post a reply to this thread.