From d0c89810d0b7d7271c1dc764407e3faa1f6d60d8 Mon Sep 17 00:00:00 2001 From: GeckoEidechse Date: Sun, 26 Dec 2021 16:58:25 +0100 Subject: Add FAQ --- SUMMARY.md | 4 ++++ faq.md | 22 ++++++++++++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 faq.md diff --git a/SUMMARY.md b/SUMMARY.md index 89c4c7a..00791fb 100644 --- a/SUMMARY.md +++ b/SUMMARY.md @@ -18,3 +18,7 @@ ## Hosting a server with Northstar * [Hosting a Server](hosting-a-server-with-northstar/hosting-a-server.md) + +## FAQ + +* [FAQ](faq.md) diff --git a/faq.md b/faq.md new file mode 100644 index 0000000..ba334df --- /dev/null +++ b/faq.md @@ -0,0 +1,22 @@ +# Frequently Asked Questions + +## Copied from the Discord FAQ channel + +### Q: Will there be a console version? +A: No. + +### Q: Does AI work? What about custom maps? +A: Not right now, they're being looked into. Give it time. Possibly a lot of time, don't ask for an ETA. + +### Q: I get an error saying "Showing user info for UID 0 on hardware" and can't connect to servers! +A: Should be fixed soon. + +### Q: I get an error regarding "File Corruption" and can't launch Northstar. +A: Check the +Engine Error File Corruption Detected thread. + +### Q: Can you host a dedicated server on Linux? +A: It works using wine and llvmpipe, a guide is WIP. + +### Q: I get an error message saying "Connection timed out" when trying to connect to my own dedicated server. +A: Add `+net_usesocketsforloopback 1` in your `ns_startup_args.txt` and `ns_startup_dedi_args.txt`, restart both client and server. -- cgit v1.2.3