Skip to content

Commit

Permalink
Fixed Steam Launch
Browse files Browse the repository at this point in the history
  • Loading branch information
Stapleton authored Dec 5, 2023
1 parent 2fb57b4 commit 325fb44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file modified BlackDesertLauncher.exe
Binary file not shown.
4 changes: 2 additions & 2 deletions Source.bat
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@ECHO OFF
REM BFCPEOPTIONSTART
REM Advanced BAT to EXE Converter www.BatToExeConverter.com
REM BFCPEEXE=D:\SteamLibrary\steamapps\common\Black Desert Online\PatchedLauncher\BlackDesertLauncher.exe
REM BFCPEEXE=B:\Development\Projects\Batch_BDOLaunchProxy\testBlackDesertLauncher.exe
REM BFCPEICON=
REM BFCPEICONINDEX=1
REM BFCPEEMBEDDISPLAY=0
Expand Down Expand Up @@ -67,7 +67,7 @@ rem Launch Steam Version
:Steam
echo Launching Steam Black Desert Online!
cd /d %STEAM_LOCATION%
!STEAM_LAUNCH!
%STEAM_LAUNCH% %*
echo Keep me open for Steam process tracking.
pause
exit 0
Expand Down

0 comments on commit 325fb44

Please sign in to comment.