更新 mods/dedicated_server_mods_setup.lua
This commit is contained in:
parent
5599ff3408
commit
09967376a4
@ -21,6 +21,7 @@ ServerModSetup("2303894106")
|
|||||||
ServerModSetup("2189004162")
|
ServerModSetup("2189004162")
|
||||||
ServerModSetup("1998081438")
|
ServerModSetup("1998081438")
|
||||||
ServerModSetup("3014076942")
|
ServerModSetup("3014076942")
|
||||||
|
ServerModSetup("3173431824")
|
||||||
--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.
|
--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.
|
--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
|
--Example: http://steamcommunity.com/sharedfiles/filedetails/?id=379114180
|
||||||
@ -41,4 +42,5 @@ ServerModCollectionSetup("3007113503")
|
|||||||
ServerModCollectionSetup("2303894106")
|
ServerModCollectionSetup("2303894106")
|
||||||
ServerModCollectionSetup("2189004162")
|
ServerModCollectionSetup("2189004162")
|
||||||
ServerModCollectionSetup("1998081438")
|
ServerModCollectionSetup("1998081438")
|
||||||
ServerModCollectionSetup("3014076942")
|
ServerModCollectionSetup("3014076942")
|
||||||
|
ServerModCollectionSetup("3173431824")
|
Loading…
Reference in New Issue
Block a user