Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision |
games:windows:halo_1_ce [2025/08/04 03:38] – Sean Rhone | games:windows:halo_1_ce [2025/09/11 06:43] (current) – external edit 127.0.0.1 |
---|
====== Compat Settings ====== | ====== Compat Settings ====== |
| |
**** | REG ADD "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Layers" /v "%ProgramFiles(x86)%\Microsoft Games\Halo\halo.exe" /t "REG_SZ" /d "~ DISABLEDXMAXIMIZEDWINDOWEDMODE HIGHDPIAWARE DISABLEDWM DISABLETHEMES NoDTToDITMouseBatch" /f |
| |
REG ADD "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\halo.exe" /v "UseLargePages" /t "REG_DWORD" /d "1" /f | REG ADD "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\halo.exe" /v "UseLargePages" /t "REG_DWORD" /d "1" /f |
| |
====== Sound ====== | ====== Scripts ====== |
| |
===== DSOAL ===== | ===== Save Data Back-up ===== |
| |
* https://github.com/kcat/dsoal/releases/download/latest-master/DSOAL.zip | "notepad.exe" "%ProgramFiles(x86)%\Microsoft Games\Halo\Halo-Classic-save-backup.bat" |
* https://github.com/kcat/dsoal | |
* Last tested: ''DSOAL_r661.zip'' | |
| |
DSOAL\Win32 | <code> |
| @echo off |
| |
"explorer.exe" "%ProgramFiles(x86)%\Microsoft Games\Halo" | "tar.exe" -czf "%UserProfile%\Downloads\%RANDOM%-Halo-Classic-Saves.tar.gz" -C "%UserProfile%\Documents\My Games\Halo" "savegames" |
| |
DIR "%ProgramFiles(x86)%\Microsoft Games\Halo\dsoal-aldrv.dll" "%ProgramFiles(x86)%\Microsoft Games\Halo\dsound.dll" | :: End</code> |
| |
==== alsoft.ini ==== | |
| |
"notepad.exe" "%ProgramFiles(x86)%\Microsoft Games\Halo\alsoft.ini" | |
| |
<code> | |
resampler = bsinc24 | |
stereo-mode = speakers | |
| |
# End</code> | "%ProgramFiles(x86)%\Microsoft Games\Halo\Halo-Classic-save-backup.bat" |
| |