mirror of
https://github.com/BeamMP/Wiki.git
synced 2025-07-01 23:35:41 +00:00
Updated FAQs to be the same as the Docs
This commit is contained in:
parent
64f0bf15d5
commit
0591e1480e
@ -20,7 +20,6 @@ dateCreated: 2020-07-02T21:06:26.786Z
|
|||||||
<p><strong>Does BeamMP work on Linux?</strong></p>
|
<p><strong>Does BeamMP work on Linux?</strong></p>
|
||||||
<ul>
|
<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 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>
|
</ul>
|
||||||
<p><strong>Why is the launcher flagged by my antivirus or by Windows Defender?</strong></p>
|
<p><strong>Why is the launcher flagged by my antivirus or by Windows Defender?</strong></p>
|
||||||
<ul>
|
<ul>
|
||||||
@ -38,17 +37,41 @@ dateCreated: 2020-07-02T21:06:26.786Z
|
|||||||
</ul>
|
</ul>
|
||||||
<p><strong>Is the server working on Linux?</strong></p>
|
<p><strong>Is the server working on Linux?</strong></p>
|
||||||
<ul>
|
<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>
|
<li>We provide binaries for many Linux distributions <a href="https://github.com/BeamMP/BeamMP-Server/releases/latest">here</a>. If there are no binaries for your distribution, you can build it yourself you can do it by downloading the source on our <a href="https://github.com/BeamMP/BeamMP-Server">GitHub</a>, a tutorial can be found <a href="https://github.com/BeamMP/BeamMP-Server#build-instructions">here</a>.</li>
|
||||||
</ul>
|
</ul>
|
||||||
<h1>Miscellaneous</h1>
|
<h1>Miscellaneous</h1>
|
||||||
<p><strong>Where can I find the code?</strong></p>
|
<p><strong>Where can I find the code?</strong></p>
|
||||||
<ul>
|
<ul>
|
||||||
<li>All the source code can be found on our <a href="https://github.com/BeamMP">Github</a>.</li>
|
<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>
|
<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>
|
||||||
|
<li>The server, launcher and Lua client code also have licenses:
|
||||||
|
<table>
|
||||||
|
<tr>
|
||||||
|
<th>Code</th>
|
||||||
|
<th>License</th>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>Server</td>
|
||||||
|
<td><a href="https://github.com/BeamMP/BeamMP-Server/blob/master/LICENSE">LICENSE</a></td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>Launcher</td>
|
||||||
|
<td><a href="https://github.com/BeamMP/BeamMP-Launcher/blob/master/README.md">LICENSE</a></td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>Client Lua</td>
|
||||||
|
<td><a href="https://github.com/BeamMP/BeamMP/blob/development/LICENSE.md">LICENSE</a></td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
<p><strong>I have found a bug, an exploit or anything so, what should I do?</strong></p>
|
<p><strong>I have found a bug, an exploit or anything so, what should I do?</strong></p>
|
||||||
<ul>
|
<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 the issue is code related and you know how to use Github, create a new "Issue" in the appropriate repository on our <a href="https://github.com/BeamMP">GitHub</a>. We use an issue-based workflow so even if you already have a fix for the bug, consider opening a new "Issue", then asking a "Pull Request" that solves your "Issue". More info on contributing can be found <a href="https://github.com/BeamMP/BeamMP/blob/development/CONTRIBUTING.md">here</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 you don't have a GitHub account or you don't know how to use GitHub you can get in touch with us in the following ways:
|
||||||
<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>
|
||||||
|
<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>
|
||||||
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user