User Tools

Site Tools


games:bsd:wine:diablo_2_classic_1.06b

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:bsd:wine:diablo_2_classic_1.06b [2025/04/01 02:57] Sean Rhonegames:bsd:wine:diablo_2_classic_1.06b [2025/04/02 09:41] (current) Sean Rhone
Line 3: Line 3:
   * Diablo II   * Diablo II
   * Patch 1.06b   * Patch 1.06b
- 
-  * 2025/04/01: WIP 
  
 ===== Media ===== ===== Media =====
Line 21: Line 19:
   * Has [[https://media.realmofespionage.xyz/picture/237/category/13|Flamespike The Crawler]]   * Has [[https://media.realmofespionage.xyz/picture/237/category/13|Flamespike The Crawler]]
  
-====== Mount Discs ======+====== Install ====== 
 + 
 +===== Mount Discs =====
  
   su -   su -
Line 33: Line 33:
   exit   exit
  
-====== Install ======+===== Install =====
  
-===== Create Prefix =====+==== Create Prefix ====
  
 **** ****
Line 41: Line 41:
   mkdir -p ~/'.wine' && WINEPREFIX=~/'.wine/Diablo II Classic' WINEARCH='win32' winecfg /v 'winxp'   mkdir -p ~/'.wine' && WINEPREFIX=~/'.wine/Diablo II Classic' WINEARCH='win32' winecfg /v 'winxp'
  
-===== Mount Discs =====+==== Mount Discs ====
  
   * ''D:\'' -> ''Install''   * ''D:\'' -> ''Install''
Line 55: Line 55:
   /mnt/D2-Play   /mnt/D2-Play
  
-===== Install =====+==== Install ====
  
-  * ''VidTest'' prompt after install may get hidden behind other windows+  * ''VidTest'' window pop-up after install may get hidden behind other windows
  
   WINEPREFIX=~/'.wine/Diablo II Classic' WINEDLLOVERRIDES='winemenubuilder.exe=d' wine 'D:\Setup.exe'   WINEPREFIX=~/'.wine/Diablo II Classic' WINEDLLOVERRIDES='winemenubuilder.exe=d' wine 'D:\Setup.exe'
Line 90: Line 90:
 ===== No-CD ===== ===== No-CD =====
  
-  * Also copy Play disc's ''D2MUSIC.MPQ'' to ''Diablo II'' folder+  mv -fv ~/'Downloads/Diablo II Classic (1.06b)/1.06b/Game.exe~/'.wine/Diablo II Classic/drive_c/Program Files/Diablo II/Game.exe'
  
-  unzip -j -o ~/'Downloads/Diablo II Classic (1.06b)/d2nocd_pack.zip' 'Classic/1.06b/Game.exe' -d ~/'.wine/Diablo II Classic/drive_c/Program Files/Diablo II' +  cp -vf '/mnt/D2-Play/d2music.mpq' ~/'.wine/Diablo II Classic/drive_c/Program Files/Diablo II/d2music.mpq'
- +
-  gio open ~/'.wine/Diablo II Classic/drive_c/Program Files/Diablo II' +
- +
-  ls -la ~/'.wine/Diablo II Classic/drive_c/Program Files/Diablo II/D2MUSIC.MPQ'+
  
 ==== Online ==== ==== Online ====
Line 102: Line 98:
   * https://d2mods.info/forum/viewtopic.php?f=7&t=61484   * https://d2mods.info/forum/viewtopic.php?f=7&t=61484
  
-  md5sum ~/'Downloads/d2nocd_pack.zip' | grep 'aadf35034f29afcdd9c20bb461e4efad' && unzip -j -B -o ~/'Downloads/d2nocd_pack.zip' 'Classic/1.06b/Game.exe' -d ~/'.wine/Diablo II Classic/drive_c/Program Files/Diablo II'+  md5sum ~/'Downloads/d2nocd_pack.zip' | grep 'aadf35034f29afcdd9c20bb461e4efad' && bsdunzip -j -o ~/'Downloads/d2nocd_pack.zip' 'Classic/1.06b/Game.exe' -d ~/'.wine/Diablo II Classic/drive_c/Program Files/Diablo II'
  
 ===== Clean Up ===== ===== Clean Up =====
 +
 +==== Prefix ====
  
   * Remove disc mounts   * Remove disc mounts
Line 110: Line 108:
   WINEPREFIX=~/'.wine/Diablo II Classic' winecfg   WINEPREFIX=~/'.wine/Diablo II Classic' winecfg
  
-  rm -~/'Downloads/Diablo II Classic (1.06b)' && sync+==== Unmount Discs ==== 
 + 
 +  su - 
 + 
 +  umount -d -f -v '/dev/md0' '/dev/md1' '/dev/md2' && sync 
 + 
 +  mdconfig -l -v 
 + 
 +  exit 
 + 
 +==== Files ==== 
 + 
 +**** 
 + 
 +  rm -Rf ~/'Downloads/Diablo II Classic (1.06b)' && sync
  
 ====== Glide Wrapper ====== ====== Glide Wrapper ======
Line 118: Line 130:
  
   * settings -> [x] captured mouse   * settings -> [x] captured mouse
-  * settings -> ''no'' fps-limit 
-  * :!: settings -> ''60 Hz'' refreshrate ((with TCL 55S405 and unchecked ''desktopresolution'' it does 75Hz which causes improper gamma)) 
  
   * renderer -> 108 MB texture-memory   * renderer -> 108 MB texture-memory
/srv/www/wiki/data/attic/games/bsd/wine/diablo_2_classic_1.06b.1743490638.txt.gz · Last modified: by Sean Rhone