2023-06-10 00:49:03 +01:00
2023-06-10 00:49:03 +01:00
2023-06-09 20:33:41 +01:00
2023-03-10 03:42:41 +00:00
2023-03-13 15:00:59 +00:00
2023-03-06 02:16:46 +00:00
2023-04-05 21:19:54 +01:00
2023-06-09 01:35:33 +01:00

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-devel or libfmt-dev on most Linux package managers)
  • tesseract (tesseract-devel, tesseract-ocr-devel or libtesseract-dev on most Linux package managers)
  • Linux:
    • X11 development libraries (libX11-devel or libx11-dev on most package managers)
    • xcb development libraries (libxcb-devel or libxcb-dev on most package managers)
    • development libraries for libxcb-composite and libxcb-record if your package manager has them separate from the base xcb package

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.

Description
No description provided
Readme 3.6 MiB
Languages
C 70.1%
C++ 18.6%
TypeScript 4.3%
Svelte 3.9%
CMake 3%