Skip to content

Releases: avivace/ror2-server

Change mods volume to /home/steam/ror2ds-mods

06 May 07:16
9011102
Compare
Choose a tag to compare
  • The latest version of RoR2DS requires write access to ${STEAMAPPDIR}/Mods/enable_mods.txt, which can halt the server if the mods volume, which is ${STEAMAPPDIR}/mods, is mounted on a read-only directory. Moving the mods volume out of the game data directory may be a better practice.
  • Also another minor improvement: When the docker container is reused (e.g. using docker-compose to create container but not docker run), the mods directory ${STEAMAPPDIR}/BepInEx should be cleaned first, to prevent deleted plugins from taking effect again.

Thanks to @mchobbylong for this release!

Wine 5, stop packaging server binaries

21 Jan 20:07
66b2616
Compare
Choose a tag to compare

Migrate to Wine 5

Now installs the Risk of Rain 2 Server inside the container, allowing us to stop distributing the server binaries and reduce the docker image size from 1.59 GB to 675 MB. (#21)

Custom tags

11 Nov 17:22
cdf6f4d
Compare
Choose a tag to compare

Now supports passing server tags for discoverability

Mod support

29 Aug 16:38
fccde01
Compare
Choose a tag to compare

Add mod support (#10)

  • add support for mods and R2_ENABLE_MODS flag