diff --git a/Applications/Games/Mass Effect/Steam/script.js b/Applications/Games/Mass Effect/Steam/script.js new file mode 100644 index 0000000000..332898382d --- /dev/null +++ b/Applications/Games/Mass Effect/Steam/script.js @@ -0,0 +1,11 @@ +include(["Engines", "Wine", "QuickScript", "SteamScript"]); + +new SteamScript() + .name("Mass Effect") + .editor("BioWare") + .author("ImperatorS79") + .appId(17460) + .postInstall(function(wine, wizard) { + wizard.message(tr("If you have sound issues, please edit the BIOEngine.ini and/or BaseEngine.ini file in {0}/drive_c/Program Files/Steam/steamapps/common/Mass Effect/Engine/Config/\n\nAnd add the following under [ISACTAudio.ISACTAudioDevice] :\n\nDeviceName=Generic Software\nUseEffectsProcessing=False\n\n", wine.prefixDirectory)); + }) + .go(); diff --git a/Applications/Games/Mass Effect/Steam/script.json b/Applications/Games/Mass Effect/Steam/script.json new file mode 100644 index 0000000000..3a5d8f86ef --- /dev/null +++ b/Applications/Games/Mass Effect/Steam/script.json @@ -0,0 +1,7 @@ +{ + "scriptName": "Steam", + "compatibleOperatingSystems": ["MACOSX", "LINUX"], + "testingOperatingSystems": ["MACOSX", "LINUX"], + "free": false, + "requiresPatch": false +} diff --git a/Applications/Games/Mass Effect/application.json b/Applications/Games/Mass Effect/application.json new file mode 100644 index 0000000000..71b2e8c6b5 --- /dev/null +++ b/Applications/Games/Mass Effect/application.json @@ -0,0 +1,4 @@ +{ + "name": "Mass Effect", + "description": "As Commander Shepard, you lead an elite squad on a heroic, action-packed adventure throughout the galaxy. Discover the imminent danger from an ancient threat and battle the traitorous Saren and his deadly army to save civilization. The fate of all life depends on your actions!" +} diff --git a/Applications/Games/Mass Effect/miniatures/main.png b/Applications/Games/Mass Effect/miniatures/main.png new file mode 100644 index 0000000000..531204ea9c Binary files /dev/null and b/Applications/Games/Mass Effect/miniatures/main.png differ