Git Product home page Git Product logo

Comments (5)

dubvulture avatar dubvulture commented on July 30, 2024 3

That's on Valve, see this.

Let's wait for further developments.

from ror2-server.

fnicolini avatar fnicolini commented on July 30, 2024 2

Another workaround is to just simply remove the force_install_dir command from the Dockerfile and the entry.sh.

For example, line 44 of the Dockerfile becomes:

&& ${STEAMCMDDIR}/steamcmd.sh +login anonymous \

and line 4 of entry.sh becomes:

"${STEAMCMDDIR}/steamcmd.sh" +login anonymous +@sSteamCmdForcePlatformType windows +app_update "${STEAMAPPID}" +quit

If you really need a working server you can just clone the repository, make these changes and then build and run the image, I'm pretty sure it works. Nonetheless I don't think we will change anything on this repo because it's really just a bug that Valve should solve.

from ror2-server.

avivace avatar avivace commented on July 30, 2024 2

Great. Thanks @fnicolini and @dubvulture for working this out!

from ror2-server.

fnicolini avatar fnicolini commented on July 30, 2024 1

It's fixed.

from ror2-server.

Fynf avatar Fynf commented on July 30, 2024

The current workaround (pioneered by @Cherry) seems to be to create a /steamapps directory in the directory that the game in downloaded to.
So a change in line 42 of the dockerfile from
&& mkdir -p ${STEAMAPPDIR} \
to
&& mkdir -p ${STEAMAPPDIR}/steamapps \
could be a temporary fix. (I'm not sure how to do something like this properly on GitHub and Docker so I hope it's somewhat understandable 😰)

from ror2-server.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.