-
[Support] ich777 - Gameserver Dockers
Wife and child inform me that they want to ARK so... open the pull request and I'll merge it in, Thank you for keeping the torch lit.
-
[Support] ich777 - Gameserver Dockers
Ark is ... temperamental. Your Docker containers must be set up so that the "cluster folder" is shared among all your Arks. You could use a path mapping or like I did for our ark-se cluster, just have them all use the same 'ServerFiles' mapping, but then have to separate all of the Configs&Data. ether way it will require you to make some additional path maps.
-
[SUPPORT] automatic-ripping-machine/automatic-ripping-machine
So... anyone come up with a method to run the ARM docker container with Faketime to 'fix' makeMKV until the developer gets back?
-
[Support] ich777 - Gameserver Dockers
I think this may be the sign to finally just be done.
-
[Support] ich777 - Gameserver Dockers
Welp, this is a fine how do you do, come back to pick up ARK:SE after a year and ... Thank you WildCard!
-
[Support] ich777 - Gameserver Dockers
We haven’t had our cluster up for months, I do not know if wild card or steam changed anything. Seeing a local version higher than arkdedicated tells me that wildcard is not being exactly diligent in their release procedure. Failed to check update class is likely a change to the steamAPI.
-
[Support] ich777 - Gameserver Dockers
The Companion container is not required it just does administrative things if you can log into the rest of your arcs and transfer between them you have a customer set up correctly.
-
[Support] ich777 - Gameserver Dockers
@DinoBrain So about the -automodmanager ... it is effectively the shootergame binary making an external call to start a second copy of SteamCMD, and it expects it to be in a vary specific place. that's what those "extra" mappings are for. if you have put your copy of SteamCMD in some other place then the ich777 default /mnt/cache/appdata/steamcmd you will need to change the mappings so that shootergame can find it exactly where it expects it to be.
-
[Support] ich777 - Gameserver Dockers
@DinoBrain I haven't done much with the ARK cluster since I put it up, but here is a snap of my docker page. I don't think the XMLs have changed since we spun this up.
-
[Support] ich777 - Gameserver Dockers
@PPurEEviLL This sounds to me like a directory permissions issue. the cluster function is nothing more than a shared directory. To test I would log into the console of one of the containers on Server2, navigate to the cluster directory and try to touch a new file.
-
MrSpaceGoose started following Cyd
-
[Support] ich777 - Gameserver Dockers
@Optimum Frost @ich777 Sorry mates, I have never been successful joining an Epic ARK client to a steam server.
-
[Support] ich777 - Gameserver Dockers
I have never used and other maps than the ten released from the devs… I would imagine you need to figure out the name they called it and put that in the “map name” variable… <shrug> maybe?
-
[Support] ich777 - Gameserver Dockers
Signal 11 (SIGSEGV, also known as segmentation violation) means that the program accessed a memory location that was not assigned to it. That's usually a bug in a program or in this case a modification to a program. It can also commonly occur with some hardware malfunctions.
-
[Support] ich777 - Gameserver Dockers
@deaerator wouldn’t be to hard to do but I will not be able to get to it until next week. If you want just a dynamic config you can run a “simple-http” server container in place of a3c.
-
[Support] ich777 - Gameserver Dockers
that's the same container as before...bd552e6a9928 & bd552e6a9928, stop the container, rm -rf /mnt/cache/appdata/ark-se/ARK6-Valguero_P, then edit the template and change "Extra Game Parameters:" by adding a space to the end of the line and press apply at the bottom of the page. that will delete the container and spin up a new one, the id at the console prompt should change. If that does not do it see if the volume mappings are working, list the directory from both of its mount points, then touch a new file and list them again, if the new file is missing from the other mount point there might be some masking going on, if it is there then... something else... root@183e58fbd815:/# ls -l serverdata/serverfiles/ShooterGame/Saved/Config/LinuxServer/ -rwxrwx--- 1 steam users 12433 May 19 15:04 GameUserSettings.ini root@183e58fbd815:/# ls -l /serverdata/serverfiles/ARK6-Valguero_P/Config/LinuxServer/ -rwxrwx--- 1 steam users 12433 May 19 15:04 GameUserSettings.ini root@183e58fbd815:/# touch /serverdata/serverfiles/ARK6-Valguero_P/Config/LinuxServer/here.txt root@183e58fbd815:/# ls -l serverdata/serverfiles/ShooterGame/Saved/Config/LinuxServer/ -rwxrwx--- 1 steam users 12433 May 19 15:04 GameUserSettings.ini -rw-r--r-- 1 root root 0 Sep 16 13:33 here.txt root@183e58fbd815:/# ls -l /serverdata/serverfiles/ARK6-Valguero_P/Config/LinuxServer/ -rwxrwx--- 1 steam users 12433 May 19 15:04 GameUserSettings.ini -rw-r--r-- 1 root root 0 Sep 16 13:33 here.txt
Cyd
Members
-
Joined
-
Last visited