From 6a57dcf82a07774a6e805ca79c7da0a63d364bf5 Mon Sep 17 00:00:00 2001 From: GeckoEidechse Date: Mon, 30 Sep 2024 16:24:02 +0200 Subject: [PATCH 01/13] Fix some broken header links --- docs/Wiki/steamdeck-and-linux/linux-troubleshooting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Wiki/steamdeck-and-linux/linux-troubleshooting.md b/docs/Wiki/steamdeck-and-linux/linux-troubleshooting.md index 44aab3f2..d3d0b2c0 100644 --- a/docs/Wiki/steamdeck-and-linux/linux-troubleshooting.md +++ b/docs/Wiki/steamdeck-and-linux/linux-troubleshooting.md @@ -83,7 +83,7 @@ For more info and proposed fixes, refer to [this issue thread on Github](https:/ ## Game crashes on launch with Cause: Access Violation Data Execution Prevention (DEP) at: 0x00000000 -**Steam/Steam Deck:** Ensure your installation matches the latest [install guide](installing-on-steamdeck-and-linux.md#steam-and-steam-deck-northstarproton). +**Steam/Steam Deck:** Ensure your installation matches the latest [install guide](installing-on-steamdeck-and-linux.md#steam--steam-deck-northstarproton). **Lutris**: Ensure your installation matches the latest [install guide](installing-on-steamdeck-and-linux.md#lutris-wine). If that fails, you may optionally try the latest release of [Wine-TKG](https://github.com/Frogging-Family/wine-tkg-git/releases/latest). From a1459424959622ce5b0bb6dc56c494c1eb7be955 Mon Sep 17 00:00:00 2001 From: GeckoEidechse Date: Mon, 30 Sep 2024 16:57:57 +0200 Subject: [PATCH 02/13] Fix header link to advocate --- .../installing-northstar/northstar-installers/vtol-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Wiki/installing-northstar/northstar-installers/vtol-guide.md b/docs/Wiki/installing-northstar/northstar-installers/vtol-guide.md index 849717d1..e8af8bd4 100644 --- a/docs/Wiki/installing-northstar/northstar-installers/vtol-guide.md +++ b/docs/Wiki/installing-northstar/northstar-installers/vtol-guide.md @@ -103,7 +103,7 @@ It is normal for the _"Restart_As_Admin"_ button to appear untoggled. This is al The third settings tab on VTOL is the _"Skins"_ tab. VTOL has support for DDS format skins (the skins with the numbered folders in them), which are commonly used for Vanilla Titanfall 2, with Northstar generally opting to convert them to mods. -This format is older and less consistent than converting them to a mod to be used with Northstar (see [Advocate](./#advocate)). +This format is older and less consistent than converting them to a mod to be used with Northstar (see [Advocate](#advocate)). It can still be used on Vanilla by playing [Vanilla via Northstar](../../using-northstar/vanilla.md#vanilla-with-mods). However, if you want you can still install skins like this for use with Northstar. From 56e324b7a7d204d4a8f92bfe400945a30c06a376 Mon Sep 17 00:00:00 2001 From: GeckoEidechse Date: Mon, 30 Sep 2024 16:58:02 +0200 Subject: [PATCH 03/13] Fix link --- .../dedicated-server/hosting-on-linux.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Wiki/hosting-a-server-with-northstar/dedicated-server/hosting-on-linux.md b/docs/Wiki/hosting-a-server-with-northstar/dedicated-server/hosting-on-linux.md index 8cd9b626..f1bb4f60 100644 --- a/docs/Wiki/hosting-a-server-with-northstar/dedicated-server/hosting-on-linux.md +++ b/docs/Wiki/hosting-a-server-with-northstar/dedicated-server/hosting-on-linux.md @@ -90,7 +90,7 @@ services: restart: always ``` -A list of all the CONVARs are [here](../../hosting-a-server-with-northstar/dedicated-server/README.md#convars) +A list of all the CONVARs are [here](../../hosting-a-server-with-northstar/server-settings/convars.md) A more complex docker-compose example for hosting a server can be found [here](https://github.com/pg9182/northstar-dedicated#container), along with some extra information. From 02cac98bff97687850776ccd0c07577ecfaea939 Mon Sep 17 00:00:00 2001 From: GeckoEidechse Date: Mon, 30 Sep 2024 16:59:17 +0200 Subject: [PATCH 04/13] Fix more links --- .../server-settings/startup-args.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Wiki/hosting-a-server-with-northstar/server-settings/startup-args.md b/docs/Wiki/hosting-a-server-with-northstar/server-settings/startup-args.md index 19b29518..5b5a7b62 100644 --- a/docs/Wiki/hosting-a-server-with-northstar/server-settings/startup-args.md +++ b/docs/Wiki/hosting-a-server-with-northstar/server-settings/startup-args.md @@ -6,13 +6,13 @@ Example: `+setplaylist private_match +mp_gamemode ps` | Arguments | Accepted Values | Description | | -------------------------- | -------------------------------------------------------------- | ------------------------------------------------------------------------- | | `+setplaylist` | see [Gamemodes](./#gamemodes) (Should be the same as `mp_gamemode` unless you want a private match) | Set the server type (If it is not `private_match`, make sure you have also included `+map` and NOT `mp_lobby` or else you can't search your server in the game) | -| `+setplaylistvaroverrides` | see [PlaylistOverrides](./#playlist-overrides) | Edits the behaviour of the server | +| `+setplaylistvaroverrides` | see [PlaylistOverrides](playlistvar.md) | Edits the behaviour of the server | | `-port` | int beteween `1-65535` | Determines which UDP port the server will listen to | | `+mp_gamemode` | see [Gamemodes](./#gamemodes) | Forces the gamemode of the server | | `+map` | see [Maps](./#maps) (`mp_lobby` is the default if not included) | Forces the map of the server at the first start | | Flags | Description | | --------------------- | ------------------------------------------------------------------------------ | -| `-maxplayersplaylist` | Allows [PlaylistOverrides](./#playlist-overrides) to override max player count | +| `-maxplayersplaylist` | Allows [PlaylistOverrides](playlistvar.md) to override max player count | | `-enablechathooks` | Allows send the commands using in-game chat | | `-allowdupeaccounts` | Allows the same account joining multiple times | From c816a9c4ba2d1023a2da141d84d94f288e706342 Mon Sep 17 00:00:00 2001 From: GeckoEidechse Date: Tue, 1 Oct 2024 15:01:51 +0200 Subject: [PATCH 05/13] Fix links to weapons header --- .../server-settings/convars.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Wiki/hosting-a-server-with-northstar/server-settings/convars.md b/docs/Wiki/hosting-a-server-with-northstar/server-settings/convars.md index 81e1945f..fc77fde6 100644 --- a/docs/Wiki/hosting-a-server-with-northstar/server-settings/convars.md +++ b/docs/Wiki/hosting-a-server-with-northstar/server-settings/convars.md @@ -21,9 +21,9 @@ They allow the server admin to set server's properties like the name, port, and | `ns_private_match_only_host_can_start` | If 1 only the host can press the *start match* button, if 0 anyone can press the *start match* button | `0` | `0-1` | | `ns_private_match_last_mode` | Forces the lobby to a specific Gamemode | `tdm` | Any [Gamemode](./#gamemodes) | | `ns_private_match_last_map` | Forces the lobby to a specific map | `mp_forwardbase_kodai` | Any [Map](./#maps) | -| `ns_disallowed_weapons` | Blacklists weapons | | List of [Weapons](./#weapons) separated by a comma | +| `ns_disallowed_weapons` | Blacklists weapons | | List of [Weapons](../server-settings/file-names.md#weapons) separated by a comma | | `ns_allow_kill_commands` | Enables the use of `kill` in the console | `0` | `0-1` | -| `ns_disallowed_weapon_primary_replacement` | Replaces blacklisted weapons by one weapon | | a [Weapon](./#weapons) | +| `ns_disallowed_weapon_primary_replacement` | Replaces blacklisted weapons by one weapon | | a [Weapon](../server-settings/file-names.md#weapons) | | `ns_should_log_unknown_clientcommands` | Whether unknown clientcommands should be printed in the console, worth disabling if they get on your nerves | `1` | `0-1` | | `net_chan_limit_mode` | If 0, don't limit the netchannel processing time individual clients are allowed. If 1, kick clients that go over the limit. If 2, log clients that go over the limit in console | `2` | `0-2` | | `net_chan_limit_msec_per_sec` | The number of milliseconds of server netchan processing time clients can use per second before triggering the response set in net\_chan\_limit\_mode | `30` | `int` | From a1aeb0f6104613b06b3c74fb0288620fc94130fb Mon Sep 17 00:00:00 2001 From: GeckoEidechse Date: Tue, 1 Oct 2024 15:04:42 +0200 Subject: [PATCH 06/13] Fix links to maps header --- .../hosting-a-server-with-northstar/server-settings/convars.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Wiki/hosting-a-server-with-northstar/server-settings/convars.md b/docs/Wiki/hosting-a-server-with-northstar/server-settings/convars.md index fc77fde6..935f74b6 100644 --- a/docs/Wiki/hosting-a-server-with-northstar/server-settings/convars.md +++ b/docs/Wiki/hosting-a-server-with-northstar/server-settings/convars.md @@ -20,7 +20,7 @@ They allow the server admin to set server's properties like the name, port, and | `ns_private_match_countdown_length` | Length is seconds before the match is started after the start button in the lobby | `15` | `int` | | `ns_private_match_only_host_can_start` | If 1 only the host can press the *start match* button, if 0 anyone can press the *start match* button | `0` | `0-1` | | `ns_private_match_last_mode` | Forces the lobby to a specific Gamemode | `tdm` | Any [Gamemode](./#gamemodes) | -| `ns_private_match_last_map` | Forces the lobby to a specific map | `mp_forwardbase_kodai` | Any [Map](./#maps) | +| `ns_private_match_last_map` | Forces the lobby to a specific map | `mp_forwardbase_kodai` | Any [Map](../server-settings/file-names.md#maps) | | `ns_disallowed_weapons` | Blacklists weapons | | List of [Weapons](../server-settings/file-names.md#weapons) separated by a comma | | `ns_allow_kill_commands` | Enables the use of `kill` in the console | `0` | `0-1` | | `ns_disallowed_weapon_primary_replacement` | Replaces blacklisted weapons by one weapon | | a [Weapon](../server-settings/file-names.md#weapons) | From a1103fd408375b6fcdc149a702aa1bcff7d9fd57 Mon Sep 17 00:00:00 2001 From: GeckoEidechse Date: Tue, 1 Oct 2024 15:14:15 +0200 Subject: [PATCH 07/13] Fix links to maps header --- .../server-settings/startup-args.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Wiki/hosting-a-server-with-northstar/server-settings/startup-args.md b/docs/Wiki/hosting-a-server-with-northstar/server-settings/startup-args.md index 5b5a7b62..26db2752 100644 --- a/docs/Wiki/hosting-a-server-with-northstar/server-settings/startup-args.md +++ b/docs/Wiki/hosting-a-server-with-northstar/server-settings/startup-args.md @@ -9,7 +9,7 @@ Example: `+setplaylist private_match +mp_gamemode ps` | `+setplaylistvaroverrides` | see [PlaylistOverrides](playlistvar.md) | Edits the behaviour of the server | | `-port` | int beteween `1-65535` | Determines which UDP port the server will listen to | | `+mp_gamemode` | see [Gamemodes](./#gamemodes) | Forces the gamemode of the server | -| `+map` | see [Maps](./#maps) (`mp_lobby` is the default if not included) | Forces the map of the server at the first start | +| `+map` | see [Maps](../server-settings/file-names.md#maps) (`mp_lobby` is the default if not included) | Forces the map of the server at the first start | | Flags | Description | | --------------------- | ------------------------------------------------------------------------------ | From f46cd441d6f088602cc42c57d81d93c15d6ee268 Mon Sep 17 00:00:00 2001 From: GeckoEidechse Date: Tue, 1 Oct 2024 15:15:28 +0200 Subject: [PATCH 08/13] Fix links to gamemodes header --- .../server-settings/convars.md | 2 +- .../server-settings/startup-args.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/Wiki/hosting-a-server-with-northstar/server-settings/convars.md b/docs/Wiki/hosting-a-server-with-northstar/server-settings/convars.md index 935f74b6..610cd8f3 100644 --- a/docs/Wiki/hosting-a-server-with-northstar/server-settings/convars.md +++ b/docs/Wiki/hosting-a-server-with-northstar/server-settings/convars.md @@ -19,7 +19,7 @@ They allow the server admin to set server's properties like the name, port, and | `ns_private_match_only_host_can_change_settings` | If 0 Players can change all match settings. If 1 Players can only change map and gamemode. If 2 Players can change nothing | `0` | `0-2` | | `ns_private_match_countdown_length` | Length is seconds before the match is started after the start button in the lobby | `15` | `int` | | `ns_private_match_only_host_can_start` | If 1 only the host can press the *start match* button, if 0 anyone can press the *start match* button | `0` | `0-1` | -| `ns_private_match_last_mode` | Forces the lobby to a specific Gamemode | `tdm` | Any [Gamemode](./#gamemodes) | +| `ns_private_match_last_mode` | Forces the lobby to a specific Gamemode | `tdm` | Any [Gamemode](../server-settings/file-names.md#gamemodes) | | `ns_private_match_last_map` | Forces the lobby to a specific map | `mp_forwardbase_kodai` | Any [Map](../server-settings/file-names.md#maps) | | `ns_disallowed_weapons` | Blacklists weapons | | List of [Weapons](../server-settings/file-names.md#weapons) separated by a comma | | `ns_allow_kill_commands` | Enables the use of `kill` in the console | `0` | `0-1` | diff --git a/docs/Wiki/hosting-a-server-with-northstar/server-settings/startup-args.md b/docs/Wiki/hosting-a-server-with-northstar/server-settings/startup-args.md index 26db2752..5f170ea6 100644 --- a/docs/Wiki/hosting-a-server-with-northstar/server-settings/startup-args.md +++ b/docs/Wiki/hosting-a-server-with-northstar/server-settings/startup-args.md @@ -5,10 +5,10 @@ Example: `+setplaylist private_match +mp_gamemode ps` | Arguments | Accepted Values | Description | | -------------------------- | -------------------------------------------------------------- | ------------------------------------------------------------------------- | -| `+setplaylist` | see [Gamemodes](./#gamemodes) (Should be the same as `mp_gamemode` unless you want a private match) | Set the server type (If it is not `private_match`, make sure you have also included `+map` and NOT `mp_lobby` or else you can't search your server in the game) | +| `+setplaylist` | see [Gamemodes](../server-settings/file-names.md#gamemodes) (Should be the same as `mp_gamemode` unless you want a private match) | Set the server type (If it is not `private_match`, make sure you have also included `+map` and NOT `mp_lobby` or else you can't search your server in the game) | | `+setplaylistvaroverrides` | see [PlaylistOverrides](playlistvar.md) | Edits the behaviour of the server | | `-port` | int beteween `1-65535` | Determines which UDP port the server will listen to | -| `+mp_gamemode` | see [Gamemodes](./#gamemodes) | Forces the gamemode of the server | +| `+mp_gamemode` | see [Gamemodes](../server-settings/file-names.md#gamemodes) | Forces the gamemode of the server | | `+map` | see [Maps](../server-settings/file-names.md#maps) (`mp_lobby` is the default if not included) | Forces the map of the server at the first start | | Flags | Description | From 321afb6856aa0731d67df5533e6bad8161daac48 Mon Sep 17 00:00:00 2001 From: GeckoEidechse Date: Tue, 1 Oct 2024 15:19:42 +0200 Subject: [PATCH 09/13] Update header title to match wiki --- .../server-settings/file-names.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Wiki/hosting-a-server-with-northstar/server-settings/file-names.md b/docs/Wiki/hosting-a-server-with-northstar/server-settings/file-names.md index 0ef976ab..0b850716 100644 --- a/docs/Wiki/hosting-a-server-with-northstar/server-settings/file-names.md +++ b/docs/Wiki/hosting-a-server-with-northstar/server-settings/file-names.md @@ -1,4 +1,4 @@ -# File names +# Name in the files ## Gamemodes From c514fcc84046d3a056aa8f7965031fb8b5751ec8 Mon Sep 17 00:00:00 2001 From: GeckoEidechse Date: Tue, 1 Oct 2024 15:21:58 +0200 Subject: [PATCH 10/13] Fix broken table Adds missing newline so that the table renders properly in MkDocs --- .../server-settings/file-names.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/Wiki/hosting-a-server-with-northstar/server-settings/file-names.md b/docs/Wiki/hosting-a-server-with-northstar/server-settings/file-names.md index 0b850716..ff820ac7 100644 --- a/docs/Wiki/hosting-a-server-with-northstar/server-settings/file-names.md +++ b/docs/Wiki/hosting-a-server-with-northstar/server-settings/file-names.md @@ -26,6 +26,7 @@ | ttdm | Titan Brawl | Note an exception to the rule of playlist and gamemode names being the same. With Live Fire, startup arguments need to be different for `+setplaylist` and `+mp_gamemode` for a server to run Live Fire. + | Playlist | Gamemode | Title | | --- | --- | --- | | lf | speedball | Live Fire | From e9e2bad62e1f7e6b3695d5b74405a448270b7db0 Mon Sep 17 00:00:00 2001 From: GeckoEidechse Date: Tue, 1 Oct 2024 15:38:44 +0200 Subject: [PATCH 11/13] Fix broken links to convars page --- .../server-settings/file-names.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Wiki/hosting-a-server-with-northstar/server-settings/file-names.md b/docs/Wiki/hosting-a-server-with-northstar/server-settings/file-names.md index ff820ac7..a77963b4 100644 --- a/docs/Wiki/hosting-a-server-with-northstar/server-settings/file-names.md +++ b/docs/Wiki/hosting-a-server-with-northstar/server-settings/file-names.md @@ -103,9 +103,9 @@ mp_weapon_defender|Charge Rifle ## Maps -Maps can be set on autorotation using [`ns_should_return_to_lobby 0`](./#Convars-returntolobby) +Maps can be set on autorotation using [`ns_should_return_to_lobby 0`](convars.md) -First map of autorotation can be set using [`ns_private_match_last_map`](./#Convars-lastmap) +First map of autorotation can be set using [`ns_private_match_last_map`](convars.md) A way to blacklist maps with autorotation does not exist. From a48f1c65eb5f235327472103edcf17137b819c21 Mon Sep 17 00:00:00 2001 From: GeckoEidechse Date: Tue, 1 Oct 2024 15:43:00 +0200 Subject: [PATCH 12/13] Fix broken link to Steam/Linux installation vscode and mkdocs disagree on anchor here, we need to follow mkdocs version here --- docs/Wiki/steamdeck-and-linux/linux-troubleshooting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Wiki/steamdeck-and-linux/linux-troubleshooting.md b/docs/Wiki/steamdeck-and-linux/linux-troubleshooting.md index d3d0b2c0..0222dcfd 100644 --- a/docs/Wiki/steamdeck-and-linux/linux-troubleshooting.md +++ b/docs/Wiki/steamdeck-and-linux/linux-troubleshooting.md @@ -83,7 +83,7 @@ For more info and proposed fixes, refer to [this issue thread on Github](https:/ ## Game crashes on launch with Cause: Access Violation Data Execution Prevention (DEP) at: 0x00000000 -**Steam/Steam Deck:** Ensure your installation matches the latest [install guide](installing-on-steamdeck-and-linux.md#steam--steam-deck-northstarproton). +**Steam/Steam Deck:** Ensure your installation matches the latest [install guide](installing-on-steamdeck-and-linux.md#steam-steam-deck-northstarproton). **Lutris**: Ensure your installation matches the latest [install guide](installing-on-steamdeck-and-linux.md#lutris-wine). If that fails, you may optionally try the latest release of [Wine-TKG](https://github.com/Frogging-Family/wine-tkg-git/releases/latest). From 1247dcaf5083d442f732e1d7a9e316950fb4f5cd Mon Sep 17 00:00:00 2001 From: GeckoEidechse Date: Tue, 1 Oct 2024 15:44:04 +0200 Subject: [PATCH 13/13] Fix broken link to startup args --- .../server-settings/playlistvar.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Wiki/hosting-a-server-with-northstar/server-settings/playlistvar.md b/docs/Wiki/hosting-a-server-with-northstar/server-settings/playlistvar.md index d7ddc2e1..64edd3c5 100644 --- a/docs/Wiki/hosting-a-server-with-northstar/server-settings/playlistvar.md +++ b/docs/Wiki/hosting-a-server-with-northstar/server-settings/playlistvar.md @@ -9,7 +9,7 @@ Example: `+setplaylistvaroverrides "run_epilogue 0 featured_mode_amped_tacticals | PlaylistOverrides | Accepted Values | Default Value | Description | | -------------------------------------------- | --------------- | ------------- | ------------------------------------------------------------------------------------------------------------------- | -| `max_players` | `int` | | Needs to be in combination with the [`-maxplayersplaylist`](./#Startup\_flags-maxplrplst) flag | +| `max_players` | `int` | | Needs to be in combination with the [`-maxplayersplaylist`](startup-args.md) flag | | `custom_air_accel_pilot` | | | | | `pilot_health_multiplier` | | | | | `run_epilogue` | `0-1` | `1` | Enables escape dropship |