Can we use/install mods? #191
-
Sorry, I'm a real novice with all this, but I do have lloesche's valheim-server-docker up and running perfectly on my Synology NAS. I was just wondering if it was possible to install mods onto the server (such as "Running Skill Give More Carry Weight" available on Nexus Mods)? From the instructions it looks like it also requires the installation of "BepInEx". If it's possible to install these types of mods, can someone give me instructions on how to do it with a Synology NAS? Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
@evolved311 the only mod this container officially supports right now is ValheimPlus. See https://github.com/lloesche/valheim-server-docker#valheimplus for details. ValheimPlus uses BepInEx so you could add more mods to that installation but then you're pretty much on your own as far as support goes. Also any Valheim server or ValheimPlus updates would reset those mods again. For advanced users there are PRE/POST hooks (https://github.com/lloesche/valheim-server-docker#event-hooks) that allow you to run all kinds of commands when certain things in the container happen (like updates). So you could automate the installation of additional mods, but again, more of an advanced user / developer feature. |
Beta Was this translation helpful? Give feedback.
-
Could you tell me how you installed PLUS MOD and BepInEx on your Synology? I also have it with Synology. THANKS!! |
Beta Was this translation helpful? Give feedback.
@evolved311 the only mod this container officially supports right now is ValheimPlus. See https://github.com/lloesche/valheim-server-docker#valheimplus for details.
ValheimPlus uses BepInEx so you could add more mods to that installation but then you're pretty much on your own as far as support goes. Also any Valheim server or ValheimPlus updates would reset those mods again.
For advanced users there are PRE/POST hooks (https://github.com/lloesche/valheim-server-docker#event-hooks) that allow you to run all kinds of commands when certain things in the container happen (like updates). So you could automate the installation of additional mods, but again, more of an advanced user / developer…