mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2025-07-04 00:36:14 +00:00
parent
529b7e2ae4
commit
ae9462898e
11
README.md
11
README.md
@ -6,6 +6,17 @@
|
|||||||
This is the server for the multiplayer mod **[BeamMP](https://beammp.com/)** for the game [BeamNG.drive](https://www.beamng.com/).
|
This is the server for the multiplayer mod **[BeamMP](https://beammp.com/)** for the game [BeamNG.drive](https://www.beamng.com/).
|
||||||
The server is the point throug which all clients communicate. You can write lua mods for the server, detailed instructions on the [BeamMP Wiki](https://wiki.beammp.com).
|
The server is the point throug which all clients communicate. You can write lua mods for the server, detailed instructions on the [BeamMP Wiki](https://wiki.beammp.com).
|
||||||
|
|
||||||
|
## Minimum Requirements
|
||||||
|
|
||||||
|
These values are guesstimated based on trial & error and are subject to change with each release.
|
||||||
|
|
||||||
|
* RAM: 50+ MiB usable (not counting OS overhead)
|
||||||
|
* CPU: Any Hz, preferably multicore
|
||||||
|
* OS: Windows, Linux (theoretically any POSIX)
|
||||||
|
* GPU: None
|
||||||
|
* HDD: 10 MiB + Mods/Plugins
|
||||||
|
* Bandwidth: 5-10 Mb/s upload
|
||||||
|
|
||||||
## About Building from Source
|
## About Building from Source
|
||||||
|
|
||||||
We only allow building unmodified (original) source code. `master` is considered **unstable** and we will not provide technical support if such a build doesn't work, so always build from a tag. You can checkout a tag with `git checkout tags/TAGNAME`, where `TAGNAME` is the tag, for example `v1.20`.
|
We only allow building unmodified (original) source code. `master` is considered **unstable** and we will not provide technical support if such a build doesn't work, so always build from a tag. You can checkout a tag with `git checkout tags/TAGNAME`, where `TAGNAME` is the tag, for example `v1.20`.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user