diff --git a/engines/cortex-command/assets/run-cortex-command.sh b/engines/cortex-command/assets/run-cortex-command.sh deleted file mode 100755 index ef9343e4d..000000000 --- a/engines/cortex-command/assets/run-cortex-command.sh +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/bash - -cd linuxdata - -LD_LIBRARY_PATH="lib:$LD_LIBRARY_PATH" ./CortexCommand "$@" diff --git a/engines/cortex-command/build.sh b/engines/cortex-command/build.sh deleted file mode 100755 index 15440c0c8..000000000 --- a/engines/cortex-command/build.sh +++ /dev/null @@ -1,26 +0,0 @@ -#!/bin/bash - -# CLONE PHASE -git clone https://github.com/cortex-command-community/Cortex-Command-Community-Project-Source.git source -pushd source -git checkout -f 7e32a88 -popd - -git clone https://github.com/cortex-command-community/Cortex-Command-Community-Project-Data.git data -pushd data -git checkout -f eb306b4 -popd - -# BUILD PHASE -pushd source -meson build -ninja -C build -popd - -# COPY PHASE -cp -rfv data/* "$diststart/209670/dist/" -cp -rfv assets/* "$diststart/209670/dist" -cp source/build/CortexCommand "$diststart/209670/dist" -cp -rfv source/external/lib/linux/x86_64/libfmod.so "$diststart/209670/dist/lib/" -cp -rfv source/external/lib/linux/x86_64/libfmod.so.13 "$diststart/209670/dist/lib/" -cp -rfv source/external/lib/linux/x86_64/libfmod.so.13.13 "$diststart/209670/dist/lib/" diff --git a/engines/cortex-command/env.sh b/engines/cortex-command/env.sh deleted file mode 100755 index 5f28c5111..000000000 --- a/engines/cortex-command/env.sh +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/bash - -export STEAM_APP_ID_LIST="209670" -export LICENSE_PATH="./source/LICENSE" -export ADDITIONAL_LICENSES="./data/Credits.txt ./source/Licences/FMOD.TXT ./source/Licences/RakNet.txt" -export LIBRARIES="lua minizip" diff --git a/engines/cortex-command/vcpkg.json b/engines/cortex-command/vcpkg.json deleted file mode 100644 index 3f62244f1..000000000 --- a/engines/cortex-command/vcpkg.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json", - "dependencies": [ - "boost-program-options", - "boost-filesystem", - "boost-system", - "boost-iostreams", - "boost-locale", - "luajit", - "lz4", - "allegro5" - ] -} diff --git a/metadata/packagessniper_v2.json b/metadata/packagessniper_v2.json index dd4682cd0..168443b80 100644 --- a/metadata/packagessniper_v2.json +++ b/metadata/packagessniper_v2.json @@ -3989,6 +3989,8 @@ ], "engine_name": "Commander Genius", "cloudAvailable": true, + "cloudIssue": true, + "cloudIssueReason": "saves_not_compatible", "controllerSteamDefault": true, "app_id": "9180" }, @@ -5010,26 +5012,6 @@ "cloudNotAvailable": true, "app_id": "208200" }, - { - "game_name": "Cortex Command", - "download": [ - { - "name": "cortex-command", - "url": "https://github.com/luxtorpeda-dev/packages/releases/download/cortex-command-12/", - "file": "cortex-command-209670-12.tar.xz" - } - ], - "download_config": [ - { - "extract_location": "./linuxdata", - "download_name": "cortex-command" - } - ], - "command": "./linuxdata/run-cortex-command.sh", - "engine_name": "Cortex Command Community Project Source", - "cloudAvailable": true, - "app_id": "209670" - }, { "game_name": "The Basement Collection", "download": [ @@ -9036,16 +9018,6 @@ "controllerSupported": true, "engine_name": "Classic-RBDOOM-3-BFG" }, - { - "engine_link": "https://github.com/cortex-command-community/Cortex-Command-Community-Project-Source", - "version": "7e32a88", - "author": "d10sfan", - "author_link": "https://github.com/d10sfan", - "license": "AGPLv3", - "license_link": "https://github.com/cortex-command-community/Cortex-Command-Community-Project-Source/blob/development/LICENSE", - "controllerNotSupported": true, - "engine_name": "Cortex Command Community Project Source" - }, { "engine_link": "https://github.com/ValveSoftware/source-sdk-2013", "version": "Steam release", @@ -10011,4 +9983,4 @@ "value": "Save Format Not Compatible" } ] -} \ No newline at end of file +}