Added line in-between each section

This commit is contained in:
Van-CO-US 2023-09-30 17:08:56 -06:00
parent 16ef628ae4
commit d6628f1bdd
2 changed files with 11 additions and 0 deletions

View File

@ -1,32 +1,39 @@
# F.A.Q. and Known Issues
List of commonly asked questions and known bugs
---
## **Client**
---
#### **How do I install BeamMP?**
There is a full guide on how to install BeamMP on Windows, you can find it [here](/en/installation).
---
#### **Does BeamMP work on a cracked version of BeamNG?**
BeamMP does not work with cracked versions or outdated versions of BeamNG.drive. If you want to use BeamMP please consider buying the game.
---
#### **Does BeamMP work on linux?**
The Client is not officially supported on Linux. However, you might be able to get it working by running the launcher in the same proton prefix as the game.
The Server builds can be found in the `BeamMP_Server.zip` download on the [Official Website](https://beammp.com/), or in the [releases tab on the Github](https://github.com/BeamMP/BeamMP-Server/releases). For building instructions see [here](https://github.com/BeamMP/BeamMP-Server/releases).
---
#### **Why is the launcher flagged by my antivirus or by Windows Defender**
In order to prevent Windows Defender from flagging a specific .exe, we need to buy a license which is very expensivr, therefor, BeamMP might get flagged by Windows Defender
Some antivirus may flag BeamMP as a virus beacause it does some interactions with network and other stuff. There are **no viruses** in any of the code. The code for the launcher, server, and lua client can be seen on our [GitHub](https://github.com/BeamMP/BeamMP-Server/releases).
---
#### **I have poor performance, what should I do?**
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**
---

View File

@ -1,8 +1,10 @@
# Getting Started
---
## **Before getting started**
BeamMP is only compatible with legitimate, Steam versions of the game. "Cracked" copies are not supported.
---
## **Windows Installation**
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.
@ -14,6 +16,7 @@ BeamMP is only compatible with legitimate, Steam versions of the game. "Cracked"
Just to note, as you are loading into a map with multiple vehicles spawned it might take longer than expected to join.
---
## **Known Issues**
If you dont see the “Multiplayer” button. Make sure that the BeamMP mod is activated in the “Mod Manager” then try pressing CTRL + L.
@ -21,6 +24,7 @@ It's also important that BeamMP is the **only** mod activated in the “Mod Mana
If you need further help with installation, you are welcome to create a post on our [Forum](https://forum.beammp.com) or ask in the [Official Discord](https://discord.gg/beammp)
---
## **Linux Installation**
BeamMP should work with `wine`, but is not officially supported (yet).