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 09:55] Sean Rhonegames:wine:diablo_2 [2020/03/24 06:31] Sean Rhone
Line 56: Line 56:
   * Hauptmenu -> Deutsch/English   * Hauptmenu -> Deutsch/English
   * OpenGL-infos -> Query OpenGL-infos   * OpenGL-infos -> Query OpenGL-infos
 +
   * settings -> [x] captured mouse   * settings -> [x] captured mouse
   * settings -> [x] desktopresolution   * settings -> [x] desktopresolution
 +
   * renderer -> 108 MB texture-memory   * renderer -> 108 MB texture-memory
   * renderer -> 4096x4096 buffer-texture-size   * renderer -> 4096x4096 buffer-texture-size
Line 63: Line 65:
   * renderer -> [x] bilinear filtering   * renderer -> [x] bilinear filtering
   * renderer -> [x] keep desktop composition   * renderer -> [x] keep desktop composition
 +
   * Extensions -> [x] WGL_ARB_render_texture   * Extensions -> [x] WGL_ARB_render_texture
   * renderer -> [x] supersampling   * renderer -> [x] supersampling
-  * Test ((ideally should allow gamma adjustments (click and drag on color bars) and maintain 60 fps))+ 
 +  * Test ((ideally should allow gamma adjustments (click and drag on color bars) and maintain 60fps))
   * Quit   * Quit
  
Line 82: Line 86:
   * **captured mouse** enabled is required to prevent the cursor from "going offscreen" on the right-side of the D2 window   * **captured mouse** enabled is required to prevent the cursor from "going offscreen" on the right-side of the D2 window
   * **keep desktop composition** prevents dwmapi-related stub/fixme errors from appearing; I don't believe it has any actual visible effect either way   * **keep desktop composition** prevents dwmapi-related stub/fixme errors from appearing; I don't believe it has any actual visible effect either way
 +  * When using Intel UHD 630 graphics, using Iris/Gallum driver and disabling Vsync provides the highest and most-consistent FPS above 144
  
 ====== Desktop Launcher ====== ====== Desktop Launcher ======
Line 105: 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 116: 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