From bdd681d8ecd9498bf6a26d8eb62e173ca78e4421 Mon Sep 17 00:00:00 2001 From: Zemogiter Date: Sun, 25 Aug 2019 18:48:25 +0200 Subject: [PATCH] Update script.js --- Applications/Games/Space Engineers/Steam/script.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Applications/Games/Space Engineers/Steam/script.js b/Applications/Games/Space Engineers/Steam/script.js index 2179ddf4c6..d7ce0b08dd 100644 --- a/Applications/Games/Space Engineers/Steam/script.js +++ b/Applications/Games/Space Engineers/Steam/script.js @@ -9,8 +9,8 @@ new SteamScript() .name("Space Engineers") .editor("Keen Software House") .author("Zemogiter") - .appId(244850) - .wineVersion("4.11") + .appId("244850") + .wineVersion("4.14") .wineDistribution("upstream") .wineArchitecture("amd64") .preInstall(function (wine, wizard) { @@ -24,4 +24,4 @@ new SteamScript() wizard.message(tr("You have to install libjpeg62 and libjpeg62-dev or else the thumbnails in New Game menu will be dispalyed as magenta rectangles.")); wizard.message(tr("Due to JIT compiler issues and the way this game uses multithreating, there are audio stutters. This script will attempt to minimize them but you might also have to enter the alsoft-conf command in terminal and set sample depth to 32bit float and period size to 2048.")); }) - .executable("Steam.exe", ["-silent", "-applaunch", 244850, "-no-ces-sandbox", "-skipintro"]) + .executable("Steam.exe", ["-silent", "-applaunch", "244850", "-no-cef-sandbox", "-skipintro"])