Marechoux Posté(e) le 6 mai 2021 Share Posté(e) le 6 mai 2021 To install a mod on your Don't Starve Together server, you must go to the desired mod page in the workshop and retrieve the URL of the page. We will use the "L'Engineer" mod in this example, whose URL is: https://steamcommunity.com/sharedfiles/filedetails/?id=791838548 To install a mod on your server, you need to retrieve its ID, this corresponds to the number in the URL, in our example the ID is therefore 791838548. Once you have this information, go to the "Configuration" tab of your panel and select the "dedicated_server_mods_setup.lua" file from the list on the left. Create a new line in the file in which you must put : ServerModSetup("id_of_the_mod") So this gives this for our example : Editing this file allows your server to download the mod automatically, once this is done, it must be activated. Still in the "Configuration" tab of the panel, select the "modsettings.lua" file, and add the following line to it : ForceEnableMod("workshop-id_of_the_mod") So you should have something like this : Remember to save the files after editing them and then restart your server. Your mod is now installed and active : Lien vers le commentaire Partager sur d’autres sites More sharing options...
Messages recommandés