ACE COMBAT™ ASSAULT HORIZON Enhanced Edition

ACE COMBAT™ ASSAULT HORIZON Enhanced Edition

Ei tarpeeksi arvosteluja
[Fix] First-Time Setup
Tekijältä weniard
Use this guide if you have "First-Time Setup" installation every time you start the game.
   
Palkinto
Lisää suosikkeihin
Lisätty suosikkeihin
Poista suosikeista
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 kommenttia
weniard  [tekijä] 4.7.2022 klo 17.52 
@Bl00dyDruid it fixes the first time setup every time you launch the game.
Bl00dyDruid 28.6.2022 klo 19.04 
what does this do?
dns 17.12.2021 klo 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