Advertisement
Guest User

Untitled

a guest
Jul 29th, 2017
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.63 KB | None | 0 0
  1. --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.
  2.  
  3. --ServerModSetup takes a string of a specific mod's Workshop id. It will download and install the mod to your mod directory on boot.
  4. --The Workshop id can be found at the end of the url to the mod's Workshop page.
  5. --Example: http://steamcommunity.com/sharedfiles/filedetails/?id=350811795
  6. --ServerModSetup("350811795")
  7.  
  8. --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.
  9. --The Workshop id can be found at the end of the url to the collection's Workshop page.
  10. --Example: http://steamcommunity.com/sharedfiles/filedetails/?id=379114180
  11. --ServerModCollectionSetup("379114180")
  12.  
  13. ServerModSetup("374550642") --Increased Stack size
  14. ServerModSetup("466732225") --No stone durability
  15. ServerModSetup("356930882") --Infinity tent uses
  16. ServerModSetup("501385076") --qiuck pick
  17. ServerModSetup("666155465") --Show me
  18. ServerModSetup("394612159") --Auto retrap
  19. ServerModSetup("714735102") --Waypoint
  20. ServerModSetup("623749604") --Storeroom
  21. ServerModSetup("550435365") --Russian For Mods
  22. ServerModSetup("362175979") --Wormhole marks
  23. ServerModSetup("679636739") --Trap reset
  24. ServerModSetup("378160973") --Global positions
  25. ServerModSetup("375850593") --Extra Equip Slots
  26. ServerModSetup("376333686") --Always On Status
  27. ServerModSetup("354836336") --Russian Language Pack
  28. ServerModSetup("345692228") --Minimap HUD
  29. ServerModSetup("786556008") --45 Inventory Slots
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement