diff --git a/docs/zh/FAQ/game-faq.md b/docs/zh/FAQ/game-faq.md new file mode 100644 index 00000000..6a343b85 --- /dev/null +++ b/docs/zh/FAQ/game-faq.md @@ -0,0 +1,64 @@ +# F.A.Q. + +List of commonly asked questions. + +--- + +## **客户端** + +--- + +### **如何安装 BeamMP?** + +There is a full guide on how to install BeamMP on Windows, you can find it [here](https://docs.beammp.com/game/getting-started/). + +--- + +### **BeamMP可以在BeamNG的破解版上运行吗?** + +BeamMP will not work with pirated or outdated versions of BeamNG.drive. The BeamMP support team does not offer support for issues with pirated / outdated copies. + +--- + +### **BeamMP 可以在 Linux 上运行吗?** + +The Client is not officially supported on Linux. However, you can follow our [guide on how to use BeamMP on Linux](../game/getting-started/#2b-linux-installation) + +--- + +### **为什么启动器被我的杀毒软件或Windows Defender标记** + +Some antivirus programs may flag BeamMP as a threat, due to it interacting with the network and other stuff. There are **no viruses** in any of the code. The code for the launcher, server, and lua client can be found on our [GitHub](https://github.com/BeamMP). + +--- + +### **I have poor gameplay performance, what should I do?** + +We are working hard to make the Multiplayer experience as stable as possible. 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. (General Rule of Thumb: 1 car per CPU Thread) + +--- + +## **各种各样的** + +--- + +### **我在哪里可以找到代码?** + +All the source code can be found on our [GitHub](https://github.com/BeamMP). Before making any changes, keep in mind that the code is subject to our [Terms of Use](https://forum.beammp.com/t/terms-of-use-v1-0/43) and licenses: + +Code | License +--- | :-: +Server | [LICENSE](https://github.com/BeamMP/BeamMP-Server/blob/master/LICENSE) +Launcher | [LICENSE](https://github.com/BeamMP/BeamMP-Launcher/blob/master/LICENSE) +Client Lua | [LICENSE](https://github.com/BeamMP/BeamMP/blob/development/LICENSE) + +--- + +### **我发现了错误或漏洞,我该怎么办?** + +If the issue is code related and you know how to use Github, open a new "Issue" in the appropriate repository on our [GitHub](https://github.com/BeamMP). We use an issue-based workflow so even if you already have a fix for the bug, consider opening a new "Issue", then open a "Pull Request" with the solutions for the issue. More info on contributing can be found [here](https://github.com/BeamMP/BeamMP/blob/development/CONTRIBUTING.md). + +If you don't have a GitHub account or you don't know how to use GitHub or have any other questions, you can get in touch with us in the following ways: + +- 如果不是敏感内容,您可以在我们的[BeamMP 论坛](https://forum.beammp.com)上创建帖子,或者您可以在我们[的官方 Discord](https://discord.gg/beammp)上报告此问题。 +- 如果信息敏感,您可以直接向我们的[Discord](https://discord.gg/beammp)上的工作人员报告问题。