Skip to content

Commit 192a3a0

Browse files
authored
Proton: Add EchoPatch for F.E.A.R. and its expansions (#2289)
* Proton: Add EchoPatch and FearServMod for F.E.A.R. and its expansions * Remove FearServMod
1 parent da8180f commit 192a3a0

File tree

1 file changed

+93
-0
lines changed

1 file changed

+93
-0
lines changed

metadata/packagessniper_v2.json

Lines changed: 93 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9931,6 +9931,84 @@
99319931
],
99329932
"use_original_command_directory": true,
99339933
"app_id": "6000"
9934+
},
9935+
{
9936+
"game_name": "F.E.A.R.",
9937+
"download": [
9938+
{
9939+
"name": "EchoPatch",
9940+
"url": "https://github.com/Wemino/EchoPatch/releases/download/2.2.3/",
9941+
"file": "EchoPatch.zip"
9942+
}
9943+
],
9944+
"choices": [
9945+
{
9946+
"name": "EchoPatch",
9947+
"download": [
9948+
"EchoPatch"
9949+
],
9950+
"command": "FEAR.exe",
9951+
"command_vars": {"WINEDLLOVERRIDES": "dinput8=n,b;winmm=b"},
9952+
"engine_name": "EchoPatch"
9953+
}
9954+
],
9955+
"app_id": "21090"
9956+
},
9957+
{
9958+
"game_name": "F.E.A.R.: Perseus Mandate",
9959+
"download": [
9960+
{
9961+
"name": "EchoPatch",
9962+
"url": "https://github.com/Wemino/EchoPatch/releases/download/2.2.3/",
9963+
"file": "EchoPatch.zip"
9964+
}
9965+
],
9966+
"choices": [
9967+
{
9968+
"name": "EchoPatch",
9969+
"download": [
9970+
"EchoPatch"
9971+
],
9972+
"download_config": [
9973+
{
9974+
"extract_location": "../",
9975+
"download_name": "EchoPatch"
9976+
}
9977+
],
9978+
"command": "FEARXP2.exe",
9979+
"command_vars": {"WINEDLLOVERRIDES": "dinput8=n,b;winmm=b"},
9980+
"engine_name": "EchoPatch"
9981+
}
9982+
],
9983+
"app_id": "21120"
9984+
},
9985+
{
9986+
"game_name": "F.E.A.R.: Extraction Point",
9987+
"download": [
9988+
{
9989+
"name": "EchoPatch",
9990+
"url": "https://github.com/Wemino/EchoPatch/releases/download/2.2.3/",
9991+
"file": "EchoPatch.zip"
9992+
}
9993+
],
9994+
"choices": [
9995+
{
9996+
"name": "EchoPatch",
9997+
"download": [
9998+
"EchoPatch"
9999+
],
10000+
"download_config": [
10001+
{
10002+
"extract_location": "../",
10003+
"download_name": "EchoPatch"
10004+
}
10005+
],
10006+
"command": "FEARXP.exe",
10007+
"command_vars": {"WINEDLLOVERRIDES": "dinput8=n,b"},
10008+
"engine_name": "EchoPatch"
10009+
}
10010+
],
10011+
"app_id": "21110"
993410012
}
993510013
],
993610014
"engines": [
@@ -11808,6 +11886,21 @@
1180811886
}
1180911887
],
1181011888
"internal_engine_name": "SWRCFix"
11889+
},
11890+
{
11891+
"engine_link": "https://github.com/Wemino/EchoPatch",
11892+
"version": "2.2.3",
11893+
"author": "mv",
11894+
"author_link": "https://github.com/mvoolt",
11895+
"license": "GPLv3",
11896+
"license_link": "https://github.com/Wemino/EchoPatch/blob/main/LICENSE",
11897+
"engine_name": "EchoPatch",
11898+
"notices": [
11899+
{
11900+
"key": "uses_proton"
11901+
}
11902+
],
11903+
"internal_engine_name": "EchoPatch"
1181111904
}
1181211905
],
1181311906
"default_engine": {

0 commit comments

Comments
 (0)