Skip to content

Commit 8a4196b

Browse files
Update openrct2 (#2260)
* openrct2 - Update * Update vcpkg.json * openrct2 - Update --------- Co-authored-by: d10sfan <[email protected]> Co-authored-by: David <[email protected]>
1 parent 192a3a0 commit 8a4196b

File tree

3 files changed

+14
-7
lines changed

3 files changed

+14
-7
lines changed

engines/openrct2/env.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
],
77
"LICENSE_PATH": "./source/licence.txt",
88
"COMMON_PACKAGE": true,
9-
"COMMIT_TAG": "v0.4.25",
9+
"COMMIT_TAG": "v0.4.26",
1010
"GCC_12": true,
1111
"ARCHIVE_FORMAT": "ustar"
1212
}

engines/openrct2/vcpkg.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"dependencies": [
44
{ "name": "jansson" },
55
{ "name": "libzip" },
6-
{ "name": "nlohmann-json" }
6+
{ "name": "nlohmann-json" },
7+
"zstd"
78
],
89
"builtin-baseline": "efe9c8a3e396014eee14c94709aa9c50067beab9",
910
"overrides": [

metadata/packagessniper_v2.json

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9948,7 +9948,9 @@
99489948
"EchoPatch"
99499949
],
99509950
"command": "FEAR.exe",
9951-
"command_vars": {"WINEDLLOVERRIDES": "dinput8=n,b;winmm=b"},
9951+
"command_vars": {
9952+
"WINEDLLOVERRIDES": "dinput8=n,b;winmm=b"
9953+
},
99529954
"engine_name": "EchoPatch"
99539955
}
99549956
],
@@ -9976,13 +9978,15 @@
99769978
}
99779979
],
99789980
"command": "FEARXP2.exe",
9979-
"command_vars": {"WINEDLLOVERRIDES": "dinput8=n,b;winmm=b"},
9981+
"command_vars": {
9982+
"WINEDLLOVERRIDES": "dinput8=n,b;winmm=b"
9983+
},
99809984
"engine_name": "EchoPatch"
99819985
}
99829986
],
99839987
"app_id": "21120"
99849988
},
9985-
{
9989+
{
99869990
"game_name": "F.E.A.R.: Extraction Point",
99879991
"download": [
99889992
{
@@ -10004,7 +10008,9 @@
1000410008
}
1000510009
],
1000610010
"command": "FEARXP.exe",
10007-
"command_vars": {"WINEDLLOVERRIDES": "dinput8=n,b"},
10011+
"command_vars": {
10012+
"WINEDLLOVERRIDES": "dinput8=n,b"
10013+
},
1000810014
"engine_name": "EchoPatch"
1000910015
}
1001010016
],
@@ -11054,7 +11060,7 @@
1105411060
},
1105511061
{
1105611062
"engine_link": "https://openrct2.io/",
11057-
"version": "v0.4.25",
11063+
"version": "v0.4.26",
1105811064
"author": "d10sfan",
1105911065
"author_link": "https://github.com/d10sfan",
1106011066
"license": "GPLv3",

0 commit comments

Comments
 (0)