2023-08-19 09:56:41 +00:00
--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")
2023-08-19 11:15:28 +00:00
ServerModSetup ( " 1530801499 " )
ServerModSetup ( " 378160973 " )
ServerModSetup ( " 2287303119 " )
ServerModSetup ( " 362175979 " )
ServerModSetup ( " 661253977 " )
ServerModSetup ( " 1271089343 " )
ServerModSetup ( " 1595631294 " )
2023-09-07 13:19:36 +00:00
ServerModSetup ( " 3022367274 " )
ServerModSetup ( " 1645013096 " )
2024-12-28 04:08:44 +00:00
--ServerModSetup("374550642")
2023-11-04 13:33:07 +00:00
ServerModSetup ( " 375850593 " )
2023-12-04 11:16:50 +00:00
ServerModSetup ( " 1392778117 " )
2023-12-05 10:58:22 +00:00
ServerModSetup ( " 3007113503 " )
2023-12-05 11:04:57 +00:00
ServerModSetup ( " 2303894106 " )
2023-12-18 11:50:50 +00:00
ServerModSetup ( " 2189004162 " )
ServerModSetup ( " 1998081438 " )
2024-01-17 11:01:50 +00:00
ServerModSetup ( " 3014076942 " )
2024-04-27 12:55:23 +00:00
ServerModSetup ( " 3173431824 " )
2024-06-24 08:38:42 +00:00
ServerModSetup ( " 3046680574 " )
ServerModSetup ( " 2753774601 " )
ServerModSetup ( " 3014738585 " )
ServerModSetup ( " 3155177428 " )
ServerModSetup ( " 3235319974 " )
ServerModSetup ( " 2979177306 " )
2023-08-19 09:56:41 +00:00
--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")
2023-08-19 11:16:09 +00:00
ServerModCollectionSetup ( " 1530801499 " )
ServerModCollectionSetup ( " 378160973 " )
ServerModCollectionSetup ( " 2287303119 " )
ServerModCollectionSetup ( " 362175979 " )
ServerModCollectionSetup ( " 661253977 " )
ServerModCollectionSetup ( " 1271089343 " )
2023-09-07 13:11:04 +00:00
ServerModCollectionSetup ( " 1595631294 " )
ServerModCollectionSetup ( " 3022367274 " )
ServerModCollectionSetup ( " 1645013096 " )
2024-12-28 04:08:44 +00:00
--ServerModCollectionSetup("374550642")
2023-12-04 11:16:50 +00:00
ServerModCollectionSetup ( " 375850593 " )
2023-12-04 11:23:01 +00:00
ServerModCollectionSetup ( " 1392778117 " )
2023-12-05 11:04:57 +00:00
ServerModCollectionSetup ( " 3007113503 " )
2023-12-18 11:50:50 +00:00
ServerModCollectionSetup ( " 2303894106 " )
ServerModCollectionSetup ( " 2189004162 " )
ServerModCollectionSetup ( " 1998081438 " )
2024-04-27 12:55:23 +00:00
ServerModCollectionSetup ( " 3014076942 " )
2024-06-24 08:38:42 +00:00
ServerModCollectionSetup ( " 3173431824 " )
ServerModCollectionSetup ( " 3046680574 " )
ServerModCollectionSetup ( " 2753774601 " )
ServerModCollectionSetup ( " 3014738585 " )
ServerModCollectionSetup ( " 3155177428 " )
ServerModCollectionSetup ( " 3235319974 " )
ServerModCollectionSetup ( " 2979177306 " )