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 "Titanfall 2"

From PCGamingWiki, the wiki about fixing PC games
(→‎Video settings: updated WSGF details)
(→‎Command line arguments: Added width and height to the list)
Line 289: Line 289:
 
| <code>-fullscreen</code> || Runs the game in fullscreen mode
 
| <code>-fullscreen</code> || Runs the game in fullscreen mode
 
|-
 
|-
| <code>+showfps_enabled 1</code> or <code>2</code> || <code>1</code> Enables a simple FPS counter at the top-right of the screen. <br><code>2</code> Enables a large debug graph that displays FPS, frame times, CPU wait time and average high/low FPS.
+
| <code>+showfps_enabled 1</code> or <code>2</code> || <code>1</code> Enables a simple FPS counter at the top-right of the screen <br><code>2</code> Enables a large debug graph that displays FPS, frame times, CPU wait time and average high/low FPS
 
|-
 
|-
| <code>+cl_showpos 1</code> || Displays player name, position, angle, and velocity information on the top-left of the screen.
+
| <code>+cl_showpos 1</code> || Displays player name, position, angle, and velocity information on the top-left of the screen
 
|-
 
|-
 
| <code>+m_rawinput 1</code> || Raw mouse input, may fix mouse lag (or may have no effect<ref>[https://www.reddit.com/r/titanfall/comments/59hnyj/dont_forget_to_set_up_these_advanced_launch/d98n1d1/ Reddit comment by dev about launch options]</ref>)
 
| <code>+m_rawinput 1</code> || Raw mouse input, may fix mouse lag (or may have no effect<ref>[https://www.reddit.com/r/titanfall/comments/59hnyj/dont_forget_to_set_up_these_advanced_launch/d98n1d1/ Reddit comment by dev about launch options]</ref>)
Line 297: Line 297:
 
| <code>-nomenuvid 1</code> || Disables looping video on the main menu
 
| <code>-nomenuvid 1</code> || Disables looping video on the main menu
 
|-
 
|-
| <code>-automatchmake</code> || Launches multiplayer as soon as the game connects to the servers.
+
| <code>-automatchmake</code> || Launches multiplayer as soon as the game connects to the servers
 +
|-
 +
| <code>-width</code> || Specify resolution width. Game crashes if less than 800
 +
|-
 +
| <code>-height</code> || Specify resolution height. Game crashes if less than 600
 
|}
 
|}
  

Revision as of 12:34, 25 April 2017

Titanfall 2
Titanfall 2 cover
Developers
Respawn Entertainment
Publishers
Electronic Arts
Engines
Source[1]
Release dates
Windows October 28, 2016
Titanfall 2 on Wikipedia
Titanfall
Titanfall 2014
Titanfall 2 2016
Apex Legends 2019

General information

Official game site
Official forums
Official Titanfall Wiki
Unofficial Titanfall Wiki

Availability

Source DRM Notes Keys OS
Retail
Origin
Windows
Amazon.com
Origin
Windows
Incorrect store name. See here for available options.
Origin
Windows
Green Man Gaming
Origin
Windows
Origin
Origin
Windows
All versions require Origin and Denuvo Anti-Tamper DRM.[2]

Essential improvements

Skip intro videos

Instructions

Game data

Configuration file(s) location

Template:Game data/row
System Location

Save game data location

Template:Game data/row
System Location

Save game cloud syncing

System Native Notes
Origin

Video settings

Video settings.
Video settings.

Template:Video settings

Field of view (FOV)

Instructions

Input settings

Template:Input settings

Audio settings

Template:Audio settings

Network

Multiplayer types

Type Native Notes
Local play
LAN play
Online play

Connection types

Type Native Notes
Matchmaking
Peer-to-peer
Dedicated
Uses cloud servers and bare metal.
Self-hosting
Direct IP

VR support

3D modes State Notes
Nvidia 3D Vision
See Helix Mod: Titanfall 2.

Issues fixed

Cannot select higher resolution than native one when using Nvidia DSR or AMD VSR

Instructions
Please note changing video settings in-game will reset the resolution to whatever is selected in the game menu.

Game too dark or (with higher brightness) colors are washed out

Titanfall 2 only lets you adjust brightness, not gamma level.
Instructions

Other information

API

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

Command line arguments

View this Steam Support Article regarding launch options as well as the relevant Valve Developer wiki page for further information and a list of useful Source engine launch options.
These arguments must be set in Origin.
Flag Description
-novid Disables intro videos
-high Force Titanfall to launch as a high priority process
-noborder Removes the border around the window
-window Runs the game in windowed mode (use with the above for real borderless)
-fullscreen Runs the game in fullscreen mode
+showfps_enabled 1 or 2 1 Enables a simple FPS counter at the top-right of the screen
2 Enables a large debug graph that displays FPS, frame times, CPU wait time and average high/low FPS
+cl_showpos 1 Displays player name, position, angle, and velocity information on the top-left of the screen
+m_rawinput 1 Raw mouse input, may fix mouse lag (or may have no effect[3])
-nomenuvid 1 Disables looping video on the main menu
-automatchmake Launches multiplayer as soon as the game connects to the servers
-width Specify resolution width. Game crashes if less than 800
-height Specify resolution height. Game crashes if less than 600

System requirements

Requires a 64-bit operating system.
Windows
Minimum Recommended
Operating system (OS) 7
Processor (CPU) Intel Core i3-3600
System memory (RAM) 8 GB
Hard disk drive (HDD) 45 GB
Video card (GPU) Nvidia GeForce GTX 660
AMD Radeon HD 7850
DirectX 11 compatible

References

  1. E3 2016: Respawn Talks Content Variety, Reworked Engine in Titanfall 2 - Hardcore Gamer - last accessed on 2016-10-23
    "On Titanfall we started with the Source engine; we replaced the renderer, we replaced the audio system, we replaced the net code. What we have now is very different from that. We have stuck with the Titanfall engine, but we did a lot of rendering improvements.There has been a whole bunch of areas where we make big changes to the engine, so there’s not a lot of Source left; we continue to rip out chunks and rewrite chunks and make it do exactly what we want to get out of this engine, and get the performance what we’re looking for."
  2. http://xtland.com/uploads/posts/2016-10/1477644458_titanfall2.denuvo.jpg
  3. Reddit comment by dev about launch options