User Tools

Site Tools


games:wine:world_of_warcraft

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
games:wine:world_of_warcraft [2019/08/14 15:59] Sean Rhonegames:wine:world_of_warcraft [2019/08/14 16:27] – [World of Warcraft] Sean Rhone
Line 25: Line 25:
 ===== Restore World of Warcraft ===== ===== Restore World of Warcraft =====
  
-****+  :!: If on a 120 GB SSD or anything that doesn't have at least ''120GB'' + free space before running this, you need to start the installation of WoW first (below), close the Battle.net application, restore WoW from back-up, run this command, and then initiate a repair from the Battle.net application 
 +  This is needed because the Battle.net application does a free space disk check and won't allow installation if there isn't enough space; WoW is around or a bit larger than half of the available free space on a typical 120GB SSD
  
   rm -Rf ~/'Wine Prefixes/World of Warcraft/drive_c/Program Files (x86)/World of Warcraft' && mv ~/'Downloads/World of Warcraft' ~/'Wine Prefixes/World of Warcraft/drive_c/Program Files (x86)' && sync   rm -Rf ~/'Wine Prefixes/World of Warcraft/drive_c/Program Files (x86)/World of Warcraft' && mv ~/'Downloads/World of Warcraft' ~/'Wine Prefixes/World of Warcraft/drive_c/Program Files (x86)' && sync
Line 32: Line 33:
  
   * Install World of Warcraft   * Install World of Warcraft
-  * Requires 62GB+ free space+  * Requires 60GB+ free space
  
   cd ~/'Wine Prefixes/World of Warcraft/drive_c/Program Files (x86)/Battle.net' && WINEPREFIX=~/'Wine Prefixes/World of Warcraft' wine ~/'Wine Prefixes/World of Warcraft/drive_c/Program Files (x86)/Battle.net/Battle.net Launcher.exe'   cd ~/'Wine Prefixes/World of Warcraft/drive_c/Program Files (x86)/Battle.net' && WINEPREFIX=~/'Wine Prefixes/World of Warcraft' wine ~/'Wine Prefixes/World of Warcraft/drive_c/Program Files (x86)/Battle.net/Battle.net Launcher.exe'
Line 80: Line 81:
   * Create ''Fonts'' folder in WoW root folder   * Create ''Fonts'' folder in WoW root folder
   * Drop fonts into this folder ending in ''.ttf'' and rename to the following   * Drop fonts into this folder ending in ''.ttf'' and rename to the following
 +
 +  gio open '/usr/share/fonts'
  
   ARIALN   ARIALN
Line 148: Line 151:
  
   * 512x512 icon   * 512x512 icon
-  * Only really necessary for desktop environments where an icon size larger than 48x48 is displayed ((GNOME mainly, Budgie also looks a bit nicer but is bearable without; Xfce and MATE use small icons by-default)) 
-  * :!: TODO: What's the source of this icon? 
  
   mkdir -p ~/'.local/share/icons/hicolor/512x512/apps' && wget 'https://i.imgur.com/xZMEiix.png' -O ~/'.local/share/icons/hicolor/512x512/apps/WBE5_Wow.0.png' && sed -i 's/5C12_World of Warcraft Launcher.0/'WBE5_Wow.0'/g' ~/'.local/share/applications/wine/Programs/World of Warcraft/World of Warcraft.desktop'   mkdir -p ~/'.local/share/icons/hicolor/512x512/apps' && wget 'https://i.imgur.com/xZMEiix.png' -O ~/'.local/share/icons/hicolor/512x512/apps/WBE5_Wow.0.png' && sed -i 's/5C12_World of Warcraft Launcher.0/'WBE5_Wow.0'/g' ~/'.local/share/applications/wine/Programs/World of Warcraft/World of Warcraft.desktop'