aboutsummaryrefslogtreecommitdiff
path: root/docs/hosting-a-server-with-northstar/dedicated-server
diff options
context:
space:
mode:
authorGeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com>2023-10-25 02:38:12 +0200
committerGitHub <noreply@github.com>2023-10-25 02:38:12 +0200
commit3ddce3b5dae04d7f9a6dd2a55efcd3f56178e500 (patch)
tree6d6ba55f7b77dbef192f9484309e27804e1118c1 /docs/hosting-a-server-with-northstar/dedicated-server
parent80c8e58f9952c2c9e5d9b083d088e473751a69e0 (diff)
downloadNorthstarWiki-3ddce3b5dae04d7f9a6dd2a55efcd3f56178e500.tar.gz
NorthstarWiki-3ddce3b5dae04d7f9a6dd2a55efcd3f56178e500.zip
Move content to the Windows hosting page (#246)
Co-authored-by: NoCatt <86153630+NoCatt@users.noreply.github.com>
Diffstat (limited to 'docs/hosting-a-server-with-northstar/dedicated-server')
-rw-r--r--docs/hosting-a-server-with-northstar/dedicated-server/best-practices.md18
-rw-r--r--docs/hosting-a-server-with-northstar/dedicated-server/hosting-on-windows.md18
2 files changed, 18 insertions, 18 deletions
diff --git a/docs/hosting-a-server-with-northstar/dedicated-server/best-practices.md b/docs/hosting-a-server-with-northstar/dedicated-server/best-practices.md
index d508b69..ac26173 100644
--- a/docs/hosting-a-server-with-northstar/dedicated-server/best-practices.md
+++ b/docs/hosting-a-server-with-northstar/dedicated-server/best-practices.md
@@ -8,24 +8,6 @@ description: Tweaks and tricks to improve both your experience in hosting and ot
TODO: If you have experience in hosting Northstar servers and want to share your knowledge, please open a [pull request](https://github.com/R2Northstar/NorthstarWiki/pulls).
{% endhint %}
-## Minimum requirements
-
-The current minimum requirements are as follows:
-
-**Requirements per server:**
-
-- 5GB free disk space (+3 GB if you're on windows due to origin and deps)
-- 3+ cores (2 might work, though)
-- 3GB+ total memory (RAM or swap will do)
-- Windows 8.1 (and built-in WARP \[use `-softwared3d11`\] or a graphics card) + or wine 6.0.0+ (and dxvk+lavapipe+x11, wined3d+llvmpipe+x11, or a working graphics setup with dxvk or llvmpipe) (see [this](https://github.com/pg9182/northstar-dedicated) for more)
-
-**Per instance:**
-
-- 2GB RAM (this is what's actually used; it does drop to ~1.2GB after a bit)
-- 15 Mbps network upload, but 10 is workable, 25 if you want to avoid players getting disconnected when going back to the lobby after a match
-
-**Note:** It is recommended to surpass the listed requirements. Currently the number of available servers covers the daily playerbase more than enough. If you're planning to host public servers for the community it is therefore recommended to either fill a niche (like a gamemode that is so popular that all existing servers are full) or provide a better service than existing hosts (less lag, more stable, etc.).
-
## Optimization Commands (Optional)
| Command | Description |
diff --git a/docs/hosting-a-server-with-northstar/dedicated-server/hosting-on-windows.md b/docs/hosting-a-server-with-northstar/dedicated-server/hosting-on-windows.md
index efe8b45..4878d15 100644
--- a/docs/hosting-a-server-with-northstar/dedicated-server/hosting-on-windows.md
+++ b/docs/hosting-a-server-with-northstar/dedicated-server/hosting-on-windows.md
@@ -1 +1,19 @@
# Hosting on Windows
+
+## Minimum requirements
+
+The current minimum requirements are as follows:
+
+**Requirements per server:**
+
+- 8GB free disk space (5GB of the game and 3 for Origin/EA app)
+- 3+ cores (2 might work, though)
+- 3GB+ total memory (RAM or swap will do)
+- Windows 8.1 (and built-in WARP \[use `-softwared3d11`\] or a graphics card)
+
+**Per instance:**
+
+- 2GB RAM (this is what's actually used; it does drop to ~1.2GB after a bit)
+- 15 Mbps network upload, but 10 is workable, 25 if you want to avoid players getting disconnected when going back to the lobby after a match
+
+**Note:** It is recommended to surpass the listed requirements. Currently the number of available servers covers the daily playerbase more than enough. If you're planning to host public servers for the community it is therefore recommended to either fill a niche (like a gamemode that is so popular that all existing servers are full) or provide a better service than existing hosts (less lag, more stable, etc.).