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

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