Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions Applications/Games/Far Cry 2/Steam/script.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
include(["Engines", "Wine", "QuickScript", "SteamScript"]);
include(["Engines", "Wine", "Verbs", "secur32"]);

new SteamScript()
.name("Far Cry® 2")
.editor("Ubisoft Montréal")
.author("ImperatorS79")
.wineVersion(LATEST_STAGING_VERSION)
.wineDistribution("staging")
.appId(19900)
.preInstall(function(wine, wizard) {
wine.secur32();
wine.enableCSMT();
})
.go();
7 changes: 7 additions & 0 deletions Applications/Games/Far Cry 2/Steam/script.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"scriptName": "Steam",
"compatibleOperatingSystems": ["MACOSX", "LINUX"],
"testingOperatingSystems": ["MACOSX", "LINUX"],
"free": false,
"requiresPatch": false
}
4 changes: 4 additions & 0 deletions Applications/Games/Far Cry 2/application.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"name": "Far Cry® 2",
"description": "You are a gun for hire, trapped in a war-torn African state, stricken with malaria and forced to make deals with corrupt warlords on both sides of the conflict in order to make this country your home.<br><br>You must identify and exploit your enemies' weaknesses, neutralizing their superior numbers and firepower with surprise, subversion, cunning and of course brute force."
}
Binary file added Applications/Games/Far Cry 2/miniatures/main.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.