RAD2 modpack running with docker-compose not able to locate ZIP. #2098
Unanswered
Kingrune5550
asked this question in
Q&A
Replies: 1 comment
-
That is the wrong directory to put the zip into then. You have only mapped the subdirectory If you move the RAD2 zip into your |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey there!
I am trying to deploy a container with RAD2(https://www.curseforge.com/minecraft/modpacks/roguelike-adventures-and-dungeons-2) modpack using docker-compose. I ran into some issues:
Docker Compose file for reference:
These three mods are disallowed for project distribution:
I saw that there is the line: "If the authors of the modpack have disallowed project distribution, then the desired client modpack zip will need to be manually downloaded and made available to the container. The path to that file must be passed to CF_MODPACK_ZIP." I assume since only some mods in the modpack are marked disallowed project distribution, then I would still need to specify the file.
I downloaded the client file as specified by the above line but get: "java.nio.file.NoSuchFileException: ./RAD2-1.16.5-1.2.zip" but the zip file is in the same directory as the docker-compose shown here:
Second is related to the CF_EXCLUDE_MODS section. all of the mods there are client side only except for betterf3 (As I don;t see it listed on the mod page). I tracked down the fileID (3293637) of the mod to confirm if it was compatible with minecraft version 1.16.5 and it is. but after excluding all of these mods and running the server (without specifying the zip in the above step), when I login to the server I get forced removed. seeing as:

I believe this is due to removing the mods but not sure the best course of action since I believe the CF URL is pulling the client mod list which makes this incompatible?
Hopefully I explained myself clearly. let me know if you need any more information.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions