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


Warning for game developers: PCGamingWiki staff members will only ever reach out to you using the official press@pcgamingwiki.com mail address.
Be aware of scammers claiming to be representatives or affiliates of PCGamingWiki who promise a PCGW page for a game key.

Difference between revisions of "Phantom Doctrine"

From PCGamingWiki, the wiki about fixing PC games
m (Update template usage.)
(Added missing info, moved and changed motion blur fix (did not work with previous code). Added AF fix, issues and screenshots. Removed stub tag.)
Line 1: Line 1:
{{stub}}
 
 
{{Infobox game
 
{{Infobox game
 
|cover        = Phantom Doctrine cover.jpg
 
|cover        = Phantom Doctrine cover.jpg
Line 7: Line 6:
 
{{Infobox game/row/publisher|Good Shepherd Entertainment}}
 
{{Infobox game/row/publisher|Good Shepherd Entertainment}}
 
|engines      =
 
|engines      =
{{Infobox game/row/engine|Unreal Engine 4}}
+
{{Infobox game/row/engine|Unreal Engine 4|ref=<ref name="Wasch">{{Refcheck|user=Waschbär|date=2019-10-04}}</ref>|build=4.19}}
 
|release dates=  
 
|release dates=  
 
{{Infobox game/row/date|Windows|August 14, 2018}}
 
{{Infobox game/row/date|Windows|August 14, 2018}}
 
|steam appid  = 559100
 
|steam appid  = 559100
|steam appid side  =  
+
|steam appid side  = 907540, 969920
 
|gogcom id    = 1944341561
 
|gogcom id    = 1944341561
 +
|gogcom id side = 1430956259, 1969239359
 
|strategywiki =  
 
|strategywiki =  
 
|wikipedia    = Phantom Doctrine
 
|wikipedia    = Phantom Doctrine
Line 30: Line 30:
 
{{Availability/row| Humble | phantom-doctrine | Steam | | | Windows }}
 
{{Availability/row| Humble | phantom-doctrine | Steam | | | Windows }}
 
{{Availability/row| Steam | 559100 | Steam |  |  | Windows }}
 
{{Availability/row| Steam | 559100 | Steam |  |  | Windows }}
 +
}}
 +
 +
{{DLC|
 +
{{DLC/row| Deluxe Edition Upgrade | | Windows }}
 +
{{DLC/row| Halloween Scare Tactics | Free | Windows }}
 +
{{DLC/row| Alienware Jackets | Limited cosmetic DLC available from [https://www.alienwarearena.com/ucf/show/1933444/boards/contest-and-giveaways-global/Giveaway/phantom-doctrine-exclusive-alienware-vintage-jacket-dlc-key-giveaway Alienware]. | Windows }}
 +
{{DLC/row| Alienware Items | Limited cosmetic DLC available from [https://www.alienwarearena.com/ucf/show/1900674/boards/contest-and-giveaways-global/Giveaway/phantom-doctrine-exclusive-alienware-items-key-giveaway Alienware]. | Windows }}
 
}}
 
}}
  
 
==Game data==
 
==Game data==
 +
{{Image|Phantom Doctrine gameplay settings.png|In-game gameplay settings.}}
 +
{{Image|Phantom Doctrine interface settings.png|In-game interface settings.}}
 
===Configuration file(s) location===
 
===Configuration file(s) location===
 
{{Game data|
 
{{Game data|
Line 62: Line 71:
  
 
==Video settings==
 
==Video settings==
 +
{{Image|Phantom Doctrine video settings.png|In-game video settings.}}
 +
{{Image|Phantom Doctrine graphics settings.png|In-game graphics settings.}}
 
{{Video settings
 
{{Video settings
 
|wsgf link                  =  
 
|wsgf link                  =  
Line 72: Line 83:
 
|multimonitor              = unknown
 
|multimonitor              = unknown
 
|multimonitor notes        =  
 
|multimonitor notes        =  
|ultrawidescreen            = unknown
+
|ultrawidescreen            = true
 
|ultrawidescreen notes      =  
 
|ultrawidescreen notes      =  
|4k ultra hd                = unknown
+
|4k ultra hd                = true
 
|4k ultra hd notes          =  
 
|4k ultra hd notes          =  
|fov                        = unknown
+
|fov                        = n/a
 
|fov notes                  =  
 
|fov notes                  =  
 
|windowed                  = true
 
|windowed                  = true
 
|windowed notes            =  
 
|windowed notes            =  
 
|borderless windowed        = true
 
|borderless windowed        = true
|borderless windowed notes  =  
+
|borderless windowed notes  = Exclusive fullscreen also available.
|anisotropic                = true
+
|anisotropic                = hackable
|anisotropic notes          =  
+
|anisotropic notes          = Scales with texture quality preset. Force in GPU control panel or see [[#Anisotropic filtering (AF)|Anisotropic filtering (AF)]] for manual adjustment.
 
|antialiasing              = true
 
|antialiasing              = true
|antialiasing notes        =  
+
|antialiasing notes        = [[FXAA]] in various quality levels or off.
 
|vsync                      = true
 
|vsync                      = true
 
|vsync notes                =  
 
|vsync notes                =  
|60 fps                    = unknown
+
|60 fps                    = true
 
|60 fps notes              =  
 
|60 fps notes              =  
|120 fps                    = unknown
+
|120 fps                    = true
 
|120 fps notes              =  
 
|120 fps notes              =  
|hdr                        = unknown
+
|hdr                        = false
 
|hdr notes                  =  
 
|hdr notes                  =  
|color blind                = unknown
+
|color blind                = false
 
|color blind notes          =  
 
|color blind notes          =  
 +
}}
 +
 +
===[[Glossary:Anisotropic filtering (AF)|Anisotropic filtering (AF)]]===
 +
{{Fixbox|description=Set AF samples|ref=<ref name="Wasch" />|fix=
 +
# Go to the [[#Game data|configuration file(s) location]].
 +
# Open <code>Engine.ini</code>.
 +
# Add the following to the end of the file and save it.
 +
<pre>
 +
[SystemSettings]
 +
r.MaxAnisotropy=16
 +
</pre>
 +
}}
 +
 +
===Motion Blur===
 +
{{Fixbox|description=Disable Motion Blur|ref=<ref name="Wasch" />|fix=
 +
# Go to the [[#Game data|configuration file(s) location]].
 +
# Open {{file|Engine.ini}}.
 +
# Add the following to the end of the file and save it.
 +
<pre>
 +
[SystemSettings]
 +
r.MotionBlurQuality=0
 +
</pre>
 +
'''Note'''
 +
{{ii}} May also be disabled by setting '''"Post Processing"''' graphical option in-game to '''"Low"''' in case the above method doesn't work.
 
}}
 
}}
  
 
==Input settings==
 
==Input settings==
 +
{{Image|Phantom Doctrine remapping settings.png|In-game remapping settings.}}
 
{{Input settings
 
{{Input settings
 
|key remap                = true
 
|key remap                = true
 
|key remap notes          =  
 
|key remap notes          =  
|acceleration option      = unknown
+
|acceleration option      = false
|acceleration option notes =  
+
|acceleration option notes = No acceleration.
|mouse sensitivity        = unknown
+
|mouse sensitivity        = false
|mouse sensitivity notes  =  
+
|mouse sensitivity notes  = Uses system cursor settings. Camera scroll speed adjustable.
 
|mouse menu                = true
 
|mouse menu                = true
 
|mouse menu notes          =  
 
|mouse menu notes          =  
|invert mouse y-axis      = unknown
+
|invert mouse y-axis      = n/a
 
|invert mouse y-axis notes =  
 
|invert mouse y-axis notes =  
 
|touchscreen              = unknown
 
|touchscreen              = unknown
Line 115: Line 151:
 
|controller support notes  =  
 
|controller support notes  =  
 
|full controller          = false
 
|full controller          = false
|full controller notes    =  
+
|full controller notes    = Custom agent name requires keyboard input.
|controller remap          = unknown
+
|controller remap          = false
 
|controller remap notes    =  
 
|controller remap notes    =  
|controller sensitivity    = unknown
+
|controller sensitivity    = false
|controller sensitivity notes=  
+
|controller sensitivity notes= Dead zone can be adjusted.
|invert controller y-axis  = unknown
+
|invert controller y-axis  = false
 
|invert controller y-axis notes=  
 
|invert controller y-axis notes=  
|xinput controllers        = unknown
+
|xinput controllers        = true
 
|xinput controllers notes  =  
 
|xinput controllers notes  =  
|xbox prompts              = unknown
+
|xbox prompts              = true
 
|xbox prompts notes        =  
 
|xbox prompts notes        =  
|impulse triggers          = unknown
+
|impulse triggers          = false
 
|impulse triggers notes    =  
 
|impulse triggers notes    =  
|dualshock 4              = unknown
+
|dualshock 4              = true
 
|dualshock 4 notes        =  
 
|dualshock 4 notes        =  
|dualshock prompts        = unknown
+
|dualshock prompts        = false
 
|dualshock prompts notes  =  
 
|dualshock prompts notes  =  
|light bar support        = unknown
+
|light bar support        = true
|light bar support notes  =  
+
|light bar support notes  = Static blue.
|dualshock 4 modes        = unknown
+
|dualshock 4 modes        = V1, Wired
 
|dualshock 4 modes notes  =  
 
|dualshock 4 modes notes  =  
 
|tracked motion controllers= unknown
 
|tracked motion controllers= unknown
Line 144: Line 180:
 
|other button prompts      = unknown
 
|other button prompts      = unknown
 
|other button prompts notes=  
 
|other button prompts notes=  
|controller hotplug        = unknown
+
|controller hotplug        = false
|controller hotplug notes  =  
+
|controller hotplug notes  = Input device can only be changed in the main menu settings, not in the pause menu.
|haptic feedback          = unknown
+
|haptic feedback          = true
|haptic feedback notes    =  
+
|haptic feedback notes    = Can be disabled.
|simultaneous input        = unknown
+
|simultaneous input        = false
 
|simultaneous input notes  =  
 
|simultaneous input notes  =  
 
|steam input api          = unknown
 
|steam input api          = unknown
Line 163: Line 199:
  
 
==Audio settings==
 
==Audio settings==
 +
{{Image|Phantom Doctrine audio settings.png|In-game audio settings.}}
 
{{Audio settings
 
{{Audio settings
 
|separate volume          = true
 
|separate volume          = true
|separate volume notes    =  
+
|separate volume notes    = Music, effects, voice, interface and cinematic volume.
 
|surround sound          = true
 
|surround sound          = true
 
|surround sound notes    =  
 
|surround sound notes    =  
 
|subtitles                = true
 
|subtitles                = true
 
|subtitles notes          =  
 
|subtitles notes          =  
|closed captions          = unknown
+
|closed captions          = false
 
|closed captions notes    =  
 
|closed captions notes    =  
 
|mute on focus lost      = true
 
|mute on focus lost      = true
Line 256: Line 293:
 
|lan play notes      =  
 
|lan play notes      =  
 
|online play          = true
 
|online play          = true
|online play players  =  
+
|online play players  = 2
|online play modes    =  
+
|online play modes    = Versus
 
|online play notes    =  
 
|online play notes    =  
 
|asynchronous        =  
 
|asynchronous        =  
Line 277: Line 314:
 
|upnp =  
 
|upnp =  
 
}}
 
}}
 +
 +
==Issues fixed==
 +
{{ii}} A list of known problems and solutions can be found on [https://steamcommunity.com/app/559100/discussions/0/1744469130481566664/ Steam Community Discussions].
 +
 +
==Issues unresolved==
 +
===Quiet voice comms===
 +
{{ii}} Incoming voice communications are much quieter than outgoing messages, making them hard to hear sometimes. It can help to reduce the music and sound effects volume in the audio settings.
  
 
==Other information==
 
==Other information==
Line 301: Line 345:
 
|shader model versions  =  
 
|shader model versions  =  
 
|shader model notes    =  
 
|shader model notes    =  
|windows 32-bit exe    = unknown
+
|windows 32-bit exe    = false
 
|windows 64-bit exe    = true
 
|windows 64-bit exe    = true
 
|windows exe notes      =  
 
|windows exe notes      =  
Line 310: Line 354:
 
|linux 64-bit executable=  
 
|linux 64-bit executable=  
 
|linux executable notes =  
 
|linux executable notes =  
}}
 
 
===Disable Motion Blur===
 
{{Fixbox|description=Disabling Motion Blur|fix=
 
# Go to the [[#Game data|configuration file(s) location]].
 
# Open {{file|Engine.ini}}.
 
# Add the following lines:
 
<pre>
 
[/Script/Engine.RendererSettings]
 
r.DefaultFeature.MotionBlur=False
 
</pre>
 
4. Save changes
 
{{ii}} {{file|Engine.ini}} may need to be set to read-only to prevent motion blur from being re-enabled.
 
{{ii}} May also be disabled by setting '''"Post Processing"''' graphical option ingame to '''"Low"''' in case the above method doesn't work.
 
 
}}
 
}}
  
Line 339: Line 369:
 
|minGPU3  = AMD Radeon HD 5770
 
|minGPU3  = AMD Radeon HD 5770
  
|recOS    = 10
+
|recOS    = 8, 8.1, 10
 
|recCPU  = Intel Core i5-4670K
 
|recCPU  = Intel Core i5-4670K
 
|recCPU2  = AMD FX-8320
 
|recCPU2  = AMD FX-8320

Revision as of 16:08, 4 October 2019

Phantom Doctrine
Phantom Doctrine cover
Developers
CreativeForge Games
Publishers
Good Shepherd Entertainment
Engines
Unreal Engine 4[Note 1]
Release dates
Windows August 14, 2018
Phantom Doctrine on Wikipedia

General information

GOG.com Support Page
Steam Community Discussions

Availability

Source DRM Notes Keys OS
Gamesplanet logo.svg
Icon overlay.png
Windows
GOG.com
DRM-free
Windows
Green Man Gaming
Icon overlay.png
Windows
Humble Store
Icon overlay.png
Windows
Steam
Icon overlay.png
Windows

DLC and expansion packs

Name Notes
Deluxe Edition Upgrade
Windows
Halloween Scare Tactics Free
Windows
Alienware Jackets Limited cosmetic DLC available from Alienware.
Windows
Alienware Items Limited cosmetic DLC available from Alienware.
Windows

Game data

In-game gameplay settings.
In-game gameplay settings.
In-game interface settings.
In-game interface settings.

Configuration file(s) location

System Location
Windows %LOCALAPPDATA%\PhantomDoctrine\Saved\Config\WindowsNoEditor\
Steam Play (Linux) <SteamLibrary-folder>/steamapps/compatdata/559100/pfx/[Note 2]

Save game data location

System Location
Windows %LOCALAPPDATA%\PhantomDoctrine\Saved\<user-id>\SaveGames\
Steam Play (Linux) <SteamLibrary-folder>/steamapps/compatdata/559100/pfx/[Note 2]

Save game cloud syncing

System Native Notes
GOG Galaxy
Steam Cloud

Video settings

In-game video settings.
In-game video settings.
In-game graphics settings.
In-game graphics settings.

Template:Video settings

Anisotropic filtering (AF)

Set AF samples[1]
  1. Go to the configuration file(s) location.
  2. Open Engine.ini.
  3. Add the following to the end of the file and save it.
[SystemSettings]
r.MaxAnisotropy=16

Motion Blur

Disable Motion Blur[1]
  1. Go to the configuration file(s) location.
  2. Open Engine.ini.
  3. Add the following to the end of the file and save it.
[SystemSettings]
r.MotionBlurQuality=0

Note

May also be disabled by setting "Post Processing" graphical option in-game to "Low" in case the above method doesn't work.

Input settings

In-game remapping settings.
In-game remapping settings.

Template:Input settings

Audio settings

In-game audio settings.
In-game audio settings.

Template:Audio settings

Localizations

Language UI Audio Sub Notes
English
Simplified Chinese
French
German
Polish
Russian
Italian
Spanish

Network

Multiplayer types

Type Native Players Notes
LAN play
Online play
2 Versus

Issues fixed

A list of known problems and solutions can be found on Steam Community Discussions.

Issues unresolved

Quiet voice comms

Incoming voice communications are much quieter than outgoing messages, making them hard to hear sometimes. It can help to reduce the music and sound effects volume in the audio settings.

Other information

API

Technical specs Supported Notes
Direct3D 11
Executable 32-bit 64-bit Notes
Windows

System requirements

Windows
Minimum Recommended
Operating system (OS) 7
Processor (CPU) Intel Core i3-2100
AMD Phenom II X4 965
System memory (RAM) 6 GB
Hard disk drive (HDD) 35 GB
Video card (GPU) Nvidia GeForce GTX 550 Ti
Intel HD 620
AMD Radeon HD 5770
A 64-bit system is required.

Notes

  1. Unreal Engine 4 engine build: 4.19[1]
  2. 2.0 2.1 Notes regarding Steam Play (Linux) data:

References

  1. 1.0 1.1 1.2 Verified by User:Waschbär on 2019-10-04