diff options
author | Cyn <70904206+itscynxx@users.noreply.github.com> | 2023-12-23 06:53:12 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-23 13:53:12 +0100 |
commit | d88030def6bf231b1f082758c44e8cdf6a99346e (patch) | |
tree | 3205f39a41450ebafa60090c2c83873b2f27a3a4 /docs | |
parent | 806be4ec18bebac19c31a8e86350cab4225f60a5 (diff) | |
download | NorthstarWiki-d88030def6bf231b1f082758c44e8cdf6a99346e.tar.gz NorthstarWiki-d88030def6bf231b1f082758c44e8cdf6a99346e.zip |
Update directory section to mention browse local files (#267)
Update directory to show browse local files
Diffstat (limited to 'docs')
-rw-r--r-- | docs/installing-northstar/troubleshooting.md | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/docs/installing-northstar/troubleshooting.md b/docs/installing-northstar/troubleshooting.md index a790915..98adbab 100644 --- a/docs/installing-northstar/troubleshooting.md +++ b/docs/installing-northstar/troubleshooting.md @@ -119,8 +119,13 @@ Go to Mods at the bottom of your screen on the main menu, then click Authenticat * Try deleting `enabledmods.json` inside the R2Northstar folder as well. * Otherwise pay attention in console for your errors if you know what you're doing. -## Default Game Locations <a href="#game-location" id="game-location"></a> +## Finding Game Location <a href="#game-location" id="game-location"></a> +On Steam or EA, the easiest way to find where the game is installed is as follows: +* Steam: Right click Titanfall 2 in your library, hover over `Manage`, click `Browse local files`. This will open the `Titanfall2` folder +* EA: Click the 3 dots in the top right of the Titanfall 2 icon, click `View Properties`, and it will be listed under `Install location`. You can click `BROWSE` to open the `Titanfall2` folder + +Otherwise, the default install locations are listed below: * Default Steam Location: `%ProgramFiles(x86)%\Steam\steamapps\common\Titanfall2\` * Default EA Location: `%ProgramFiles%\EA Games\Titanfall2\` * Default Origin Location: `%ProgramFiles(x86)%\Origin Games\Titanfall2\` |