Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision |
| games:windows:aoe2_collectors_international [2025/12/14 16:57] – Sean Rhone | games:windows:aoe2_collectors_international [2025/12/25 23:25] (current) – Sean Rhone |
|---|
| ===== Midis ===== | ===== Midis ===== |
| |
| * 7-Zip | * [[windows:10#zip|7-Zip]] |
| |
| Age_of_Empires_II_The_Age_of_Kings_Demo.exe\Sound\midi\ | Age_of_Empires_II_The_Age_of_Kings_Demo.exe\Sound\midi\ |
| * Put files into below | * Put files into below |
| * :!: AoK or Conq files need renamed higher than existing (AoK ''midi8''; Conq ''midi1'' -> ''midi9'', etc) | * :!: AoK or Conq files need renamed higher than existing (AoK ''midi8''; Conq ''midi1'' -> ''midi9'', etc) |
| * Files need to be ''music#.mid'' | * Files need to be ''music#.mid'' (no ''xmidi'') |
| |
| MKDIR "%ProgramFiles(x86)%\Microsoft Games\Age of Empires II\SOUND\Midi" | MKDIR "%ProgramFiles(x86)%\Microsoft Games\Age of Empires II\SOUND\Midi" |
| |
| "%ProgramFiles(x86)%\Microsoft Games\Age of Empires II\age2_x1\age2_x1.exe" NoStartup MidiMusic NOSC 1024 | "%ProgramFiles(x86)%\Microsoft Games\Age of Empires II\age2_x1\age2_x1.exe" NoStartup MidiMusic NOSC 1024 |
| | |
| | ====== Compat Settings ====== |
| | |
| | REG ADD "HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Layers" /v "%ProgramFiles(x86)%\Microsoft Games\Age of Empires\Empires.exe" /t "REG_SZ" /d "~ DISABLEDXMAXIMIZEDWINDOWEDMODE HIGHDPIAWARE DISABLEDWM DISABLETHEMES NoDTToDITMouseBatch" /f |
| | |
| | REG ADD "HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Layers" /v "%ProgramFiles(x86)%\Microsoft Games\Age of Empires\EMPIRESX.EXE" /t "REG_SZ" /d "~ DISABLEDXMAXIMIZEDWINDOWEDMODE HIGHDPIAWARE DISABLEDWM DISABLETHEMES NoDTToDITMouseBatch" /f |
| | |
| | REG ADD "HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Layers" /v "%ProgramFiles(x86)%\Microsoft Games\Age of Empires II\EMPIRES2.EXE" /t "REG_SZ" /d "~ DISABLEDXMAXIMIZEDWINDOWEDMODE HIGHDPIAWARE DISABLEDWM DISABLETHEMES NoDTToDITMouseBatch" /f |
| | |
| | REG ADD "HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Layers" /v "%ProgramFiles(x86)%\Microsoft Games\Age of Empires II\age2_x1\age2_x1.exe" /t "REG_SZ" /d "~ DISABLEDXMAXIMIZEDWINDOWEDMODE HIGHDPIAWARE DISABLEDWM DISABLETHEMES NoDTToDITMouseBatch" /f |
| |