Skip to content

Commit 813bdb3

Browse files
authored
Add Dash Faction (#2292)
1 parent 34b7e71 commit 813bdb3

File tree

4 files changed

+65
-0
lines changed

4 files changed

+65
-0
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
#!/bin/bash
2+
ln -sf --backup "DashFaction/DashFactionLauncher.exe" "$PWD/RedFaction.exe"

engines/dashfaction/build.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#!/bin/bash
2+
3+
# COPY PHASE
4+
mkdir "$diststart/20530/dist/DashFaction/"
5+
cp -rfv assets/* "$diststart/20530/dist/DashFaction/"

engines/dashfaction/env.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"STEAM_APP_ID_LIST": [
3+
"20530"
4+
]
5+
}

metadata/packagessniper_v2.json

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10015,6 +10015,44 @@
1001510015
}
1001610016
],
1001710017
"app_id": "21110"
10018+
},
10019+
{
10020+
"game_name": "Red Faction",
10021+
"download": [
10022+
{
10023+
"name": "RFexe_v120",
10024+
"url": "https://www.factionfiles.com/ffdownload.php?id=4403&luxtorpeda-dl=",
10025+
"file": "RF.zip"
10026+
},
10027+
{
10028+
"name": "DashFaction-binaries",
10029+
"url": "https://github.com/rafalh/dashfaction/releases/download/v1.9.1/",
10030+
"file": "DashFaction-1.9.1.zip"
10031+
}
10032+
],
10033+
"choices": [
10034+
{
10035+
"name": "Dash Faction",
10036+
"download": [
10037+
"RFexe_v120",
10038+
"DashFaction-binaries",
10039+
"dashfaction"
10040+
],
10041+
"download_config": [
10042+
{
10043+
"extract_location": "DashFaction/",
10044+
"download_name": "DashFaction-binaries"
10045+
}
10046+
],
10047+
"setup": {
10048+
"complete_path": "./DashFaction/ready",
10049+
"command": "./DashFaction/setup-dashfaction.sh"
10050+
},
10051+
"command": "RedFaction.exe",
10052+
"engine_name": "Dash Faction"
10053+
}
10054+
],
10055+
"app_id": "20530"
1001810056
}
1001910057
],
1002010058
"engines": [
@@ -11907,6 +11945,21 @@
1190711945
}
1190811946
],
1190911947
"internal_engine_name": "EchoPatch"
11948+
},
11949+
{
11950+
"engine_link": "https://github.com/rafalh/dashfaction",
11951+
"version": "1.9.1",
11952+
"author": "mv",
11953+
"author_link": "https://github.com/mvoolt",
11954+
"license": "MPL 2.0",
11955+
"license_link": "https://github.com/rafalh/dashfaction/blob/master/LICENSE.txt",
11956+
"engine_name": "Dash Faction",
11957+
"notices": [
11958+
{
11959+
"key": "uses_proton"
11960+
}
11961+
],
11962+
"internal_engine_name": "dashfaction"
1191011963
}
1191111964
],
1191211965
"default_engine": {

0 commit comments

Comments
 (0)