The game runs fine but only has standard resolutions. I am completely missing these resolutions in game:
1280x960
1360x765
1440x900
1600x900
With the exception of the 1000x614 that the launcher requires for login. So yes this resolution is an actual option in the game that I imagine is passed through from the script below.
Code: Select all
#!/bin/sh
export WINEPREFIX="$HOME/WineBottles/swtor"
export LD_LIBRARY_PATH="/usr/lib32/:/usr/lib/"
export WINEARCH=win32
/var/chroot/wine/wine explorer /desktop=SW:TOR,1000x614 "C:\SWTOR\launcher.exe"
My question or questions is/are,
How do I get these missing widescreen resolutions into the game?
Where does the game decide it gets all the resolutions from?
And can the script itself be altered to pass more resolutions through if necessary, to be available in game?
Sidenote: In windows I can run the game in 1440x900 with no issue.
Any direction will be much appriciated.
Thank You.