aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorGeckoEidechse <gecko.eidechse+gitbook@protonmail.com>2022-01-15 18:57:36 +0000
committergitbook-bot <ghost@gitbook.com>2022-01-15 18:57:36 +0000
commit3bd50d2052b8b2162178982ed546db2dbf0f4b6c (patch)
tree3083b8f8e5b83b76029e0220e9dabb513f892ed8 /docs
parenta9195530b5f5d18edac35193090f527e3f84dcfd (diff)
downloadNorthstarWiki-3bd50d2052b8b2162178982ed546db2dbf0f4b6c.tar.gz
NorthstarWiki-3bd50d2052b8b2162178982ed546db2dbf0f4b6c.zip
GitBook: [#38] Clean up "Using Northstar" in sidebar
Diffstat (limited to 'docs')
-rw-r--r--docs/SUMMARY.md18
-rw-r--r--docs/faq.md19
-rw-r--r--docs/installing-northstar/using-northstar/README.md3
-rw-r--r--docs/installing-northstar/using-northstar/commands.md (renamed from docs/using-northstar/commands.md)32
-rw-r--r--docs/installing-northstar/using-northstar/direct-connect.md (renamed from docs/using-northstar/direct-connect.md)0
-rw-r--r--docs/installing-northstar/using-northstar/gamemodes.md (renamed from docs/using-northstar/gamemodes.md)0
-rw-r--r--docs/installing-northstar/using-northstar/launch-arguments.md13
-rw-r--r--docs/installing-northstar/using-northstar/mods.md (renamed from docs/using-northstar/mods.md)0
-rw-r--r--docs/installing-northstar/using-northstar/playing-on-linux.md (renamed from docs/using-northstar/playing-on-linux.md)0
-rw-r--r--docs/installing-northstar/using-northstar/server-browser.md (renamed from docs/using-northstar/server-browser.md)0
-rw-r--r--docs/using-northstar/launch-arguments.md13
11 files changed, 51 insertions, 47 deletions
diff --git a/docs/SUMMARY.md b/docs/SUMMARY.md
index 302f6d4..0800f6d 100644
--- a/docs/SUMMARY.md
+++ b/docs/SUMMARY.md
@@ -7,16 +7,14 @@
* [Basic Setup](installing-northstar/basic-setup.md)
* [Troubleshooting](installing-northstar/troubleshooting.md)
-
-## Using Northstar
-
-* [Mods](using-northstar/mods.md)
-* [Server Browser](using-northstar/server-browser.md)
-* [Direct Connect](using-northstar/direct-connect.md)
-* [Gamemodes](using-northstar/gamemodes.md)
-* [Commands](using-northstar/commands.md)
-* [Launch arguments](using-northstar/launch-arguments.md)
-* [Playing on Linux](using-northstar/playing-on-linux.md)
+* [Using Northstar](installing-northstar/using-northstar/README.md)
+ * [Mods](installing-northstar/using-northstar/mods.md)
+ * [Server Browser](installing-northstar/using-northstar/server-browser.md)
+ * [Direct Connect](installing-northstar/using-northstar/direct-connect.md)
+ * [Gamemodes](installing-northstar/using-northstar/gamemodes.md)
+ * [Commands](installing-northstar/using-northstar/commands.md)
+ * [Launch arguments](installing-northstar/using-northstar/launch-arguments.md)
+ * [Playing on Linux](installing-northstar/using-northstar/playing-on-linux.md)
***
diff --git a/docs/faq.md b/docs/faq.md
index e3e3945..e902d75 100644
--- a/docs/faq.md
+++ b/docs/faq.md
@@ -12,9 +12,10 @@ However your progress on official servers is not lost, so running vanilla client
### Q: How do I open the console?
-A: Check [_Opening the console_](using-northstar/commands.md#opening-the-console).
+A: Check [_Opening the console_](installing-northstar/using-northstar/commands.md#opening-the-console).
### 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/](https://taskinoz.com/northstar/)
### Q: Will there be a console version?
@@ -78,16 +79,18 @@ A: You’re most likely running an outdated Northstar version now, please update
### 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."
+* 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.
+
+* **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?
diff --git a/docs/installing-northstar/using-northstar/README.md b/docs/installing-northstar/using-northstar/README.md
new file mode 100644
index 0000000..43be380
--- /dev/null
+++ b/docs/installing-northstar/using-northstar/README.md
@@ -0,0 +1,3 @@
+# Using Northstar
+
+This section covers various aspects about using Northstar. Check the subpages for more info.
diff --git a/docs/using-northstar/commands.md b/docs/installing-northstar/using-northstar/commands.md
index 0cfbc57..0b16f9f 100644
--- a/docs/using-northstar/commands.md
+++ b/docs/installing-northstar/using-northstar/commands.md
@@ -31,21 +31,21 @@ In the future this keybind should hopefully be adjustable via `Controls > Settin
### Northstar Commands
-Command|Description|Value
--|-|-
-`ns_masterserver_hostname` | Masterserver URL |`https://northstar.tf` by default
-`ns_auth_allow_insecure` | Allows clients to connect without masterserver authorization | `0` / `1`
-`connect` | Directly connect to a Northstar gameserver |` <ip address>:<port>` ex: `localhost:37015`
-`reload_mods`|Reload mods|
-`ns_disallowed_tacticals` | String list of disallowed tactical abilities|example: `"mp_ability_grapple,mp_ability_heal"`
-`ns_disallowed_tactical_replacement` | Name of optional replacement ability for disallowed tacticals | ex: `"mp_ability_grapple"`
-`give mp_weapon_peacekraber` | Gives you peacekraber |
-`r_latencyflex`|Enables [LatencyFleX](playing-on-linux#latencyflex) (Linux-only, enabled by default)| `0` / `1`
+| Command | Description | Value |
+| ------------------------------------ | ----------------------------------------------------------------------------------------------------------- | ----------------------------------------------- |
+| `ns_masterserver_hostname` | Masterserver URL | `https://northstar.tf` by default |
+| `ns_auth_allow_insecure` | Allows clients to connect without masterserver authorization | `0` / `1` |
+| `connect` | Directly connect to a Northstar gameserver | `<ip address>:<port>` ex: `localhost:37015` |
+| `reload_mods` | Reload mods | |
+| `ns_disallowed_tacticals` | String list of disallowed tactical abilities | example: `"mp_ability_grapple,mp_ability_heal"` |
+| `ns_disallowed_tactical_replacement` | Name of optional replacement ability for disallowed tacticals | ex: `"mp_ability_grapple"` |
+| `give mp_weapon_peacekraber` | Gives you peacekraber | |
+| `r_latencyflex` | Enables [LatencyFleX](../../using-northstar/playing-on-linux/#latencyflex) (Linux-only, enabled by default) | `0` / `1` |
### Server commands
| Variable | Description | Default |
-|---------------------------------------------|-----------------------------------------------------------------------|---------|
+| ------------------------------------------- | --------------------------------------------------------------------- | ------- |
| `sv_cheats` | Wether players can use cheat commands (i.e. noclip) . | 0 |
| `sv_AllWaysSupportsSaveRestore` | | 0 |
| `sv_allTicksFinal` | | 0 |
@@ -74,7 +74,7 @@ Command|Description|Value
| `sv_hibernate_postgame_delay` | | 5 |
| `sv_hibernate_when_empty` | Wether the server should hibernate when empty. | 0 |
| `sv_instancebaselines` | | 1 |
-| `sv_kickPlayersTooFarInFuture` | Wether to kick players whose internal time is too far in the future. | 1 |
+| `sv_kickPlayersTooFarInFuture` | Wether to kick players whose internal time is too far in the future. | 1 |
| `sv_lerpAnims` | | 1 |
| `sv_lobbyType` | | 1 |
| `sv_massreport` | | 0 |
@@ -173,7 +173,7 @@ Command|Description|Value
### Useful dev scripts
-|Command|Result|
-|-|-|
-|`script CreateTitanForPlayerAndHotdrop( GetPlayerArray()[0], GetTitanReplacementPoint( GetPlayerArray()[0], false ) )`|Sets your titan as available to call for Titanfall|
-|`script ForcePilotToBecomeTitan( GetPlayerArray()[0] )`|Transforms you into a titan|
+| Command | Result |
+| ---------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------- |
+| `script CreateTitanForPlayerAndHotdrop( GetPlayerArray()[0], GetTitanReplacementPoint( GetPlayerArray()[0], false ) )` | Sets your titan as available to call for Titanfall |
+| `script ForcePilotToBecomeTitan( GetPlayerArray()[0] )` | Transforms you into a titan |
diff --git a/docs/using-northstar/direct-connect.md b/docs/installing-northstar/using-northstar/direct-connect.md
index 78e37b5..78e37b5 100644
--- a/docs/using-northstar/direct-connect.md
+++ b/docs/installing-northstar/using-northstar/direct-connect.md
diff --git a/docs/using-northstar/gamemodes.md b/docs/installing-northstar/using-northstar/gamemodes.md
index d76754b..d76754b 100644
--- a/docs/using-northstar/gamemodes.md
+++ b/docs/installing-northstar/using-northstar/gamemodes.md
diff --git a/docs/installing-northstar/using-northstar/launch-arguments.md b/docs/installing-northstar/using-northstar/launch-arguments.md
new file mode 100644
index 0000000..59e3384
--- /dev/null
+++ b/docs/installing-northstar/using-northstar/launch-arguments.md
@@ -0,0 +1,13 @@
+# Launch arguments
+
+Here's a list of new command line arguments that Northstar introduces, they should be included in `ns_startup_args.txt` or `ns_startup_args_dedi.txt`.
+
+| Argument | Description | Value |
+| ------------------ | -------------------------------------------------------------------------------------------------- | -------------------------------- |
+| `-disablelogs` | Disable logging and creation of log files | |
+| `-vanilla` | Disables Northstar loading | |
+| `-northstar` | Enables Northstar loading | |
+| `-dedicated` | Starts a dedicated server without video output | |
+| `-waitfordebugger` | Waits for debugger to connect before launching game | |
+| `-language` | Forces loading of client localisation | language string ex: `portuguese` |
+| \`LFX | Enables the use of [LatencyFleX](../../using-northstar/playing-on-linux/#latencyflex) (Linux-only) | `0` or `1` |
diff --git a/docs/using-northstar/mods.md b/docs/installing-northstar/using-northstar/mods.md
index a045314..a045314 100644
--- a/docs/using-northstar/mods.md
+++ b/docs/installing-northstar/using-northstar/mods.md
diff --git a/docs/using-northstar/playing-on-linux.md b/docs/installing-northstar/using-northstar/playing-on-linux.md
index 6ee2ca9..6ee2ca9 100644
--- a/docs/using-northstar/playing-on-linux.md
+++ b/docs/installing-northstar/using-northstar/playing-on-linux.md
diff --git a/docs/using-northstar/server-browser.md b/docs/installing-northstar/using-northstar/server-browser.md
index de4d59b..de4d59b 100644
--- a/docs/using-northstar/server-browser.md
+++ b/docs/installing-northstar/using-northstar/server-browser.md
diff --git a/docs/using-northstar/launch-arguments.md b/docs/using-northstar/launch-arguments.md
deleted file mode 100644
index 667db7b..0000000
--- a/docs/using-northstar/launch-arguments.md
+++ /dev/null
@@ -1,13 +0,0 @@
-# Launch arguments
-
-Here's a list of new command line arguments that Northstar introduces, they should be included in `ns_startup_args.txt` or `ns_startup_args_dedi.txt`.
-
-Argument|Description|Value
--|-|-
-`-disablelogs`|Disable logging and creation of log files
-`-vanilla`|Disables Northstar loading
-`-northstar`|Enables Northstar loading
-`-dedicated`|Starts a dedicated server without video output
-`-waitfordebugger`|Waits for debugger to connect before launching game
-`-language`|Forces loading of client localisation|language string ex: `portuguese`
-`LFX|Enables the use of [LatencyFleX](playing-on-linux#latencyflex) (Linux-only)|`0` or `1`