mirror of
https://github.com/BeamMP/Wiki.git
synced 2025-07-01 15:26:05 +00:00
55 lines
3.7 KiB
HTML
55 lines
3.7 KiB
HTML
<!--
|
|
title: F.A.Q. and Known Issues
|
|
description: List of commonly asked questions and known bugs
|
|
published: true
|
|
date: 2022-12-22T09:23:33.261Z
|
|
tags:
|
|
editor: ckeditor
|
|
dateCreated: 2020-07-02T21:06:26.786Z
|
|
-->
|
|
|
|
<h1>Client</h1>
|
|
<p><strong>How do I install BeamMP?</strong></p>
|
|
<ul>
|
|
<li>There is a full guide on how to install BeamMP on Windows, you can find it <a href="https://wiki.beammp.com/en/home/installation-guide">here</a>.</li>
|
|
</ul>
|
|
<p><strong>Does BeamMP works on a cracked version of BeamNG.drive?</strong></p>
|
|
<ul>
|
|
<li>BeamMP does not work with cracked versions of BeamNG.drive nor that it does on outdated versions. If you want to use BeamMP please consider buying the game.</li>
|
|
</ul>
|
|
<p><strong>Does BeamMP work on Linux?</strong></p>
|
|
<ul>
|
|
<li>BeamMP 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.</li>
|
|
<li>BeamMP Server builds can be found in the BeamMP_Server.zip download on the <a href="https://beammp.com">BeamMP website</a>, or in the <a href="https://github.com/BeamMP/BeamMP-Server/releases">releases tab on the Github</a>. For building instructions see <a href="https://github.com/BeamMP/BeamMP-Server#how-to-build">here</a>.</li>
|
|
</ul>
|
|
<p><strong>Why is the launcher flagged by my antivirus or by Windows Defender?</strong></p>
|
|
<ul>
|
|
<li>In order to prevent Windows Defender from flagging a specific .exe, we need to buy a license which is very expensive, therefor, BeamMP might get flagged by Windows Defender.</li>
|
|
<li>Some antivirus may flag BeamMP as a virus because it does some interactions with network and other stuff. There are <strong>no viruses</strong> in any of the code. The code for the launcher, server, and Lua client can be seen on our <a href="https://github.com/BeamMP">Github</a>.</li>
|
|
</ul>
|
|
<p><strong>I have poor performance, what should I do?</strong></p>
|
|
<ul>
|
|
<li>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.</li>
|
|
</ul>
|
|
<h1><strong>Server</strong></h1>
|
|
<p><strong>How can I setup my own server?</strong></p>
|
|
<ul>
|
|
<li>All the information to setup your own server can be found on <a href="https://wiki.beammp.com/en/home/Server_Mod">this page</a> of our wiki.</li>
|
|
</ul>
|
|
<p><strong>Is the server working on Linux?</strong></p>
|
|
<ul>
|
|
<li>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 <a href="https://github.com/BeamMP/BeamMP-Server#how-to-build">here</a>.</li>
|
|
</ul>
|
|
<h1>Miscellaneous</h1>
|
|
<p><strong>Where can I find the code?</strong></p>
|
|
<ul>
|
|
<li>All the source code can be found on our <a href="https://github.com/BeamMP">Github</a>.</li>
|
|
<li>Before doing anything keep in mind that the code is under <a href="https://forum.beammp.com/topic/94/terms-of-use-v1-0">terms of use</a></li>
|
|
</ul>
|
|
<p><strong>I have found a bug, an exploit or anything so, what should I do?</strong></p>
|
|
<ul>
|
|
<li>If the issue is code related and you know how to use Github, you can post the issue on our <a href="https://github.com/BeamMP">Github</a>.</li>
|
|
<li>If it is not something sensitive, you can create a post on our <a href="https://forum.beammp.com">forum</a> or you can report this on our <a href="https://discord.gg/beammp">Discord</a>.</li>
|
|
<li>If the information is sensitive you can directly report the issue to a staff member on our <a href="https://discord.gg/beammp">Discord</a>.</li>
|
|
</ul>
|