更新 mods/dedicated_server_mods_setup.lua

This commit is contained in:
theluyuan 2023-12-04 19:16:50 +08:00
parent cef8cd03f8
commit fd2381e2e9

View File

@ -15,6 +15,7 @@ ServerModSetup("3022367274")
ServerModSetup("1645013096")
ServerModSetup("374550642")
ServerModSetup("375850593")
ServerModSetup("1392778117")
--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
@ -30,3 +31,4 @@ ServerModCollectionSetup("3022367274")
ServerModCollectionSetup("1645013096")
ServerModCollectionSetup("374550642")
ServerModCollectionSetup("375850593")
ServerModCollectionSetup("1392778117")