ACE COMBAT™ ASSAULT HORIZON Enhanced Edition

ACE COMBAT™ ASSAULT HORIZON Enhanced Edition

Not enough ratings
[Fix] First-Time Setup
By weniard
Use this guide if you have "First-Time Setup" installation every time you start the game.
   
Award
Favorite
Favorited
Unfavorite
Registry Editing
1. Navigate to: 'HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Valve\Steam\Apps\228400'.
2. Add REG_DWORD "Live" and "VCRedist" with the value 1 in both.
Notes
1. If you have no experience with 'Regedit' in Windows, this guide isn't recommended for you.
2. I am not responsible for the outcomes of this guide.
3 Comments
weniard  [author] 4 Jul, 2022 @ 5:52pm 
@Bl00dyDruid it fixes the first time setup every time you launch the game.
Bl00dyDruid 28 Jun, 2022 @ 7:04pm 
what does this do?
dns 17 Dec, 2021 @ 7:28am 
save as .bat file and run (ACAH - Pretend dependencies installation.bat):

@echo off
rem Ace Combat Assault Horizon Enhanced Edition
rem Steam keeps doing first installation every time
rem Pretend dependencies installation
reg add HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Valve\Steam\Apps\228400 /v directx /t REG_DWORD /d 1 /f
reg add HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Valve\Steam\Apps\228400 /v live /t REG_DWORD /d 1 /f
reg add HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Valve\Steam\Apps\228400 /v vcredist /t REG_DWORD /d 1 /f