-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdedicated_server_mods_setup.lua
More file actions
executable file
·19 lines (17 loc) · 1.2 KB
/
dedicated_server_mods_setup.lua
File metadata and controls
executable file
·19 lines (17 loc) · 1.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
--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")
--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")
ServerModSetup("378160973") --Global Positions
ServerModSetup("501385076") --quick pick
ServerModSetup("462434129") --restart
ServerModSetup("1207269058") --simple health bar
ServerModSetup("818624729") --trainer red
ServerModSetup("347079953") --food values
ServerModSetup("375850593") --equip slots
ServerModSetup("458940297") --food values