The latest version of Star Wars: The Old Republic
Application Details:
Version: | latest |
License: | Retail |
URL: | http://www.swtor.com |
Votes: | 50 |
Latest Rating: | Garbage |
Latest Wine Version Tested: | 7.22 |
Maintainers: About Maintainership
No maintainers. Volunteer today!
What works
Everything works :)
wine version is here at 2.7-74 from the github.
You can just copy the game from your Windows installation or install it where ever you want, everythings works nice.
The old dependencies on winetricks are not needed with wine 2.7 anymore.
The mouse is native a little oversensitive in the game.
The best solution found was xset what works great to calm it down a little.
The launcher.settings have to be tweaked, patching mode to SSN and the bitraider_disabled needs a TRUE.
Played it for a couple hours without any problems with all bells and whistles.
Good job, people :)
What does not
-/-
Workarounds
What was not tested
-/-
Hardware tested
Graphics:
Additional Comments
Here is my launcher script: ---------------------------------- #! /bin/bash # set path to the SWTOR launcher LAUNCHER_COMMAND="wine /home/rawfox/Games/SWTOR/launcher.exe" # set the wine vars export WINEARCH=win32 export WINEDEBUG=-all export WINEPREFIX="/home/rawfox/.wine-swtor" # swtor_fix.exe still needed if [ ! -f swtor_fix.exe ]; then wget -O swtor_fix.exe https://github.com/aljen/swtor_fix/raw/master/swtor_fix.exe​ fi wine swtor_fix.exe & sleep 2 # using xset to calm the oversensitive mouse in swtor xset m 1/2 1 $LAUNCHER_COMMAND wait $! xset m 2 1 unset WINEARCH unset WINEPREFIX unset WINEDEBUG Here is the lines from the launcher.settings you need to change: --------------------------------------------------------------------------------- , "PatchingMode": "{ \"swtor\": \"SSN\"}" , "bitraider_disable": "true" ​
Operating system | Test date | Wine version | Installs? | Runs? | Used Workaround? | Rating | Submitter | ||
Show | macOS 12 "Monterey" | Dec 05 2022 | 7.22 | Yes | No | No | Garbage | Shaun Carter | |
Show | Fedora 33 x86_64 | Dec 26 2020 | 6.0-rc3-staging | Yes | Yes | Yes | Gold | aililoh | |
Show | Arch Linux x86_64 | Jun 28 2020 | 5.9-staging | Yes | Yes | No | Platinum | spyrou007 | |
Show | Arch Linux x86_64 | Dec 21 2019 | 4.21 | Yes | Yes | Yes | Gold | Ewan | |
Show | Fedora 31 x86_64 | Nov 27 2019 | 4.20-staging | Yes | Yes | Yes | Gold | John Bach |
With wine 6.0 staging everything works fine, but you may need to run:
winetricks d3dcompiler_47 d3dx9_41
Comments for this application have been disabled because there are no maintainers.