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
games:wine:world_of_warcraft [2019/05/23 13:02] Sean Rhonegames:wine:world_of_warcraft [2023/06/29 15:28] (current) – removed Sean Rhone
Line 1: Line 1:
-====== Information ====== 
  
-  * World of Warcraft ((https://worldofwarcraft.com)) 
-  * Battle.net App ((http://us.battle.net/en/app)) 
-  * 64-bit 
-  * [[https://appdb.winehq.org/objectManager.php?sClass=application&iId=1922|WineHQ AppDB]] 
- 
-===== Prerequisites ===== 
- 
-  * [[distros:fedora_workstation_gnome | Fedora Workstation]] 
- 
-===== Notes ===== 
- 
-  * As long as WoW support Windows 7, D3D11 should be supported, in which case DXVK should continue to work 
- 
-====== Install ====== 
- 
-===== Battle.net App ===== 
- 
-  * Install to default directory when prompted ((C:/Program Files (x86)/Battle.net)) 
-  * [ ] Launch Battle.net when you start your computer 
-  * Log-in 
-  * Close 
- 
-  mkdir -p ~/'Wine Prefixes' && wget 'https://eu.battle.net/download/getInstaller?os=win&installer=Battle.net-Setup.exe' -O ~/'Downloads/Battle.net-Setup.exe' && WINEPREFIX=~/'Wine Prefixes/World of Warcraft' WINEARCH='win64' wine ~/'Downloads/Battle.net-Setup.exe' 
- 
-===== Restore World of Warcraft ===== 
- 
-**** 
- 
-  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 
- 
-===== World of Warcraft ===== 
- 
-  * Install World of Warcraft 
-  * Requires 52GB+ free space ((if after restoring the WoW folder above there isn't enough free space to start the install, remove the folder, start the install, and then restore the WoW folder; only a potential issue on a 120GB SSD)) 
-  * Close Battle.net App once WoW download begins 
- 
-  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' 
- 
-===== Clean Up ===== 
- 
-**** 
- 
-  rm -rf ~/'Downloads/Battle.net-Setup.exe' ~/'Desktop/Battle.net.desktop' ~/'Desktop/World of Warcraft.desktop' && sync 
- 
-====== DXVK ====== 
- 
-===== Information ===== 
- 
-  * https://github.com/doitsujin/dxvk 
- 
-  * D3D11 to Vulkan 
- 
-===== Download ===== 
- 
-  * https://github.com/doitsujin/dxvk/releases 
- 
-===== Install ===== 
- 
-**** 
- 
-  rm -rf '/tmp/dxvk-'* && cd '/tmp' && tar -xvzf ~/'Downloads/dxvk-'*'.tar.gz' && cd ~ && WINEPREFIX=~/'Wine Prefixes/World of Warcraft' '/tmp/dxvk-'*'/setup_dxvk.sh' install && rm -rf '/tmp/dxvk-'* && sync 
- 
-====== AddOns ====== 
- 
-===== Folder ===== 
- 
-**** 
- 
-  mkdir -p ~/'Wine Prefixes/World of Warcraft/drive_c/Program Files (x86)/World of Warcraft/Interface/AddOns' && gio open ~/'Wine Prefixes/World of Warcraft/drive_c/Program Files (x86)/World of Warcraft/Interface/AddOns' 
- 
-===== Details! ===== 
- 
-  * https://wow.curseforge.com/projects/details 
- 
-===== Storyline ===== 
- 
-  * https://wow.curseforge.com/projects/storyline 
- 
-===== Overachiever ===== 
- 
-  * https://wow.curseforge.com/projects/overachiever 
- 
-====== Settings ====== 
- 
-===== Fonts ===== 
- 
-  * Create ''Fonts'' folder in WoW root folder 
-  * Drop fonts into this folder ending in ''.ttf'' and rename to the following 
- 
-  ARIALN 
- 
-  FRIENDS 
- 
-  FRIZQT__ 
- 
-  MORPHEUS 
- 
-  skurri 
- 
-===== CVars ===== 
- 
-==== WeatherDensity ==== 
- 
-  * http://wowwiki.wikia.com/wiki/CVar_weatherDensity 
- 
-  /console WeatherDensity 3 
- 
-==== violenceLevel ==== 
- 
-  * http://wowwiki.wikia.com/wiki/CVar_violenceLevel 
- 
-  /console violenceLevel 5 
- 
-====== Desktop Launcher ====== 
- 
-===== Initial ===== 
- 
-**** 
- 
-  rm -Rf ~/'.local/share/applications/wine/Programs/Battle.net' ~/'.local/share/applications/wine/Programs/World of Warcraft' && mkdir -p ~/'.local/share/applications/wine/Programs/World of Warcraft' 
- 
-===== World of Warcraft (Battle.net App) ===== 
- 
-  nano ~/'.local/share/applications/wine/Programs/World of Warcraft/World of Warcraft.desktop' 
- 
-<code> 
-[Desktop Entry] 
-Name=World of Warcraft 
-Comment=TODO 
-Categories=Game;AdventureGame;RolePlaying 
-Exec=env WINEDEBUG=-all WINEPREFIX='/home/CHANGEME/Wine Prefixes/World of Warcraft' wine '/home/CHANGEME/Wine Prefixes/World of Warcraft/drive_c/Program Files (x86)/World of Warcraft/World of Warcraft Launcher.exe' 
-Type=Application 
-StartupNotify=true 
-Path=/home/CHANGEME/Wine Prefixes/World of Warcraft/drive_c/Program Files (x86)/World of Warcraft 
-Icon=5C12_World of Warcraft Launcher.0 
-Actions=Kill;Cache; 
- 
-[Desktop Action Kill] 
-Exec=env WINEPREFIX='/home/CHANGEME/Wine Prefixes/World of Warcraft' wineserver -k 
-Name=Force-close 
- 
-[Desktop Action Cache] 
-Exec=bash -c "rm -Rf ~/'Wine Prefixes/World of Warcraft/drive_c/Program Files (x86)/World of Warcraft/Cache' ~/'Wine Prefixes/World of Warcraft/drive_c/Program Files (x86)/World of Warcraft/Logs' ~/'Wine Prefixes/World of Warcraft/drive_c/windows/temp/'* ~/'Wine Prefixes/World of Warcraft/drive_c/users/'$USER'/Temp/'* && sync" 
-Name=Cache Clean-up</code> 
- 
-  sed -i 's/'CHANGEME'/'$USER'/g' ~/'.local/share/applications/wine/Programs/World of Warcraft/World of Warcraft.desktop' 
- 
-==== High-Quality 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)) 
- 
-  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' 
- 
-====== Quick Commands ====== 
- 
-===== Winecfg ===== 
- 
-**** 
- 
-  WINEPREFIX=~/'Wine Prefixes/World of Warcraft' winecfg 
- 
-===== Winetricks ===== 
- 
-**** 
- 
-  WINEPREFIX=~/'Wine Prefixes/World of Warcraft' winetricks 
- 
-===== Registry Editor ===== 
- 
-**** 
- 
-  WINEPREFIX=~/'Wine Prefixes/World of Warcraft' regedit 
- 
-===== Kill ===== 
- 
-**** 
- 
-  WINEPREFIX=~/'Wine Prefixes/World of Warcraft' wineserver -k 
- 
-===== Execute ===== 
- 
-==== Battle.net App ==== 
- 
-**** 
- 
-  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' 
- 
-==== World of Warcraft (Battle.net App) ==== 
- 
-**** 
- 
-  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' 
- 
-==== World of Warcraft ==== 
- 
-**** 
- 
-  cd ~/'Wine Prefixes/World of Warcraft/drive_c/Program Files (x86)/World of Warcraft' &&  
- 
-  DXVK_HUD='devinfo,fps,memory,version' 
- 
-  DXVK_USE_PIPECOMPILER='1' 
- 
-  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' 
- 
-===== File Manager ===== 
- 
-==== Root ==== 
- 
-**** 
- 
-  gio open ~/'Wine Prefixes/World of Warcraft/drive_c/Program Files (x86)/World of Warcraft' 
- 
-==== AddOns ==== 
- 
-**** 
- 
-  gio open ~/'Wine Prefixes/World of Warcraft/drive_c/Program Files (x86)/World of Warcraft/AddOns' 
/var/www/wiki/data/attic/games/wine/world_of_warcraft.1558630969.txt.gz · Last modified: 2019/05/23 13:02 by Sean Rhone