2023-09-02 00:56:46 +01:00
2022-12-19 21:59:32 +00:00
2022-08-08 17:01:30 +03:00
2023-09-02 00:56:46 +01:00
2022-08-19 12:18:24 +03:00
2021-05-23 20:04:34 +03:00
2023-07-12 21:30:05 +01:00
2022-08-09 10:27:27 +03:00
2022-08-12 12:13:18 +03:00
2022-08-12 12:13:18 +03:00

BeamMP-Launcher

The launcher is the way we communicate to servers, it does a few automated actions such as but not limited to: downloading the mod, launching the game, and establishing server connections.

Dependencies

it is recommended to use vcpkg and link it to clion or your cmake project via the cmake options using -DCMAKE_TOOLCHAIN_FILE=PATH_VCPKG/scripts/buildsystems/vcpkg.cmake -DVCPKG_TARGET_TRIPLET=x64-windows-static notice how we specify the target being windows-static you need to install the static versions of these dependencies.

Copyright

Copyright (c) 2019-present BeamMP LTD, BeamMP-Launcher code is not in the public domain and is not free software. One must be granted explicit permission by the copyright holder(s) in order to modify or distribute any part of the source or binaries. Special permission to modify the source-code is implicitly granted only for the purpose of upstreaming those changes directly to github.com/BeamMP/BeamMP-Launcher via a GitHub pull-request. Commercial usage is prohibited, unless explicit permission has been granted prior to usage.

Languages
C++ 97.9%
C 2%
CMake 0.1%