From 63f1907ecb8ca63288e1f6b7ec5e00dc9a534894 Mon Sep 17 00:00:00 2001 From: Collin Herber Date: Thu, 9 Jul 2026 16:19:00 -0500 Subject: [PATCH] feat: add in ARK ASA market template --- market-v2.json | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/market-v2.json b/market-v2.json index e4d1099..140630d 100644 --- a/market-v2.json +++ b/market-v2.json @@ -489,6 +489,37 @@ } } }, + { + "title": "ARK: Survival Ascended Server", + "title-zh": "方舟:生存飞升服务器", + "language": "en_us", + "platform": "Windows", + "description": "Use SteamCMD to install and run an ARK: Survival Ascended Dedicated Server.", + "description-zh": "使用 SteamCMD 安装并运行方舟:生存飞升专用服务器。", + "image": "https://cdn.cloudflare.steamstatic.com/steam/apps/2399830/header.jpg", + "gameType": "ARK: Survival Ascended", + "category": "Latest Version", + "runtime": "Windows 10/11 64-bit", + "hardware": "RAM 16G+、SSD", + "size": "", + "remark": "Allow UDP ports 7777, 7778, and 27015 through the firewall.", + "targetLink": "", + "author": "CollinHerber", + "tags": [ + "Windows version" + ], + "setupInfo": { + "startCommand": ".\\ShooterGame\\Binaries\\Win64\\ArkAscendedServer.exe TheIsland_WP?listen?SessionName=MCSManager?Port=7777?QueryPort=27015?MaxPlayers=70 -NoBattlEye -server -log", + "stopCommand": "^C", + "updateCommand": "{mcsm_steamcmd} +login anonymous +force_install_dir \"{mcsm_workspace}\" +app_update 2430930 validate +quit", + "ie": "utf-8", + "oe": "utf-8", + "type": "steam/universal", + "tag": [ + "ARK: Survival Ascended" + ] + } + }, { "title": "EndStone MC Server", "language": "en_us",