Bolt
A third-party launcher and helper for your favourite MMO
Building
If you just want to get Bolt installed then you don't need to build it from source! Check the "Releases" section on the right.
But if you do want to build from source, the first thing you should know is that Bolt is based on Chromium Embedded Framework (CEF), so to build it, you'll first need to build or otherwise obtain a binary distribution of Chromium. Official builds of Bolt are currently based on Chromium 113.0.5672.93. Place the entire binary distribution folder inside the cef directory with the name "dist", or create a symbolic link with the same effect.
You'll also need the following dependencies:
- fmt (
fmt-develorlibfmt-devon most Linux package managers) - tesseract (
tesseract-devel,tesseract-ocr-develorlibtesseract-devon most Linux package managers) - Linux:
- X11 development libraries (
libX11-develorlibx11-devon most package managers) - xcb development libraries (
libxcb-develorlibxcb-devon most package managers) - development libraries for libxcb-composite and libxcb-record if your package manager has them separate from the base xcb package
- X11 development libraries (
Once that's done, simply build with meson: meson setup build then meson compile -C build. If it compiled successfully you'll be able to run Bolt from inside the build directory. On a non-Windows platform, you may also install it by running meson install -C build.
Disclaimer
Bolt is an unofficial third-party project and is not in any way affiliated with any of the games or companies it interacts with. Said games and companies are not responsible for any problems with Bolt nor any damage caused by using Bolt.
Bolt is NOT a game client. It simply downloads and runs unmodified game clients. Bolt has absolutely no ability to automate gameplay.