From 47c2149f1dee270336eb8b3b89975e336d74ddb6 Mon Sep 17 00:00:00 2001 From: Quinten <67589015+QuintenQVD0@users.noreply.github.com> Date: Sat, 1 Jun 2024 13:30:30 +0200 Subject: [PATCH] Update egg-soulmask.json --- soulmask/egg-soulmask.json | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/soulmask/egg-soulmask.json b/soulmask/egg-soulmask.json index 0be598e7..5bb0a717 100644 --- a/soulmask/egg-soulmask.json +++ b/soulmask/egg-soulmask.json @@ -4,7 +4,7 @@ "version": "PTDL_v2", "update_url": null }, - "exported_at": "2024-06-01T13:12:16+02:00", + "exported_at": "2024-06-01T13:27:43+02:00", "name": "Soulmask", "author": "josdekurk@gmail.com", "description": "Escaping a deadly sacrificial ritual, you find an ancient mystical mask on your journey. This mask holds potent knowledge, changing the world you knew. Face the harsh challenges of nature, survive, rally followers, and build your own tribe. Explore and unveil the truths behind the enigmatic mask.", @@ -15,7 +15,7 @@ "SteamCMD": "ghcr.io\/parkervcp\/steamcmd:debian" }, "file_denylist": [], - "startup": "\/home\/container\/WS\/Binaries\/Linux\/WSServer-Linux-Shipping WS Level01_Main -server -SteamServerName=\"{{SERVER_NAME}}\" -saving={{SAVE_TIME}} -Port={{SERVER_PORT}} -QueryPort={{QUERY_PORT}} -EchoPort={{ECHO_PORT}} -forcepassthrough -adminpsw={{ADMIN_PASSWORD}} -PSW={{SERVER_PASSWORD}} -MaxPlayers={{MAX_PLAYERS}} -backup={{BACKUP_TIME}} -log -UTF8Output -MULTIHOME=0.0.0.0", + "startup": "\/home\/container\/WS\/Binaries\/Linux\/WSServer-Linux-Shipping WS Level01_Main -server -SILENT -SteamServerName=\"{{SERVER_NAME}}\" -saving={{SAVE_TIME}} -Port={{SERVER_PORT}} -QueryPort={{QUERY_PORT}} -EchoPort={{ECHO_PORT}} -forcepassthrough -MaxPlayers={{MAX_PLAYERS}} -backup={{BACKUP_TIME}} -log -UTF8Output -MULTIHOME=0.0.0.0 {{EXTRA_ARGS}} -online=Steam -adminpsw={{ADMIN_PASSWORD}} -PSW={{SERVER_PASSWORD}}", "config": { "files": "{}", "startup": "{\r\n \"done\": \"Create Dungeon Successed\"\r\n}", @@ -129,6 +129,16 @@ "user_editable": true, "rules": "nullable|string|max:32", "field_type": "text" + }, + { + "name": "Extra Arguments", + "description": "Additional arguments passed on startup such as: -pve or -pve", + "env_variable": "EXTRA_ARGS", + "default_value": "", + "user_viewable": true, + "user_editable": true, + "rules": "nullable|string|max:32", + "field_type": "text" } ] -} \ No newline at end of file +}