diff --git a/Launcher/rs-Launcher.exe b/Launcher/rs-Launcher.exe index 907dfd3..5fca8ea 100644 Binary files a/Launcher/rs-Launcher.exe and b/Launcher/rs-Launcher.exe differ diff --git a/Launcher/rs-launcher.ahk b/Launcher/rs-launcher.ahk index b14e245..53a5241 100644 --- a/Launcher/rs-launcher.ahk +++ b/Launcher/rs-launcher.ahk @@ -1,17 +1,17 @@ ; /* ------------------------------------------------------------ */ ; Script Name : Resistance Saga FYP Launcher -; Version : 1.1.0.1006 +; Version : 1.1.0.1008 ; Author : Yandols Z'eon X ; Supported Platforms : 64-bit Windows platforms. ; /* ------------------------------------------------------------ */ -#SingleInstance Force ; REMEMBER TO CHANGE TO IGNORE BEFORE COMPILING FOR RELEASE +#SingleInstance Ignore ; REMEMBER TO CHANGE TO IGNORE BEFORE COMPILING FOR RELEASE #NoEnv #NoTrayIcon ;#Warn ; DEBUG ONLY. REMEMBER TO REMOVE/COMMENT OUT THIS LINE BEFORE COMPILING FOR RELEASE SendMode Input SetWorkingDir %A_ScriptDir% AppName=Resistance Saga Launcher -AppVer=1.1.0.1006 +AppVer=1.1.0.1008 AppAuthor=YandolsZX AppTitle=%AppName% (Version %AppVer%) AppDataFolder=%A_AppData%\Locaria Technologies\RSF @@ -33,16 +33,11 @@ Gui, Show, w680 h350, %AppName% SetTimer, CheckUpdates, 300 GuiControl, Disable, BtnStart -;GuiControl,, BtnStart, Checking for Updates... -;sleep 3000 -;GuiControl,, BtnStart, &Start Game -;GuiControl, Enable, BtnStart -;GuiControl, Focus, BtnStart Return BtnStart: Gui, Submit -RunWait, win64\rsaga.exe,, UseErrorLevel +RunWait, win64\rsaga.exe --disable-devtools,, UseErrorLevel If ErrorLevel { Msgbox, 16, %AppName%, Failed to start the game. Please make sure the game is up to date and you have DirectX 10 installed. `n`nIf you think your installation is corrupted, use the 'Redownload Game Data' option in settings. @@ -144,6 +139,8 @@ UrlDownloadToFile, https://kin.yandols.xyz/rs-fyp.ini, %A_Temp%/csu-resistancesa If ErrorLevel { SB_SetText(" Unable to connect to patch server.", 1) + GuiControl, Enable, BtnStart + GuiControl, Focus, BtnStart return } ;; Read Remote Config diff --git a/Launcher/rs-launcher.ahk.ini b/Launcher/rs-launcher.ahk.ini index 16a70e4..4878089 100644 Binary files a/Launcher/rs-launcher.ahk.ini and b/Launcher/rs-launcher.ahk.ini differ