OdnetninI

Overwatch Install 11-02-17

Feb 11th, 2017
2,074
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.76 KB | None | 0 0
  1. Everything over here is work in progress, so It can be very unstable.
  2.  
  3. If it's very requested, I'll do some automatic scripts depending on the distribution.
  4.  
  5. First of all, we have to install Wine, but that version isn't the one which we are going to install, we will use the version that Andrew Wesie modified.
  6.  
  7. Secondly, after the setup of Wine (use your system package manager), you need to install next packages (or similar name using your package manager):
  8.  
  9. autoconf ncurses bison perl fontforge flex gcc-multilib giflib lib32-giflib libpng lib32-libpng gnutls lib32-gnutls libxinerama lib32-libxinerama libxcomposite lib32-libxcomposite libxmu lib32-libxmu libxxf86vm lib32-libxxf86vm libldap lib32-libldap mpg123 lib32-mpg123 openal lib32-openal v4l-utils lib32-v4l-utils libpulse lib32-libpulse alsa-lib lib32-alsa-lib libxcomposite lib32-libxcomposite mesa lib32-mesa libgl lib32-libgl opencl-icd-loader lib32-opencl-icd-loader libxslt lib32-libxslt gst-plugins-base-libs lib32-gst-plugins-base-libs samba opencl-headers git winetricks
  10.  
  11. After this, we have to clone the repository of Andrew Wesie, so execute this:
  12. git clone https://bitbucket.org/awesie/wine-overwatch.git
  13.  
  14. After that, we have to go to:
  15. cd wine-overwatch
  16.  
  17. Now, we have to create 2 new folders:
  18. mkdir wine64-build
  19. mkdir wine32-build
  20.  
  21. And now, let's compile the 64 bits version, so:
  22. cd wine64-build
  23. ../configure --enable-win64
  24. make -j4
  25.  
  26. If we had finished it woithout any kind of error, let's compile the 32 bits version (REQUIRED!):
  27. cd ../wine32-build
  28. PKG_CONFIG_PATH=/usr/lib32/pkgconfig ../configure --with-wine64=../wine64-build
  29. make -j4
  30.  
  31. After all of this, let's use a "special trick", if you want to use a different WinePrefix, do it, but because of I don't usualy use system's Wine, I'll continue forward with the default:
  32. cd ../wine64-build
  33. ./wine wineboot --update
  34.  
  35. Now we need to set winversion to Windows XP, to do that:
  36. ./wine winecfg
  37. And change windows version to emulate to Windows XP
  38.  
  39. If you already have Overwatch downloaded, just execute:
  40. ./wine PathOfOverWatch/OverWatch\ Launcher.exe
  41.  
  42. If everything is alright, you can also execute it with (in order not to fill your terminal with junk lines):
  43. WINEDEBUG=-all ./wine RutaDeOverwatch/OverWatch\ Launcher.exe
  44.  
  45. Battle.net doesn't works at 100% with the 64bits wine version, so I recommend to download it on Windows, and then you'll be able to update it with your directories of Battle.net 32bits without any problem. For European players, you need Battle.net, for that, install as allways and then execute:
  46. winetricks corefonts wininet
  47.  
  48. Remember that in order to execute it you'll have to do it at the 'wine64-build' and always put './wine', or it won't work. Ever.
Add Comment
Please, Sign In to add comment