diff options
author | amione <57235791+xamionex@users.noreply.github.com> | 2022-02-04 16:16:50 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-04 16:16:50 +0100 |
commit | 1ecd37b2ef1f68abccb686a2f7cb0bdd1802cb14 (patch) | |
tree | a0014d0c255643e9c841606d97596918141802ab /docs/hosting-a-server-with-northstar/dedicated-server/best-practices.md | |
parent | cddf675463573c38b5e93926825ab438fc796eaf (diff) | |
download | NorthstarWiki-1ecd37b2ef1f68abccb686a2f7cb0bdd1802cb14.tar.gz NorthstarWiki-1ecd37b2ef1f68abccb686a2f7cb0bdd1802cb14.zip |
Updating Wiki Stuff (#39)
* add more issues so people don't ask over and over
* fix improper indentation
* MD026/no-trailing-punctuation
* remove issues from faq and link to troubleshooting
* MD001/heading-increment
* fulfill*
* MD032/blanks-around-lists
* MD001/heading-increment
* MD033/no-inline-html
* revert MD Rule (not sure what this <a> is used for
* me when i didnt mean to do that
* use da link and also when the... what
* bin folder
* Formatting
Co-authored-by: GeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com>
* Formatting
Co-authored-by: GeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com>
* fix intel link
* MD034/no-bare-urls: Bare URL used
* MD045/no-alt-text
* MD012/no-multiple-blanks
* I know this is unused, just wanted to write smth
* fix links
* add tools
* please stop using real urls. you have markdown.
* modding tools
* add tools
* no actual urls <3
* fix tools link
* does this look better?
* nope
* remove "some stuff"
* better formatting
* oops
* oops v2
* GitBook: [#1] No subject
* i didnt create this
* MD Rules
* Update docs/modding/tools.md
Co-authored-by: GeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com>
* Update docs/modding/README.md
Co-authored-by: GeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com>
* move mtools down
* change vtfedit
* rem tools
* no winrar. bad.
* non-shortened url
* add kvals to summary
Co-authored-by: GeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com>
Diffstat (limited to 'docs/hosting-a-server-with-northstar/dedicated-server/best-practices.md')
-rw-r--r-- | docs/hosting-a-server-with-northstar/dedicated-server/best-practices.md | 7 |
1 files changed, 2 insertions, 5 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 834ff77..6128d5c 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 @@ -4,7 +4,6 @@ description: Tweaks and tricks to improve both your experience in hosting and ot # Best practices - {% hint style="info" %} 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 %} @@ -17,14 +16,12 @@ The current minimum requirements are as follows: - 5GB free disk space (+3 GB if you're on windows due to origin and deps) - 3+ cores (2 might work, though) -- 6GB+ 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 https://git.io/JyrOR for wine details) - +- 6GB+ 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.). |