diff options
Diffstat (limited to 'docs/using-northstar')
-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 |
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) |