diff options
author | Cyn <70904206+CooldudePUGS@users.noreply.github.com> | 2023-05-24 10:40:33 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-24 17:40:33 +0200 |
commit | b75033df2c530a7fc83703c54707ad50dedc4db7 (patch) | |
tree | 29f4d8c40515395b6779399ce6d46eab7356f951 | |
parent | bbb5b345b157d6025d89e0cf99283a31a3151ccb (diff) | |
download | NorthstarWiki-b75033df2c530a7fc83703c54707ad50dedc4db7.tar.gz NorthstarWiki-b75033df2c530a7fc83703c54707ad50dedc4db7.zip |
Clarify game folder creation regarding EA App install (#188)
* Mention multiple drives and naming EA folder
* Improve formatting
-rw-r--r-- | docs/installing-northstar/troubleshooting.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/installing-northstar/troubleshooting.md b/docs/installing-northstar/troubleshooting.md index 11cdc5e..b6cd853 100644 --- a/docs/installing-northstar/troubleshooting.md +++ b/docs/installing-northstar/troubleshooting.md @@ -222,7 +222,8 @@ The default install location for EA App `C:\Program Files\EA Games\Titanfall2\` 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:\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\`. Create this folder if it does not exist (it can be named whatever you want but `Games` makes it simple to know what's in the folder. The folder can be on any drive whether `C`, `D`, or other).\ +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) |