mmmaxwwwell / space-engineers-dedicated-docker-linux

Space Engineers Dedicated Server running in Docker for Linux
MIT License
177 stars 43 forks source link

I don't know what I'm supposed to do (and that's the issue) #26

Closed 19wolf closed 3 years ago

19wolf commented 3 years ago

Hello, This container is very confusing to me. On first run, it checks for folders it hasn't created yet. After making the folders, it looks for files it hasn't created yet. I have no idea where Sandbox.sbc even is supposed to come from, there is no documentation.

On first run, all the required files/folders should be installed/created/put in place/whatever.

Once I figure out exactly what files I need and where they're supposed to come from, I'll make a pull request with more documentation and update the entrypoint to work like it's supposed to.

mmmaxwwwell commented 3 years ago

There is documentation, its named README.md and is in the root of the repo. I'll give you a hint, the info you are looking for is under the 'usage' section.

I suggest you also fire up the dedicated server for windows and take a look at how it works, it will help you in the long run.

The container doesn't and shouldn't manage anything but the game and steamcmd. I not interested in adding that to the container, and I won't accept a pull request that does that.