Skip to content

Commit

Permalink
gzdoom - Add support for Beyond Sunset
Browse files Browse the repository at this point in the history
  • Loading branch information
d10sfan committed Feb 3, 2024
1 parent 994fef5 commit a37e445
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 3 deletions.
2 changes: 1 addition & 1 deletion engines/gzdoom/env.sh
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
35 changes: 33 additions & 2 deletions metadata/packagessniper_v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
{
Expand Down Expand Up @@ -10282,4 +10313,4 @@
"value": "Save Format Not Compatible"
}
]
}
}

0 comments on commit a37e445

Please sign in to comment.