Skip to content

Commit

Permalink
Finished FAQ and added create a server
Browse files Browse the repository at this point in the history
  • Loading branch information
Van-CO-US committed Sep 30, 2023
1 parent dbd5e58 commit 7917257
Show file tree
Hide file tree
Showing 4 changed files with 51 additions and 5 deletions.
2 changes: 2 additions & 0 deletions docs/en/create-a-server.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Create a Server

48 changes: 46 additions & 2 deletions docs/en/faq.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# F.A.Q. and known issues
# 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).
Expand All @@ -14,7 +15,50 @@ BeamMP does not work with cracked versions or outdated versions of BeamNG.drive.

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

---
#### **How can I setup my own servers**

All the information to setup your own server can be found [here](/en/create-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**

---
#### **Where can I find the code?**

All the source code can be found on our [GitHub](https://github.com/BeamMP).

Before doing anything keep in mind that the code is under [Terms of Use](https://forum.beammp.com/t/terms-of-use-v1-0/43)

---
#### **I have found a bug or an exploit what should I do?**

If the issue is code related and you know how to use Github, you can post the issue on our [GitHub](https://github.com/BeamMP).

If it is not something sensitive, you can create a post on our [BeamMP Forum](https://forum.beammp.com) or you can report this on our [Official Discord](https://discord.gg/beammp).

If the information is sensitive you can directly report the issue to a Staff member on our [Discord](https://discord.gg/beammp).





Expand Down
2 changes: 1 addition & 1 deletion docs/en/installation.md → docs/en/getting-started.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Installing the mod
# Getting Started

## **Before getting started**
BeamMP is only compatible with legitimate, Steam versions of the game. "Cracked" copies are not supported.
Expand Down
4 changes: 2 additions & 2 deletions docs/en/welcome.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Welcome to the BeamMP Docs

This document goes through everything you need to know about the Mod, Client and Servers and contains many useful bits to help you get the most out of BeamMP.
This document goes through everything you need to know about the Mod, Client and Servers and contains many useful bits of information about to help you get the most out of BeamMP.

Don't have it installed yet? Begin by [installing the mod](/en/installation)
Don't have it installed yet? Begin by [installing the mod](/en/installation).

If you have questions or feel that something that could be improved, feel free to create a support forum post on the [Official Discord](https://discord.gg/beammp) or open a thread on the [BeamMP Forums](https://forum.beammp.com).

0 comments on commit 7917257

Please sign in to comment.