diff options
author | GeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com> | 2022-10-16 01:09:41 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-16 01:09:41 +0200 |
commit | bf8ca49960fa9ef175c246881c0a71dacf828966 (patch) | |
tree | 243b7e80f017dd38e810d9548847f9ef180adf0b | |
parent | 78685274b557f0fb74cb6e0f42c304845296bb4c (diff) | |
download | NorthstarWiki-bf8ca49960fa9ef175c246881c0a71dacf828966.tar.gz NorthstarWiki-bf8ca49960fa9ef175c246881c0a71dacf828966.zip |
Add mention of `ns_resetpersistence`
-rw-r--r-- | docs/installing-northstar/troubleshooting.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/installing-northstar/troubleshooting.md b/docs/installing-northstar/troubleshooting.md index c3ffe98..f2f870e 100644 --- a/docs/installing-northstar/troubleshooting.md +++ b/docs/installing-northstar/troubleshooting.md @@ -189,3 +189,11 @@ This issue could also be caused if you use some sort of audio wrapper to control You need to launch Northstar via Titanfall2 with `-northstar` passed as argument. To do this, go go to Steam/Origin (depending on where you bought the game), navigate to the settings where you can set launch arguments for Titanfall2. Add `-northstar` so that it launches Northstar instead. Launch the game via Steam/Origin. Relevant issue on GitHub: [https://github.com/R2Northstar/Northstar/issues/284](https://github.com/R2Northstar/Northstar/issues/284) + +## I used a command to set my player/gun XP level and I set it too high so now my game crashes when trying to join multiplayer + +{% hint style="warning" %} +The following command will reset all your loadouts and levels! +{% endhint %} + +Open console in-game in main menu, type in `ns_resetpersistence` and press enter. Close console again and click on "Launch Northstar". All your stuff should now be reset. |