ElCrick Posted February 21, 2021 Share Posted February 21, 2021 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? Link to comment Share on other sites More sharing options...
Dabeothic Posted February 21, 2021 Share Posted February 21, 2021 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 :( Link to comment Share on other sites More sharing options...
Tinneymaboa Posted February 22, 2021 Share Posted February 22, 2021 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 More sharing options...
Nakaka Posted February 22, 2021 Author Share Posted February 22, 2021 (edited) 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 February 22, 2021 by Nakaka Link to comment Share on other sites More sharing options...
SlukkOwl Posted February 23, 2021 Share Posted February 23, 2021 (edited) Sorry if this is a stupid question, but it wasn't completely clear for me what you wrote. So is it working in multiplayer? :confused: Edited February 23, 2021 by SlukkOwl Link to comment Share on other sites More sharing options...
andlindt Posted February 23, 2021 Share Posted February 23, 2021 Of course it works for mp. Link to comment Share on other sites More sharing options...
17blaze Posted February 24, 2021 Share Posted February 24, 2021 Every time I do this it just says "[0223/214959:WARNING:resource_bundle_qt.cpp(114)] locale_file_path.empty() for locale" three times, any ideas on hbow to fix this? Link to comment Share on other sites More sharing options...
Tinneymaboa Posted February 24, 2021 Share Posted February 24, 2021 That's the same problem I have, most people said that it was an issue with a particular mod, but I've used all the mods that I imported before and even with no mods equipped, the message still pops up Link to comment Share on other sites More sharing options...
ltshadez Posted February 27, 2021 Share Posted February 27, 2021 It worked the first time like a charm, now everytime I boot it gets stuck in offline mode. Link to comment Share on other sites More sharing options...
Compactpl Posted February 28, 2021 Share Posted February 28, 2021 (edited) 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 February 28, 2021 by Compactpl Link to comment Share on other sites More sharing options...
Recommended Posts