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 revision
Previous revision
Next revisionBoth sides next revision
games:wine:diablo_2 [2020/01/19 10:07] – [Glide Wrapper] Sean Rhonegames:wine:diablo_2 [2020/03/24 06:31] Sean Rhone
Line 58: Line 58:
  
   * settings -> [x] captured mouse   * settings -> [x] captured mouse
-  * settings -> [ ] vertical synchronization(VSYNC) 
   * settings -> [x] desktopresolution   * settings -> [x] desktopresolution
  
Line 98: Line 97:
  
 ===== Lord of Destruction ===== ===== Lord of Destruction =====
- 
-  * :!: Remove MESA_LOADER_DRIVER_OVERRIDE='iris' if not using an Intel iGPU that supports the Iris/Gallium driver 
  
   nano ~/'.local/share/applications/wine/Programs/Diablo II/Diablo II: Lord of Destruction.desktop'   nano ~/'.local/share/applications/wine/Programs/Diablo II/Diablo II: Lord of Destruction.desktop'
Line 108: Line 105:
 Comment=Diablo, the Lord of Terror, has fallen to a brave hero beneath the church of Tristram. Now that hero is gone, replaced by a Dark Wanderer who roams the world of Sanctuary leaving death and destruction in his wake. As a hero of humanity, you must face the minions of Diablo’s evil brothers and stop the Dark Wanderer before he fulfills his terrible destiny. The expansion to Diablo II adds a host of new features to the game, including two new playable classes – the shapeshifting Druid and the cunning Assassin. Explore the snowy homeland of the Barbarians, face fiendish new monsters, and arm yourself with thousands of new weapons, armor, and magical items in the fight against Baal, the last of the Prime Evils. Comment=Diablo, the Lord of Terror, has fallen to a brave hero beneath the church of Tristram. Now that hero is gone, replaced by a Dark Wanderer who roams the world of Sanctuary leaving death and destruction in his wake. As a hero of humanity, you must face the minions of Diablo’s evil brothers and stop the Dark Wanderer before he fulfills his terrible destiny. The expansion to Diablo II adds a host of new features to the game, including two new playable classes – the shapeshifting Druid and the cunning Assassin. Explore the snowy homeland of the Barbarians, face fiendish new monsters, and arm yourself with thousands of new weapons, armor, and magical items in the fight against Baal, the last of the Prime Evils.
 Categories=Game;AdventureGame;RolePlaying Categories=Game;AdventureGame;RolePlaying
-Exec=env MESA_GLSL_CACHE_DIR='/home/CHANGEME/Wine Prefixes/Diablo II' MESA_LOADER_DRIVER_OVERRIDE='iris' vblank_mode='0' WINEDEBUG='-all' WINEPREFIX='/home/CHANGEME/Wine Prefixes/Diablo II' wine '/home/CHANGEME/Wine Prefixes/Diablo II/drive_c/Program Files/Diablo II/Diablo II.exe' -3dfx+Exec=env MESA_GLSL_CACHE_DIR='/home/CHANGEME/Wine Prefixes/Diablo II' WINEDEBUG='-all' WINEPREFIX='/home/CHANGEME/Wine Prefixes/Diablo II' wine '/home/CHANGEME/Wine Prefixes/Diablo II/drive_c/Program Files/Diablo II/Diablo II.exe' -3dfx
 Type=Application Type=Application
 StartupNotify=true StartupNotify=true
 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 124: 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