Titanfall 2: Difference between revisions

From Funiaita
No edit summary
Line 18: Line 18:
* User variables for <your name>
* User variables for <your name>
* New OPENSSL_ia32cap / ~0x200000200000000
* 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

Revision as of 17:58, 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