Added server faq documentation

This commit is contained in:
Van-CO-US 2023-09-30 18:53:30 -06:00
parent 853b96ec0f
commit 012d87d3c9
4 changed files with 21 additions and 15 deletions

View File

@ -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!

View File

@ -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**

View File

@ -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).
---