From 4bd2c100e7f51b41d26282346987c383922f7687 Mon Sep 17 00:00:00 2001 From: WattleFoxxo <88825700+WattleFoxxo@users.noreply.github.com> Date: Tue, 2 Apr 2024 21:22:49 +1100 Subject: [PATCH] Fixed resonite startup command (#2843) Updated the startup command arguments and paths. https://wiki.resonite.com/Headless_Client/Configuration_File --- game_eggs/steamcmd_servers/resonite/egg-resonite.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/game_eggs/steamcmd_servers/resonite/egg-resonite.json b/game_eggs/steamcmd_servers/resonite/egg-resonite.json index f00fcd3d..fb2296be 100644 --- a/game_eggs/steamcmd_servers/resonite/egg-resonite.json +++ b/game_eggs/steamcmd_servers/resonite/egg-resonite.json @@ -4,7 +4,7 @@ "version": "PTDL_v2", "update_url": null }, - "exported_at": "2023-11-11T08:33:24-05:00", + "exported_at": "2024-04-01T09:52:45+00:00", "name": "Resonite", "author": "espeon@espeon.dev", "description": "Enter a novel digital universe with infinite possibilities. Whether you resonate with people around the world in a casual conversation, playing games and socializing or you riff off each other when creating anything from art to programming complex games, you'll find your place here.", @@ -13,7 +13,7 @@ "Mono": "ghcr.io\/parkervcp\/yolks:mono_latest" }, "file_denylist": [], - "startup": "mono Headless\/Resonite.exe -c .\/Config\/Config.json -l .\/Logs $(if {{ENABLE_MODLOADER}}; then echo \"-LoadAssembly \".\/Libraries\/ResoniteModLoader.dll\"\"; fi)", + "startup": "mono Headless\/Resonite.exe -HeadlessConfig Headless\/Config\/Config.json -Logs Headless\/Logs $(if {{ENABLE_MODLOADER}}; then echo \"-LoadAssembly \"Libraries\/ResoniteModLoader.dll\"\"; fi)", "config": { "files": "{}", "startup": "{\r\n \"done\": \"World running...\"\r\n}", @@ -109,4 +109,4 @@ "field_type": "text" } ] -} \ No newline at end of file +}