Don't Starve Together | How to Add Mods Print

  • Don't Starve Together, Dont Starve, Mods, Don't Starve Together How to Add Mods, How to add mods, How to Add Mods, how to add mods, How to add Mods
  • 3

To install mods to your server follow the instructions below:

  1. Find the IDs for the mods you wish to use. You can find these at the end of the URL for the mod on the Steam Workshop.
    For example, this mod: https://steamcommunity.com/sharedfiles/filedetails/?id=676297854
    This mods ID is 676297854
  2. In your game panel go to configuration files then open up dedicated_server_mods_setup.lua
  3. In this file add the below text (replacing 676297854 with the mod IDs you want)
    ServerModSetup("676297854") --Mod 1
    ServerModSetup("676297854") --Mod 2
    ServerModSetup("676297854") --Mod 3
    ServerModSetup("676297854") --Mod 4
    
  4. Save the file.
  5. Now open up modoverrides.lua (you need to do this for both the master world and the caves world) and add the below text (replacing 676297854 with the mod IDs you want)
    return {
     ["workshop-676297854"] = { enabled = true}, --Mod 1
     ["workshop-676297854"] = { enabled = true}, --Mod 2
     ["workshop-676297854"] = { enabled = true}, --Mod 3
     ["workshop-676297854"] = { enabled = true} --Mod 4
    }
  6. If you only want 1 mod remove the extra lines and remove the , from the end of the line.
  7. Save the config then restart the server.


Looking for a game server host known for brilliant 24/7 customer support and quality hardware?
Try a Pingperfect Don't Starve Together server today! https://pingperfect.com/gameservers/dont-starve-together-game-server-hosting-rental.php


Was this answer helpful?

« Back