Skip to content

Commit

Permalink
Added The Journeyman Project: Pegasus Prime to use scummvm (#1050)
Browse files Browse the repository at this point in the history
* Add the The Journeyman Project: Pegasus Prime

* Update env.sh
  • Loading branch information
neuromancer authored Dec 31, 2023
1 parent 1059e9c commit a39eae7
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
2 changes: 1 addition & 1 deletion engines/scummvm/env.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

export STEAM_APP_ID_LIST="255940 284050 1044340 1367160 1368340 6310 355170 255920 529890 default"
export STEAM_APP_ID_LIST="255940 284050 1044340 1367160 1368340 6310 359420 355170 255920 529890 default"
export LICENSE_PATH="./source/COPYING"
export ADDITIONAL_LICENSES="./source/COPYING ./source/COPYRIGHT"
export COMMON_PACKAGE="1"
21 changes: 21 additions & 0 deletions metadata/packagessniper_v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -3557,6 +3557,27 @@
"cloudNotAvailable": true,
"app_id": "6310"
},
{
"game_name": "The Journeyman Project 1: Pegasus Prime",
"download": [
{
"name": "scummvm",
"url": "https://github.com/luxtorpeda-dev/packages/releases/download/scummvm-25/",
"file": "scummvm-common-25.tar.xz",
"cache_by_name": true
}
],
"download_config": [
{
"extract_location": "./scum",
"download_name": "scummvm"
}
],
"command": "./scum/run-scummvm.sh",
"engine_name": "ScummVM",
"cloudNotAvailable": true,
"app_id": "359420"
},
{
"game_name": "Maniac Mansion",
"download": [
Expand Down

0 comments on commit a39eae7

Please sign in to comment.