Coder Social home page Coder Social logo

Comments (5)

barttjer avatar barttjer commented on July 28, 2024 2

I've looked at this problem a while back, forgot the exact details, but basically the current version of arkmanager looks at the wrong location after steamcmd downloaded the mod.

You can simply bypass this by running the following command before you run the installmod command.

docker exec ark ln -s ../Steam/steamapps /home/steam/steamcmd/steamapps

It symlinks the path of steamcmd to the path arkmanager is looking.
Then run your installmod command and it should work.

from ark-docker.

patricker avatar patricker commented on July 28, 2024 1

Here is how to update the arkmanager version by hand, inside the running docker instance:

Connect to a bash shell on your docker image

docker exec -it ark /bin/bash

Navigate to existing ark manager location

cd /home/steam/ark-server-tools

Update it to the latest version from git

git fetch --all
git checkout v1.6.42

Reinstall Ark Manager

cd /home/steam/ark-server-tools/tools
./install.sh steam

To return back to your home shell, exit

exit

This will download and install the latest version.

Install the mods:

docker exec ark arkmanager update --update-mods

from ark-docker.

namlehong avatar namlehong commented on July 28, 2024

I have the same issue, any help?

from ark-docker.

Oylex avatar Oylex commented on July 28, 2024

I've found a workaround, I subscribe to the mods on Steam and play the game at least once for the mods to download, then I upload them to the mod directory on the server, here are my paths:

Game client mod directory: C:\Program Files (x86)\Steam\SteamApps\common\ARK\ShooterGame\Content\Mods
Game server mod directory: /your-volume-path/server/ShooterGame/Content/Mods

from ark-docker.

shotah avatar shotah commented on July 28, 2024

Should probably just do a pull request on line 21 and bump the version. https://github.com/TuRz4m/Ark-docker/blob/master/Dockerfile#L21

from ark-docker.

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.