Everything posted by Xcal1bur
-
[Support] ich777 - Gameserver Dockers
Minecraft Server I'm trying to setup a server that uses https://www.curseforge.com/minecraft/modpacks/cave-horror-project The problem I face is how to start it. It uses a .bat file that runs that this in it. @echo off REM Forge requires a configured set of both JVM and program arguments. REM Add custom JVM arguments to the user_jvm_args.txt REM Add custom program arguments {such as nogui} to this file in the next line before the %* or REM pass them to this script directly java @user_jvm_args.txt @libraries/net/minecraftforge/forge/1.20.1-47.3.5/win_args.txt %* pause
-
[Support] ich777 - Gameserver Dockers
Figured it out.. Unraid console docker exec -u steam -ti Barotrauma screen -xS Barotrauma
-
[Support] ich777 - Gameserver Dockers
I'm running to barotrauma server docker. How do I access the servers console to type commands? I lost my admin when updating a mod somehow and now I cant play or start the game cause I have no permissions.
-
[Support] ich777 - Gameserver Dockers
I Fixed it. Thanks for the help. All mods are working by using "/serverdata/serverfiles/" as the path.
-
[Support] ich777 - Gameserver Dockers
Ok, SO I got everything running so far and It doesn't seem to be loading the mods. I remove the GAME thing you added as it just loops when I point to the dedicatedserver.exe that LUA made. But Maybe it runs it anyways? The LUA FOR BAROTRAUMA for LINUX adds this dedicatedserver.exe and in it has export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$PWD/linux64" ./DedicatedServer So now you point the mods to the main directory in the config_player which I have as <package path="/mnt/disk1/barotrauma.local/share/Daedalic Entertainment GmbH/Barotrauma/WorkshopMods/Installed/2970628943/filelist.xml" /> <!--Lua For Barotrauma LINUX-->
-
[Support] ich777 - Gameserver Dockers
is there a way to stop it autoupdating on start up? It seems to be looping instead of running the executable. I have also removed the game start script to see if it would run and it doesn't. Didn't try a fresh install so I could try that next.
-
[Support] ich777 - Gameserver Dockers
Yeah I'm fine with installing manually as I have to do the same thing with windows. Its not a good system they built but I want it to be easy to stop and start using a docker. Is there a way to customize the docker to run a different .sh file as configured in the config/settings? That's all that would be needed. Then I can just update the files when a patch comes out manually with ftp.
-
[Support] ich777 - Gameserver Dockers
it is a windows batch file but it would probably work in .sh. Not 100% sure as I normally host on a windows server 2019 server in vmware but since formatted for unraid. Although, Mine uses .exe for the files but I did find this for linux. Just would need this docker to support lua for barotrauma for linux. heh https://steamcommunity.com/sharedfiles/filedetails/?id=2970628943
-
[Support] ich777 - Gameserver Dockers
Thanks
-
[Support] ich777 - Gameserver Dockers
Its cause we run lua mods on the server. It has you run a .bat file that has this inside the bat file. %LocalAppData%/Daedalic Entertainment GmbH/Barotrauma/WorkshopMods/Installed/2559634234/Binary/DedicatedServer.exe" I also run other games that require the changing of the executable like elden ring coop mod.
-
[Support] ich777 - Gameserver Dockers
I'm running barotrauma but I need to run the game using LuaCsDedicatedServer.bat? How do i do this? Running the server now just uses the dedicatedserver.exe.