diff options
-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\` |