It seems that you're using an outdated browser. Some things may not work as they should (or don't work at all).
We suggest you upgrade newer and better browser like: Chrome, Firefox, Internet Explorer or Opera

×
avatar
SirYodaJedi: Use Cheat Engine.
avatar
TianlanSha: Does that mean one has to use Cheat Engine every time the game starts to set their right resolution/aspect ratio?

If so, this feels too much of a bother, I'd rather play in 1024x768 with black borders than have to go through this ever time or play the game stretched out.

I wish GOG or EA, or both manage to create a proper aspect ratio fix like in Battlefront 2... it's not like the game are fundamentally different from each other.
Yes, unfortunately, you need to start trainer every time when you launch game.
BUT you can automate it! All you need to do is make .BAT file like that:

@echo off
start "" /d "%~dp0" "SWBFarFIX1.1.EXE" :: or original version - SWBFarFIX.EXE
start "" /d "%~dp0" "battlefront.exe"
TIMEOUT /T 10 /NOBREAK
set "p1=battlefront.exe"
set "p2=SWBFarFIX1.1.EXE" :: or original version - SWBFarFIX.EXE - like above
cmd /c for /l %%# in () do @tasklist /fi "imagename eq %p1%"^|findstr /v :^|^| (taskkill /f /im "%p2%"^& exit/b)^&^>nul timeout /t 2 /nobreak

Drop trainer and this .BAT file in folder, containing battlefront.exe and... voila: starting game via this .BAT file will automatically run trainer! And when you exit game, trainer will close.

In some cases you may need to start .BAT file with admin rights. You can make shortcut of this .BAT file with applied admin rights. Right-click -> Properties -> Advanced -> Check the Run as administrator checkbox.

I hope, it will helpful.

Thanks for code above to alpap from cyberforum.ru
Post edited May 14, 2019 by ivanproff