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 revisionBoth sides next revision
games:wine:grim_dawn [2018/01/06 14:19] – [Root] Sean Rhonegames:wine:grim_dawn [2018/01/06 14:22] Sean Rhone
Line 1: Line 1:
 +====== Information ======
  
 +  * Grim Dawn ((http://www.grimdawn.com))
 +  * GOG ((https://www.gog.com))
 +  * 32-bit ((Grim Dawn may get a 64-bit binary in the future since it has a x64 dll folder))
 +
 +===== Prerequisites =====
 +
 +  * [[distros:fedora_workstation_gnome | Fedora Workstation]]
 +
 +===== Notes =====
 +
 +  * Enable Gallium Nine for AMD Open-Source Graphics
 +  * Enable CSMT for NVIDIA Proprietary Graphics
 +
 +====== Install ======
 +
 +===== Grim Dawn =====
 +
 +  * Expects a ''.7z'' archive at ''~/Downloads'' containing the setup executable and data bin files
 +  * Install to default directory when prompted
 +  * May present various errors at the end of installation due to VC++ Redist installation, these are safe to ignore
 +
 +  mkdir -p ~/'Wine Prefixes' ~/'Downloads/Grim Dawn' && cd ~/'Downloads/Grim Dawn' && 7za x ~/'Downloads/setup_grim_dawn_'*'.7z' && sync && WINEPREFIX=~/'Wine Prefixes/Grim Dawn' WINEARCH='win32' winetricks --unattended 'vcrun2010' 'vcrun2012' 'vcrun2015' && sync && WINEPREFIX=~/'Wine Prefixes/Grim Dawn' wine ~/'Downloads/Grim Dawn/setup_grim_dawn'*'.exe'
 +
 +===== Sandbox =====
 +
 +****
 +
 +  WINEPREFIX=~/'Wine Prefixes/Grim Dawn' winetricks 'sandbox'
 +
 +===== CSMT/Gallium Nine =====
 +
 +****
 +
 +  WINEPREFIX=~/'Wine Prefixes/Grim Dawn' winecfg
 +
 +===== Clean Up =====
 +
 +****
 +
 +  rm -Rf ~/'Downloads/setup_grim_dawn_'*'.7z' ~/'Downloads/Grim Dawn' ~/'Desktop/Grim Dawn.desktop' && sync
 +
 +====== Desktop Launchers ======
 +
 +===== Initial =====
 +
 +****
 +
 +  rm -Rf ~/'.local/share/applications/wine/Programs/GOG.com' && mkdir -p ~/'.local/share/applications/wine/Programs/Grim Dawn'
 +
 +===== Grim Dawn =====
 +
 +  nano ~/'.local/share/applications/wine/Programs/Grim Dawn/Grim Dawn.desktop'
 +
 +<code>
 +[Desktop Entry]
 +Name=Grim Dawn
 +Comment=Enter an apocalyptic fantasy world where humanity is on the brink of extinction, iron is valued above gold and trust is hard earned. This ARPG features complex character development, hundreds of unique items, crafting and quests with choice & consequence.
 +Categories=Game;AdventureGame;RolePlaying
 +Exec=env WINEDEBUG='-all' WINEPREFIX='/home/CHANGEME/Wine Prefixes/Grim Dawn' wine '/home/CHANGEME/Wine Prefixes/Grim Dawn/drive_c/GOG Games/Grim Dawn/Grim Dawn.exe' /d3d9
 +Type=Application
 +StartupNotify=true
 +Path=/home/CHANGEME/Wine Prefixes/Grim Dawn/drive_c/GOG Games/Grim Dawn
 +Icon=FDA1_Grim Dawn.0
 +Actions=Repair;
 +
 +[Desktop Action Repair]
 +Exec=env WINEDEBUG='-all' WINEPREFIX='/home/CHANGEME/Wine Prefixes/Grim Dawn' wine '/home/CHANGEME/Wine Prefixes/Grim Dawn/drive_c/GOG Games/Grim Dawn/Repair.exe'
 +Name=Check and Repair Data</code>
 +
 +  sed -i 's/'CHANGEME'/'$USER'/g' ~/'.local/share/applications/wine/Programs/Grim Dawn/Grim Dawn.desktop'
 +
 +====== Quick Commands ======
 +
 +===== Winecfg =====
 +
 +****
 +
 +  WINEPREFIX=~/'Wine Prefixes/Grim Dawn' winecfg
 +
 +===== Winetricks =====
 +
 +****
 +
 +  WINEPREFIX=~/'Wine Prefixes/Grim Dawn' winetricks
 +
 +===== Registry Editor =====
 +
 +****
 +
 +  WINEPREFIX=~/'Wine Prefixes/Grim Dawn' regedit
 +
 +===== Kill =====
 +
 +****
 +
 +  WINEPREFIX=~/'Wine Prefixes/Grim Dawn' wineserver -k
 +
 +===== Execute =====
 +
 +==== Grim Dawn ====
 +
 +****
 +
 +  cd ~/'Wine Prefixes/Grim Dawn/drive_c/GOG Games/Grim Dawn' && WINEPREFIX=~/'Wine Prefixes/Grim Dawn' wine ~/'Wine Prefixes/Grim Dawn/drive_c/GOG Games/Grim Dawn/Grim Dawn.exe' /d3d9
 +
 +==== Repair ====
 +
 +****
 +
 +  cd ~/'Wine Prefixes/Grim Dawn/drive_c/GOG Games/Grim Dawn' && WINEPREFIX=~/'Wine Prefixes/Grim Dawn' wine ~/'Wine Prefixes/Grim Dawn/drive_c/GOG Games/Grim Dawn/Repair.exe'
 +
 +===== File Manager =====
 +
 +==== Root ====
 +
 +****
 +
 +  gio open ~/'Wine Prefixes/Grim Dawn/drive_c/GOG Games/Grim Dawn'
/var/www/wiki/data/pages/games/wine/grim_dawn.txt · Last modified: 2019/11/03 21:27 by Sean Rhone