From 04ef7b7c38f35dae1217a1b54ff16ad59ec630e4 Mon Sep 17 00:00:00 2001 From: Quinten <67589015+QuintenQVD0@users.noreply.github.com> Date: Sat, 1 Jun 2024 13:15:15 +0200 Subject: [PATCH] add feature, rename variable, fix type, update readme --- soulmask/README.md | 5 +++-- soulmask/egg-soulmask.json | 12 +++++++----- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/soulmask/README.md b/soulmask/README.md index 26647be6..87f251ca 100644 --- a/soulmask/README.md +++ b/soulmask/README.md @@ -19,13 +19,14 @@ Steam: https://store.steampowered.com/app/2646460/Soulmask/ Soulmask requires up to 3 ports. You can choose every port you want. | Port | default | -|--------- |---------------| +|:---------:|:---------------:| | Game | 7777 | | Query | 27015 | -| EchoPort | 18888 | +| Maintenance / echo | 18888 (Does not need to be public) | ## Special Note +- Each game process needs to open two UDP ports - A single game process requires at least 16GB of memory and 2-4 CPU cores. - Bandwidth requirements: Each game server's inbound/outbound bandwidth is about 100kbps/player. - The game package size is about 1-2GB, requiring about 20GB of free disk space for operation. \ No newline at end of file diff --git a/soulmask/egg-soulmask.json b/soulmask/egg-soulmask.json index 7da12be8..0be598e7 100644 --- a/soulmask/egg-soulmask.json +++ b/soulmask/egg-soulmask.json @@ -4,11 +4,13 @@ "version": "PTDL_v2", "update_url": null }, - "exported_at": "2024-05-31T19:46:26+02:00", + "exported_at": "2024-06-01T13:12:16+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.", - "features": null, + "features": [ + "steam_disk_space" + ], "docker_images": { "SteamCMD": "ghcr.io\/parkervcp\/steamcmd:debian" }, @@ -59,7 +61,7 @@ "field_type": "text" }, { - "name": "Map Players", + "name": "Max Players", "description": "Specifies the maximum number of players the game instance can support.", "env_variable": "MAX_PLAYERS", "default_value": "60", @@ -99,7 +101,7 @@ "field_type": "text" }, { - "name": "Echo Port", + "name": "Maintenance Port", "description": "Maintenance port, used for local telnet server maintenance, TCP, does not need to be open.", "env_variable": "ECHO_PORT", "default_value": "18888", @@ -129,4 +131,4 @@ "field_type": "text" } ] -} +} \ No newline at end of file