This commit is contained in:
theluyuan 2023-08-19 19:21:19 +08:00
commit fbf02e2198

View File

@ -4,8 +4,21 @@
--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")
ServerModSetup("1530801499")
ServerModSetup("378160973")
ServerModSetup("2287303119")
ServerModSetup("362175979")
ServerModSetup("661253977")
ServerModSetup("1271089343")
ServerModSetup("1595631294")
--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")
ServerModCollectionSetup("1530801499")
ServerModCollectionSetup("378160973")
ServerModCollectionSetup("2287303119")
ServerModCollectionSetup("362175979")
ServerModCollectionSetup("661253977")
ServerModCollectionSetup("1271089343")
ServerModCollectionSetup("1595631294")