Skip to content

Latest commit

 

History

History
65 lines (51 loc) · 3.36 KB

mods_support.md

File metadata and controls

65 lines (51 loc) · 3.36 KB

Mods

IMPORTANT

Before activating or auto-updating any mods, check version compatibily, some mods will check your 7 days to die server version to install the proper version:

Remember that some mods can't be installed with others, if you have problems with two mods installed create a GitHub ticket and I will add a check so they can't be installed at same time.

Auto-installable

  • Alloc Fixes
    • Environments:
      • ALLOC_FIXES
      • ALLOC_FIXES_UPDATE
        • If you enable this environment, the mod will be update every time you start the server and will take sometime.
  • Undead Legacy
    • Environments:
      • UNDEAD_LEGACY
      • UNDEAD_LEGACY_VERSION
      • UNDEAD_LEGACY_UPDATE
        • If you enable this environment, the mod will be update every time you start the server and will take sometime.
  • CSMM Patron's Mod (CPM)
    • Environments:
      • CPM
      • CPM_UPDATE
        • If you enable this environment, the mod will be update every time you start the server and will take sometime.
  • BepInEx
    • Environments:
      • BEPINEX
      • BEPINEX_UPDATE
        • If you enable this environment, the mod will be update every time you start the server and will take sometime.
  • Darkness Falls
    • Environments:
      • DARKNESS_FALLS
      • DARKNESS_FALLS_URL
      • DARKNESS_FALLS_UPDATE
        • If you enable this environment, the mod will be update every time you start the server and will take sometime.
  • Ravenheartst (Planned)
  • War of the Walkers Mod (Planned)
  • Age of Oblivion (Planned)

Automatic user mods

⚠️ This only support zip and rar files ⚠️ If you remove an URL, you will need to MANUALLY remove the folder at the mods folder

You can use the following docker variable MODS_URLS, where you can place the URLs of the mods and the script will automatically download, uncompress, install and remove leftovers, here it's an example: Place the URLs and separate each one with ,.

Example: MODS_URLS="URL1,URL2"

Real world usage: MODS_URLS="https://github.com/ErrorNull0/enZombies/archive/refs/heads/main.zip,https://github.com/ErrorNull0/enZombiesSnufkinAddon/archive/refs/heads/main.zip"

If something fails you will see a message at the logs, open a github ticket if a mod isn't automatically installing and I will check it.

Manual Mods

Just drop the mods inside the Mods folder in /path/to/ServerFiles/Mods, restart the container and the server will automatically load them.