Skip to content
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

Mod issue #52

Open
Victor2333 opened this issue May 18, 2022 · 4 comments
Open

Mod issue #52

Victor2333 opened this issue May 18, 2022 · 4 comments

Comments

@Victor2333
Copy link

从日志可以看到mod被下载了,但是只有ugc v2版本的mod,老的v1版本的mod没有被自动安装。
start up log:

[00:00:01]: loaded modindex
[00:00:01]: ModIndex: Beginning normal load sequence for dedicated server.
[00:00:05]: DownloadPublishedFile [10] 378160973
[00:00:05]: DownloadPublishedFile [10] 458587300
[00:00:05]: DownloadPublishedFile [10] 462372013
[00:00:05]: DownloadPublishedFile [10] 462434129
[00:00:05]: DownloadPublishedFile [10] 661253977
[00:00:05]: DownloadPublishedFile [10] 676297854
[00:00:05]: DownloadPublishedFile [10] 829829879
[00:00:09]: OnDownloadPublishedFile [37] 378160973
[00:00:10]: OnDownloadPublishedFile [37] 458587300
[00:00:11]: OnDownloadPublishedFile [37] 462372013
[00:00:12]: OnDownloadPublishedFile [37] 462434129
[00:00:13]: OnDownloadPublishedFile [37] 661253977
[00:00:15]: OnDownloadPublishedFile [37] 676297854
[00:00:16]: OnDownloadPublishedFile [37] 829829879
[00:00:36]: FinishDownloadingServerMods Complete!

image

image

dedicated_server_mods_setup.lua:

--There are two functions that will install mods, ServerModSetup and ServerModCollectionSetup. Put the calls to the functions in this file and they will be executed on boot.

--ServerModSetup takes a string of a specific mod's Workshop id. It will download and install the mod to your mod directory on boot.
	--The Workshop id can be found at the end of the url to the mod's Workshop page.
	--Example: http://steamcommunity.com/sharedfiles/filedetails/?id=350811795
	--ServerModSetup("350811795")

--ServerModCollectionSetup takes a string of a specific mod's Workshop id. It will download all the mods in the collection and install them to the mod directory on boot.
	--The Workshop id can be found at the end of the url to the collection's Workshop page.
	--Example: http://steamcommunity.com/sharedfiles/filedetails/?id=379114180
	--ServerModCollectionSetup("379114180")
ServerModSetup("378160973")
ServerModSetup("458587300")
ServerModSetup("462372013")
ServerModSetup("462434129")
ServerModSetup("661253977")
ServerModSetup("666155465")
ServerModSetup("676297854")
ServerModSetup("829829879")
@Victor2333
Copy link
Author

And I can't find the downloaded V1 mod in the docker container.

@Victor2333
Copy link
Author

And in windows local, after steam download. There will be a folder that contains the legacy.bin file.
image

@SidneySun
Copy link

Any update? If this is a long-term problem, the docker image will lose a lot of followers.

@oriofdarkforest
Copy link

same issue here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants