Garry's Mod /// Ensuring clients download the required modifications Print

  • Garry's Mod stažení modifikace, Garry's Mod automatic modifications download
  • 0

Players connecting to a modified server need the corresponding modifications and plugins.

After adding or changing a modification, click Fast Downloads Sync. This makes the required files available to connecting clients. Without them, players may see purple textures or ERROR models.

If a modification is not downloaded automatically, add its Workshop ID manually to workshop.lua:

  1. Open Configuration Files.
  2. Open workshop.lua.
  3. Add each Workshop ID in the following format:
    resource.AddWorkshop("877752661")
    resource.AddWorkshop("2486834214")
    resource.AddWorkshop("1595332211")
  4. Save the file. The result should match the example below.
  5. The Workshop ID is the numeric value in the modification's Steam Workshop URL.


Was this answer helpful?

« Back