User Tools

Site Tools


games:wine:world_of_warcraft_classic

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
Next revisionBoth sides next revision
games:wine:world_of_warcraft_classic [2019/08/12 21:34] – [High-Quality Icon] Sean Rhonegames:wine:world_of_warcraft_classic [2019/08/12 21:37] Sean Rhone
Line 155: Line 155:
   * 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))   * 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 Classic/World of Warcraft Classic.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 Classic/World of Warcraft Classic.desktop'
Line 164: Line 165:
 **** ****
  
-  WINEPREFIX=~/'Wine Prefixes/World of Warcraft' winecfg+  WINEPREFIX=~/'Wine Prefixes/World of Warcraft Classic' winecfg
  
 ===== Winetricks ===== ===== Winetricks =====
Line 170: Line 171:
 **** ****
  
-  WINEPREFIX=~/'Wine Prefixes/World of Warcraft' winetricks+  WINEPREFIX=~/'Wine Prefixes/World of Warcraft Classic' winetricks
  
 ===== Registry Editor ===== ===== Registry Editor =====
Line 176: Line 177:
 **** ****
  
-  WINEPREFIX=~/'Wine Prefixes/World of Warcraft' regedit+  WINEPREFIX=~/'Wine Prefixes/World of Warcraft Classic' regedit
  
 ===== Kill ===== ===== Kill =====
Line 182: Line 183:
 **** ****
  
-  WINEPREFIX=~/'Wine Prefixes/World of Warcraft' wineserver -k+  WINEPREFIX=~/'Wine Prefixes/World of Warcraft Classic' wineserver -k
  
 ===== Execute ===== ===== Execute =====
Line 190: Line 191:
 **** ****
  
-  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 Classic/drive_c/Program Files (x86)/Battle.net' && WINEPREFIX=~/'Wine Prefixes/World of Warcraft Classic' wine ~/'Wine Prefixes/World of Warcraft Classic/drive_c/Program Files (x86)/Battle.net/Battle.net Launcher.exe'
  
 ==== World of Warcraft (Battle.net App) ==== ==== World of Warcraft (Battle.net App) ====
Line 196: Line 197:
 **** ****
  
-  cd ~/'Wine Prefixes/World of Warcraft/drive_c/Program Files (x86)/World of Warcraft' && WINEPREFIX=~/'Wine Prefixes/World of Warcraft' wine ~/'Wine Prefixes/World of Warcraft/drive_c/Program Files (x86)/World of Warcraft/World of Warcraft Launcher.exe'+  cd ~/'Wine Prefixes/World of Warcraft Classic/drive_c/Program Files (x86)/World of Warcraft' && WINEPREFIX=~/'Wine Prefixes/World of Warcraft Classic' wine ~/'Wine Prefixes/World of Warcraft Classic/drive_c/Program Files (x86)/World of Warcraft/World of Warcraft Launcher.exe'
  
 ==== World of Warcraft ==== ==== World of Warcraft ====
Line 202: Line 203:
 **** ****
  
-  cd ~/'Wine Prefixes/World of Warcraft/drive_c/Program Files (x86)/World of Warcraft' && +  cd ~/'Wine Prefixes/World of Warcraft Classic/drive_c/Program Files (x86)/World of Warcraft/_classic_' && 
  
-  DXVK_HUD='devinfo,fps,memory,version' +  DXVK_HUD='all'
- +
-  DXVK_USE_PIPECOMPILER='1'+
  
   WINEDEBUG='-all'   WINEDEBUG='-all'
  
-  WINEPREFIX=~/'Wine Prefixes/World of Warcraft' wine ~/'Wine Prefixes/World of Warcraft/drive_c/Program Files (x86)/World of Warcraft/Wow-64.exe'+  WINEPREFIX=~/'Wine Prefixes/World of Warcraft Classic' wine ~/'Wine Prefixes/World of Warcraft Classic/drive_c/Program Files (x86)/World of Warcraft/_classic_/Wow.exe'
  
 ===== File Manager ===== ===== File Manager =====
Line 218: Line 217:
 **** ****
  
-  gio open ~/'Wine Prefixes/World of Warcraft/drive_c/Program Files (x86)/World of Warcraft'+  gio open ~/'Wine Prefixes/World of Warcraft Classic/drive_c/Program Files (x86)/World of Warcraft/_classic_'
  
 ==== AddOns ==== ==== AddOns ====
Line 224: Line 223:
 **** ****
  
-  gio open ~/'Wine Prefixes/World of Warcraft/drive_c/Program Files (x86)/World of Warcraft/AddOns'+  gio open ~/'Wine Prefixes/World of Warcraft Classic/drive_c/Program Files (x86)/World of Warcraft/_classic_/AddOns'