User Tools

Site Tools


games:wine:grim_dawn

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:grim_dawn [2018/01/06 14:19] – [Root] Sean Rhonegames:wine:grim_dawn [2019/11/03 18:53] – WIP Sean Rhone
Line 1: Line 1:
 +====== Information ======
  
 +  * [[https://www.grimdawn.com/|Grim Dawn]]
 +  * [[https://www.gog.com/game/grim_daw|GOG.com]]
 +  * 64-bit
 +  * [[https://appdb.winehq.org/objectManager.php?sClass=application&iId=15568|WineHQ AppDB]]
 +  * [[https://www.protondb.com/app/219990|ProtonDB]]
 +
 +===== Prerequisites =====
 +
 +  * [[distros:fedora_workstation_gnome|Fedora Workstation]]
 +  * [[notes:wine|Wine]]
 +
 +====== Install ======
 +
 +===== GOG.com =====
 +
 +  * Install to default directory when prompted ((C:\GOG Games\Grim Dawn))
 +
 +  mkdir -p ~/'Wine Prefixes' && WINEPREFIX=~/'Wine Prefixes/Grim Dawn' WINEARCH='win64' wine ~/'Downloads/Grim Dawn/setup_grim_dawn_'*'.exe'
 +
 +===== Clean Up =====
 +
 +****
 +
 +  rm -rf ~/'Downloads/Grim Dawn' ~/'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/Grim Dawn' '/tmp/dxvk-'*'/setup_dxvk.sh' install && rm -rf '/tmp/dxvk-'* && mkdir -p ~/'Wine Prefixes/Grim Dawn'/dxvk_state_cache' && sync
 +
 +====== Settings ======
 +
 +===== Fonts =====
 +
 +==== Information ====
 +
 +  * Create ''Fonts'' folder in WoW root folder
 +  * Drop fonts into this folder ending in ''.ttf'' and rename to the following
 +
 +  gio open '/usr/share/fonts'
 +
 +  ARIALN
 +
 +  FRIENDS
 +
 +  FRIZQT__
 +
 +  MORPHEUS
 +
 +  skurri
 +
 +==== Folder ====
 +
 +****
 +
 +  mkdir -p ~/'Wine Prefixes/World of Warcraft/drive_c/Program Files (x86)/World of Warcraft/_retail_/Fonts' && gio open ~/'Wine Prefixes/World of Warcraft/drive_c/Program Files (x86)/World of Warcraft/_retail_/Fonts'
 +
 +===== 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=Azeroth paid a terrible price to end the apocalyptic march of the Legion’s crusade—but even as the world’s wounds are tended, it is the shattered trust between the Alliance and Horde that may prove hardest to mend.
 +Categories=Game;AdventureGame;RolePlaying
 +Exec=env DXVK_LOG_LEVEL='none' DXVK_STATE_CACHE_PATH='/home/CHANGEME/Wine Prefixes/World of Warcraft/dxvk_state_cache' MESA_GLSL_CACHE_DIR='/home/CHANGEME/Wine Prefixes/World of Warcraft' 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/dxvk_state_cache' ~/'Wine Prefixes/World of Warcraft/mesa_shader_cache' ~/'Wine Prefixes/World of Warcraft/drive_c/Program Files (x86)/World of Warcraft/_retail_/Cache' ~/'Wine Prefixes/World of Warcraft/drive_c/Program Files (x86)/World of Warcraft/_retail_/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
 +
 +  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/_retail_' && 
 +
 +  DXVK_HUD='full'
 +
 +  WINEDEBUG='-all'
 +
 +  WINEPREFIX=~/'Wine Prefixes/World of Warcraft' wine ~/'Wine Prefixes/World of Warcraft/drive_c/Program Files (x86)/World of Warcraft/_retail_/Wow.exe'
 +
 +===== File Manager =====
 +
 +==== Root ====
 +
 +****
 +
 +  gio open ~/'Wine Prefixes/World of Warcraft/drive_c/Program Files (x86)/World of Warcraft/_retail_'
 +
 +==== AddOns ====
 +
 +****
 +
 +  gio open ~/'Wine Prefixes/World of Warcraft/drive_c/Program Files (x86)/World of Warcraft/_retail_/AddOns'
/var/www/wiki/data/pages/games/wine/grim_dawn.txt · Last modified: 2019/11/03 21:27 by Sean Rhone