https://github.com/wurstcommander/titanfall2_multiplayer_fix
Fixes for Titanfall 2
https://github.com/wurstcommander/titanfall2_multiplayer_fix
Last synced: over 1 year ago
JSON representation
Fixes for Titanfall 2
- Host: GitHub
- URL: https://github.com/wurstcommander/titanfall2_multiplayer_fix
- Owner: WurstCommander
- Created: 2024-03-28T20:23:04.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-29T01:40:03.000Z (about 2 years ago)
- Last Synced: 2025-01-22T05:43:28.376Z (over 1 year ago)
- Language: PowerShell
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Titanfall 2 Multiplayer Server Connection Fix for 10th & 11th Gen Intel CPUs
## Overview
Titanfall 2 Players with 10th and 11th generation Intel CPUs may sometimes see a "Contacting Respawn servers.../Data Center: Searching..." message that persists, preventing them from joining servers in Titanfall 2.
This issue is not exclusive to Titanfall 2 and can impact other applications as well. These CPUs respond to a function check of the library OPENSSL wrong, to this fix is needed.
## Running the Script
To run this script (titanfall2_multifix.ps1) to resolve the server connection issue in Titanfall 2, follow the steps outlined below:
### 1. Run as Administrator
The script needs to be executed with Administrator privileges to make the necessary changes to the enviromental variables. To do this:
- Right-click on PowerShell and select "Run as administrator" or hit Winkey + X, A
- Navigate to the folder containing the script using the `cd` command.
- Execute the script by typing its name and pressing Enter (.\titanfall2_multifix.ps1).
### 2. Modify the Titanfall2 Install Path
Before you run the script, it's important to adjust the path to your Titanfall 2 executable (`Titanfall2.exe`) within the script to reflect its location on your system. By default, the script includes the following line:
$pathTF2 = "D:\Spiele\Titanfall2\Titanfall2.exe"
## About this script:
This script modifies an environment variable, launches the EA Desktop App and Titanfall 2, then reverts the environment variable and closes. This approach ensures that you won't experience any side effects from having the environment variable constantly active.