diff options
author | CooldudePUGS <70904206+CooldudePUGS@users.noreply.github.com> | 2023-04-16 18:52:39 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-17 01:52:39 +0200 |
commit | c6755bdf4273f899f9f0e50b64f39f052c0f28a3 (patch) | |
tree | 480a93c0431781cc8f0ad35d162772c9fbacb7ac /docs | |
parent | 437c7f81f534b475a4bd17c9a162f91648be6938 (diff) | |
download | NorthstarWiki-c6755bdf4273f899f9f0e50b64f39f052c0f28a3.tar.gz NorthstarWiki-c6755bdf4273f899f9f0e50b64f39f052c0f28a3.zip |
Mnntion EA Overlay performance issues to FAQ (#155)
Add section to FAQ and troubleshooting page together with screenshots.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/faq.md | 4 | ||||
-rw-r--r-- | docs/images/ea-application-settings.png | bin | 0 -> 10365 bytes | |||
-rw-r--r-- | docs/images/ea-overlay-disable.png | bin | 0 -> 14808 bytes | |||
-rw-r--r-- | docs/installing-northstar/troubleshooting.md | 8 |
4 files changed, 12 insertions, 0 deletions
diff --git a/docs/faq.md b/docs/faq.md index 67889a5..08b53ce 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -81,3 +81,7 @@ A: Frontier Defense is currently in development and will be available in a relea ### Q: I get an error message saying something along the lines of "SSL connect error" A: We are unsure of what causes this, and are trying to figure out a solution for it. If you experience this, please reach out to us via a ticket on the Northstar Discord server to allow us to get more information on the issue + +### Q: Why is my game running so bad? + +A: This usually lies behind your computer's specs not being high enough in order to run the game, but can also be affected by EA App's overlay. You can disable this by going to and following the [disable EA overlay section](installing-northstar/troubleshooting.md#ea-overlay). diff --git a/docs/images/ea-application-settings.png b/docs/images/ea-application-settings.png Binary files differnew file mode 100644 index 0000000..da59dd4 --- /dev/null +++ b/docs/images/ea-application-settings.png diff --git a/docs/images/ea-overlay-disable.png b/docs/images/ea-overlay-disable.png Binary files differnew file mode 100644 index 0000000..ce5144f --- /dev/null +++ b/docs/images/ea-overlay-disable.png diff --git a/docs/installing-northstar/troubleshooting.md b/docs/installing-northstar/troubleshooting.md index 9be03d2..549f631 100644 --- a/docs/installing-northstar/troubleshooting.md +++ b/docs/installing-northstar/troubleshooting.md @@ -208,6 +208,14 @@ If that solution doesn't work, you can try logging out of the EA App, closing al This error can also appear if you are pirating the game, which we neither condone nor support as stated [here](../faq.md#q-can-i-use-a-pirated-cracked-copy-titanfall-2-to-run-northstar) +## Disable EA App overlay <a href="#ea-overlay" id="ea-overlay"></a> + +The purpose of disabling the EA App overlay is to increase performance, as it can be very taxing even on high end hardware. You can disable it by clicking on your profile in the top right of the EA App, clicking on the drop down arrow, going to settings, going to `Application`, then scrolling down and disabling the EA App overlay. +This will also disable invites, however [Northstar does not use these](../faq.md#q-im-trying-to-invite-a-friend-via-steam-origin-but-they-cannot-join-me) + +![Applications settings](../images/ea-application-settings.png) +![Toggling EA Overlay to OFF](../images/ea-overlay-disable.png) + ## Cannot write log file when using Northstar on EA App The default install location for EA App `C:\Program Files\EA Games\Titanfall2` is not writeable by non-admin processes. This messes with Northstar trying to write log files as well as mod-managers trying to install mods. |