User Tools

Site Tools


games:linux: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
games:linux:wine:diablo_2 [2024/12/31 01:15] Sean Rhonegames:linux:wine:diablo_2 [2024/12/31 01:27] (current) Sean Rhone
Line 37: Line 37:
 ===== Glide Wrapper ===== ===== Glide Wrapper =====
  
-  TODO: Local file commands like above+**** 
 + 
 +  unzip -o ~/'Downloads/Diablo II/gl32ogl14e.zip' 'glide3x.dll' 'glide-init.exe' -d ~/'.wine/Diablo II/drive_c/Program Files (x86)/Diablo II' && sync
  
 ==== Online ==== ==== Online ====
Line 43: Line 45:
   * The following command expects ''gl32ogl14e.zip'' (1.4e) to exist at http://www.svenswrapper.de/gl32ogl14e.zip   * The following command expects ''gl32ogl14e.zip'' (1.4e) to exist at http://www.svenswrapper.de/gl32ogl14e.zip
  
-  wget -O '/tmp/gl32ogl14e.zip' 'http://www.svenswrapper.de/gl32ogl14e.zip' && md5sum '/tmp/gl32ogl14e.zip' | grep '1c65a0150665f715ce0fc0a23885c6b8' && unzip '/tmp/gl32ogl14e.zip' 'glide3x.dll' 'glide-init.exe' -d ~/'.wine/Diablo II/drive_c/Program Files/Diablo II' && rm -f '/tmp/gl32ogl14e.zip' && sync+  wget -O '/tmp/gl32ogl14e.zip' 'http://www.svenswrapper.de/gl32ogl14e.zip' && md5sum '/tmp/gl32ogl14e.zip' | grep '1c65a0150665f715ce0fc0a23885c6b8' && unzip -o '/tmp/gl32ogl14e.zip' 'glide3x.dll' 'glide-init.exe' -d ~/'.wine/Diablo II/drive_c/Program Files/Diablo II' && rm -f '/tmp/gl32ogl14e.zip' && sync
  
 ===== Clean Up ===== ===== Clean Up =====
Line 49: Line 51:
 **** ****
  
-  rm -R ~/'Downloads/Diablo II' ~/'Desktop/Diablo II - Lord of Destruction.desktop' && sync+  rm -R ~/'Downloads/Diablo II' && sync
  
 ====== Glide Wrapper ====== ====== Glide Wrapper ======
Line 57: Line 59:
  
   * settings -> [x] captured mouse   * settings -> [x] captured mouse
-  * settings -> ''76.9 fps'' fps-limit+  * settings -> ''no'' fps-limit or close-to display Hz Zink
   * settings -> [x] desktopresolution   * settings -> [x] desktopresolution
  
Line 66: Line 68:
   * renderer -> [x] keep desktop composition   * renderer -> [x] keep desktop composition
  
-  * Extensions -> [ ] WGL_ARB_render_texture (checking usually causes Test to crash) +  * :!: Extensions -> [x] WGL_ARB_render_texture ((2024/12/31: Crashes on Intel UHD 630; allows ''supersampling''))
-  * renderer -> [x] supersampling (requires ''WGL_ARB_render_texture'')+
  
   * 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 60+ fps))
Line 80: Line 81:
 **** ****
  
-  cd ~/'.wine/Diablo II/drive_c/Program Files/Diablo II' && MESA_SHADER_CACHE_DIR=~/'.wine/Diablo II' WINEPREFIX=~/'.wine/Diablo II' mesa_glthread='false' wine ~/'.wine/Diablo II/drive_c/Program Files/Diablo II/glide-init.exe'+  cd ~/'.wine/Diablo II/drive_c/Program Files (x86)/Diablo II' && MESA_SHADER_CACHE_DIR=~/'.wine/Diablo II' WINEPREFIX=~/'.wine/Diablo II' mesa_glthread='false' wine ~/'.wine/Diablo II/drive_c/Program Files (x86)/Diablo II/glide-init.exe'
  
 ===== Reset Settings ===== ===== Reset Settings =====
Line 186: Line 187:
 **** ****
  
-  cd ~/'.wine/Diablo II/drive_c/Program Files/Diablo II' && MESA_SHADER_CACHE_DIR=~/'.wine/Diablo II' mesa_glthread='false' WINEDEBUG='' WINEPREFIX=~/'.wine/Diablo II' wine ~/'.wine/Diablo II/drive_c/Program Files/Diablo II/Diablo II.exe' -3dfx+  cd ~/'.wine/Diablo II/drive_c/Program Files (x86)/Diablo II' && MESA_SHADER_CACHE_DIR=~/'.wine/Diablo II' mesa_glthread='false' WINEDEBUG='' WINEPREFIX=~/'.wine/Diablo II' wine ~/'.wine/Diablo II/drive_c/Program Files (x86)/Diablo II/Diablo II.exe' -3dfx
  
 ==== Zink ==== ==== Zink ====
/srv/www/wiki/data/attic/games/linux/wine/diablo_2.1735625728.txt.gz · Last modified: by Sean Rhone