An improved, modernized SA:MP 0.3.7/DL launcher - rewritten in C++, adapted for RAD Studio, and fully compatible with the original launcher
- migrated to RAD Studio 11.2
- fully rewritten from Pascal to C++
- fixed numerous source-code and VCL form issues
- updated icons with higher-resolution versions
- added full High DPI support
- added 0.3.DL features
- improved compatibility, stability, and security
- fixed and improved
samp.dllinjection intogta_sa.exe - fixed server and RCON password save
- fixed UI elements disappearing after pressing Alt
- Internet and Hosted tabs now work, using
api.open.mpas the master server source - added RCON menu item (was present in older versions)
- made the launcher multithreaded and asynchronous throughout
source/ C++ source files and headers
dfm/ VCL form files
resource/ icon, manifest, images
Requirements: CMake, Ninja, RAD Studio with TeeChart component (tested on RAD Studio 11.2)
Dynamic build:
cmake -S . -B build -G Ninja -DCMAKE_MAKE_PROGRAM="PATH_TO_NINJA" -DCMAKE_BUILD_TYPE=Release
cmake --build build --config ReleaseStatic build:
cmake -S . -B build -G Ninja -DCMAKE_MAKE_PROGRAM="PATH_TO_NINJA" -DCMAKE_BUILD_TYPE=Release -DSAMP_STATIC=ON
cmake --build build --config Release