Code Monkey home page Code Monkey logo

docker-linuxgsm-ark's Introduction

Welcome ๐Ÿ‘‹, I'm Pascal

Working as Head of B2B in the Online Gaming Industry, learning every day, passionate about growing high performance teams.

docker-linuxgsm-ark's People

Contributors

drpsychick avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

wilco20004

docker-linuxgsm-ark's Issues

Refactor server directories

  • Logs are stored in serverfiles -> need to symlink for each server
  • AwesomeTeleporters also has some files to backup

Refactor:

  • serverfiles : common base ARK server files
  • serverfiles_mods : common ARK mods
  • serverfiles_clusters : shared directory for ark clusters
  • serverfiles_saved : everything that needs to be backed up per server (subdirectories)
    • Logs
    • SavedArks
    • Config
    • SaveGames
  • serverfiles_config : obsolete

Migration

  • identify old installation: has serverfiles_config and has .ark files in serverfiles_saved
  • mkdir Logs, SavedArks, Config, SaveGames in serverfiles_saved
    • move all files into SavedArks
    • move files from serverfiles_config to Config
    • move Logs and SaveGames to serverfiles_saved
  • symlink all within serverfiles_saved to serverfiles/ShooterGame/Saved

steamcmd missing on first run

Issue

  • steamcmd is only installed upon when installing the server -> the image no longer has steamcmd installed
  • there is no option to only download steamcmd (in lgsm)

Solution

  • A) activate installation of server again during build -> makes builds much slower
  • B) -> find a way to install steamcmd individually, ideally through lgsm

Fix health check

> docker exec -it ark-extinction python /home/lgsm/rcon.py listplayers
Traceback (most recent call last):
  File "/home/lgsm/rcon.py", line 38, in <module>
    main(host, port, password, args[0])
  File "/home/lgsm/rcon.py", line 11, in main
    rcon = mcrcon.MCRcon()
AttributeError: 'module' object has no attribute 'MCRcon'```

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.