Jump to content

Epic Games Modding - A Techical Solution


Nakaka

Recommended Posts

  • Replies 113
  • Created
  • Last Reply

Top Posters In This Topic

I've tried this solution and many others to try to get mods, but they never work for me. I had the origin version of the game before I updated to the Celebration edition through Epic Games, is there any way that I would be able to get rid of the Epic Games Celebration edition so that I would be able to use mods again, or is that not possible?

Link to comment
Share on other sites

I've tried this solution and many others to try to get mods, but they never work for me. I had the origin version of the game before I updated to the Celebration edition through Epic Games, is there any way that I would be able to get rid of the Epic Games Celebration edition so that I would be able to use mods again, or is that not possible?

I have both, it makes no difference. unfortunately you didn't say what the problems you had with the solutions are

 

 

 

Ok so used solution 1 and the launched fine and my mods were there. When I selected a modded character though (was leia with bo katan mod), the game just crashes. Any solutions?

whenver i start with my mods the game just crashs :sad:

 

crashing probably means a bad mod. the game exiting on its own sometimes means there's something wrong with the solution. try solution 1 without any mods applied in frosty.

 

 

ElCrick, unlikely anyone's going to be able to help you with that in this thread. try reporting it to the mod creator

 

 

 

Вообще ничего не понял,что за блокнот из меню пуск,что это блять?

Start Menu > Notepad.exe

 

Ignore Solution #2. Try Solution #1 instead. Use the first post.

Edited by Nakaka
Link to comment
Share on other sites

It worked the first time like a charm, now everytime I boot it gets stuck in offline mode.

Server issues I think. People on battlefront reddit are reporting issues like that( and so am I).

 

Try going to collections then click on connect in top left corner.

 

 

Also, I modified a solution for myself which does some checks and error checking to make the game launches quicker if you have origin and epicgames launched. If you are not logged in, your game will fail to launch and you will see that in output.

 

If anyone wants it, here it's.

Paste this into notepad, save as STAR WARS BATTLEFRONT II.cmd (make sure you select ALL FILES in save as type when you are saving!).

@ECHO OFF

echo You must be signed into Origin and EpicGamesStore for this to work.
echo(

FOR /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
	)

SETLOCAL enabledelayedexpansion
qprocess | find /i "origin.exe" >nul || (echo( & echo Starting Origin client ... & start "" "%origindir%\Origin.exe")
qprocess | find /i "epicgames" >nul || (echo( & echo Starting EpicGamesLauncher ... & start "" "%egsdir%\Launcher\Portal\Binaries\Win32\EpicGamesLauncher.exe")
qprocess | find /i "starwarsbat">nul
if not errorlevel 1 ( 
echo( & echo Game is already running. & goto eof
) else if errorlevel 1 ( 
echo( & echo Launching Star Wars Battlefront 2 ... & "%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" & goto check_launch)

:check_launch
timeout 10 /nobreak >nul
qprocess | find /i "starwarsbat">nul
if errorlevel 1 ( 
echo( & echo Game can't launch. You are probably not logged in to your accounts on Origin and EpicGames. & echo( & echo You need to launch Origin and EpicGamesLauncher manually, login in and make sure your & echo( & echo credentials are saved, so you can login automatically when you launch your clients. Then you & echo( & echo will be able to launch the game successfully.
) else if not errorlevel 1 (
echo( & echo Game launched. Your game should appear soon.
)
goto eof

:eof
echo(
pause
Edited by Compactpl
Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.

×
×
  • Create New...