From a37e445d1767363f1ee9d5860fd0096bfa28bef3 Mon Sep 17 00:00:00 2001 From: d10sfan Date: Sat, 3 Feb 2024 09:50:54 -0600 Subject: [PATCH] gzdoom - Add support for Beyond Sunset --- engines/gzdoom/env.sh | 2 +- metadata/packagessniper_v2.json | 35 +++++++++++++++++++++++++++++++-- 2 files changed, 34 insertions(+), 3 deletions(-) diff --git a/engines/gzdoom/env.sh b/engines/gzdoom/env.sh index 888b1d85a..bafc9693e 100755 --- a/engines/gzdoom/env.sh +++ b/engines/gzdoom/env.sh @@ -1,6 +1,6 @@ #!/bin/bash -export STEAM_APP_ID_LIST="2280 2300 2360 2390 2370 1118550 817220 1072150 1546440 1271050 1417010 1731320 317040 1715690 1988750 9160 2290 782330" +export STEAM_APP_ID_LIST="2280 2300 2360 2390 2370 1118550 817220 1072150 1546440 1271050 1417010 1731320 317040 1715690 1988750 9160 2290 782330 1665260" export LICENSE_PATH="./source/LICENSE" export ADDITIONAL_LICENSES="./LICENSE ./wadsmoosh/license.txt" export COMMON_PACKAGE="1" diff --git a/metadata/packagessniper_v2.json b/metadata/packagessniper_v2.json index 0c18ac8b0..ce0ecc873 100644 --- a/metadata/packagessniper_v2.json +++ b/metadata/packagessniper_v2.json @@ -8406,7 +8406,38 @@ "engine_name": "M.A.X.", "cloudNotAvailable": true, "app_id": "615250" - } + }, + { + "game_name": "Beyond Sunset", + "download": [ + { + "name": "gzdoom", + "url": "https://github.com/luxtorpeda-dev/packages/releases/download/gzdoom-46/", + "file": "gzdoom-common-46.tar.xz", + "cache_by_name": true + } + ], + "command": "./run-gzdoom-local.sh", + "command_args": [ + "-iwad", + "sunset.ipk3", + "-config", + "gzdoom.ini", + "-savedir", + "./saves" + ], + "notices": [ + { + "key": "saves", + "value": "save_game_dir" + } + ], + "engine_name": "GZDoom", + "cloudAvailable": true, + "cloudIssue": true, + "cloudIssueReason": "saves_not_compatible", + "app_id": "1665260" + }, ], "engines": [ { @@ -10282,4 +10313,4 @@ "value": "Save Format Not Compatible" } ] -} \ No newline at end of file +}