ACE COMBAT™ ASSAULT HORIZON Enhanced Edition

ACE COMBAT™ ASSAULT HORIZON Enhanced Edition

Otillräckligt med betyg
[Fix] First-Time Setup
Av weniard
Use this guide if you have "First-Time Setup" installation every time you start the game.
   
Utmärkelse
Favorit
Favoritmarkerad
Avfavoritmarkerad
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 kommentarer
weniard  [skapare] 4 jul, 2022 @ 17:52 
@Bl00dyDruid it fixes the first time setup every time you launch the game.
Bl00dyDruid 28 jun, 2022 @ 19:04 
what does this do?
dns 17 dec, 2021 @ 7:28 
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