From c8dddb6498adacd2a7cc5719f41a86f5eb933035 Mon Sep 17 00:00:00 2001 From: Quinten <67589015+QuintenQVD0@users.noreply.github.com> Date: Fri, 1 Mar 2024 13:54:20 +0100 Subject: [PATCH] Not all machines have fsync so change the done line --- game_eggs/steamcmd_servers/palworld/egg-palworld-proton.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/game_eggs/steamcmd_servers/palworld/egg-palworld-proton.json b/game_eggs/steamcmd_servers/palworld/egg-palworld-proton.json index 045e18c6..cc95f1ac 100644 --- a/game_eggs/steamcmd_servers/palworld/egg-palworld-proton.json +++ b/game_eggs/steamcmd_servers/palworld/egg-palworld-proton.json @@ -4,7 +4,7 @@ "version": "PTDL_v2", "update_url": null }, - "exported_at": "2024-02-27T16:03:37+01:00", + "exported_at": "2024-03-01T13:53:42+01:00", "name": "Palworld Proton", "author": "josdekurk@gmail.com", "description": "Fight, farm, build and work alongside mysterious creatures called \"Pals\" in this completely new multiplayer, open world survival and crafting game!", @@ -18,7 +18,7 @@ "startup": ".\/PalworldServerConfigParser; (while read cmd; do rcon -s -a \"localhost:$RCON_PORT\" -p \"$ADMIN_PASSWORD\" \"$cmd\";done) < \/dev\/stdin & proton run \/home\/container\/Pal\/Binaries\/Win64\/PalServer-Win64-Test.exe -publiclobby -useperfthreads -NoAsyncLoadingThread -UseMultithreadForDS -port={{SERVER_PORT}} -publicport={{SERVER_PORT}} -servername=\"{{SERVER_NAME}}\" -players={{MAX_PLAYERS}} $(if [ -n \"$SERVER_PASSWORD\" ]; then echo \"-serverpassword=\\\"${SERVER_PASSWORD}\\\"\"; fi) -adminpassword=\"{{ADMIN_PASSWORD}}\" -rcon", "config": { "files": "{}", - "startup": "{\r\n \"done\": \"fsync: up and running.\"\r\n}", + "startup": "{\r\n \"done\": \"up and running.\"\r\n}", "logs": "{}", "stop": "shutdown 5" },