diff options
author | CooldudePUGS <70904206+CooldudePUGS@users.noreply.github.com> | 2023-02-28 10:14:54 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-28 17:14:54 +0100 |
commit | eb8f7a320e7e98bd1137e855ab35e12291a5e9b8 (patch) | |
tree | 3407e3a066e0eb60c3af555464dd36655a251dfe | |
parent | f3140885fea216c2f9d1ebbea64acaf0aedac665 (diff) | |
download | NorthstarWiki-eb8f7a320e7e98bd1137e855ab35e12291a5e9b8.tar.gz NorthstarWiki-eb8f7a320e7e98bd1137e855ab35e12291a5e9b8.zip |
Change EA Install to c:\Games instead of c:\Program Files(x86)\Games (#137)
Recommended by Gecko to keep the game out of system files made by Windows
-rw-r--r-- | docs/installing-northstar/troubleshooting.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/installing-northstar/troubleshooting.md b/docs/installing-northstar/troubleshooting.md index 7eacba0..35964ef 100644 --- a/docs/installing-northstar/troubleshooting.md +++ b/docs/installing-northstar/troubleshooting.md @@ -204,7 +204,7 @@ The default install location for EA App `C:\Program Files\EA Games\Titanfall2` i Therefore the recommended solution is to move the install to another location (can even be on the same drive). This prevents the non-admin issue and as such should solve the issue of Northstar being unable to write logs and failing. -The recommended solution can be done by moving the Titanfall 2 folder from the default location to something like `C:\Program Files (x86)\Games\Titanfall2`. After doing this, you will need to open the EA App, go to Settings, go to Downloads and change the install directory in the settings. Click _"Edit"_ next to _"Install Location"_ and navigate to your new directory that you put Titanfall 2 into. +The recommended solution can be done by moving the Titanfall 2 folder from the default location to something like `C:\Games\Titanfall2`. After doing this, you will need to open the EA App, go to Settings, go to Downloads and change the install directory in the settings. Click _"Edit"_ next to _"Install Location"_ and navigate to your new directory that you put Titanfall 2 into. ![EA App Settings](../images/ea-app.png) |