Jump to content

Doox

Members
  • Posts

    2
  • Joined

  • Last visited

Doox's Achievements

Noob

Noob (1/14)

1

Reputation

  1. Will do! I kinda found my way, it appears that I had to change the container parameter from "294420 -beta stable_alpha20.7" to "294420 -beta alpha20.7" to have it install version 20.7... If I leave it as "294420 -beta stable_alpha20.7" it would install the latest available one... (I found out only because the parameters in the serverconfig.xml are slightly different)
  2. Hello guys, docker noob here! I'm having issue trying to install 7days to die server + DarknessFall (first of all, thanks a lot ich777 for your work, it's pretty amazing!) I'm able to install and run a Vanilla server (not that complicated, I admit) by installing and running the 7DaystoDie docker and leaving all conf "as is" except the GAME_ID that i set to "294420 -beta stable_alpha20.7" --name='7DaysToDie' --net='bridge' -e TZ="Europe/Paris" -e HOST_OS="Unraid" -e HOST_HOSTNAME="Undoox" -e HOST_CONTAINERNAME="7DaysToDie" -e 'GAME_ID'='294420 -beta stable_alpha20.7' -e 'SERVERCONFIG'='serverconfig.xml' -e 'GAME_PARAMS'='-logfile 7DaysToDie_Data/output_log.txt $@' -e 'VALIDATE'='' -e 'ENABLE_BEPINEX'='false' -e 'USERNAME'='' -e 'PASSWRD'='' -e 'UID'='99' -e 'GID'='100' -l net.unraid.docker.managed=dockerman -l net.unraid.docker.icon='https://raw.githubusercontent.com/ich777/docker-templates/master/ich777/images/7dtd.png' -p '26900:26900/tcp' -p '26900:26900/udp' -p '26901:26901/udp' -p '26902:26902/udp' -p '26903:26903/udp' -p '8080:8080/tcp' -p '8082:8082/tcp' -p '27015:27015/udp' -v '/mnt/user/appdata/steamcmd':'/serverdata/steamcmd':'rw' -v '/mnt/cache/appdata/7dtd':'/serverdata/serverfiles':'rw' --restart=unless-stopped 'ich777/steamcmd:7dtd' => Dockr install Steamcmd, Download the server and then starts as a Vanilla one 2023-07-13T16:18:21 61.552 INF [Steamworks.NET] GameServer.LogOn successful, SteamID=90174279791693830, public IP=8*.8*.20*.16* I stopped it to install the mod. I downloaded DaknessFall from https://gitlab.com/KhaineGB/darkness-falls-a20 and copied all the mod files in the mod folder of my Docker. I then edited the serverconfi.xml file to fit my needs, but didn't change the part regarding the "folder and file locations" (see file attached) But this time, the server won't even try to start, I can check the Docker's log, but as soon as it should read the serverconfig.xml to start the gameserver, it crashes and restart... I presume I did something wrongin this file, but I don't know what (and this file was the one I used previously, and that worked with the same server version and mod installation... Only difference is that the container has been updated by ich777, but that shouldn't make a difference...) Any help would be welcome as I am lost, and I'd really like to play this game Best regards, Dooxserverconfig.xml
×
×
  • Create New...