Skip to content

Commit

Permalink
Update Unreal Tournament 99 (Steam).bat
Browse files Browse the repository at this point in the history
  • Loading branch information
Espionage724 authored Nov 7, 2024
1 parent ead73d2 commit 9ebb620
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions Compat Flags/Unreal Tournament 99 (Steam).bat
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Layers" /v "C:\Program Files (x86)\Steam\steamapps\common\Unreal Tournament\System\UnrealTournament.exe" /t "REG_SZ" /d "~ DISABLEDXMAXIMIZEDWINDOWEDMODE HIGHDPIAWARE DISABLEDWM DISABLETHEMES" /f
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\UnrealTournament.exe" /v "UseLargePages" /t "REG_DWORD" /d "1" /f
:: Steam
:: https://store.steampowered.com/app/13240/Unreal_Tournament_Game_of_the_Year_Edition/

reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Layers" /v "%ProgramFiles(x86)%\Steam\steamapps\common\Unreal Tournament\System\UnrealTournament.exe" /t "REG_SZ" /d "~ DISABLEDXMAXIMIZEDWINDOWEDMODE HIGHDPIAWARE DISABLEDWM DISABLETHEMES" /f
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\UnrealTournament.exe" /v "UseLargePages" /t "REG_DWORD" /d "1" /f

:: End

0 comments on commit 9ebb620

Please sign in to comment.