From 012d87d3c936af86d58a09a9cc9b66a525247c27 Mon Sep 17 00:00:00 2001 From: Van-CO-US Date: Sat, 30 Sep 2023 18:53:30 -0600 Subject: [PATCH] Added server faq documentation --- docs/en/game/getting-started.md | 2 +- .../en/server/{server-manual.md => manual.md} | 0 docs/en/support/game-faq.md | 15 +-------------- docs/en/support/server-faq.md | 19 +++++++++++++++++++ 4 files changed, 21 insertions(+), 15 deletions(-) rename docs/en/server/{server-manual.md => manual.md} (100%) diff --git a/docs/en/game/getting-started.md b/docs/en/game/getting-started.md index 480d743c..08c2a4ed 100644 --- a/docs/en/game/getting-started.md +++ b/docs/en/game/getting-started.md @@ -9,7 +9,7 @@ BeamMP is only compatible with legitimate, Steam versions of the game. "Cracked" 1. Go to our [Official Website](https://beammp.com/) and download the latest `BeamMP_Installer.zip` by clicking the green, "Download Client" button. 2. Open the `BeamMP_Installer.zip` archive. 3. Launch `BeamMP_Installer.exe` and follow the instructions. -4. The BeamMP Launcher icon should appear on your desktop. If not, just search for “BeamMP” in the windows search bar. Afterwards you should see a little black window appear, shortly after BeamNG.drive should start. +4. The BeamMP Launcher icon should appear on your desktop. If not, just search for “BeamMP” in the windows search bar. Afterwards you should see a little black window appear, shortly after BeamNG.drive should start. Remember to keep this console open while you are playing. 5. Once BeamNG launches, press “Play”. In the main menu you should see “Multiplayer” and from there you can play BeamMP. 6. You will be prompted with a login pop-up, you can either play as a guest (not all servers will allow guests), or create an account on our [Forum](https://forum.beammp.com) and then login to BeamMP with your credentials. 7. Select any server you like, and press “Connect”. Enjoy! diff --git a/docs/en/server/server-manual.md b/docs/en/server/manual.md similarity index 100% rename from docs/en/server/server-manual.md rename to docs/en/server/manual.md diff --git a/docs/en/support/game-faq.md b/docs/en/support/game-faq.md index 0c270912..26db5546 100644 --- a/docs/en/support/game-faq.md +++ b/docs/en/support/game-faq.md @@ -1,5 +1,5 @@ # F.A.Q. and Known Issues -List of commonly asked questions and known bugs +List of commonly asked questions and known bugs. --- ## **Client** @@ -33,19 +33,6 @@ Some antivirus may flag BeamMP as a virus beacause it does some interactions wi We are working hard to make performance as good as possible. Sadly, there isn't a lot you can do about it, if you have already lowered your graphic settings and your performance is still poor, consider playing on a server with less players. The game is mainly CPU bound when you play with lots of people, so older CPUs (even quadcores) will suffer with more than a handful of people. ---- -## **Server** - ---- -#### **How can I setup my own servers** - -All the information to setup your own server can be found [here](../create-a-server). - ---- -#### **Can you make a server using linux?** - -BeamMP server can be built on Linux, however builds are not provided, you should build it yourself. It is officially supported on Debian 9 and Debian 10 a tutorial can be found [Here](https://github.com/BeamMP/BeamMP-Server/releases). - --- ## **Miscellaneous** diff --git a/docs/en/support/server-faq.md b/docs/en/support/server-faq.md index e69de29b..93fdc3f7 100644 --- a/docs/en/support/server-faq.md +++ b/docs/en/support/server-faq.md @@ -0,0 +1,19 @@ +# Server FAQ +List of commonly asked questions and known bugs. + +--- +## **Server** + +--- +#### **How can I setup my own servers** + +All the information to setup your own server can be found [here](../create-a-server). + +--- +#### **Can you make a server using linux?** + +BeamMP server can be built on Linux, however builds are not provided, you should build it yourself. It is officially supported on Debian 9 and Debian 10 a tutorial can be found [Here](https://github.com/BeamMP/BeamMP-Server/releases). + +--- + +