You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$dxOverrides = 'd3d11=n;d3d10=n;d3d10core=n;dxgi=n;openvr_api_dxvk=n;d3d12=n;d3d12core=n;d3d9=n;d3d8=n;'; #For some reason, some distributions use wined3d instead of dxvk, this is workaround
@@ -74,47 +73,50 @@ static function runWithDebug($process,$gameName)
74
73
catch (IOException$ex){}
75
74
}
76
75
77
-
if ($process->getExitValue() != 0anduiLaterAndWait(function (){returnapp()->form('MainForm')->data('manualKill');}) == false)
78
-
{
79
-
uiLaterAndWait(function () use ($process,$gameName){
80
-
/*if (app()->appModule()->games->get('fakeSteam',$gameName) == false and $process->getExitValue() == 1 and uiConfirm(Localization::getByCode('FILESWORKER.ISSTEAMNOTSTARTEDERROR')))
uiLaterAndWait(function () use ($process,$gameName){
85
+
/*if (app()->appModule()->games->get('fakeSteam',$gameName) == false and $process->getExitValue() == 1 and uiConfirm(Localization::getByCode('FILESWORKER.ISSTEAMNOTSTARTEDERROR')))
if (fs::isFile('/usr/bin/protontricks') and fs::isFile('/usr/bin/protontricks-launch'))
115
-
return'/usr/bin/';
116
-
elseif (fs::isFile(System::getProperty('user.home').'/.local/bin/protontricks') and fs::isFile(System::getProperty('user.home').'/.local/bin/protontricks-launch'))
116
+
if (fs::isFile(System::getProperty('user.home').'/.local/bin/protontricks') and fs::isFile(System::getProperty('user.home').'/.local/bin/protontricks-launch'))
"MAINFORM.MENU.REMOVEDESKTOP": "Remove shortcut from desktop",
13
14
"MAINFORM.MENU.REMOVEAPPMENU": "Remove shortcut from application menu",
14
15
"MAINFORM.MENU.CREATEDESKTOP": "Create shortcut on desktop",
@@ -17,6 +18,7 @@
17
18
"MAINFORM.MENU.GAMESETTINGS": "Launch settings",
18
19
"MAINFORM.MENU.REMOVEGAME": "Remove game from launcher",
19
20
"MAINFORM.KILLFAILED": "Failed to terminate the game process - it may still be starting",
21
+
"MAINFORM.FREETP": "A fix from FreeTP has been found! It may not work.",
20
22
21
23
"BANNEREDITOR.STEAM.HEADER": "Get a new banner from Steam:",
22
24
"BANNEREDITOR.STEAM.APPID": "Game AppID in Steam",
@@ -30,6 +32,7 @@
30
32
"INITCONFIG.HEADER.WORKING": "Protontricks is working",
31
33
"INITCONFIG.TEXTAREA": "In the opened Steam window, install Spacewar on the disk where you want the wineprefix to be, and do not create shortcuts in the application menu or desktop (uncheck the boxes)\n\nWhen Spacewar is installed:\n1. Right-click on it in the library\n2. Open \"Properties\", then \"Compatibility\"\n3. Enable the use of the Steam Play compatibility tool\n4. Select the Proton version to be used for all games with OnlineFix (it is recommended to use Proton GE if you have installed it, or Proton Experimental and Hotfix)\n5. Wait for Spacewar to update and launch it\n\nThe program will then detect the Spacewar process, terminate it, and proceed to the next step.\nIf this does not happen, check all the steps.",
32
34
"INITCONFIG.NOPROTONTRICKS": "Install protontricks (flatpak is not supported) before using the launcher",
35
+
"INITCONFIG.NOSTEAM": "Install Steam (Flatpak and Snap is not supported) beforce using the launcher",
0 commit comments