diff options
-rw-r--r-- | docs/faq.md | 23 | ||||
-rw-r--r-- | docs/installing-northstar/troubleshooting.md | 14 | ||||
-rw-r--r-- | docs/using-northstar/gamemodes.md | 11 |
3 files changed, 37 insertions, 11 deletions
diff --git a/docs/faq.md b/docs/faq.md index cad2894..c28aab8 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -70,3 +70,26 @@ A: Add `+net_usesocketsforloopback 1` in your `ns_startup_args.txt` and `ns_star `r2` refers to the internal development name of Titanfall 2 given to it by Respawn. Titanfall 1 for example is `r1`, Apex Legends is `r5`, etc.\ The reason this wiki for example is called `r2northstar.gitbook.io` is due to the fact that "_Northstar_" is a rather common name and as such often already reserved by other organisations and people. "_R2Norhtstar_" is both uncommon and therefore still available and ties "_Northstar_" with Titanfall 2, due to the `r2` part of the name. + +### Q: I keep getting “File corruption detected” error + +A: You’re most likely running an outdated Northstar version now, please update. (or you really are missing audio files) + +### Q: I keep getting the engine error “Failed to initialize Origin: Origin Core seems to be running, but the LSX Authentication Challenge failed. No communication with Core is possible.” + +A: If the usual workaround of restarting Origin/rebooting or running the vanilla game first and then Northstar don’t work, try the following: +- add `-northstar` to your command line arguments/launch options field in Origin/Steam game options +- run the game with Origin/Steam instead of starting NorthstarLauncher.exe (important) +- error should be no more + +### Q: I get error "Failed copying wsock32.dll from system32 [...] copy_file: Access is denied." + +A: You are probably using EA Desktop app and it sets up game installations with no write permissions contrary to Origin. +- **Solution 1**: Launch EA Desktop and the game as admin once so that it can copy that file. +- **Solution 2**: If you know how, just copy the mentioned file manually, remembering you need to change its filename (just use some temp dir and rename there). +- **Solution 3**: If you know how, just change the folder permissions in Properties->Security tab of your Titanfall2 install dir to let your user write. + +### Q: Can I use a pirated/cracked copy Titanfall 2 to run Northstar? + +A: The answer is obvious, No! Northstar does not support piracy of any kind.\ +If you want to use Northstar you'll have to purchase Titanfall 2 either from Steam/Origin/EA Desktop App or use a subscription service like Gamepass PC and EA Play. diff --git a/docs/installing-northstar/troubleshooting.md b/docs/installing-northstar/troubleshooting.md index f7d7ce6..4a46765 100644 --- a/docs/installing-northstar/troubleshooting.md +++ b/docs/installing-northstar/troubleshooting.md @@ -2,17 +2,21 @@ ## Engine Error +{% hint style="info" %} +Make sure you updated [Northstar to version v1.4.0 or higher](https://github.com/R2Northstar/Northstar/releases/) as this version features changes that address this problem. +{% endhint %} + ![Engine Error: File corruption detected. Please repair or re-install the game.](https://user-images.githubusercontent.com/39478251/147338706-74797220-7d7f-4c81-9ba0-d88e29a2a1e2.png) Don't panic! This warning seems to be caused by Origin and none of your files are actually corrupted. If you get this warning after launching the game try the following steps, closing the game before and launching it again after: -1. Restart Origin\ +1. Make sure you got the newest version of Northstar. In particular, [v1.4.0 or higher](https://github.com/R2Northstar/Northstar/releases/) have this problem fixed. +2. Restart Origin\ Also check task manager that all Origin processes are gone before restarting it\ (even if you have the Steam version) -2. Restart your PC -3. Start Northstar with Origin already open -4. Start Northstar with Origin fully closed. -5. Make sure you got the newest version of Northstar +3. Restart your PC +4. Start Northstar with Origin already open +5. Start Northstar with Origin fully closed. 6. Start vanilla game and see if this works.\ If vanilla doesn't work either, check [this thread on EA forums](https://answers.ea.com/t5/Titanfall-2/Titanfall-2-Wont-Laumch-DLL-file-issue/td-p/5660909) 7. Check [this issue thread on Github](https://github.com/R2Northstar/Northstar/issues/6) to see whether any of the solutions proposed there work for you. diff --git a/docs/using-northstar/gamemodes.md b/docs/using-northstar/gamemodes.md index 05490e8..ff4f932 100644 --- a/docs/using-northstar/gamemodes.md +++ b/docs/using-northstar/gamemodes.md @@ -31,17 +31,16 @@ Get kills to increase the length of your killrace. Collect the flag to start it. Hack control panels to win rounds and respawn your teammates. {% hint style="info" %} -Some maps do not feature acontrol panels +Some maps do not feature control panels yet {% endhint %} {% hint style="info" %} -Complex, Forwardbase Kodai, and Colony will have control panels with [the next release of Northstar](https://github.com/R2Northstar/NorthstarMods/pull/59) +Complex, Forwardbase Kodai, and Colony have had control panels added with [the v1.4.0 release of Northstar](https://github.com/R2Northstar/Northstar/releases/tag/v1.4.0) {% endhint %} -| No issues | No control panels | Crashes to main menu | -| ------------------------------------------------------------------------------------------------------------------------ | ---------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------- | -| <ul><li>Boomtown</li><li>Exoplanet</li><li>Black Water Canal</li><li>Eden</li><li>Angel City</li><li>War Games</li></ul> | <ul><li>Forwardbase</li><li>Homestead</li><li>Drydock</li><li>Complex</li><li>Colony</li><li>Glitch</li><li>Relic</li><li>Rise</li></ul> | <p></p><ul><li>Crash Site</li></ul> | - +| No issues | No control panels | Crashes to main menu | +| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------- | ---------------------------- | +| <ul><li>Boomtown</li><li>Exoplanet</li><li>Black Water Canal</li><li>Eden</li><li>Angel City</li><li>War Games</li><li>Forwardbase Kodai</li><li>Complex</li><li>Colony</li></ul> | <p></p><ul><li>Homestead</li><li>Complex</li><li>Glitch</li><li>Relic</li><li>Rise</li></ul> | <ul><li>Crash Site</li></ul> | ## Competitive CTF |