Titanfall 2: Difference between revisions

From Funiaita
 
Line 17: Line 17:
* Environment Variables
* Environment Variables
* User variables for <your name>
* User variables for <your name>
* New
* New OPENSSL_ia32cap / ~0x200000200000000
OPENSSL_ia32cap / ~0x200000200000000


==== Use a batch file to start Titanfall 2 ====
==== Use a batch file to start Titanfall 2 ====

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