diff options
author | Cyn <70904206+CooldudePUGS@users.noreply.github.com> | 2023-05-02 06:40:16 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-02 13:40:16 +0200 |
commit | 7fb3a48f298feb70f756d09f11195bd4050a7217 (patch) | |
tree | c2cc12c8e3b240936dc9e119de8850c9870792cf | |
parent | b6e40529b321215a9a75a7bae4bb6d8540a5251c (diff) | |
download | NorthstarWiki-7fb3a48f298feb70f756d09f11195bd4050a7217.tar.gz NorthstarWiki-7fb3a48f298feb70f756d09f11195bd4050a7217.zip |
Add mention of EA default install sometimes breaking mod manager installation of mods (#171)
-rw-r--r-- | docs/faq.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/faq.md b/docs/faq.md index 877a71e..00033c7 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -16,9 +16,9 @@ However your progress on official servers is not lost, so running vanilla client These two errors can commonly be fixed for the average user by following the guide [here](installing-northstar/troubleshooting.md#player-not-found-invalid-master-server-token). "Invalid Master Server Token" can also be caused by the Northstar master server being offline, however this is normally not the cause of the error. -### Q: I get an error message saying "Failed creating log file! Make sure the profile directory is writable." <a href="#faq-failed-log" id="faq-failed-log"></a> +### Q: I get an error message saying "Failed creating log file! Make sure the profile directory is writable."/ Why won't my mod manager install mods? <a href="#faq-failed-log" id="faq-failed-log"></a> -Most of the time, this is due to the fact that EA App's default install location is read-only, which does not allow for Northstar to write logs in that location. You can fix it by following the [default EA location section](installing-northstar/troubleshooting.md#cannot-write-log-file-when-using-northstar-on-ea-app) +Most of the time, this is due to the fact that EA App's default install location is read-only, which does not allow for Northstar to write logs in that location, and commonly doesn't allow mod managers to properly install mods. You can fix it by following the [default EA location section](installing-northstar/troubleshooting.md#cannot-write-log-file-when-using-northstar-on-ea-app) ### Q: How do I open the console? <a href="#faq-devconsole" id="faq-devconsole"></a> |