User Tools

Site Tools


games:windows:halo_1_ce

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
games:windows:halo_1_ce [2025/08/04 02:52] – created Sean Rhonegames:windows:halo_1_ce [2025/09/11 06:43] (current) – external edit 127.0.0.1
Line 1: Line 1:
   * ''halopc-patch-1.0.10.exe''   * ''halopc-patch-1.0.10.exe''
 +
 +  "%ProgramFiles(x86)%\Microsoft Games\Halo\halo.exe"
 +
 +====== 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
 +
 +====== Scripts ======
 +
 +===== Save Data Back-up =====
 +
 +  "notepad.exe" "%ProgramFiles(x86)%\Microsoft Games\Halo\Halo-Classic-save-backup.bat"
 +
 +<code>
 +@echo off
 +
 +"tar.exe" -czf "%UserProfile%\Downloads\%RANDOM%-Halo-Classic-Saves.tar.gz" -C "%UserProfile%\Documents\My Games\Halo" "savegames"
 +
 +:: End</code>
 +
 +  "%ProgramFiles(x86)%\Microsoft Games\Halo\Halo-Classic-save-backup.bat"
 +
/srv/www/wiki/data/attic/games/windows/halo_1_ce.1754290328.txt.gz · Last modified: by Sean Rhone