diff options
author | NoCatt <86153630+NoCatt@users.noreply.github.com> | 2023-09-20 00:38:32 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-20 00:38:32 +0200 |
commit | 06aeae82c125bff1ec86b5bfc145038cd6bd4a78 (patch) | |
tree | 92b2f301bb460c6dde8f8d218cba32c2825cec7d | |
parent | a56fe4da0c5387174c7e317d5011770ef8578398 (diff) | |
download | NorthstarWiki-06aeae82c125bff1ec86b5bfc145038cd6bd4a78.tar.gz NorthstarWiki-06aeae82c125bff1ec86b5bfc145038cd6bd4a78.zip |
Remove outdated RCON and video guide pages (#222)
- RCON was never merged due to issues with timescale and is now massively outdated.
- video guide was created shortly after Northstar's inception and is also massively outdated.
-rw-r--r-- | docs/SUMMARY.md | 2 | ||||
-rw-r--r-- | docs/hosting-a-server-with-northstar/dedicated-server/rcon.md | 23 | ||||
-rw-r--r-- | docs/hosting-a-server-with-northstar/guides/README.md | 12 |
3 files changed, 0 insertions, 37 deletions
diff --git a/docs/SUMMARY.md b/docs/SUMMARY.md index deea2a3..f1fbaae 100644 --- a/docs/SUMMARY.md +++ b/docs/SUMMARY.md @@ -37,14 +37,12 @@ * [Hosting a Dedicated Server](hosting-a-server-with-northstar/dedicated-server/README.md) * [Best practices](hosting-a-server-with-northstar/dedicated-server/best-practices.md) * [Hosting on Linux](hosting-a-server-with-northstar/dedicated-server/hosting-on-linux.md) - * [RCON](hosting-a-server-with-northstar/dedicated-server/rcon.md) * [Server settings](hosting-a-server-with-northstar/server-settings/README.md) * [Startup arguments](hosting-a-server-with-northstar/server-settings/startup-args.md) * [ConVars](hosting-a-server-with-northstar/server-settings/convars.md) * [Playlistvars](hosting-a-server-with-northstar/server-settings/playlistvar.md) * [Name in the files](hosting-a-server-with-northstar/server-settings/file-names.md) * [Troubleshooting](hosting-a-server-with-northstar/troubleshooting.md) -* [Guides](hosting-a-server-with-northstar/guides/README.md) ## Modding and Development diff --git a/docs/hosting-a-server-with-northstar/dedicated-server/rcon.md b/docs/hosting-a-server-with-northstar/dedicated-server/rcon.md deleted file mode 100644 index 116ec91..0000000 --- a/docs/hosting-a-server-with-northstar/dedicated-server/rcon.md +++ /dev/null @@ -1,23 +0,0 @@ -# RCON - -{% hint style="danger" %} -RCON has not yet been merged and is still in development. As such information here only applies if you're running the RCON branch of NorthstarLauncher! -{% endhint %} - -WIP - -RCON requires TCP port open on same port as as gameserver UDP port to connect, i.e. `37015` both UDP and TCP - -RCON only runs on dedicated server (no point to have it on listen server anyway) - -RCON only runs if >=8 password is set in `rcon_password` convar - -- RCON PR: https://github.com/R2Northstar/NorthstarLauncher/pull/100 -- cpdt's rust based RCON client: https://github.com/cpdt/northstar-rcon-client - - -RCON PR download guide: https://github.com/R2Northstar/NorthstarLauncher/pull/100#issuecomment-1188877309 - -To verify that RCON is working, look for `Remote server access initialised` in console output - -https://github.com/GeckoEidechse/northstar-dedicated-rcon diff --git a/docs/hosting-a-server-with-northstar/guides/README.md b/docs/hosting-a-server-with-northstar/guides/README.md deleted file mode 100644 index b6dd286..0000000 --- a/docs/hosting-a-server-with-northstar/guides/README.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -description: Guides to setting up a server ---- - -# Guides - -{% hint style="info" %} -Note that these guides might not fully reflect best practices and can be outdated. However they should be helpful in setting up a server for the first time.\ -If you're planning to get serious about hosting your own server, please check out the ["Hosting a Dedicated Server" section](../dedicated-server/). -{% endhint %} - -{% embed url="https://www.youtube.com/watch?v=EZ3w2Nl9SZo" %} |