aboutsummaryrefslogtreecommitdiff
path: root/docs/using-northstar
diff options
context:
space:
mode:
authorGeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com>2021-12-31 19:55:04 +0100
committerGitHub <noreply@github.com>2021-12-31 19:55:04 +0100
commit5e09db072c9fcc5a5959977478823dcd88723a2e (patch)
tree2e7d93ee6e2f9a305e440f686b9d3c5db1a674f6 /docs/using-northstar
parent2811b6a20dec1d44679854e1f0a1be0ca05d2381 (diff)
parent538b9915be59f8636d9898eebf1d84e852aa9f9c (diff)
downloadNorthstarWiki-5e09db072c9fcc5a5959977478823dcd88723a2e.tar.gz
NorthstarWiki-5e09db072c9fcc5a5959977478823dcd88723a2e.zip
Merge pull request #2 from abarichello/patch1
Various improvements
Diffstat (limited to 'docs/using-northstar')
-rw-r--r--docs/using-northstar/commands.md4
-rw-r--r--docs/using-northstar/gamemodes.md2
-rw-r--r--docs/using-northstar/playing-on-linux.md8
3 files changed, 12 insertions, 2 deletions
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)