From 488e1639c06ce8a5b95b918358fe563c201c06f2 Mon Sep 17 00:00:00 2001 From: Exonical Date: Sat, 11 Jul 2020 21:34:46 +0900 Subject: [PATCH] Update egg-conan-exiles.json --- .../conan_exiles/egg-conan-exiles.json | 40 ++++++++++++++++++- 1 file changed, 38 insertions(+), 2 deletions(-) diff --git a/steamcmd_servers/conan_exiles/egg-conan-exiles.json b/steamcmd_servers/conan_exiles/egg-conan-exiles.json index cde80b0e..9f22e274 100644 --- a/steamcmd_servers/conan_exiles/egg-conan-exiles.json +++ b/steamcmd_servers/conan_exiles/egg-conan-exiles.json @@ -3,12 +3,12 @@ "meta": { "version": "PTDL_v1" }, - "exported_at": "2020-07-11T07:54:09-04:00", + "exported_at": "2020-07-11T08:34:24-04:00", "name": "Conan Exiles", "author": "brycea@terrahost.cloud", "description": "Conan Exiles is an open-world survival game set in the brutal lands of Conan the Barbarian. Survive in a savage world, build your kingdom, and dominate your enemies in brutal combat and epic warfare.", "image": "quay.io\/parkervcp\/pterodactyl-images:debian_wine-5", - "startup": "wine \/home\/container\/ConanSandboxServer.exe -console -log", + "startup": "xvfb-run --auto-servernum --server-args='-screen 0 640x480x24:32' wine \/home\/container\/ConanSandboxServer.exe -console -log", "config": { "files": "{}", "startup": "{}", @@ -31,6 +31,42 @@ "user_viewable": 1, "user_editable": 0, "rules": "required|numeric|digits_between:1,6" + }, + { + "name": "XVFB Enable", + "description": "1 or 0", + "env_variable": "XVFB", + "default_value": "1", + "user_viewable": 0, + "user_editable": 0, + "rules": "required|numeric|min:0|max:1" + }, + { + "name": "XVFB Display Width", + "description": "", + "env_variable": "DISPLAY_WIDTH", + "default_value": "640", + "user_viewable": 0, + "user_editable": 0, + "rules": "required|numeric" + }, + { + "name": "XVFB Display Height", + "description": "", + "env_variable": "DISPLAY_HEIGHT", + "default_value": "480", + "user_viewable": 0, + "user_editable": 0, + "rules": "required|numeric" + }, + { + "name": "XVFB Bit Deph", + "description": "", + "env_variable": "DISPLAY_DEPTH", + "default_value": "32", + "user_viewable": 0, + "user_editable": 0, + "rules": "required|numeric" } ] } \ No newline at end of file