Skip to content

Commit

Permalink
breaking: Drop support for enZombies, due to adding MODS_URLS (#227)
Browse files Browse the repository at this point in the history
  • Loading branch information
vinanrra authored Dec 13, 2023
1 parent 3fe87de commit 404bebf
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 169 deletions.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ ENV PUID=1000 PGID=1000 \
UPDATE_MODS=no \
ALLOC_FIXES=no ALLOC_FIXES_UPDATE=no \
UNDEAD_LEGACY=no UNDEAD_LEGACY_VERSION=stable UNDEAD_LEGACY_UPDATE=no UNDEAD_LEGACY_URL=False \
ENZOMBIES=no ENZOMBIES_ADDON_SNUFKIN=no ENZOMBIES_ADDON_ROBELOTO=no ENZOMBIES_ADDON_NONUDES=no ENZOMBIES_UPDATE=no \
CPM=no CPM_UPDATE=no \
BEPINEX=no BEPINEX_UPDATE=no \
CHANGE_CONFIG_DIR_OWNERSHIP=YES \
Expand Down
8 changes: 0 additions & 8 deletions docs/mods_support.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,6 @@ Remember that some mods can't be installed with others, if you have problems wit
- 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.
- [enZombies](https://community.7daystodie.com/topic/24594-enzombies-more-zombie-variations/)
- Environments:
- ENZOMBIES
- If you enable this environment the UndeadLegacy addon pathc will be auto-installed
- ENZOMBIES_ADDON_SNUFKIN
- ENZOMBIES_ADDON_ROBELOTO
- ENZOMBIES_ADDON_NONUDES
- ENZOMBIES_UPDATE
- [CSMM Patron's Mod (CPM)](https://docs.csmm.app/en/cpm/)
- Environments:
- CPM
Expand Down
10 changes: 0 additions & 10 deletions docs/parameters.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,16 +87,6 @@
| `ALLOC_FIXES=NO` | Install [Allocs Fixes](https://7dtd.illy.bz/wiki/Server%20fixes), Alloc Fixes version will be installed according to 7 days to die branch version **optional** | YES, NO |
| `ALLOC_FIXES_UPDATE=NO` | Update [Allocs Fixes](https://7dtd.illy.bz/wiki/Server%20fixes), depending of your 7 days to die version, on server install, requiere UPDATE_MODS=YES **optional** | YES, NO |

### enZombies

| Parameter | Function | Values |
| --- | --- | :---: |
| `ENZOMBIES=NO` | Install [enZombies](https://community.7daystodie.com/topic/24594-enzombies-more-zombie-variations/) **optional** | YES, NO |
| `ENZOMBIES_ADDON_SNUFKIN=NO` | Install [enZombies - Snufkin Zombies Add-on](https://community.7daystodie.com/topic/24594-enzombies-more-zombie-variations/) **optional** | YES, NO |
| `ENZOMBIES_ADDON_ROBELOTO=NO` | Install [enZombies - Robeloto Zombies Add-on](https://community.7daystodie.com/topic/24594-enzombies-more-zombie-variations/) **optional** | YES, NO |
| `ENZOMBIES_ADDON_NONUDES=NO` | Install [enZombies - No Nudes Add-on](https://community.7daystodie.com/topic/24594-enzombies-more-zombie-variations/) **optional** | YES, NO |
| `ENZOMBIES_UPDATE=NO` | Update [enZombies](https://community.7daystodie.com/topic/24594-enzombies-more-zombie-variations/), enZombies + Addons on server install, requiere UPDATE_MODS=YES **optional** | YES, NO |

### CSMM Patron's Mod (CPM)

| Parameter | Function | Values |
Expand Down
10 changes: 0 additions & 10 deletions docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,6 @@ docker run -d \
-e DARKNESS_FALLS_UPDATE=NO \
-e DARKNESS_FALLS_URL=False \
-e UNDEAD_LEGACY_UPDATE=NO \
-e ENZOMBIES=NO \
-e ENZOMBIES_ADDON_SNUFKIN=NO \
-e ENZOMBIES_ADDON_ROBELOTO=NO \
-e ENZOMBIES_ADDON_NONUDES=NO \
-e ENZOMBIES_UPDATE=NO \
-e CPM=NO \
-e CPM_UPDATE=NO \
-e BEPINEX=NO \
Expand Down Expand Up @@ -75,11 +70,6 @@ services:
- DARKNESS_FALLS=NO # Optional - Install Darkness Falls mod, if UNDEAD_LEGACY it's enable will not install anything
- DARKNESS_FALLS_UPDATE=NO # Optional - Update Darkness Falls mod before server start
- DARKNESS_FALLS_URL=False # Optional - Install the provided Darkness Falls url
- ENZOMBIES=NO # Optional - Install EnZombies mod
- ENZOMBIES_ADDON_SNUFKIN=NO # Optional - Install EnZombies addon mod
- ENZOMBIES_ADDON_ROBELOTO=NO # Optional - Install EnZombies addon mod
- ENZOMBIES_ADDON_NONUDES=NO # Optional - Install EnZombies addon mod
- ENZOMBIES_UPDATE=NO # Optional - Update EnZombies mod and addons before server start
- CPM=NO # Optional - CSMM Patron's Mod (CPM)
- CPM_UPDATE=NO # Optional - Update CPM before server start
- BEPINEX=NO # Optional - BepInEx
Expand Down
128 changes: 0 additions & 128 deletions scripts/Mods/enZombies.sh

This file was deleted.

6 changes: 0 additions & 6 deletions scripts/Mods/mods_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,6 @@ else
fi
fi

# Install enZombies + addons
if [ "${ENZOMBIES,,}" == 'yes' ]
then
source $scriptsDir/Mods/enZombies.sh
fi

if [ "${BEPINEX,,}" == 'yes' ] && [ "${UNDEAD_LEGACY,,}" == 'no' ]
then
source $scriptsDir/Mods/bepinex.sh
Expand Down
6 changes: 0 additions & 6 deletions scripts/Mods/mods_update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,6 @@ else
fi
fi

# Install enZombies + addons always after Undead Legacy, because if installed with Undead Legacy need a patch
if [ "${ENZOMBIES,,}" == 'yes' ] && [ "${ENZOMBIES_UPDATE,,}" == 'yes' ]
then
source $scriptsDir/Mods/enZombies.sh
fi

if [ "${BEPINEX,,}" == 'yes' ] && [ "${BEPINEX_UPDATE,,}" == 'yes' ] && [ "${UNDEAD_LEGACY,,}" == 'no' ]
then
source $scriptsDir/Mods/bepinex.sh
Expand Down

0 comments on commit 404bebf

Please sign in to comment.