Titanfall 2: Difference between revisions

From Funiaita
(Created page with "=== Borderless Window === Launch options: -noborder -window [https://steamcommunity.com/app/1237970/discussions/0/2566437997134715944/ (source)]")
 
 
(2 intermediate revisions by the same user not shown)
Line 4: Line 4:


[https://steamcommunity.com/app/1237970/discussions/0/2566437997134715944/ (source)]
[https://steamcommunity.com/app/1237970/discussions/0/2566437997134715944/ (source)]

=== No Multiplayer ===
Make sure a variable is in the environment when you start the game:
OPENSSL_ia32cap=~0x200000200000000

==== Set it in the system ====
* Right-click the "Start" button
* Settings
* System
* About
* Advanced system settings (on the right side)
* Environment Variables
* User variables for <your name>
* New
OPENSSL_ia32cap / ~0x200000200000000

==== Use a batch file to start Titanfall 2 ====
If you don't want to set a variable which will be set for each and every program you start, create a batch file and set the variable.

Create "Titanfall 2.cmd"
@echo off
set OPENSSL_ia32cap=~0x200000200000000
start steam://rungameid/1237970

Latest revision as of 18:05, 19 December 2024

Borderless Window

Launch options:

-noborder -window

(source)

No Multiplayer

Make sure a variable is in the environment when you start the game:

OPENSSL_ia32cap=~0x200000200000000

Set it in the system

  • Right-click the "Start" button
  • Settings
  • System
  • About
  • Advanced system settings (on the right side)
  • Environment Variables
  • User variables for <your name>
  • New
OPENSSL_ia32cap / ~0x200000200000000

Use a batch file to start Titanfall 2

If you don't want to set a variable which will be set for each and every program you start, create a batch file and set the variable.

Create "Titanfall 2.cmd"

@echo off
set OPENSSL_ia32cap=~0x200000200000000
start steam://rungameid/1237970