Skip to content

Commit

Permalink
misc
Browse files Browse the repository at this point in the history
  • Loading branch information
livingflore committed Feb 3, 2024
1 parent f10d0c7 commit 9f70270
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions BattleBitEACFix.bat
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ if _%1_==_payload_ goto :payload
goto :eof
:payload

title BattleBit EAC Fix >nul
echo @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
echo @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
echo @@@@@@@@@@@@@@@@@@@@@@@PPPP@@@@@@@@@@@@@@@@@@@@@@@
Expand Down Expand Up @@ -47,7 +48,7 @@ FOR /F "tokens=2* skip=2" %%a in ('reg query "HKEY_LOCAL_MACHINE\SOFTWARE\Micros
if DEFINED GamePath (
echo [...] Game Path: %GamePath%
) else (
echo [91m[X][0m Game Path not found. Please install the game first, then run this batch script.
echo [91m[X][0m Unable to detect BattleBit Remastered folder. Please install the game first, then run this batch script.
pause
goto :eof
)
Expand Down Expand Up @@ -184,7 +185,7 @@ echo.
echo [+] Finished!
echo.
echo =================================================================================
echo NOTICE: If there's any errors above, screenshot them and send to #general-help.
echo NOTICE: If there's any errors above, screenshot them and post it to #community-help.
echo You might also need to run "Install & Repair Easy Anti Cheat" launch option
echo before running BattleBit itself.
echo =================================================================================
Expand Down

0 comments on commit 9f70270

Please sign in to comment.