User Tools

Site Tools


games:windows:devilutionx

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:windows:devilutionx [2026/03/03 14:12] Sean Rhonegames:windows:devilutionx [2026/05/24 22:27] (current) – [Block] Sean Rhone
Line 19: Line 19:
 ====== MPQs ====== ====== MPQs ======
  
-****+  Required: ''DIABDAT.MPQ'' 
 +  Hellfire: ''hellfire.mpq'', ''hfmonk.mpq'', ''hfmusic.mpq'', ''hfvoice.mpq''
  
   "%SystemRoot%\explorer.exe" "%ProgramFiles%\devilutionx"   "%SystemRoot%\explorer.exe" "%ProgramFiles%\devilutionx"
 +
 +  DIR /B "%ProgramFiles%\devilutionx\*.mpq"
  
 ====== Scripts ====== ====== Scripts ======
 +
 +  MKDIR "%ProgramFiles%\devilutionx\scripts"
 +
 +  "%SystemRoot%\explorer.exe" "%ProgramFiles%\devilutionx\scripts"
  
 ===== Save Data Back-up ===== ===== Save Data Back-up =====
  
-  "%SystemRoot%\System32\notepad.exe" "%ProgramFiles%\devilutionx\DevilutionX-save-backup.bat"+  "%SystemRoot%\System32\notepad.exe" "%ProgramFiles%\devilutionx\scripts\save-backup.bat"
  
 <code> <code>
Line 40: Line 47:
 :: End</code> :: End</code>
  
-  "%ProgramFiles%\devilutionx\DevilutionX-save-backup.bat"+  "%ProgramFiles%\devilutionx\scripts\save-backup.bat"
  
 ====== Firewall ====== ====== Firewall ======
Line 48: Line 55:
 **** ****
  
-  "%SystemRoot%\System32\netsh.exe" advfirewall firewall add rule name="DevilutionX" dir="in" action="block" profile="any" program="%ProgramFiles%\devilutionx\devilutionx.exe" && "%SystemRoot%\System32\netsh.exe" advfirewall firewall add rule name="DevilutionX" dir="out" action="block" profile="any" program="%ProgramFiles%\devilutionx\devilutionx.exe"+  "%SystemRoot%\System32\netsh.exe" advfirewall firewall add rule name="DevilutionX" dir="in" action="block" profile="any" program="%ProgramFiles%\devilutionx\devilutionx.exe" & "%SystemRoot%\System32\netsh.exe" advfirewall firewall add rule name="DevilutionX" dir="out" action="block" profile="any" program="%ProgramFiles%\devilutionx\devilutionx.exe"
  
 ===== Delete Rules ===== ===== Delete Rules =====
Line 55: Line 62:
  
   "%SystemRoot%\System32\netsh.exe" advfirewall firewall delete rule name="DevilutionX"   "%SystemRoot%\System32\netsh.exe" advfirewall firewall delete rule name="DevilutionX"
 +
 +====== Settings ======
 +
 +  * Graphics -> Fit To Screen: Off
 +  * Graphics -> Scaling Quality: Nearest Pixel
 +  * Audio -> Sample Rate: 48000
 +  * Gameplay -> Randomize Quests: Off
  
 ====== Launcher Shortcuts ====== ====== Launcher Shortcuts ======
Line 80: Line 94:
 ==== Save Backup ==== ==== Save Backup ====
  
-  "%ProgramFiles%\devilutionx\DevilutionX-save-backup.bat"+  "%ProgramFiles%\devilutionx\scripts\save-backup.bat"
  
   Save Back-up   Save Back-up
Line 109: Line 123:
 ====== Compat Settings ====== ====== Compat Settings ======
  
-  "%SystemRoot%\System32\reg.exe"ADD "HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Layers" /v "%ProgramFiles%\devilutionx\devilutionx.exe" /t "REG_SZ" /d "~ HIGHDPIAWARE" /f+  "%SystemRoot%\System32\reg.exe" ADD "HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Layers" /v "%ProgramFiles%\devilutionx\devilutionx.exe" /t "REG_SZ" /d "DISABLEDXMAXIMIZEDWINDOWEDMODE HIGHDPIAWARE DISABLEDWM DISABLETHEMES NoDTToDITMouseBatch" /f
  
   "%SystemRoot%\System32\reg.exe" ADD "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\devilutionx.exe" /v "UseLargePages" /t "REG_DWORD" /d "1" /f   "%SystemRoot%\System32\reg.exe" ADD "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\devilutionx.exe" /v "UseLargePages" /t "REG_DWORD" /d "1" /f
  
/srv/www/wiki/data/attic/games/windows/devilutionx.1772565154.txt.gz · Last modified: by Sean Rhone

Except where otherwise noted, content on this wiki is licensed under the following license: CC0 1.0 Universal
CC0 1.0 Universal Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki