User Tools

Site Tools


games:wine:diablo_2

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:diablo_2 [2020/01/19 10:42] Sean Rhonegames:wine:diablo_2 [2020/03/24 06:31] Sean Rhone
Line 110: Line 110:
 Path=/home/CHANGEME/Wine Prefixes/Diablo II/drive_c/Program Files/Diablo II Path=/home/CHANGEME/Wine Prefixes/Diablo II/drive_c/Program Files/Diablo II
 Icon=CFF8_Diablo II.0 Icon=CFF8_Diablo II.0
-Actions=Kill;Glide;Saves;+Actions=Kill;Glide;Saves;Notes;
  
 [Desktop Action Kill] [Desktop Action Kill]
 Exec=env WINEPREFIX='/home/CHANGEME/Wine Prefixes/Diablo II' wineserver -k Exec=env WINEPREFIX='/home/CHANGEME/Wine Prefixes/Diablo II' wineserver -k
-Name=Force-close+Name=Force-close Diablo II
  
 [Desktop Action Glide] [Desktop Action Glide]
Line 121: Line 121:
  
 [Desktop Action Saves] [Desktop Action Saves]
-Exec=gio open 'https://wiki.realmofespionage.xyz/games:wine:diablo_2#saved_games_data+StartupNotify=false 
-Name=Save Data Management Commands</code>+Exec='/home/CHANGEME/Wine Prefixes/Diablo II/save-backup.sh' 
 +Name=Save Data Back-up 
 + 
 +[Desktop Action Notes] 
 +StartupNotify=false 
 +Exec=gio open 'https://wiki.realmofespionage.xyz/games:wine:diablo_2' 
 +Name=Installation Notes</code>
  
   sed -i 's/'CHANGEME'/'$USER'/g' ~/'.local/share/applications/wine/Programs/Diablo II/Diablo II: Lord of Destruction.desktop'   sed -i 's/'CHANGEME'/'$USER'/g' ~/'.local/share/applications/wine/Programs/Diablo II/Diablo II: Lord of Destruction.desktop'
 +
 +===== Save Data Back-up Script =====
 +
 +  nano ~/'Wine Prefixes/Diablo II/save-backup.sh' && chmod +x ~/'Wine Prefixes/Diablo II/save-backup.sh'
 +
 +<code>
 +#!/bin/sh
 +
 +ls ~/'Wine Prefixes/Diablo II/drive_c/users/'$USER'/Saved Games/Diablo II'
 +tar -cvzf ~/'Downloads/'$(date +%Y-%m-%d)'-manual-D2-Saves.tar.gz' -C ~/'Wine Prefixes/Diablo II/drive_c/users/'$USER'/Saved Games' 'Diablo II'
 +sync
 +notify-send 'Diablo II save data has been successfully archived and placed in the Downloads folder.'</code>
  
 ====== Quick Commands ====== ====== Quick Commands ======
/var/www/wiki/data/pages/games/wine/diablo_2.txt · Last modified: 2024/03/06 22:45 by Sean Rhone