avivace / ror2-server

Host your own Risk of Rain 2 dedicated server. No technical skills required. Runs everywhere.
https://hub.docker.com/r/avivace/ror2server
GNU General Public License v3.0
169 stars 29 forks source link

Installing mods #4

Closed jwilling closed 4 years ago

jwilling commented 4 years ago

First of all, thanks for the project. I love how easy it is to spin up a quick dedicated server!

I’m interested in installing some mods. I wonder what the best way is to do this with this image. Maybe the mods folder could be exposed as a volume?

Coolfeather2 commented 4 years ago

Just include the volume in your run command or docker-compose eg. docker run avivace/ror2server:0.1 -p 27015:27015/udp -v $HOST_DIR:/home/steam/ror2-dedicated/BepInEx

jwilling commented 4 years ago

You’re right, that totally should work. Thanks!

dubvulture commented 4 years ago

Reopening this issue since mods are not working.

The problem seems to arise from wine DLL override behaviour. Here's the recommended fix, but it requires using the winecfg gui.

I am currently trying to understand how to translate all that into bash commands.

dubvulture commented 4 years ago

I tried fiddling with wine by modifying the command used to start the server.

In the end, I am left with more questions than answers:

dubvulture commented 4 years ago

PR #10 should have fixed mods support. Checkout the new README for instructions and let me know if there are any problems or questions.

jwilling commented 4 years ago

@dubvulture You're awesome, thank you!

avivace commented 4 years ago

@dubvulture Rad! You rock!