Anonymous edits have been disabled on the wiki. If you want to contribute please login or create an account.

Difference between revisions of "Ace Combat 7: Skies Unknown"

From PCGamingWiki, the wiki about fixing PC games
(15 intermediate revisions by 2 users not shown)
Line 48: Line 48:
 
{{DLC/row| Season Pass | | Windows }}
 
{{DLC/row| Season Pass | | Windows }}
 
}}
 
}}
 +
  
 
==Game data==
 
==Game data==
Line 110: Line 111:
 
|color blind notes          =  
 
|color blind notes          =  
 
}}
 
}}
 +
 +
 +
  
 
==Input settings==
 
==Input settings==
Line 314: Line 318:
 
|udp  =  
 
|udp  =  
 
|upnp =  
 
|upnp =  
 +
}}
 +
 +
==Essential improvements==
 +
===Increase draw distance===
 +
{{ii}} Draw distance can be tweaked by adjust values of r.ViewDistanceScale parameter.
 +
{{Fixbox|description=Increase draw distance|ref=<ref>[http://www.wsgf.org/forums/viewtopic.php?p=174417#p174417 View topic - Ace Combat 7 no Ultrawide (Fix !!) | WSGF]</ref>|fix=
 +
# Go to the [[#Game data|configuration file(s) location]].
 +
# Open <code>Engine.ini</code>.
 +
# Add this at the bottom.
 +
<pre>
 +
[/Script/Engine.RendererSettings]
 +
r.ViewDistanceScale=5
 +
r.SkeletalMeshLODBias=-2
 +
r.StaticMeshLODDistanceScale=0.25
 +
</pre>
 +
}}
 +
 +
===Chromatic aberration===
 +
{{Fixbox|description=Disable chromatic aberration|ref=<ref>[http://wsgf.org/forums/viewtopic.php?p=174445#p174445 View topic - Ace Combat 7 no Ultrawide (Fix !!) | WSGF]</ref>|fix=
 +
# Go to the [[#Game data|configuration file(s) location]].
 +
# Open <code>Engine.ini</code>.
 +
# Add this at the bottom.
 +
<pre>
 +
[/Script/Engine.RendererSettings]
 +
r.SceneColorFringeQuality=0
 +
r.SceneColorFringe.Max=0
 +
</pre>
 +
}}
 +
 +
===Replace FXAA with TAA===
 +
 +
{{ii}} In-game setting for FXAA must be enabled for this to work.
 +
{{ii}} Provides much better image stability and quality than FXAA.
 +
{{ii}} Cheap to use.
 +
 +
{{Fixbox|description=Replace FXAA with TAA|ref=<ref>[https://steamcommunity.com/app/502500/discussions/0/1777135944140331772/?ctp=2#c1776010325103043092 View topic - HOW-TO: Increase the draw distances | Steam Community]</ref>|fix=
 +
# Go to the [[#Game data|configuration file(s) location]].
 +
# Open <code>Engine.ini</code>.
 +
# Add this at the bottom.
 +
<pre>
 +
[SystemSettings]
 +
r.PostProcessAAQuality=6
 +
r.DefaultFeature.AntiAliasing=2
 +
r.TemporalAACurrentFrameWeight=0.2
 +
r.TemporalACCatmullRom=1
 +
r.TemporalAAPauseCorrect=1
 +
r.TemporalAASamples=4
 +
r.TemporalAASharpen=0.6
 +
r.TemporalAADynamicSharpen=0.1
 +
</pre>
 
}}
 
}}
  

Revision as of 07:18, 3 February 2019

Ace Combat 7: Skies Unknown
Ace Combat 7: Skies Unknown cover
Developers
Project Aces
Publishers
Bandai Namco Entertainment
Engines
Unreal Engine 4
Release dates
Windows January 31, 2019
Ace Combat 7: Skies Unknown on Wikipedia
Ace Combat
Ace Combat: Assault Horizon 2013
Ace Combat 7: Skies Unknown 2019

Key points

Using a controller is recommended over keyboard and mouse controls.
Well optimized for PC.
HOTAS support is limited to the T.Flight Hotas 4 and T.Flight Hotas One. Other HOTAS peripherals are not supported.[1]

General information

Official site
Acepedia - A huge wiki for the Ace Combat series
Steam Community Discussions

Availability

All versions require Steam and Denuvo Anti-Tamper DRM.[2][3]

Version differences

The Launch Edition contains the base game and the F-4E Phantom II + 3 Skins DLC.
The Deluxe Edition contains the base game, the Season Pass, and the 8 Popular Squadron Emblems DLC.
The Deluxe Launch Edition contains the contents of the Launch Edition and the Deluxe Edition.

DLC and expansion packs

Name Notes
8 Popular Squadron Emblems Not available for standalone purchase in all regions.
Windows
F-4E Phantom II + 3 Skins Not available for standalone purchase in all regions.
Windows
Season Pass
Windows


Game data

Configuration file(s) location

System Location
Windows %LOCALAPPDATA%\BANDAI NAMCO Entertainment\ACE COMBAT 7\Config
Steam Play (Linux) <Steam-folder>/steamapps/compatdata/502500/pfx/[Note 1]

Save game data location

System Location
Windows %LOCALAPPDATA%\BANDAI NAMCO Entertainment\ACE COMBAT 7\SaveGames
Steam Play (Linux) <Steam-folder>/steamapps/compatdata/502500/pfx/[Note 1]

Save game cloud syncing

System Native Notes
Steam Cloud

Video settings

Template:Video settings



Input settings

Template:Input settings

Audio settings

Template:Audio settings

There is no native voice chat support.

Localizations

Language UI Audio Sub Notes
English
French
Italian
German
Spanish
Japanese
Polish
Brazilian Portuguese
Russian
Korean
Traditional Chinese

Network

Multiplayer types

Type Native Players Notes
Local play
LAN play
Online play
8 Versus

Connection types

Type Native Notes
Matchmaking
Online lobby browser with no indication of player skill.
Peer-to-peer
Dedicated
Self-hosting
Direct IP

Essential improvements

Increase draw distance

Draw distance can be tweaked by adjust values of r.ViewDistanceScale parameter.
Increase draw distance[4]
  1. Go to the configuration file(s) location.
  2. Open Engine.ini.
  3. Add this at the bottom.
[/Script/Engine.RendererSettings]
r.ViewDistanceScale=5
r.SkeletalMeshLODBias=-2
r.StaticMeshLODDistanceScale=0.25

Chromatic aberration

Disable chromatic aberration[5]
  1. Go to the configuration file(s) location.
  2. Open Engine.ini.
  3. Add this at the bottom.
[/Script/Engine.RendererSettings]
r.SceneColorFringeQuality=0
r.SceneColorFringe.Max=0

Replace FXAA with TAA

In-game setting for FXAA must be enabled for this to work.
Provides much better image stability and quality than FXAA.
Cheap to use.
Replace FXAA with TAA[6]
  1. Go to the configuration file(s) location.
  2. Open Engine.ini.
  3. Add this at the bottom.
[SystemSettings]
r.PostProcessAAQuality=6
r.DefaultFeature.AntiAliasing=2
r.TemporalAACurrentFrameWeight=0.2
r.TemporalACCatmullRom=1
r.TemporalAAPauseCorrect=1
r.TemporalAASamples=4
r.TemporalAASharpen=0.6
r.TemporalAADynamicSharpen=0.1

Issues fixed

Lag in menus

Menus exhibit extreme slowdowns when going from one menu to another.
Unplug USB audio devices[7]

Unplugging USB audio devices such as DACs, headsets and microphones resolves the issue. Disabling them in the Sound control panel works too.

Other information

API

Technical specs Supported Notes
Shader Model support 5.0
Executable 32-bit 64-bit Notes
Windows

Middleware

Middleware Notes
Audio Wwise
Cutscenes Criware

System requirements

Windows
Minimum Recommended
Operating system (OS) 7, 8, 8.1, 10 (64-bit)
Processor (CPU) Intel Core i3-7100
System memory (RAM) 4 GB
Hard disk drive (HDD) 60 GB
Video card (GPU) Nvidia GeForce GTX 750 Ti
2 GB of VRAM
DirectX 11 compatible
Sound (audio device) DirectX 11 compatible

Notes

  1. 1.0 1.1 File/folder structure within this directory reflects the path(s) listed for Windows and/or Steam game data (use Wine regedit to access Windows registry paths). Games with Steam Cloud support may store data in ~/.steam/steam/userdata/<user-id>/502500/ in addition to or instead of this directory. The app ID (502500) may differ in some cases. Treat backslashes as forward slashes. See the glossary page for details.

References