Red Eagle LXIX
Community Moderator
Other than my recently adding the ?dl=1 to the links to make it easier for folks downloading (avoids the popup), the links are the same as published 2018-11-19 (for the mods that were around then).Red Eagle -- Thank you so much for your hard work on this! I really appreciate it. I'm looking to utilize your Modlet collection in a Dockerfile to quickly and easily build a 7DTD server that contains your Modlet collection.
I noticed that it seems that your download link changes as you publish new releases of your Modlet collection. This makes it very difficult to write a script to automatically download and install your Modlet collection, as the download link within the script would have to be updated each time you release a new version.
This problem would be resolved for me if you released your modlet collection via github. You could still provide a static URL link via your first post here, but everyone could download it from github instead of Dropbox. From the perspective of anyone downloading your modlet collection via browser, it would actually be more streamlined than Dropbox as Github allows direct link & download of a file without a popup link like Dropbox's. Github is totally free and there is even free GitHub Desktop software that can be run from Windows to make it easy to upload new versions of your modlets, if that is your OS. You could publish different releases of your Modlet collection through github, which is how you could differentiate different branches of your collection for the different game server versions. Github was designed for the managing software releases, which when you think about it, is more or less what your Modlet collection is.
I know I may be in the far minority here using Docker to create a 7DTD server. But my goal is to make it easier for people to create 7DTD modded servers, and try to take some of the technical complexity out of the process. Even if you don't switch to Github, I implore you to please consider at least changing to a service that would allow you to create a file something like "latest.zip" where the download URL would not change with each release but would always refer to the latest version. Github would do this for you automatically via its master branch raw URL to your download .zip file. As time moves on, I am confident more people will be using Docker and others will encounter the same challenge I have.
Example of one of the most changed modlets (URL in code tags so readable):
2018-11-19 link:
Code:
https://www.dropbox.com/s/d2rxzmqnewz5f4k/RELXIX_UI_PlayerStats.zip
Code:
https://www.dropbox.com/s/d2rxzmqnewz5f4k/RELXIX_UI_PlayerStats.zip?dl=1
Last edited by a moderator: