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