GameServerManagers / GameServerManagers/LinuxGSM
SDTD Mod (Request? / mods_list.sh)
- Dominant language
- Shell
- Stars
- 4.9k
- Forks
- 864
- PR merge metrics
- No merged PRs in 30d
Description
Hey,
i like to play 7d2d and added a mod to mods_list.sh but got a problem with the unpacked dir.
Unpacked theres a folder called like the zip and i would like to move the content of this to ../ and delete the zip-named-folder.
My code till now is like this:
** mods_list.sh **
```
#War of the Walkers Mod
wotwmodversion="v8-stable"
wotwmodlatestfile="war-of-the-walkers-mod-${wotwmodversion}-master.zip"
wotwmoddownloadurl="https://gitlab.com/dwallorde/war-of-the-walkers-mod-v8-stable/-/archive/master/${wotwmodlatestfile}"
wotwmodurl="${wotwmoddownloadurl}"
# 7D2D War of the walkers mod wotwmodurl
mod_info_wotwmod=( MOD "war-of-the-walkers-mod" "war-of-the-walkers-mod for 7 Days To Die" "${wotwmodurl}" "${wotwmodlatestfile}" "0" "LowercaseOff" "${systemdir}" "OVERWRITE" "ENGINES" "7 Days To Die;" "Dwallorde" "https://7daystodiemods.com/war-of-the-walkers-mod/" "War of the Walkers Mod" )```
Contributor guide
Assessment
This issue has not been assessed yet.