Skip to content

Commit

Permalink
vanilla-conquer - Add support for new releases (#1140)
Browse files Browse the repository at this point in the history
  • Loading branch information
d10sfan authored Mar 9, 2024
1 parent 4fe185d commit 3d9a69d
Show file tree
Hide file tree
Showing 3 changed files with 58 additions and 7 deletions.
6 changes: 3 additions & 3 deletions engines/vanilla-conquer/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ cmake --build .
popd

# COPY PHASE
cp -rfv source/build/vanillara "$diststart/1213210/dist/"
cp -rfv source/build/vanillatd "$diststart/1213210/dist/"
cp -rfv assets/* "$diststart/1213210/dist/"
cp -rfv source/build/vanillara "$diststart/common/dist/"
cp -rfv source/build/vanillatd "$diststart/common/dist/"
cp -rfv assets/* "$diststart/common/dist/"
9 changes: 6 additions & 3 deletions engines/vanilla-conquer/env.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
{
"STEAM_APP_ID_LIST": [
"1213210"
"1213210",
"2229830",
"2229840"
],
"LICENSE_PATH": "./source/License.txt",
"COMMIT_HASH": "83c152c"
}
"COMMIT_HASH": "83c152c",
"COMMON_PACKAGE": true
}
50 changes: 49 additions & 1 deletion metadata/packagessniper_v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -7558,6 +7558,54 @@
"cloudIssueReason": "unworkable_location",
"app_id": "1213210"
},
{
"game_name": "Command & Conquer™ and The Covert Operations™",
"download": [
{
"name": "vanilla-conquer",
"url": "https://github.com/luxtorpeda-dev/packages/releases/download/vanilla-conquer-3/",
"file": "vanilla-conquer-1213210-3.tar.xz"
}
],
"choices": [
{
"name": "Vanilla Conquer",
"command": "./vanillatd",
"download": [
"vanilla-conquer"
],
"engine_name": "Vanilla Conquer"
}
],
"cloudAvailable": true,
"cloudIssue": true,
"cloudIssueReason": "unworkable_location",
"app_id": "2229830"
},
{
"game_name": "Command & Conquer Red Alert™, Counterstrike™ and The Aftermath™",
"download": [
{
"name": "vanilla-conquer",
"url": "https://github.com/luxtorpeda-dev/packages/releases/download/vanilla-conquer-3/",
"file": "vanilla-conquer-1213210-3.tar.xz"
}
],
"choices": [
{
"name": "Vanilla Conquer",
"command": "./vanillara",
"download": [
"vanilla-conquer"
],
"engine_name": "Vanilla Conquer"
}
],
"cloudAvailable": true,
"cloudIssue": true,
"cloudIssueReason": "unworkable_location",
"app_id": "2229840"
},
{
"game_name": "Warzone 2100",
"download": [
Expand Down Expand Up @@ -10559,4 +10607,4 @@
"value": "Save Format Not Compatible"
}
]
}
}

0 comments on commit 3d9a69d

Please sign in to comment.