ACE COMBAT™ ASSAULT HORIZON Enhanced Edition

ACE COMBAT™ ASSAULT HORIZON Enhanced Edition

評價次數不足
[Fix] First-Time Setup
由 weniard 發表
Use this guide if you have "First-Time Setup" installation every time you start the game.
   
獎勵
加入最愛
已加入最愛
移除最愛
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 則留言
weniard  [作者] 2022 年 7 月 4 日 下午 5:52 
@Bl00dyDruid it fixes the first time setup every time you launch the game.
Bl00dyDruid 2022 年 6 月 28 日 下午 7:04 
what does this do?
dns 2021 年 12 月 17 日 上午 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