-
-
Notifications
You must be signed in to change notification settings - Fork 102
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Only V2 Mods (UGC) are getting downloaded #53
Comments
This may explain why I've been unable to get mods to work after nearly 24 hours of struggling with it.
Would you be able to go into more detail about how you were able to manually get them uploaded? I manually copied the files into This is my |
@Frapes @domesticwarlord86 I have a temporary method,copy mod to container: |
@domesticwarlord86 @kirito41dd Copy the mods ( in your local machine |
v1 mods still not downloadable. v1 mods timed out while "downloading". If i try to download the not working v1 mod manually, using steamcmd ill got a timeout IF i logon as anonymous! I tried with this: Can i change the logon credentials to a dummy account, just to auto download/update the mods? Any other updated here? |
Just as @Mega349 said, v1 mods are not downloaded since steamcmd is logged in as annoymous. After I login steamcmd with my personal account, I can successfully downloaded missing v1 mods. Unfortunately, I haven't figure out a quick way to download those mods properly since this dst-server image use dontstarve_dedicated_server_nullrenderer(provided by klei) to install mods, and it implicily includes an annoymous login of steamcmd. |
I hacked my way around this, here is my docker-compose.yml
Steps
|
exploding head.gif wutttt |
I tried to install some mods on my dedicated server and for some strange reason only 1 of them was downloaded.
I tryied to find out what was happening and i found out that there are 2 version of mods. The ones that are inside the mods folder (V1) and the others which are inside a ugc folder (V2). Even if you put v1 mods inside modoverrides.lua and in dedicated_server_mods_setup.lua they are never downloaded. A temporary solution i found is manually putting the v1 mod source files from my local machine inside the mods folder at my server, but this solution requires manuall update of the mods and its not optimal.
Some context to recreate this. Try installing this v1 mods:
Global Position (workshop-1623498822):
https://steamcommunity.com/sharedfiles/filedetails/?id=1623498822
Restart (workshop-462434129):
https://steamcommunity.com/sharedfiles/filedetails/?id=462434129
Their files will be located under: steamapps\common\Don't Starve Together\mods\workshop-XXXX
While V2 Mod files are located under: steamapps\common\workshop\content\322330
The text was updated successfully, but these errors were encountered: