{"id":13496078,"url":"https://github.com/BeamMP/BeamMP","last_synced_at":"2025-03-28T17:34:54.572Z","repository":{"id":37083315,"uuid":"186818344","full_name":"BeamMP/BeamMP","owner":"BeamMP","description":"Bringing multiplayer to BeamNG.drive","archived":false,"fork":false,"pushed_at":"2024-10-26T18:11:17.000Z","size":15629,"stargazers_count":341,"open_issues_count":76,"forks_count":83,"subscribers_count":10,"default_branch":"development","last_synced_at":"2024-10-26T22:37:09.316Z","etag":null,"topics":["beamng","game","lua","lua-jit","mod"],"latest_commit_sha":null,"homepage":"https://beammp.com","language":"Lua","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/BeamMP.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":null,"patreon":"BeamMP","open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2019-05-15T12:06:56.000Z","updated_at":"2024-10-26T18:11:22.000Z","dependencies_parsed_at":"2023-10-01T16:47:03.894Z","dependency_job_id":"425023b3-0fac-498e-bd70-5a0e6db43d87","html_url":"https://github.com/BeamMP/BeamMP","commit_stats":null,"previous_names":[],"tags_count":49,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BeamMP%2FBeamMP","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BeamMP%2FBeamMP/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BeamMP%2FBeamMP/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BeamMP%2FBeamMP/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BeamMP","download_url":"https://codeload.github.com/BeamMP/BeamMP/tar.gz/refs/heads/development","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":222402924,"owners_count":16978764,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["beamng","game","lua","lua-jit","mod"],"created_at":"2024-07-31T19:01:41.893Z","updated_at":"2024-10-31T11:30:41.580Z","avatar_url":"https://github.com/BeamMP.png","language":"Lua","readme":"# BeamMP\nA Lua mod bringing online multiplayer to [BeamNG.drive](https://beamng.com)!\n\n# Important Links\n\n- [Documentation](https://beammp.github.io/BeamMP/)\n- [Discord](https://discord.gg/BeamMP)\n- [Website](https://beammp.com)\n- [Docs](https://docs.beammp.com)\n- [Forum](https://forum.beammp.com)\n- `#beammp` on `irc.libera.chat` ([webchat link](https://web.libera.chat/#beammp))\n\n# Contents\n- [BeamMP](#beammp)\n- [Important Links](#important-links)\n- [Contents](#contents)\n- [Installation](#installation)\n- [Servers](#servers)\n- [How does it work?](#how-does-it-work)\n- [Roadmap](#roadmap)\n- [Troubleshooting](#troubleshooting)\n- [Support](#support)\n- [Translations](#translations)\n\n\n# Installation\n\n**[Click here for a step-by-step guide](https://docs.beammp.com/game/getting-started/) on how to install the mod on Windows.**\n\nThe BeamMP mod has been made as simple as it gets. Just head over to [our website (BeamMP.com)](https://beammp.com) and click download. This will download a zip file which contains the installer exe. Just run that exe and follow the instructions. Once this completes all you need to do is double click the shortcut on your desktop. \n\nNow you can play by clicking \"Play\" and then \"Multiplayer\", logging in with either a guest account or a [BeamMP Forum](https://forum.beammp.com) account.\nThen just select a server to play on! That's it! :)\n\nIf you need help at any point, see the [troubleshooting](#troubleshooting) section. There are instructions there on how to get support from our dedicated support team.\n\n# Servers\n\n[Click here for a step-by-step guide](https://docs.beammp.com/server/create-a-server/) on how to set up and run a server for you \u0026 your friends.\n\nThe server is usable free of charge for non-commercial use, and the source code is available on [GitHub](https://github.com/BeamMP/BeamMP-Server).\n\nPlease check out [docs.beammp.com](https://docs.beammp.com) for a guide on how to setup your own server. If you run into issues, join the official [Discord](https://discord.gg/BeamMP) or join us via IRC in `#beammp` on `irc.libera.chat` ([webchat link](https://web.libera.chat/#beammp)).\n\n# How does it work?\n*This section is a technical explanation of the inner workings of the project and is not relevant for most players.*\n\nThe Launcher is a separate program which starts the game and connects to the Lua mod right away. The launcher then connects to a remote server of your choice, and these two communicate. The launcher then forwards some packets to the game, like car positions, rotations, chat messages, etc.\n\nFor more information on how the launcher and server operate, you can read the source code (C++) in their respective repositories: \n- [Launcher](https://github.com/BeamMP/BeamMP-Launcher)\n- [Server](https://github.com/BeamMP/BeamMP-Server)\n\n# Roadmap\nYou can see and keep track of development, planned features, etc. [Here](https://github.com/orgs/BeamMP/projects/4) or on the GitHub Issues section of each repository.\n\nAdditionally, you can join the [Discord](https://discord.gg/BeamMP), where regular updates are posted!\nAlso there is our community [Forum](https://forum.beammp.com/), where we post additional details.\n\n# Troubleshooting\n\n- [Frequently Asked Questions/Common Issues](https://forum.beammp.com/c/faq/35)\n- [Error Codes](https://docs.beammp.com/server/error-codes/)\n- [Server Auth Key](https://www.beammp.com/keymaster)\n\nIf none of these fix your issue, we have a dedicated support team on our [Discord](https://discord.gg/BeamMP), and our [Forum](https://forum.beammp.com/c/support/33)\n\n# Support\nThe BeamMP project is supported by community donations via our [Patreon](https://www.patreon.com/BeamMP) This brings perks such as Patreon-only channels on our Discord, Early access to new updates, and more server keys. \n\n# Translations\nBeamMP makes an effort to be maintained for multiple languages. \nThe current progress of this sits at: \n[![gitlocalized ](https://gitlocalize.com/repo/9181/whole_project/badge.svg)](https://gitlocalize.com/repo/9181?utm_source=badge) \nWe use [GitLocalize](https://gitlocalize.com/) for managing this. You can contribute if you wish here: https://gitlocalize.com/repo/9181.\n\nThe individual language progress is as follows:\n\n| Language              | Badge                                                                                                                           |\n|-----------------------|---------------------------------------------------------------------------------------------------------------------------------|\n| Catalan               | [![gitlocalized ](https://gitlocalize.com/repo/9181/ca/badge.svg)](https://gitlocalize.com/repo/9181/ca?utm_source=badge)       |\n| Chinese               | [![gitlocalized ](https://gitlocalize.com/repo/9181/zh/badge.svg)](https://gitlocalize.com/repo/9181/zh?utm_source=badge)       |\n| Czech                 | [![gitlocalized ](https://gitlocalize.com/repo/9181/cs/badge.svg)](https://gitlocalize.com/repo/9181/cs?utm_source=badge)       |\n| French                | [![gitlocalized ](https://gitlocalize.com/repo/9181/fr-FR/badge.svg)](https://gitlocalize.com/repo/9181/fr-FR?utm_source=badge) |\n| German                | [![gitlocalized ](https://gitlocalize.com/repo/9181/de-DE/badge.svg)](https://gitlocalize.com/repo/9181/de-DE?utm_source=badge) |\n| Japanese              | [![gitlocalized ](https://gitlocalize.com/repo/9181/ja-JP/badge.svg)](https://gitlocalize.com/repo/9181/ja-JP?utm_source=badge) |\n| Korean (South Korea)  | [![gitlocalized ](https://gitlocalize.com/repo/9181/ko-KR/badge.svg)](https://gitlocalize.com/repo/9181/ko-KR?utm_source=badge) |\n| Polish                | [![gitlocalized ](https://gitlocalize.com/repo/9181/pl/badge.svg)](https://gitlocalize.com/repo/9181/pl?utm_source=badge)       |\n| Portuguese (Brazil)   | [![gitlocalized ](https://gitlocalize.com/repo/9181/pt_BR/badge.svg)](https://gitlocalize.com/repo/9181/pt_BR?utm_source=badge) |\n| Portuguese (Portugal) | [![gitlocalized ](https://gitlocalize.com/repo/9181/pt-PT/badge.svg)](https://gitlocalize.com/repo/9181/pt-PT?utm_source=badge) |\n| Russian               | [![gitlocalized ](https://gitlocalize.com/repo/9181/ru/badge.svg)](https://gitlocalize.com/repo/9181/ru?utm_source=badge)       |\n| Slovak                | [![gitlocalized ](https://gitlocalize.com/repo/9181/sk/badge.svg)](https://gitlocalize.com/repo/9181/sk?utm_source=badge)       |\n| Spanish               | [![gitlocalized ](https://gitlocalize.com/repo/9181/es-ES/badge.svg)](https://gitlocalize.com/repo/9181/es-ES?utm_source=badge) |\n| Turkish               | [![gitlocalized ](https://gitlocalize.com/repo/9181/tr/badge.svg)](https://gitlocalize.com/repo/9181/tr?utm_source=badge)       |\n","funding_links":["https://patreon.com/BeamMP","https://www.patreon.com/BeamMP"],"categories":["Lua"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FBeamMP%2FBeamMP","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FBeamMP%2FBeamMP","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FBeamMP%2FBeamMP/lists"}