更新 mods/dedicated_server_mods_setup.lua
This commit is contained in:
parent
9f351487f6
commit
f5bb0a6470
@ -18,6 +18,8 @@ ServerModSetup("375850593")
|
|||||||
ServerModSetup("1392778117")
|
ServerModSetup("1392778117")
|
||||||
ServerModSetup("1628298090")
|
ServerModSetup("1628298090")
|
||||||
ServerModSetup("2174620235")
|
ServerModSetup("2174620235")
|
||||||
|
ServerModSetup("3007113503")
|
||||||
|
|
||||||
--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
|
||||||
@ -35,4 +37,5 @@ ServerModCollectionSetup("374550642")
|
|||||||
ServerModCollectionSetup("375850593")
|
ServerModCollectionSetup("375850593")
|
||||||
ServerModCollectionSetup("1392778117")
|
ServerModCollectionSetup("1392778117")
|
||||||
ServerModCollectionSetup("1628298090")
|
ServerModCollectionSetup("1628298090")
|
||||||
ServerModCollectionSetup("2174620235")
|
ServerModCollectionSetup("2174620235")
|
||||||
|
ServerModCollectionSetup("3007113503")
|
Loading…
Reference in New Issue
Block a user