Jump to content

chiefleo123

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by chiefleo123

  1. See: On the previous page someone posted a video with a discord that can help too. If you find a solution please post it did solution one. here is the cmd text i copy and pasted in a notepad. @ECHO OFFFOR /F "usebackq tokens=3*" %%A IN (`reg query "HKLM\SOFTWARE\EA Games\STAR WARS Battlefront II" /v "Install Dir"`) DO ( set installdir=%%B )FOR /F "tokens=2* skip=2" %%A IN ('reg query "HKLM\SOFTWARE\WOW6432Node\Electronic Arts\EA Core" /v "EADM6InstallDir"') DO ( set origindir=%%B )FOR /F "tokens=2* skip=2" %%A IN ('reg query "HKLM\SOFTWARE\WOW6432Node\EpicGames\Unreal Engine" /v "INSTALLDIR"') DO ( set egsdir=%%B ) start "" "%origindir%\Origin.exestart "" "%egsdir%Launcher\Portal\Binaries\Win32\EpicGamesLauncher.exe"echo You must be signed into Origin and EpicGamesStore for this to worktimeout /t 15 /nobreak "%origindir%\EALink.exe" "link2ea://launchgame/MtMassive?AUTH_PASSWORD=0&AUTH_TYPE=exchangecode&epicusername=&epicuserid=&epiclocale=en&theme=sws&platform=epic&Hotfix=go& -datapath %%22%installdir%\ModData%%22"echo Game launched.pause
  2. get this error when i run the command to launch the game. but can launch the game regularly, even launches after opening it from frosty. Not sure whats wrong
×
×
  • Create New...