Skip to content

Commit

Permalink
Merge branch 'master' of github.com:luxtorpeda-dev/packages
Browse files Browse the repository at this point in the history
  • Loading branch information
d10sfan committed May 11, 2024
2 parents 2f0660d + 9c57b66 commit b1fbfdf
Show file tree
Hide file tree
Showing 3 changed files with 81 additions and 19 deletions.
18 changes: 18 additions & 0 deletions engines/surreal_engine/build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
#!/bin/bash

# CLONE PHASE
git clone https://github.com/dpjudas/SurrealEngine.git source
pushd source
git checkout "$COMMIT_HASH"
popd

# BUILD PHASE
pushd "source"
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
make -j "$(nproc)"
popd

# COPY PHASE
cp -rfv source/build/SurrealEngine* "$diststart/common/dist/"
9 changes: 9 additions & 0 deletions engines/surreal_engine/env.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"STEAM_APP_ID_LIST": [
"13240",
"13250"
],
"LICENSE_PATH": "./source/LICENSE.md",
"COMMON_PACKAGE": true,
"COMMIT_HASH": "fb53642"
}
73 changes: 54 additions & 19 deletions metadata/packagessniper_v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -4748,31 +4748,43 @@
"file": "utbonuspack4-zip.zip"
}
],
"command": "./run-ut99-469d.sh",
"app_ids_deps": [
1070560
],
"download_config": [
"choices": [
{
"extract_location": "../linuxdata-469d",
"strip_prefix": "",
"setup": true,
"download_name": "binaries-469d"
"name": "ut99",
"engine_name": "ut99",
"command": "./run-ut99-469d.sh",
"app_ids_deps": [
1070560
],
"download_config": [
{
"extract_location": "../linuxdata-469d",
"strip_prefix": "",
"setup": true,
"download_name": "binaries-469d"
},
{
"setup": true,
"extract_location": "../utbonuspack4",
"download_name": "ut99 Bonus Pack 4"
}
],
"setup": {
"complete_path": "../ready-469d",
"command": "./setup-ut99-469d.sh",
"uninstall_command": "./uninstall-ut99-469d.sh",
"license_path": "../linuxdata-469d/legal.txt"
}
},
{
"setup": true,
"extract_location": "../utbonuspack4",
"download_name": "ut99 Bonus Pack 4"
"name": "SurrealEngine",
"command": "./SurrealEngine",
"download": [
"surreal_engine"
]
}
],
"setup": {
"complete_path": "../ready-469d",
"command": "./setup-ut99-469d.sh",
"uninstall_command": "./uninstall-ut99-469d.sh",
"license_path": "../linuxdata-469d/legal.txt"
},
"use_original_command_directory": true,
"engine_name": "ut99",
"cloudNotAvailable": true,
"app_id": "13240"
},
Expand Down Expand Up @@ -4804,6 +4816,13 @@
"download": [
"unreal-gold-64"
]
},
{
"name": "SurrealEngine",
"command": "./SurrealEngine",
"download": [
"surreal_engine"
]
}
],
"use_original_command_directory": true,
Expand Down Expand Up @@ -10890,6 +10909,22 @@
"controllerNotSupported": true,
"engine_name": "Descent3",
"internal_engine_name": "descent3"
},
{
"engine_link": "https://github.com/dpjudas/SurrealEngine",
"version": "fb53642",
"author": "d10sfan",
"author_link": "https://github.com/d10sfan",
"license": "Zlib",
"license_link": "https://github.com/dpjudas/SurrealEngine/blob/master/LICENSE.md",
"controllerNotSupported": true,
"engine_name": "SurrealEngine",
"internal_engine_name": "surreal_engine",
"notices": [
{
"key": "in_progress"
}
]
}
],
"default_engine": {
Expand Down

0 comments on commit b1fbfdf

Please sign in to comment.