Collection of BeamMP Mod examples pulled from the BeamMP Discord & the BeamNG mods repository for studying & learning on how to create mods for BeamMP.
Client | Server | Client & Server |
---|---|---|
Imgui (UI) Example | Client Server Interaction | |
Input Blocker | ||
set Client Settings | ||
Cobalt Radar (UI Mod Example) |
Link: https://wiki.beammp.com/
Useful for learning more about serverside scripting, and sending events between client and server.
Unfortunately, the client mods documentation for BeamNG isn't great so you will have to either ask in the BeamMP discord, or consult lua source code.
In the BeamMP repository you will find a lua
folder that you can consult for client mod functions.
You may also consult the official Lua references
Also check the new documentation for some input, e.g:
- Modding inputs: https://documentation.beamng.com/modding/input/actions/
If you found helpful resources and want to add them, or you want to add additional information or simply correct a mistake, feel free to create a PR :)