Code Monkey home page Code Monkey logo

Comments (21)

vinanrra avatar vinanrra commented on May 11, 2024 2

Any chance Allocs Fixes can be included in this? If it helps, I have a script that downloads the latest version and installs it. Maybe that is useful for you

Awesome work on this image btw, I use it a lot for spinning up dev servers 😄

I will add it too, thanks for the script.

I am glad that you like the image, i am trying to do my best with the image.

from docker-7daystodie.

vinanrra avatar vinanrra commented on May 11, 2024 2

Added Undead Legacy, will start with Darkness Falls soon i hope @JoshWobbles still using the image, took me 2 years to start doing the mods scripts :(

If you want one in special, tell me and i will do it first, if not Darkness Falls will be the first

from docker-7daystodie.

vinanrra avatar vinanrra commented on May 11, 2024 2

Added Darkness Falls support, with the possibility to choose a custom link, must be a Git repo

@gymnae @spannerman79

from docker-7daystodie.

vinanrra avatar vinanrra commented on May 11, 2024 1

I am back, i have update the image and added initial support for Alloc Fixes i hope @niekcandaele is still using the image :P

from docker-7daystodie.

JoshWobbles avatar JoshWobbles commented on May 11, 2024

This would be amazing!

from docker-7daystodie.

vinanrra avatar vinanrra commented on May 11, 2024

Support for custom links instead of hardcoded links to avoid errors on mod updates because of that the user will provide the link of the mod and the server will unzip and install properly.

from docker-7daystodie.

vinanrra avatar vinanrra commented on May 11, 2024

I will start with this as soon i have time again, because it is gonna be a big update.

from docker-7daystodie.

niekcandaele avatar niekcandaele commented on May 11, 2024

Any chance Allocs Fixes can be included in this? If it helps, I have a script that downloads the latest version and installs it. Maybe that is useful for you

Awesome work on this image btw, I use it a lot for spinning up dev servers 😄

from docker-7daystodie.

vinanrra avatar vinanrra commented on May 11, 2024

I will keep waiting, because seems that 7 days to die devs will change they way mods works.

from docker-7daystodie.

vinanrra avatar vinanrra commented on May 11, 2024

Can someone test "vinanrra/7dtd-server:test" because rigth now i am unable to test it properly, if works i will release a stable version.

from docker-7daystodie.

vinanrra avatar vinanrra commented on May 11, 2024

Added Alloc Fixes

from docker-7daystodie.

vinanrra avatar vinanrra commented on May 11, 2024

I am facing a problem with mods and updates, because they use "custom" links for each release, and its gonna be a pain in the ass to add all, thats why i will try first to create a mod installer (like the link @niekcandaele did) that will:

1 - Download the URL you provide
2 - Unzip in a temp folder
3 - Override files
4 - Delete temp folder
5 - Start server with mod

Hope this works because if not i will need to add tons of links for each mod and update with every mod release.

from docker-7daystodie.

vinanrra avatar vinanrra commented on May 11, 2024

I will wait for mods packs to update to Alpha20

from docker-7daystodie.

spannerman79 avatar spannerman79 commented on May 11, 2024

Support for custom links instead of hardcoded links to avoid errors on mod updates because of that the user will provide the link of the mod and the server will unzip and install properly.

This would be very handy. I could easily have a zip file located at an easily web accessable location and it would be pretty easy to have this downloaded and extracted.

from docker-7daystodie.

gymnae avatar gymnae commented on May 11, 2024

Hi @vinanrra, thank you for this great image. Any ETA or rough idea when "darkness falls" support could be expected? We wanted to start a new run of the game and wanted to give this overhaul mod a try.

from docker-7daystodie.

spannerman79 avatar spannerman79 commented on May 11, 2024

@vinanrra any progress on adding Darkness Fall support?

from docker-7daystodie.

vinanrra avatar vinanrra commented on May 11, 2024

@vinanrra any progress on adding Darkness Fall support?

Hi, I will work on this next week, because right now I'm working in another project, and it's almost done.

from docker-7daystodie.

gymnae avatar gymnae commented on May 11, 2024

@vinanrra any progress on adding Darkness Fall support?

I created an interim solution which works for our server. I use a shell script to spin up the 7dtd container and added the following before the block for docker:

# download darkness falls for A20, move into place & fix permissions
# apparently DF may require new savegames when updating, so automatic updates may not be the best idea
## initial clone - run online once or if major updates requires new save
# git clone https://dev.azure.com/KhaineUK/_git/DarknessFallsA20 tmp/
## Uncomment the following line if you want to pull the latest from the repo
## check for breaking changes before doing so
# git -C tmp pull
sudo rsync -av --exclude={'.git/','DarknessFallsConfig.xml'} tmp/ ServerFiles
sudo cp -r ServerFiles/Mods/0-DarknessFallsCore/Worlds/* ServerFiles/Data/Worlds/
#sudo cp DarknessFallsConfig.xml ServerFiles/
sudo cp DarknessFallsConfig.xml ServerFiles/sdtdserver.xml
sudo chown -R USERID:GROUPID ServerFiles
sudo chmod -R 755 ServerFiles/Mods

Note: You need to adjust the USERID and GROUPID to match the user running the process in the container. I'm using rootless docker, so I have a different id than default rootfull Docker.

from docker-7daystodie.

vinanrra avatar vinanrra commented on May 11, 2024

Thanks for sharing your solution @gymnae I will adapt this to the docker image, so you will be able to install Darkness Falls without any manual step

from docker-7daystodie.

vinanrra avatar vinanrra commented on May 11, 2024

#159 Initial support here

from docker-7daystodie.

gymnae avatar gymnae commented on May 11, 2024

Thank you, much better than my hacky shell script

from docker-7daystodie.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.