diff options
author | GeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com> | 2021-12-31 19:55:04 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-31 19:55:04 +0100 |
commit | 5e09db072c9fcc5a5959977478823dcd88723a2e (patch) | |
tree | 2e7d93ee6e2f9a305e440f686b9d3c5db1a674f6 | |
parent | 2811b6a20dec1d44679854e1f0a1be0ca05d2381 (diff) | |
parent | 538b9915be59f8636d9898eebf1d84e852aa9f9c (diff) | |
download | NorthstarWiki-5e09db072c9fcc5a5959977478823dcd88723a2e.tar.gz NorthstarWiki-5e09db072c9fcc5a5959977478823dcd88723a2e.zip |
Merge pull request #2 from abarichello/patch1
Various improvements
-rw-r--r-- | docs/faq.md | 3 | ||||
-rw-r--r-- | docs/hosting-a-server-with-northstar/prerequisites.md | 2 | ||||
-rw-r--r-- | docs/using-northstar/commands.md | 4 | ||||
-rw-r--r-- | docs/using-northstar/gamemodes.md | 2 | ||||
-rw-r--r-- | docs/using-northstar/playing-on-linux.md | 8 |
5 files changed, 15 insertions, 4 deletions
diff --git a/docs/faq.md b/docs/faq.md index f0d38fd..dab09ec 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -14,7 +14,8 @@ However your progress on official servers is not lost, so running vanilla client A: Check [_Opening the console_](using-northstar/commands.md#opening-the-console). -## Copied from the Discord FAQ channel +### Q: How can I check if my server is listed on the server browser? +You can use community-made server browsers like: https://taskinoz.com/northstar/ ### Q: Will there be a console version? diff --git a/docs/hosting-a-server-with-northstar/prerequisites.md b/docs/hosting-a-server-with-northstar/prerequisites.md index e567340..420a1c5 100644 --- a/docs/hosting-a-server-with-northstar/prerequisites.md +++ b/docs/hosting-a-server-with-northstar/prerequisites.md @@ -10,7 +10,7 @@ In order for others to join your game they need to be able to reach you. Most li ## CGNAT -First we want to make sure you're not behind a [CGNAT](https://en.wikipedia.org/wiki/Carrier-grade\_NAT) as this basically means you won't be able to host at all. +First we want to make sure you're not behind a [CGNAT](https://en.wikipedia.org/wiki/Carrier-grade\_NAT) as this basically means you [won't be able to host at all](https://en.wikipedia.org/wiki/Carrier-grade_NAT#Disadvantages). For this find out your external IP address [by visiting this site](https://www.whatsmyip.org). diff --git a/docs/using-northstar/commands.md b/docs/using-northstar/commands.md index 41fc983..32f24d5 100644 --- a/docs/using-northstar/commands.md +++ b/docs/using-northstar/commands.md @@ -33,4 +33,6 @@ In the future this keybind should hopefully be adjustable via `Controls > Settin | ----------------------- | -------------- | | `sv_cheats 1` | Enable cheats | | `sv_cheats 0` | Disable cheats | -| TODO more commands here | | +| `ns_masterserver_hostname` | Masterserver URL, default: `https://northstar.tf` | +| `ns_auth_allow_insecure 1` | Allows clients to connect without masterserver authorization | +| `connect <ip address>:<port>` | Directly connect to a Northstar gameserver |
\ No newline at end of file diff --git a/docs/using-northstar/gamemodes.md b/docs/using-northstar/gamemodes.md index 795ebb9..2614de3 100644 --- a/docs/using-northstar/gamemodes.md +++ b/docs/using-northstar/gamemodes.md @@ -1,4 +1,6 @@ # Gamemodes +Northstar comes included with some community made gamemodes. + ## Sandbox Like gmod but worse. diff --git a/docs/using-northstar/playing-on-linux.md b/docs/using-northstar/playing-on-linux.md index 8f3e8d7..1a8b496 100644 --- a/docs/using-northstar/playing-on-linux.md +++ b/docs/using-northstar/playing-on-linux.md @@ -1,6 +1,6 @@ # Playing on Linux -Linux is not officially supported currently. However, you can get it working through Proton or Wine by following this guide. +Linux is not officially supported currently. However, you can get it working through Proton or Wine by following this guide. You should also be aware of some [common issues with Origin](https://github.com/lutris/docs/blob/master/Origin.md) before proceding. ## Installing Northstar on Steam (Proton) @@ -35,4 +35,10 @@ Now just launch the game through Lutris and you should be greeted with a Northst --- +## Fullscreen issues + +Running the game on fullscreen through Linux might lead to a black screen preventing you from launching the game. Edit your `ns_startup_args.txt` to include `-noborder -window` or edit `"setting.fullscreen"` and `"setting.nowindowborder"` at `<wineprefix>/drive_c/users/<username>/Documents/Respawn/Titanfall2/local/videoconfig.txt` to solve this. + +--- + For more info and proposed fixes, refer to [this issue thread on Github](https://github.com/R2Northstar/Northstar/issues/1) |